﻿* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		}

html, body, form {
	height: 100%;
}

body
{
	text-align: center;
	background: url(_images/bg-new.jpg) repeat-x 0 0 #002252;
	color: #000000;
}



#contentContainer table ul li {
    color:#000000;
    }
    
img
{
    border: none 0px;
    padding: 0;
    margin: 0;
}

td
{
    vertical-align: top;
}

td.field 
{
    width: 300px;
}

td.fieldlabel
{
    width: 140px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}     


/*******tables ****/

/* table styles  */

.details {
	width: 98%;
	margin: 0;
	overflow: auto;
	padding: 0px;
}  

.details table {
	text-align: left;
	border-top: 1px solid #070084;
	border-left: 1px solid #070084;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;*/
	font-family: Verdana,Arial,sans-serif;
	/*margin: 5px 5px 5px 0px;*/
	padding: 0px;
	/*width: 100%;*/
	font-size: x-small;
	/*background-color:#FFF;*/



}

.details table.width95 {
width:93%;
}

.details table.width50 {
width:50%;
}

/*  .details thead, tfoot {

	font-weight: bold;
	background-color:#F3FFC6;
}

.details tbody {
	overflow: auto;
  
 }  */
 
.details th {

	font-weight: bold;
	background-color:#99CCFf;
}
	
.details  th[scope=row] {
text-align:right;
	width: 30%;
}
.details  th[scope=row].sub-header{
text-align:center;
color: #fff;
background-color:#0066CC;
}

 


.cap1{background-color:#FF6F6F;font-weight: bold;}
.cap2{background-color:#64FF64;}


.details td, .details th{
	border-bottom: 1px solid #070084;
	border-right: 1px solid #070084;
	padding: 5px;
}

.border-grey td, .border-grey th,  {
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 5px;
}
.border-grey table {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
}

.details table.details1, .details table.details1 td, .details table.details1 tr {

	border: 0px solid #070084;
	margin: 0px;
	padding: 0px;

}


.arrow {
	text-align: center;
	height:35px;
}


.col5 {
	width: 5%;

}

.col10 {
	width: 10%;

}

.col15 {
	width: 15%;

}

.col20 {
	width: 20%;

}

.col25 {
	width: 25%;

}

.col30 {
	width: 30%;

}

.col35 {
	width: 35%;

}

.col40 {
	width: 40%;

}

.col45 {
	width: 45%;

}
.col49 {
	width: 49%;

}

.col50 {
	width: 50%;

}
.col55 {
	width: 55%;

}

.col70 {
	width: 70%;

}

.col85 {
	width: 85%;

}

.col90 {
	width: 90%;

}

.col95 {
	width: 95%;

}



.colspace {
	width: 5px;

}

/* additonal table sorter css   

.even {
	background-color: #FFFFFF;
}
.odd {
	background-color: #EDECFF;
}
.highlight {
	background-color: #CCCCCC;
	font-weight: bold;
}
.header {
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-right: 30px;
	padding-top: 8px;
	height: auto;
	background-position: right bottom;
	background-color: #F3F3F3;
}
.headerSortUp {
	background-image: url(images/header-asc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-right: 30px;
	padding-top: 8px;
	height: auto;
	background-position: right bottom;
	background-color: #F3F3F3;
}
.headerSortDown {
	background-image: url(images/header-desc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-right: 30px;
	padding-top: 8px;
	height: auto;
	background-position: right bottom;
	background-color: #F3F3F3;
}

.class3, .class3 a{
	background-color:#CCCCCC;
	color: #666666;
}

*/
/* end table styles  */




