/*
+--------------------------------------+
| Author: Carlos A. Benavente 	       |
| File: main_css.php                   |
| NC State - Computer Science          |
| Date: December 2006                  |
+--------------------------------------+
*/


#main-body
{
	width:960px;
	background-color: white;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px;
	border-top:1px solid black;


}



#content 
{
	padding-left:4px;
	padding-right:4px;
	width:952px;
	background-color: white;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px;
	border-top:1px solid black;
	overflow:hidden;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
}
#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%;
}


#clearfooter 
{
	clear:both; 
	overflow:hidden; 
	margin:0px 4px 0px 2px; 
	height:1px;
}
.clear 
{
	overflow:hidden; 
	margin:0px 4px 0px 2px; 
	height:1px;
}


 /* Added on 06/03/2010 for the server room temperature monitoring pages */
#rrdgraphs
{
	text-align:center;
}

#rrdgraphs img
{
	margin-bottom: 15px;
}
#box {
display:block;
        background:#cc0000;
        text-align:center;
        color:white;
        margin:0;
        padding-left:0;
        font-weight:bold;
        font-size:1.2em;
}

/*
+-----------------------------------+
| Edit - Jan 2013					|
| Author - Roopak Venkatakrishnan	|
| Unity ID - rvenkat7				|
+-----------------------------------+
*/

#rtMenu
{
	float:right;
	overflow:auto;
	position:relative;
	top:-25px;
	background-color:white;
	padding-top:10px;
	padding-left:10px;
	
}
#rtMenu a
{
	background-image: url(/images/home/menuBtnBg.jpg);
	color:black;
	text-decoration:none;	
}
#rtMenu h4
{
	font-size: 13px;
	text-align:left;
	font-weight:bold;
	padding-right:4px;
	background:inherit;
	color: #FFF;
	height: 19px;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#rtMenu a:hover {
	background-image: url(/images/home/menuBtnBgOver.jpg);
}
.rtMenuDiv {
	padding:0px;
	margin:0;
	height:25px;
	font-size:13px;
	font-weight:bold;
	width:337px;
	text-align:right;
}
.rtMenuAnchor {
	display:block;
	margin:0px;
	height:19px;
	padding-top:6px;
	padding-right:40px;
	
}
.sidebarelement
{
	padding: 0 0 10px 0;
}
.h4-title {
    color: #D90000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
#pagetitle {
	width:920px;
	// background-image:url(../images/page-title-background.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:15px 20px 10px 20px;
}
#sectiontitle
{
	float:left;
}
#homelink {
float: right;
font-style: normal;
padding: 5px 0 0 0;
width: 300px;
}
.sidebarLink:link, active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#393939;
	text-decoration:none;
	font-weight:bold;
	margin-top:-10px;
}
.sidebarLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#393939;
	text-decoration:none;
	font-weight:bold;
}
.sidebarLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#d90000;
	text-decoration:none;
	font-weight:bold;
}
