/* CSS Document */
.style5 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style66 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #005B88; }
a:link {
	color: #4A709F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A709F;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #4A709F;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #4A709F;
	background-image: url(app_images/bgbackground.jpg);
	background-attachment:fixed; background-position:top;
	background-position:center;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style70 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; margin-left: 12px; margin-right: 6px; font-weight: bold; color: #FFFFFF; }
.style72 {color: #FF0000}
.style4 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style73 {color: #000000}
.style74 {
	color: #005B88;
	font-size: 14px;
}
.style75 {
	font-size: 12px;
	color: #000000;
}
.style76 {
	font-size: 16px;
	font-weight: bold;
}
.style77 {color: #4A709F}


#listing{border:1px solid #4A709F; overflow:auto; font-size:15px; }
#listing table{border:0px solid #FED6E2; width:100%;}
#listing .listinghdr{background:url(listinghdrbg.jpg) #4A709F; repeat-x top; cursor:pointer; height:30px;}
#listing .listinghdr td{padding:3px; font-weight:bold; border-right:1px solid #F1C0CE; border-bottom:1px solid #F1C0CE;}
#listing .list{ cursor:pointer;}
#listing .list:hover{background:#FEF0F4; cursor:pointer;}
#listing .list td{padding:3px; border-right:1px solid #F1C0CE; border-bottom:1px solid #F1C0CE;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(media/chromebg2.gif) center center repeat-x;
}


#csv_file_preview {
	border: 1px solid #FF9933;
	height: 300px;
	margin: 4px auto;
	overflow: scroll;
	width: 730px;
}









.csvth {
	background-color: #EBEBEB;
	border: 1px solid #DADADA;
	padding: 4px;
}


.csvtr.header td {
	background-color: #6699FF;
	border-bottom: 1px solid #3366CC;
	border-right: 1px solid #3366CC;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.csvtr.odd td, tr.even td {
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	padding: 1px;
}

.csvtr.odd td {
	background-color: white;
}

.csvtr.even td {
	background-color: #F3F3F3;
}

td {font-family: Verdana, Arial, Helvetica, sans-serif; margin:0px;font-size: 10pt;}

h2 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
