@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #333333;
	color:#FFF;
}

#content {
	width:900px;
	margin:auto;
}

#banner {
	width:900px;
	height:42px;
	margin:auto;
	margin-top:10px;
}

#line {
	width:900px;
	height:5px;
	background: #434343;
	margin:auto;
}

#navbar {
	width: 900px;
	height: 25px;
	margin: auto;
}

#maincontent {
	width:900px;
	background: #434343;
	height:auto; 
	min-height:370px;
}

#boxes {
	width: 250px;
	height: auto;
	float: left;
	margin-bottom:20px;
	background:#2a2a2a;
	margin-left:37px;
	margin-top:10px;
	min-height:377px;
	max-height:420px;
}

#moreboxes {
	width:90px;
	height:25px;
	background-image:url(../../old/img/morebox.png);
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
	margin-top:-5px;
}

a.black:link {
color:#FFF;
text-decoration:none;
}
a.black:visited {
text-decoration: none;
color:#FFF;
}
a.black:hover {
text-decoration: underline;
color: #FFF;
}
a.black:active {
text-decoration: underline;
color:#FFF;
}

#apDiv4 {
	position:absolute;
	top:120px;
	width:31px;
	height:126px;
	z-index:11;
	background:url(../img/networking_sidebar.png);
	background-repeat:no-repeat;
	padding-top:1px;
	margin-left:-31px;
}

#apDiv5 {
	position:absolute;
	top:270px;
	width:31px;
	height:126px;
	z-index:11;
	background:url(../img/networking_sidebar.png);
	background-repeat:no-repeat;
	padding-top:1px;
	margin-left:-31px;
}
.red {
	color:#A71414;
}

a img {border: none; } 

#navbar-buttons {
	width:128px;
	height: 25px;
	float:left;
	font-size:15px;
	line-height:25px;
	text-align:center;
	
}

a:link {color:#FFF;}      /* unvisited link */
a:visited {color:#fff;}  /* visited link */
a:hover {color:#1c8ea4;}  /* mouse over link */
a:active {color:#1c8ea4;}  /* selected link */

div.center {
   margin-left: auto;
   margin-right: auto;
   width: 8em;
 }
 
#navbar-two {
	width:108px;
	height: 20px;
	float:left;
	font-size:15px;
	line-height:20px;
	text-align:center;
	
}

#apDiv1 {
	position:absolute;
	top:121px;
	width:31px;
	height:126px;
	z-index:11;
	background:url(../img/networking_sidebar_2.png) right;
	background-repeat:no-repeat;
	padding-top:1px;
	margin-left:900px;
}

#apDiv2 {
	position:absolute;
	top:270px;
	width:31px;
	height:126px;
	z-index:11;
	background:url(../img/networking_sidebar_2.png) right;
	background-repeat:no-repeat;
	padding-top:1px;
	margin-left:900px;
}

#logout {
	position:fixed;
	width:30px;
	height:120px;
	top:100px;
	right:0px;
	background:none;
}

