/* --- GLOBALS & PAGE WRAPPER --- */
body {
	text-align:center;
	font-family:arial;
}

.pagewrapper {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:850px;
}

.pagecontent {margin:auto;}


/* --- BANNERS --- */
.banner {
	margin:  auto;
	height: 79px;
	width: 850px;
	background-image: url(images/banner.png);
}

.subbanner1 {
	/* margin: 10px 0 10px 230px; */
	margin: 10px auto 10px auto;
	height: 60px;
	width: 364px;
	background-image: url(images/subbanner1.png);
}

.subbanner2 {
	/* margin: 10px 0 10px 230px; */
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 39px; /* 60px; */
	width: 288px; /* 364px; */
	background-image: url(images/subbanner2v2.PNG);
}

.subbanner3 {
	margin: 10px 0 10px 230px;
	height: 60px;
	width: 364px;
	background-image: url(images/subbanner3.png);
	position:relative;
}

.navi {
	height: 23px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:850px;
}

.navi table {
	border-collapse: collapse;
	width: 100%
}

.navi a {
	color:white;
	text-decoration:none;
}

.navi a:hover {
	color: #fff301;
}

.navi td {
	background-repeat: repeat-x !important;
	background-image: url(images/links-background.png);
	font-size:14px;
	height: 23px;
	text-align: center;
}

.navi td.prefire {
	background-image: url(images/links-background-red.png);
}

.navi .navi-left {
	
	background-repeat: no-repeat !important;
	background-image: url(images/links-left.png);
	height: 23px;
	width: 16px
}

.navi .navi-right {
	background-repeat: no-repeat !important;
	background-image: url(images/links-right.png);
	height: 23px;
	width: 16px
}

.navi .navi-separator {
	background-repeat: no-repeat !important;
	background-image: url(images/links-separator.png);
	height: 23px;
	width: 6px
}

/* --- GENERIC GRAY ROUND BOX --- */
.rbroundbox { background: url(images/background.gif) repeat; }
.rbtop div { background: url(images/topleft.gif) no-repeat top left; }
.rbtop { background: url(images/topright.gif) no-repeat top right; }
.rbbot div { background: url(images/bottomleft.gif) no-repeat bottom left; }
.rbbot { background: url(images/bottomright.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot { height: 7px; font-size: 1px; }
.rbcontent { margin: 0 7px; }
.rbroundbox { margin: 1em auto; }

/* --- CONTENT SPECIFIC --- */
.loginbox {width:400px; margin-left: auto; margin-right: auto;}
.loginbox {text-align:center; font-weight:bold; font-size:16px;}

.usersgrid {width: 1165px; margin: auto;}

.contentbox {
	background-color:#f9fbff;
	margin-bottom:25px;
	padding:10px;
}

.boxheader {
}

.boxheader .collapsed {
	float:left;
	margin-right:20px;
	height:17px;
	width:18px;
	background-image: url(images/crosshair.png);
}

.boxheader .expanded	 {
	float:left;
	margin-right:20px;
	height:17px;
	width:18px;
	background-image: url(images/crosshair2.png);
}


.boxheader .title {
	color:#274a72;
	font-weight:bold;
}

.boxcontent {
	padding:15px;
	font-size:12px;
}

.boxcontent td {
	font-size:12px;
}

.boxcontent a:link {color:#274a72;}
.boxcontent a:visited {color: #274a72;}
.boxcontent a:active {color: #274a72;}
.boxcontent a:hover {color: #659ECD;}









