/*
	File : screen_mini.css
	Date : 2006.7.7.dave

	SEE SCREEN.CSS FOR HEX COLOR REFERENCE
*/

body
{
	font-family:Tahoma, Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	color:#333333;
	background:#ffffff;
	margin:0px;
	overflow: -moz-scrollbars-vertical;
}

td { 
	font-family:Tahoma, Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	color:#333333;
}

a { color:#00659B; }
a:hover { text-decoration:none; }

b, strong { color:#00659B; }

input, select, submit, reset, textarea { border:1px solid #000000; }

/* DIV DEFINITIONS ================================================= */

#header { position:relative; height:70px; background:url('/images/Boveda_drop_horiz_lores.jpg') no-repeat; border:1px solid #000000; border-width:0px 0px 1px 0px; margin:10px; text-align:right; }
	
#content { margin:10px; }
	#pageTitle { font-size:20px; font-weight:normal; margin-bottom:10px; }
		
/* CLASS DEFINITIONS =============================================== */

.error { color:#dd0000; }
.form_label { text-align:right;	vertical-align:top; }
.form_field { font: 8pt/8pt Tahoma; font-weight: none; text-decoration: none;
			color: 000000; 
			border-color: 00659B;
			border-style: dotted;
			border-width: 1px;
 } 
 
.pillButton_l { 
	display:block; 
	background:url('/images/button_left.gif') no-repeat; 
	height:22px; 
	color: FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 25px;
	float: left;
	border: none;
} 

.pillButton2_l { 
	display:block; 
	background:url('/images/button_right.gif') 
	no-repeat; 
	height:22px; 
	width: 22px;
	float: left;
} 

.pillButton { 
	display:block; 
	background:url('/images/button_left_s.gif') no-repeat; 
	height:18px; 
	color: FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 19px;
	float: left;
	border: none;
} 

.pillButton2 { 
	display:block; 
	background:url('/images/button_right_s.gif') 
	no-repeat; 
	height:18px; 
	width: 18px;
	float: left;
} 