/* CSS Document */
*{margin:0; padding:0;}
ul{list-style:none;}

body{  
	font-family:Arial; 
	font-size:100%; 
	line-height:1.1875em; 
	color:#3D3D3D; 
	background-color:#fff;	
	/*background:url(../Images/homepageGrayGradient.png) left top repeat-x #fff;*/
}

img { border:0;}
.hidden {
	display: none;
}

option {
	padding:1px 3px 1px 3px;
}

table, td {border-collapse:collapse;}
table, td, img {border:0;}
td, tr {vertical-align:top; }
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.max {
	width:100%;
}

PRE {
	background-color:#fff;
	border: 1px solid #000;
}

.show {
	visibility:visible;
}

.hide {	
	display:none;
}
a {
	color:#3D3D3D; 
	text-decoration:none;
}
a:hover {
	color: #4A6A15;
	text-decoration:underline;
}
sup {
	font-size:60%;
}

.border {
	border: 1px solid #000;
}
h1 {
 text-transform: uppercase; 
 font-size:1.9em;
}
h2 {
	/*font-variant: small-caps;*/
	font-size:1.4em;	
}

h1, h2, h1 a, h2 a {	
	color: #77aa22;	
	padding:0 0 7px 0;	
}
h3{
	padding:5px 0 3px 0;	
} 
h4 {
	padding:5px 0 2px 0;	
}


/******************** content **************************/

#content {	
	margin-left:auto;
	margin-right:auto;
	width:980px;
	margin-top:30px;
	clear:both;
	height: auto;
	background-color:#fff;		
	position: relative;	
	margin-top: 25px;	
}

#content h1 {
	font-size:2em;	
	line-height:1.3em;
}

#content p {
	padding-bottom:5px;	
}

#col1 {
	margin-top:10px;
	padding-top:5px;
	float:left;
}

#col2 {
	margin-top:10px;
	padding-top:5px;
	float:right;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

#container h1, #container h2, #container h3{
	padding-bottom: 10px;
}

#container p {
	padding-bottom: 10px;
}

#screen {	 
	background:url(../Images/screen2.gif) left top no-repeat;
	height:450px;
	width:584px;	
	position:fixed;
	right:0;
	top: 50px;
}
#screentext {	 
	color:#77aa22;
	font-weight:bold;
	/*-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);*/
	position:absolute;
	left: 30px;
	top:275px;
	width:584px;
	font-size:.8em;
}

#closescreen{
	position:relative;
	top:30px;
	left:10px;
	color:#f1f1f1;
	font-size:.7em;
}

#media {
	position:relative;
	left:22px;
	top: 27px;
}

#shownotes{
	position:fixed;
	right:0;
	top: 450px;
	width:584px;	
}



/* Shows
----------------------------------*/
.show {
	padding: 10px;		
	float:left;	
}

.show .title {
	padding: 0 0 10px 10px;
}
.show img {
	max-width:440px;
}


.show .item {	
	background-color: #fff;
	padding: 10px;
	border:1px solid #C9C9C9;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin:5px;
}

.show .item:hover {	
	background-color: #DFF2BF;	
}

.pubdate, .itemlinks {	
	font-size:.8em;
}

.notice, p .notice {
	border:1px solid #e6db55;
	background-color: #fffbe4;
	padding:5px;	
	margin-top:10px;
	margin-bottom:10px;
}


.warning, p .warning {
	border:1px solid #DE2131;
	background-color: #F2A6AA;
	padding:5px;	
	margin-top:10px;
	margin-bottom:10px;
}












/******************** header **************************/

#logo {
	float:left;	
	font-variant: small-caps;
	font-size:2em;	
	/*color: #638719;	*/
	color: #fff;	
	font-weight:bold;
	padding: 8px;
}

#logo a {
	color: #fff;	
	text-decoration:none;
}

#header {
	width:100%;	
	height:40px;	
	background:url(../Images/header_grad_bkg.jpg) left top repeat-x #131313;
}


#menu {
	float: right;	
}



/******************** footer **************************/

#footer {
	/*background:url(../Images/mid_bottom_bkg2.jpg) left top repeat-x #131313;*/

	background-color:#131313;
	font-size:75%;
	width:100%;		
	color:#777777;	
	height: 220px;
	clear:both;
}

#footer_container {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	padding-top:20px;
}
#footer_container ul {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#footer_container li {
	border-bottom: 1px solid #333333;
	padding:3px;	
}
#footer .columnlabel {
	text-transform: uppercase;
	font-size:90%;
	font-weight:bold;
	padding-left:20px;
	font-family: Tahoma, sans-serif;
	letter-spacing: 1.1pt;
}

#footer_col1 {
	width:33%;
	float:left;	
}
#footer_col2 {
	width:33%;
	float:left;
}


#footer_col3 {
	width:33%;
	float:right;

}
#footer #copyright {
	clear:both;
	width:100%;
	text-align:center;
	padding-top:20px;
}

#footer a {
	color:#777777;
	text-decoration:none;
}
#footer a:hover {
	color:#cccccc;
	text-decoration:none;
}














/******************** Error box **************************/
#errors {
	width:1000px;	
	margin-left:auto;
	margin-right:auto;
	min-height:75px;
	height: auto;
	border-color: #C72334;
	background-color: #F8D8DB;	
	/*border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	margin-bottom: 20px;	
}

#errors h2 {	
	background-color: #C72334;
	color: #fff;
	font-size:1.17em;	
	font-weight:bold;
	padding: 5px;
}










/******************** form **************************/
.innerError {
	color: red;
}
/*.submit, .button {
	background-color: #e1dfd2;		
	border:solid 1px #A4A27F;		
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 3px 8px;
	margin:5px;
	cursor: pointer;	
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
}*/

.linesubmit {
	background-color: #e1dfd2;		
	border:solid 1px #A4A27F;		
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	margin: 0 5px;
	cursor: pointer;	
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
}



form input {
	margin: 2px 0 2px 0;
}

#dblback, #back, #next {
	position:relative;
	top:4px;
}


/******************** CSS-Table **************************/
.csstable {
	display: table;
	width:100%;	
}

tbody {
	border: 1px solid #c3c3c3;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



thead, th {
	text-align:left;	
	padding: 8px;	
	font-size:1.1em;			
}
.colheading {
	border-bottom: 1px solid #c3c3c3;
	font-weight: bold;	
}

td {
	padding: 8px;	
	font-size:1em;	
}

.tablefooter td {
	border-top: 1px solid #c3c3c3;
	text-align: center;	
	padding-top: 3px;
}
.row0 {
	/*background-color: #FFFFFF;*/
	border-bottom: 1px dotted #c3c3c3;	
}
.row1 {	
	background-color: #F0F0F0;	
	border-bottom: 1px dotted #c3c3c3;
}
.row0:hover, .row1:hover {	
	background-color: #D8EDF8;	
}

.l2 {
	padding-left:20px;
}



/* Sortable tables */
table.sortable thead {
   /*background-color:#eee;*/
  	border-bottom: #c3c3c3 solid 1px; 	
    color:#000;
    font-weight: bold;
    cursor: default;
    text-align:left;    
}


















