/* copy of index.css currently on the server */
/* updating this file in index.css for use on the server */
/* index CSS Document */

html,body {
	height: 100%;
}
/*
html {
	width: 700px;
}
*/

body {
	padding:0;
	margin: 0;
	
	font:	12px/1.2 Helvetica,Arial,Verdana,sans-serif;

	/*
	background-color:#b4c2d1; 
	background-color:#eee;
	*/
	
	background-color:#eee; 
	
	/*
	background-image: url(images/bg_nim.gif);
	background-image: url(images/TileBackgroundVertical.gif);
	
	background-image: #eee url(images/bg.gif) top center repeat-y;
	
	*/
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
html > body {
	width: auto;
	min-width: 700px; 
}

h3 {
	font-size:medium;
	
}
#clear {
	clear:both;
}

div,p {
	margin-top:0;
}
div > p {
	margin-top:0;
}
#allcontent {
	/* this changes the width of the site */
	width: 850px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left:auto;
	margin-right: auto;
	/*
	border: 2px solid #5C6F90;
	
	border-top: 2px solid #5C6F90;
	border-right: 2px solid #5C6F90;
	border-left: 2px solid #5C6F90;
	*/
	border-bottom: 2px solid #5C6F90;
	background-color: #a5b5c6;
	
}

#allcontentMed {
	/* this changes the width of the site */
	width: 850px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left:auto;
	margin-right: auto;
	/*
	border: 2px solid #5C6F90;
	
	border-top: 2px solid #5C6F90;
	border-right: 2px solid #5C6F90;
	border-left: 2px solid #5C6F90;
	*/
	border-bottom: 2px solid #5C6F90;
	background-color: white;
	
}

/* logo at the top */
#top {
	/*forced a white padding in mozilla 
	border-top: 1px solid #ccc;
	height: 75px;
	background: #BDC5CE;
	background-color:white;
	background:white url(images/bg_nim.gif) repeat-x;
	*/
	
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;	

	background-color:white;	
	text-align: center;
	}

/* welcome bar */
#headtop {
	width:100%;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	/* background is deep blue grey
	background-color: #a5b5c6;
	*/
	color: #000000;
	
	background: #a5b5c6 url(images/top_barsliced.jpg) repeat-x;
	
}

#headtop h2 {
	
	text-align: center;
	font-size: 20px;
	margin:0 0px;
	
}
/*login form layout so tables work nicely in both IE and mozilla based browsers */
div.form {
	background-color:white;
	text-align:center;
	
	padding-bottom: 10px;
	min-height: 400px;
}
div.form table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}


#right {
	/*/m2p 5-29-07
  	width:auto;
	//*/
  	padding: 10px 10px 100px 10px;
  	margin: 0px;
	margin-left:175px;
	background-color:white;
	/* m2p hack found for ie6*/
	min-height:400px;
	height:auto !important;
	height:400px;
}


#left {
	float: left;
	width: 175px;
	/*background is deep blue grey */
	/*background-color:#d6d6d6;*/
	/* IE problem solution
	background: #A5B5C6 left bottom repeat-x;
	
	
	*/
	border-bottom:1px solid #5C6F90;
	color: #000;
	}

#footer {
	clear: both;
	width: 100%;
	
	border-top: 1px solid #5C6F90;
	/*
	border-bottom: 1px solid #5C6F90;
	*/
	background-color: #D6D6D6;
	
	color: #000000;
	}
#footer p {
	margin: 4px;
	text-align: center;
	font-size: 15px;
	}
	
/* used to layout course navigation on left hand side */
#nav{
	/*/
	float:left;
	/*/
	
	}
#nav div{
	
	padding:1em;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom:1em;
	
	}
#nav h2{
	margin:.5em 0 .5em 0;
	color:#000000;
	
	font-size: medium;
	}
#nav h3{
	font-size: medium;
	border-bottom: 1px solid #ccc;
	
}
#nav p{
	margin:0;
	padding:0;
	font-size: medium;
	/*
	color:navy;
	*/
	color: #5C6F90;
	}
#nav ul{
	list-style-type:none;
	margin:0 0 0 1em;
	padding:0;
	font-size: medium;
	
	}
#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	/*
	font-size: medium;
	*/
	font-size: 12px;
	
	}
#nav li a{
	text-decoration:none;
	border:none;
	/*/ m2p added 5-25-07 the monospace font for course listings
	/*/
	font-family: "Courier New",Courier,Monaco,"Lucida Sans Typewriter",monospace;
	
}
a{	
	text-decoration:none;
	border-bottom:1px solid #369;
	color:#336;
}
a:hover{
	border:none;
	color:#333;
	background:#ffc;
}
ul#loginnav {
	list-style: none;
	margin: 0px;
	/*so put background color in the left div */
	padding: 0px;
	/* grey */
	/*
	background-color:#d6d6d6;
	*/
}
ul#loginnav li {
	display: block;
	border-top: 1px solid #a5b5c6;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #5C6F90;
	font: bold 10pt /1.5 arial, sans-serif;		
	/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width:88%;
	
	}
ul#mainnav {
	list-style: none;
	margin: 0px;
	/*so put background color in the left div */
	padding: 0px;
	/* grey */
	
	background-color:#d6d6d6;
	
}
ul#mainnav li {
	display: block;
	border-top: 1px solid #a5b5c6;
}
ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #5C6F90;
	font: bold 10pt /1.5 arial, sans-serif;		
	/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width:88%;
	
	}
ul#mainnav li a:hover {
	background-color:#43616b;
	color: #eee;
}
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	/*/
	border: 0px solid pink;
	/*/
	border: 0px solid #ffc0cb;
	}
ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
	font-size: 12px;
	
	}
ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}



.courseinfo {
	margin:20px;
	
	
}
.listheader {
	
	border:1px solid #333;
	
}
.pheader {
	font-size: 15px;
	font-weight:bold;
	margin:10px;
	
}
.info {
	font-size: 15px;
	color:black;
	border-top: 1px solid #333;
	padding-bottom: 5px;
	background-color: #eee;
}
.info p {
	padding:10px;
}
.red {
	/*
	color:#f00;
	*/
	color:red;
	font-size:18px;
	/*used in coursepwd.php */
	background-color: white;
}
.red a {
	text-decoration:none;
	border-bottom:1px solid #369;
	color:red;
	}
.cellbg {
	background-color: #ccc;
}

.welcome {
	width:500px;
	margin:10px auto;
	border:1px solid #333;
	
	}
.welcomeheader {
	padding:5px;
	width:98%;
	border-bottom:1px solid #333;
	background-color:#ccc;
	font-size:20px;
	text-align:center;
}


.welcometopic {
	text-align:left;
	padding:5px;
}
.welcometopic p {
	text-align:left;
	padding:5px;
	font-size:18px;
}
.pagecontents {
	text-align:center;
	padding:5px;
	font-size:15px;
}
.flashMsg {
	color:#f00;
	border:1px solid #333;
	font-size: 15px;
}

p.flashMsg {
	font-size: 15px;
	padding:20px;
	text-align:center;
}
#handouts {
	font-weight:bold;
	
	/*padding: 6px  6% ;*/
	/* gshi   6-21-07 */ 
	padding: 40px;
	
}

#handouts h4 {
	color: #5C6F90;
	font-size:medium;
	
}
ul#outline {
	list-style:none;
	
}
ul.outline {
	list-style:none;
	
}

#faqcontent {
  	
  	position:relative;
  	
  	padding: 0px;
  	background:#fff;		/*white*/
  	color: #333;
  
  	  
}

p.author {
	font-size:medium;
	padding:20px;
	text-align:left;
}

p.answer {
	font-weight: normal;
}

/* added 6-18-07 gshi*/
ul#answer li {font-weight: normal;
 }

/* used by demo.php */
.special {
	text-align: left;
}
h3.special {
	color: red;
}
/* reviewers.php */
#playersize {
	padding-left: 20px;
	text-align: left;
}
#listings {
	padding-left: 20px;
	text-align: left;

}
#listings h2{
	
	text-align: left;

}
#listings li{
	list-style: none;	
}
#listings li a{
	text-decoration:none;
	border:none;
	/*/ m2p added 5-25-07 the monospace font for course listings
	/*/
	font-family: "Courier New",Courier,Monaco,"Lucida Sans Typewriter",monospace;

}
#sidebar {
	float: right;
	width: 250px;
	text-align: left;
	background-color: #c6d1dd;
}
#sidebar label {
	margin-left: 20px;
	font-size: 10px;
	padding-top: 5px;
	clear: both;
	display: block;
	color: #708dab;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 10px 20px 5px 20px;
	padding: 5px 15px;
	background: #c6d1dd url(images/bullet.gif) center left no-repeat;
	border-bottom: 1px solid #999;
}

#sidebar ul li {
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	list-style-type: square;
	line-height: 1.75em;
}

#sidebar img {
	margin: 15px;
	border: 5px solid #eee;
}

.date {
	color: #708dab;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 0 20px;
}

.news {
	margin: 0 20px;
	padding-left: 0;
	line-height: 1.5em;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}


.comment {
	font-size: 12px;
	line-height: 2.0em;
	margin: 10px 10px 10px 20px;
	color: #333;
}


div.reviewers {
	background-color:white;
	text-align:center;
	
	padding-bottom: 10px;
	min-height: 400px;
	/* needed this for firefox */
	margin-right: 250px;
}
#warning {
	background-color:#ffffcc;
	text-align: left;
	color: red;
	border-color: #cccccc;
	border: 2px solid #cccccc;
	margin-left: 130px;
	margin-right: 125px;
	margin-bottom:20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#warning h3 {
	
	background: url(images/alert.gif)  left no-repeat;
	padding-left: 20px;
}
