/* HTML Overrides */

html { height: 100%; }

body {
	font-family:   Tahoma;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #333333;
	}
	
.archive { background-color: #FFF8DC; }

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
  
a:link, a:visited { 
	font-family:  Tahoma;
	color: #3399FF;
	text-decoration: none;
}

a:active, a:hover {
	font-family:  Tahoma;
	color: #333333;	
	text-decoration: none;	
}

a.dg { color: #333; }
a.noul { text-decoration: none; }
	
code {
	font-family: Courier, "Courier New", monospace;
	font-size: 10pt;
	}
	
emphasis {
	font-style: italic;
	}

p {
	
}



form {
	margin: 0px;
	padding: 0px;
	/*border: none;*/
	}
	
input {
	
	font-size: 10pt;
	font-family:  Tahoma;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
/*	border: 1px inset; */
	text-align: right;
}

select {
	
	font-family: Tahoma;
}

h1,h2,h3,h4,h5,h6 {
	
	font-weight: normal;
	font-family: Tahoma;
	}

h1 {
	margin: 5px 0px;
	font-size: 18pt;
	}
	
h2 { font-size: 14pt;
	text-indent: 20px;
}
	
h3 { font-size: 14pt; }

h4 { 
	font-size: 11pt;
}

h5 { font-size: 11px; }

h6 { 
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	
}
	
hr {
	border: 0px; 
	margin-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #999;
	height: 1px;
	}

td {

	}
	
th { text-align: left;
	 height: 30px;
	 padding-top: 15px;
	 }
	

table {

	border-collapse: collapse;
	
}

#baseDiv {

	width: 900px;
	margin: auto;
}

#headerDiv {

/*	position: relative;
	float: left;*/
}



#argsDiv {
	 
	float: left;
	padding-bottom: 15px;
	width: 36%;
	
}

#resultsDiv { 
	
	float: left; 
	background-color: #DDDDDD;
	padding-bottom: 15px;
	width: 36%;

}

#resultsDiv input { background-color: #DDDDDD; width: 90px; color: #000000; font-size: 11pt;}
#argsDiv input { width: 100px;}

#helpDiv { 
	
	float: right;
	width: 26%;
	padding-left: 2%;
	background-color: #ffffff;


}

#helpDiv span {
	
	
	display: none;
		
}

#mainDiv {
	
	font-size: 10pt; 
	float: left; 
	width: 72%;
	
}
#footerDiv {

/*	float: left;*/
	clear: both;
	width: 100%;
	text-align: left;
	padding-top: 20px;
	
}

#adDiv {
	float:right;
	padding-top: 50px;
	
}

#argsTable {}
#argsTable td { 
	
	height: 27px;
	padding-right: 10px;
	
}

#resultsTable { background-color: #DDDDDD; }
#resultsTable td {
	 
	padding-left: 20px;
	height: 27px;
	padding-right: 10px;
}

#resultsTable th {
	 
	padding-left: 20px;
	
}

#menuDiv {
	font-size: 18pt;
	padding-bottom: 20px;
	padding-top: 20px;
}

#menuDiv .tabSpan {
	margin-left: 113px;
	
}

#menuDiv .smallFont { margin-left: 5px; font-size: 10pt;  }

#bookmarkDiv { float: right; }

.narrowTd {

	height: 10px;
	background-color: #ffffff;
	
}



.rightAlign {

	text-align: right;
	
}

#spcTable { width: 98%; clear: both;}

#spcTable td {
	border-bottom: solid 1px #dddddd;
	font-size: 10pt;
}

#spcTable td .newBench { font-weight: bold; }
	
#spcTable thead tr .headerSortUp {
	background-image: url(asc.gif);
}
#spcTable thead tr .headerSortDown {
	background-image: url(desc.gif);
}
#spcTable thead tr .headerSortDown, #spcTable thead tr .headerSortUp {
	background-color: #dddddd;
}

#spcTable thead tr th, #spcTable tfoot tr th {

	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px 0px;
}
#spcTable thead tr .header {
	/*background-image: url(bg.gif);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}


#spcTable th {
	height:15px;
	padding-top:15px;


}

#spcTable tbody tr.highlight {
  	background-color: #dddddd;
  	cursor: pointer;
}

#leftZDiv {
	
	font-size: 10pt; 
	float: left; 
	width: 49%;
	
}

#rightZDiv { 
	
	float: right;
	width: 49%;
	padding-left: 2%;
	padding-top: 2%;
	background-color: #DDDDDD;

}

.ramkaFrame {
	
	width: 100%;
	height: 3000px;
	
}

#formDiv span { display: none; }

#newTable td { width: 150px; font-size: 10pt; vertical-align: top;}

#newForm input {text-align: left;}

#specTable { width: 98%; clear: both;}
#specTable td { vertical-align: top; border-bottom: solid 1px #dddddd;}
#specTable th { font-size: 18pt; font-weight: normal; padding-bottom: 20px; padding-top: 0px; background-color: #DDDDDD;}
#specTable .leftTd { 
	
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	
}
	
.navSpan {
	font-size: 18pt;
	padding-bottom: 15px;
	float: left;
}

#bigLinks {
	font-size: 32pt;
}	
