/* StyleSheet for Current Database */

* {  
	font-family: sans-serif;
	margin:0; 
	padding:0;
}
body{
	width:921px;
	color:#333;
	background-color:white;
	font-size:0.8em;
}

/* ----- IDS ----- */

#header{	
	width:921px;
}
#nav {
	width:921px;
	padding: 5px 14px;
	color: #36C;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	height:28px;
	max-height:25px;
 }
#nav li {
	 padding-right:4px;
	 display: inline;
}

#nav a{
	color: #000;
	text-decoration:none;
}

#nav a:hover{
	color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#wrapper{		/* Everything between the Header and the Footer */
	width:921px;
	margin:0px;
	padding:0px;
	min-height:80px;
	background-image:url(images/cookon_hq.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#helpwrapper{		/* Everything between the Header and the Footer in the help document */
	width:100%;
	margin:0px;
	padding:0px;
	min-height:80px;
}
#container{		/* Inside Wrapper - containing Nav and Content */
	margin:0px;
	padding:10px;
	width:920px;
}
li{
	margin-left:20px;
}
#content{		/* Content */
	margin:0px 200px 10px 10px;
	padding:0px 20px 0px 0px;
	min-height:230px;
}
#content table{
	Xfont-size:1em;
}
#content li{
	margin-left:20px;
}
#sidebar{
	position:absolute;
	top:220px;
	left:710px;
	width:180px;
	max-width:178px;
	padding:0px 10px;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
}
/* Again, "be nice to Opera 5". */
body>#sidebar {
	width:192px; 
}

h1{
	font-size:12pt;
	font-weight:bold;
	padding-top:5px;
	color:#339900;
	margin-bottom:0.8em;
}
h2{
	font-size:10pt;
	font-weight:bold;
	color:#339900;
	margin-bottom:0.8em;
}
h4{
	font-size:12pt;
	font-weight:bold;
	
}
#sidebar ul{
	font-size:10pt;	
}
#sidebar li{
	list-style-type:none;
	margin:2px;
}
#sidebar a{
	color: #000;
	text-decoration:none;	
}

#sidebar a:hover{
	color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#footer{
	padding:0px 0px 0px 0px;
	width:921px;
	clear:both;
	height:28px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#footer a{
	margin:15px 10px;
	padding:15px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	line-height:25px;
}
#displaytable{
	font-size:1em;
}
/* ----- CLASSES ----- */

.hide{
	display:none;
}
.show{
	display:block;
}
#logoScreen{
	display:block;
}
#logoPrint{
	display:none;
}
p{
	margin:10px 0px;
}
.hd{
	font-weight:bold;
	background-color:#FF9;
	padding:2px;
	text-align:center;
}
.tableheader{
	font-size:.8em;
	font-weight:bold;
	border:none;
	border-bottom:#000 solid 1px;
}
.viewrow{
	font-size:.8em;
}
label{
	font-weight:bold;
	width: 13em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
}
label.email{
	width: 4em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
}
.input-box{
	margin: 0 0 10px 0;
	margin-bottom: 10px;
	color: #26a;
	background: #FFF;
	border: #26a solid 1px;
} 
.input-box-mandatory{
	margin: 0 0 10px 0;
	margin-bottom: 10px;
	color: #26a;
	background: #FF9;
	border: #26a solid 1px;
} 
fieldset{
 	clear: both;
	font-size: 100%;
	border-color: #000000;
  	border-width: 1px 0px 0px 0px;
  	border-style: solid none none none;
  	padding: 0px 5px;
  	margin: 0px;
}
fieldset legend {
 	font-size: 150%;
 	font-weight: normal;
 	color: #000000;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 5px;
}