/********************

Smooth Operator
login css document

ASAA Multimedia
05/20/2009

********************/

h1,h2,h3,h4,h5,h6,p,ol,ul,li, form { margin:0; padding:0; font-size:100%; }

body {
	margin:0 auto;
	color:#00BFF3;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	text-transform:uppercase;
}

a:link, a:visited { color:#00BFF3; }

a img { border:none; }

.rightFloat { float:right }

.clearer { clear:both; }


/***** named styles *****/


#container, #container-login {
	background:url(images/bg.jpg) no-repeat;
	width:880px;
	margin:0 auto;
}
	#container-login { background:url(images/bg-login.jpg) no-repeat !important; }

#title {
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	color:#0055A5;
	padding:75px 150px 0 0;
	font-weight:bold;
	float:right;
}

#content {
	clear:both;
	font-weight:bold;
	border-left:40px solid #00bff6;
	border-right:38px solid #00bff6;
	border-bottom:40px solid #00bff6;
	padding:65px 50px 30px 50px;
}

.agencyOpt { float:left; }

#missing-agency { float:left; padding-top:70px; }

#submitContainer { float:right; clear:both;}

.btnSubmit {
	background:url(images/btn_submit.jpg) no-repeat top center;
	width:118px;
	height:36px;
	border:none;
	cursor:pointer;
	font-size:0px; 
  text-decoration:none;
  color:#fff;
}
.btnBack {
	background:url(images/btn_back.jpg) no-repeat top center;
	width:116px;
	height:36px;
	border:none;
	cursor:pointer;
	font-size:0px;
  text-decoration:none;  
  color:#fff;
}
.btnPswd {
	background:url(images/btn_pswd.jpg) no-repeat top center;
	width:170px;
	height:36px;
	border:none;
	cursor:pointer;
	font-size:0px !important; 
  text-decoration:none;
  color:#fff;
}

form { margin:0; padding:0; }

table {
	width:600px;
	border:none;
	color:#000;
}
	table th { text-align:left; color:#00BFF3; font-size:75%; font-weight:bold; }
	td.title { color:#EB1C24; padding-top:5px; font-size:85%; }
	td { font-size:70%; padding:2px 0 2px 6px; }
	  input { font-size:90%; }
	tr.odd { background:#e4e4e4; }
	
.green { color:#09B602; margin-top:1.5em; }
	.green p { margin-bottom:1em; }
	.green label { float:left; width:90px; }
	.green input { margin-left:30px; }
.red { padding:5px; background:#E6F9FF; border:1px solid #B5D5DF; color:#003366 }
	
#control-panel {
	float:right;
	width:200px;
	font-size:11px;
	padding:45px 50px 0 0;
	color:#0055A5;
	text-align:right;
}
	#control-panel a:link, #control-panel a:visited {
		font-size:11px;
		color:#0055A5;
	}
		#control-panel a:hover { text-decoration:none; }
