/*
+--------------------------------------+
| Author: Carlos A. Benavente 	       |
| File: main_css.php                   |
| NC State - Computer Science          |
| Date: December 2006                  |
+--------------------------------------+
*/
/* Main HTML and BODY Declarations */
html body 
{
// 	background:#bbbbbb;
	background:#333333;

}
body 
{
	padding:0px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
/* End of HTML and BODY declarations */
a 
{
	color:#cc0000; 
	text-decoration:none;
}
a:hover 
{
	color:black; 
	text-decoration:none;
}
.hidden
{
	display:none !important;
}

/* #outerwrapper */
#wrapper 
{
	width:850px;
	background:white;
	height:100%; 
	min-height:100%; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:1px;
	margin-bottom:1px;
	border-left:1px solid gray;
	border-right:1px solid gray; 
	border-top:1px solid gray;
}
 
/* Header */
#header 
{
	position:relative;
	width:100%;
	background: url(/images/banner-new-bk.jpg) repeat-x; 
	margin:0; padding:0; 
	height:80px; 
	border-bottom:1px solid black; 
}
#header img.banner
{
	float:left;
} 
.search 
{
	float:right;
	margin:0; 
	padding:2px;
}
.texta 
{
	font-size: 75%; 
	color: black; 
	background-color:#CCCCCC; 
	border: 1px solid #666666;
}
/* End of Header */

/* Top Navigation Menu */
 #bar 
 {
	float:left;
	width:850px;
	background:#cc0000 url(/images/cell-bkgnd-new.png) center repeat-x; 
	border-bottom:1px solid gray; 
	text-align:center;
}

ul#top-nav 
{
	text-align:center; 
	list-style:none; 
	margin:0; 
	padding:0; 
	float:left;
}
ul#top-nav li 
{
	text-align: center;
	float: left;
	padding-left:0px; 
	padding-right:1px; 
	padding-left:1px;
	font-size: 75%;
	white-space: nowrap;
}
#top-nav ul li.first /* this is not working */
{
	margin-left: 0;
	border-left: none;
	list-style: none;
}

ul#top-nav li a
{
	color:white; 
	display:block; 
	text-align:center; 
	width:80px; 
	border-left:1px solid gray;
}
ul#top-nav li a:hover 
{
	color:white; 
	text-decoration:underline;
}
/* End of Top Navigation Menu */

#content 
{
	background-color:white;
	float:left;
	margin:0;
	padding-left:4px;
	padding-right:4px;
	font-size:90%;
	width:842px;
}
#content h1 
{
	font-size:150%;
	color:#cc0000;
	font-style:italic;
	text-align:left;
	border-bottom:1px dotted gray;
}
#content a 
{

}
#content p.intro 
{
	line-height:135%; 
	font-size:80%;
}

/* End of Content */
#clearfooter 
{
	clear:both; 
	overflow:hidden; 
	margin:0px 4px 0px 2px; 
	height:1px;
}
.clear 
{
	overflow:hidden; 
	margin:0px 4px 0px 2px; 
	height:1px;
}
/* Footer */
#footer 
{
	color:black; 
	font-size:70%; 
	margin-left:auto;
	margin-right:auto;
	width:850px;
	text-align:center; 
	background:white url(/images/wrapper-bottom.png) repeat-x bottom; 
	border-right:1px solid gray; 
	border-left:1px solid gray; 
	border-bottom:1px solid gray; 

}
/* End of Footer */
/* Go To Top */
#gotop
{
	font-size:80%;
	text-align:right;
	font-style:italic;
	margin-right:2px;
}
#gotop a
{
	color:white;
}
#gotop a:hover
{
	color:#cc0000;
}
#breadcrumb 
{
font-size:70%;
}
.login
{
font-size:70%;
padding-top:7px;

text-align:right;
}
.login a
{
color:white;
}
.login a:hover
{
color:black;
}