

.tabular table
{
	border-right: #75DFEF 1px solid;
	border-top: #75DFEF 1px solid;
	border-left: #75DFEF 1px solid;
	color: #000000;
	border-bottom: #75DFEF 1px solid;
	border-collapse: collapse;
	background-color: white;
} 

.tabular td
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	padding-left: 4px;
	border-left: white 1px solid;
	color: black;
	border-bottom: white 1px solid;
	background-color: #fafad2;
}

.tabular th
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	padding-left: 4px;
	font-weight: normal;
	font-size: smaller;
	border-left: white 1px solid;
	color: black;
	border-bottom: white 1px solid;
	background-color: #afeeee;
	text-align: left;
}

.tabular caption
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	padding-left: 4px;
	font-weight: bold;
	border-left: #dcdcdc 1px solid;
	color: gray;
	border-bottom: #dcdcdc 1px solid;
	background-color: #f0e68c;
}

.tabular legend
{

	padding-left: 4px;
	font-weight: bold;
	border-left: #fef7c7 1px solid;
	color: #2f4f4f;
	
	background-color: #d4f1f5;
}



.icon
{
    font-size: 9px;
    color: #696969;
    text-align: center;
}

.smalltext
{
	font-size: 11px; 
 color: #000000;
}

.labelcell
{
	width: 220px;
	color: black;
} 

.fieldcell { 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 5px; 
} 

.checkbox { 
 color: #3670A7; 
 text-align: left; 
 margin-right: 2px; 
 padding-right: 2px; 
} 

.smalllabelcell
{

	width: 100px;
	color: black;
} 

.smallfieldcell { 
 color: #000000; 
 text-align: left; 
}

.numericfieldcell { 
 color: #000000; 
 text-align: left; 
}

.fieldcell input { 
 width: 260px; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
} 

.smallfieldcell input { 
 width: 120px; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.numericfieldcell input { 
 width: 70px; 
 color: #102132; 
 border: 1px solid #284279; 
 text-align:left;
} 

.checkbox input { 
 width: 20px; 
 color: #102132; 
 border: 0px; 
} 

.smallfieldcell select { 
 color: #102132; 
 border: 1px solid #284279; 
}


.button { 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}

.navigation
{
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	list-style-type: none;
	padding-right: 10px;
}

.navigation li a
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 5px;
	width: 5em;
	color: #fff;
	padding-top: 5px;
	background-color: #036;
	text-align: center;
	text-decoration: none;
}

.navigation li a:hover
{
	color: #fff;
	background-color: #69c;
}

.left
{
	float: left;
}
.right
{
	float: right;
}



