body{
	background-image:url(/images/page-background.gif);
	background-repeat:repeat-x;
	background-color:#b4b4b4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
    line-height: 160%;
}

input,textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
}

img {border:none;}

td {
	line-height:140%;
	color: #000;
}

a:link {color: #1660A9;}
a:visited {color: #1660A9;}

#page-centered {
	width: 900px;
	margin: 0px auto 0px auto; padding: 0px; margin-bottom: 0px;
	z-index: 1;
}

#page-centered-user-guide {
	position:relative;
	width: 980px;
	margin: 0px auto 0px auto; padding: 0px; margin-bottom: 0px;
	z-index: 1;
	background-color:#FFF;
}

#header {
	background-repeat:no-repeat;
	background: url(/images/masthead.jpg);
	background-position: top center;
	height:47px;
	text-align:right;
	padding-top: 21px;
	padding-right: 10px;
}
#header a:link {color: #9ed1ff;}
#header a:visited {color: #9ed1ff;}
#header a:hover {color: #FFF;}

#menu {
	z-index: 100;
	background: url(/images/menu-gradient.gif);
	background-repeat:repeat-x;
	height:54px;
	padding-top:0px;
}
#menu a:link {color: #FFF;}
#menu a:visited {color: #FFF;}
#menu a:hover {color: #FFF;}

#home {
	background: url(/images/home.gif);
	background-repeat:no-repeat;
    padding-left:20px;
}

#title {
	line-height: 200%;
	font-size: 26px;
	color:#990000;
	background-color:#EEE;
	padding: 12px 12px 12px 20px;
}

#content {
	background-color:#FFF;
	padding: 20px 20px 20px 120px;
}

#game {
	position:relative;
	width: 700px;
	margin: 0px auto 0px auto; padding: 0px; margin-bottom: 0px;
}

#footer {
	background-color:#DDD;
	text-align:center; padding: 5px 5px 5px 5px;
	font-size: 12px;
}

#index-banner {
	background-repeat:no-repeat;
	background-image: url(/images/index-banner.jpg);
	background-color: #1044a7;
	background-position: top center;
	height:194px;
}

h1 {
	font-size: 18px;
	color:#900;
}

h2 {
	font-size: 16px;
	color: #1045a6;
}

hr {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #AAAAAA;
	margin:7px 0px 7px 0px;
}

#search-box {
	margin: 12px 12px;
	float: right;
    width: 260px;
    height: 27px;
    background: url(/images/search-field.gif);
}
#search-box #s {
	float: left;
    padding: 0;
    margin: 6px 0 0 69px;
    border: 0;
    width: 150px;
    background: none;
	color: #666;
}
#search-box #go {
    float: right;
    margin: 0;
}

#content ul {
	margin-left: 25px;
}
#blue-bullet-list {
	margin: 20px;
	padding-left: 25px;
	background-image:url(/images/bullet-blue.gif);
	background-repeat:no-repeat;
	background-position:0px 3px; 
}

#divider {
	height: 30px;
	background-image:url(/images/divider.gif);
	background-repeat:no-repeat;
	background-position:center; 
}

#generic_blue_header {background-image: url(/images/generic_blue_header.gif); background-repeat:repeat-x;height: 38px; padding:12px 8px 0px 8px;}
#generic_grey_header {background-image: url(/images/generic_grey_header.gif); background-repeat:repeat-x;height: 38px; padding:12px 7px 0px 7px;}
#font_size_11 {font-size: 11px;}
#table_border {border-color:#06F;border-style:solid;border-width:2px;padding:3px;}
#logout_large_black {
	font-size:24px;
	line-height:160%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}
#leftnav {
    margin: -10px 0 0 5px;
}
#leftnav h3 {
    border-bottom: 1px solid #666666;
    margin-bottom: 5px;
}
#leftnav a {
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    padding: 4px 6px;
    text-decoration: none;
}
#leftnav .active a {
    color: black;
    cursor: default;
    text-decoration: underline !important;
}
#leftnav a:hover {
    background-color: #EFEFEF;
}
#leftnav a.plugin {
    color: #777777 !important;
    font-size: 11px;
    padding-left: 15px;
}
#leftnav a.active {
    background-color: #466782;
    color: #FFFFFF !important;
    cursor: default;
}

#userguide-note {
	-moz-border-radius: 6px 6px 6px 6px;
    background-color: #295C72;
	color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 15px 0 15px;
    padding: 15px;
	font-size: 12px;
	line-height: 120%;
}
#userguide-note a {
    color: #FFFF00;
}
#content-right {
    float: right;
    min-height: 400px;
    width: 748px;
	padding: 20px;
}

#left {
	margin-top: 0px;
	font-size: 12px;
    float: left;
    width: 180px;
	padding-bottom:30px;
}
