﻿body
{
	/*background-image: url('../Gfx/background.png');*/
	background-repeat: repeat-x;
	background-color: #BFDCF9;
}

body, input.tbStd, .dropDown, .fileUpload, input.tbReadonly
{	
	color: black; 
	font-family: sans-serif;
	font-size: 12px;
}

.rimbutton
{
   font-size:12px;
   font-family:sans-serif;
   text-align:left;
   color:#FFFFFF;
   width:120px;
   height:26px;
   background-color:#2878C0;
   border-top-style:solid;
   border-top-color:#2878C0;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#2878C0;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#1858B8;
   border-left-width:6px;
   border-right-style:solid;
   border-right-color:#508CC0;
   border-right-width:6px;
   cursor: pointer;
}

a:link { color: #003366; text-decoration: none; }
a:visited { color: #003366; text-decoration: none; }

div.header
{
	background-image: url('../Gfx/banner_left_bck.jpg');
	background-position:left;
	background-repeat:repeat-x;
	margin: 0 auto;
	/*width: 950px;*/
	height: 116px;
	text-align: right;
}

div.content
{	
	background-color: #FFFFFF;
	/*width: 930px;*/
	padding: 20px 10px 5px 10px;
	min-height: 500px;	
}


div.logout
{
	margin: 0 auto;
	text-align: left;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #B3D2D7;
	/*width: 940px;*/
	padding: 0px;	
}

div.footer
{
	margin: 0 auto;
	border-top: solid 2px #000000;
	background-color: #999999;
	font-size: 10px;
	text-align: center;
	/*width: 950px;*/
	padding: 5px 0px 5px 0px;	
}

input.tbStd, .dropDown, .fileUpload
{
	background-color:  #F0F0F0;	
}

input.tbReadonly
{
	background-color:  #D2D2D2;	
	width: 200px;
}

input.tbStd
{
	width: 200px;
}

.dropDown
{
	width: 200px;
}

.fileUpload
{
	width: 300px;
}

tr.row
{
	height: 35px;
}

td.formField
{
	padding-left: 30px;
}

td.formField2
{
	padding-right: 10px;

}
