/* CSS Document */
body { 
	font: 9pt tahoma;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 0px;
}

td.main {
	background-color: #FFFFFF;
	/*border: solid #999999 1px;*/
}

td.theTitle {
	font: 12pt "Calibri"; 
	font-weight: bold;
	color: #00ADEF;
}

/*
input:focus {
	background-color:yellow;
}
*/

a.link {
	text-decoration: none;
	color:#0000FF;
}

a.datelink {
	text-decoration: none;
	color:#000000;
}

.company {
	font-size: 14pt;
	font-weight: bold;
	color: #0066FF;
}

.title {
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #6666FF;
	/*text-decoration:underline;*/
}

/*
.date {
	font: 9pt tahoma;
}
*/

.year {
	font: 9pt tahoma;
	width: 40px;
}

.combo {
	font: 9pt tahoma;
	width: 150px;	
}

.text {
	font: 9pt tahoma;
	width: 150px;	
}

select.text {
	font: 9pt tahoma;
	width: 158px;	
}

.dateButton {
	position: relative;
	top: -18px;
	left: 138px;
	width: 0px;
	height: 0px;
	z-index: 1;
}

.selectButton {
	position: relative;
	top: -19px;
	left: 140px;
	width: 0px;
	height: 0px;
	z-index: 1;
}

.searchButton {
	position: relative;
	top: -17px;
	left: 142px;
	width: 0px;
	height: 0px;
	z-index: 1;
}

.StatusBar {
	width: 900px;
}

input.text, input.mininumeric, input.numeric, input.year{
	background: #FFFFFF url(../images/bg_text.gif) repeat-x scroll left top;
	border:1px solid #cccccc; 
	color:#333333;
	padding:3px;
}

input.search {
   background: white /*url(../images/search.gif) right no-repeat;*/
	border:1px solid #cccccc; 
	color:#333333;
	padding:3px;
   padding-right: 17px;
	font: 9pt tahoma;
	width: 136px;	
}

input.date {
   background: white; /* url(../images/calendar.gif) right no-repeat; */
	border:1px solid #cccccc; 
	color:#333333;
	padding:3px;
   padding-right: 20px;
	font: 9pt tahoma;
	width: 133px;	
}

input.datecell {
   background: white; /* url(../images/calendar.gif) right no-repeat; */
	border: none; 
	color:#333333;
	padding:3px;
   padding-right: 20px;
	font: 9pt tahoma;
	width: 133px;	
}

select, textarea{
	background: #FFFFFF url(bg_text.gif) repeat-x scroll left top;
	border:1px solid #cccccc; 
	color:#333333;
	padding:2px;
	font: 9pt tahoma;
}

input.text, input.search, input.date, input.mininumeric, input.numeric, input.year, textarea, select {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}

input.text:focus, input.search:focus, input.date:focus, input.mininumeric:focus, input.numeric:focus, input.year:focus, select:focus, textarea:focus {
	border:1px solid #59a7ff ;
}

.numeric {
	font: 9pt tahoma;
	width: 150px;
	text-align: right;
}

.mininumeric {
	font: 9pt tahoma;
	width: 50px;
	text-align: right;
}

.error {
	color: red;
}

.button {
	font: 9pt tahoma;
	padding: 2px 5px;
}

.file {
	font: 9pt tahoma;
	width: 250px;
}