/*********************************************************************
 * Author:		John Wang, Henry Lin
 * Incept:		01/07/2004
 * Note:		The CSS2 stylesheet for www.gridbus.org/
 *********************************************************************/


body{
	margin-top: 10;
	margin-bottom: 10;
	margin-left: 10;
	margin-right: 10;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffffff;	
}

h1{ 
	font-family: arial;
	font-size: 20;
	font-weight: bold;
}

h2{
	font-family: arial;
	font-size: 16;
	font-weight: bold;
}

h3{
	font-family: arial;
	font-size: 12;
}

.gentable
{
	font-size: 10pt;
	 border: solid 1px #3399FF;
}

.th1{
	background-color: #FF9900;
}

.th2{
	background-color: #99ccFF;
}

.tr1
{
	background-color: #ffffdd;
}

.tr2
{
	background-color: #dddddd;
}
/********************************************************************
 * Header section (wrapper for all things at the top)
 ********************************************************************/

#header {
	display: block;
	position: relative;
	width: 100%-50px;
	/*background-color: #3399FF;*/
	background-color: white;
	border-bottom: 5px solid white;
}

#header #title{
	position: relative;
	font-family: arial;
	font-size: 22;
	font-weight: bold;
	/*color: #ffffff;*/
	color: blue;
	padding: 5px 5px 15px 5px;
	width:500px;
	/*background-color: #3399FF;*/
	background-color: white;
}

#header #site{
	position: relative;
	/*width: 500px;*/
	width: 100%;
	height: 1px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	padding: 3px 0px 3px 10px;
	text-align:left;
	background-color: #FF9900;
	color: #ffffff;
	
	font-family: arial;
	font-size: 1px;
	font-weight: bold;
	letter-spacing: 1px;
}
	
#header #logo{
	position: relative;
	top: 5px;
	float: right;
}


/********************************************************************
 * Content Section (wrapper for all things in the middle)
 ********************************************************************/
#content 
{
	font-family: Arial;
	font-size:10pt;
	text-align: left justify;
	margin-left: 220px;
/*	margin-top: 10px; */
	padding: 20 20 10 10;

/*
	border-right: 5px solid #FF9900;
	overflow: auto;
	height: 70%;
*/
}

#content h1{
	font-family: arial;
	font-size: 22;
	font-weight: bold;
	color: #FF6633;
	text-transform: capitalize;
}

#content h1:first-letter{
	font-family: benrhard modern;
	font-size: 200%;
	font-weight: bold;
	color: red;
}

#content h2{
	font-family: arial;
	font-size: 20;
	font-weight: bold;
	color: #FF5533;
}

#content h3{
	font-family: arial;
	font-size: 18;
	font-weight: bold;
}

#content h4{
	font-family: arial;
	font-size: 16;
	font-weight: bold;
}

#content p{
	font-family: arial;
}

#content li{
	font-family: arial;
}

#content a{
/*	color: #226; */
/*	background-color: transparent;*/
}

#content .newsblock{
	position: relative;
	margin: 30px;}
	
#content .newsblock .date{
	position: relative;
	text-align: left;
	border: 1 solid white;
	padding: 2 5 2 5;
	width: 10em;
	background-color: #FF9900;
	color: white;
	font: bold 12 arial;
	z-index: 2;}

#content .newsblock .newsheader{
	position: relative;
	margin-left: 3em;
	margin-right: 2em;
	margin-bottom: -0.5em;
	text-align: left;
	padding: 5 10 5 100;
	background-color: #3399FF;
	color: white;
	font: bold 14 arial;}

#content .newsblock .text{
	position: relative;
	margin-top: -0.5em;
	margin-left: 2em;
	text-align: justify;
	padding: 15 20 10 20;
	border: 1px solid #FF9900;
	border-right: 1em solid #FF9900;
	background: white;
	color: #337;
	font: 12 arial;
	z-index: 1;}

/********************************************************************
 * The Sidebar (wrapper for all things in the left of the screen)
 ********************************************************************/
#sidebar{
	position: absolute;
	left: 10px;
	width: 210px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	margin-top: 10px;*/
	border-width: 0;
	border-top: 40px solid #3399ff;
	border-bottom: 40px solid #3399ff;
	
}

#sidebar a {	
	display: block;	
	margin: 0;
	letter-spacing: 1px;
	text-align: right;
	color: #337;
	border-left: 30px solid #ff9900;
	border-right: 5px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	background-color: transparent;
	padding: 2px 5px 2px 5px;
	font-family: arial;
	font-size: 13;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

#sidebar a:link{
	color: #226;
/*	background-color: transparent;*/
}

#sidebar a:visited{
	color: #557;
/*	background-color: transparent;*/
}

#sidebar a:hover {
	background: #006699;
	color: #ffffff;
	border-left-color: #D0DDDB;
	border-right-color: #D0DDDB;
}


/********************************************************************
 * The Footer (wrapper for all things in the bottom of the screen)
 ********************************************************************/
#footer {
	position:relative;
	margin-top: 20px;
	margin-left: 220px;
}

#footer #time{
	margin-left: 50px;
}

#footer #modifier{
	margin-left: 200px;
}

#footer #spacer{
	width:90%;
	margin-left: 0px;
	background-color: #FF9900;
	//height: 6px;
}

#footer #text{
	width:80%;
	font-family: arial;
	font-size: 10px;
	font-weight: ;
	letter-spacing: 1px;
	border-top: 1px solid white; 
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 2px 20px 2px 0px;
	text-align:right;
	background-color: #3399ff;
	color: #ffffff;
	margin:0;
}
