/* CSS Document
-----------------------------------------------
Title: Advanced Default Style
Author: Shamsul Haque
Modified: 29 Jan 2006
----------------------------------------------- */

/* color set: Orange:#FF4800 Blue:#069EDD Green:#01C842

/* tag styles
----------------------------------------------- */
html, body	{ 	padding: 0; margin: 0; }
body 			{	margin: 0px; text-transform: none; color: #000000; text-align: left; font-family: sans-serif; } 
a 				{	background-color:#FFFFFF; text-decoration: none; color:#768C00; text-align: center; }
a:hover 		{	text-decoration: underline; }
img 			{	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; margin: 0; padding: 0; }
h5 			{	font-size: 12px; color: #cc0000; /*#FF4800;*/ margin-top: 0px; margin-right: 0px; margin-bottom: 10px;
					margin-left: 0px; text-transform: uppercase; text-align: left; background-color: inherit; }
label 			{	float: left; width: 160px; font-weight: bold; }
textarea1 	{	height: 150px; }
input1, 
textarea1 	{	width: 180px; margin-bottom: 5px; }
select1 		{	width: 186px; margin-bottom: 5px; }

/* advanced selectors
-----------------------------------------------*/
#divBoxMain 		{	margin: 0 auto 0 auto; padding: 0px; width: 645px; border-right: 1px solid #666; border-left: 1px solid #666;
							background-color: #FFFFFF; color:#333333; text-align: left; }	
#divBoxLogo		{ 	margin-right: 10px; margin-left: 10px; padding: 0px; width: 625px; height: 46px; border-bottom: 6px solid #069edd; }
#divBoxBanner 	{	margin-bottom:18px; width:auto; height:83px; background-image: url(../images/banner/header_vista02.jpg); }
#divBoxContent 	{	margin: 0 5px 0 10px; width: 625px; padding: 0px; height: auto; min-height: 550px; }
#divBoxColumns 	{	margin-top: 0px; width: auto; height: auto; }
#divFooterBox 	{	margin: 10px 10px 10px 10px; padding: 10px 5px 10px 5px; width:615px; height:auto; clear: both; 
							border-top: 1px solid #666; font-size:11px; letter-spacing: normal; }

#divMenuBar 					{ margin-top: 6px; width: auto; height: 25px; padding-top: 3px; }
ul#divMenuLinks 				{ margin: 0px; white-space: nowrap; padding: 0px; }
#divMenuLinks li 				{ display: inline; margin-right: 10px; }
#divMenuLinks a:link, 
#divMenuLinks a:visited 	{ font-size: 13px; margin: 0px; padding: 3px; background-color:#FFFFFF; color:#333333; text-transform: none; text-decoration:none; }
#divMenuLinks a:hover 		{ background-color: #069EDD; color: #FFFFFF; text-decoration: none; }
#divMenuLinks #current 	{ background-color: #CC0000; color: #FFFFFF; }

#divBodyText 			{	margin: 0px; background-color: #FFFFFF; color: #333333; text-transform: none; }
#divSizer 				{	display: none }
#divSubmitButton 	{ 	margin-left: 160px; margin-top: 5px; width: 70px; background-color: #069EDD; 
								color:#FFFFFF; height: 21px; font-size:10px; }

#divClientList	{ background-color: inherit; margin-left: 5px; color: inherit; }


/* DEFAULT CSS Document */

body {
	font-size: 11px;
	background-image: url(../images/system/bg_blueish.gif);
	background-repeat: repeat-x;
	background-color: #cfd3d7;
}
#divMenuBar { font-size:11px; }

#divBodyText p { line-height:1.8em;}

/**************************************************************
   Form Elements
 **************************************************************/

form 	{	margin: 0; padding: 0; }
label 	{	float: left; width: 100%; vertical-align: top; }
input,
textarea,
select 	{	padding: 1px; font: 400 1em verdana, sans-serif; color: #999; background: #EEE; border: 1px solid #CCC; }
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover 	{	color: #000; background: #E7F1F3; border: 1px solid #888; }
input.noBorder,
input:focus.noBorder,
input:hover.noBorder {	padding: 0; border: 0; }
input.button 	{	padding: 2px 5px; font: 400 0.9em verdana, serif; cursor: pointer; color: #fff; background: #FC3307;
					border-width: 1px; border-style: solid; border-color: #FF7800 #691300 #691300 #FF7800; }
input.radio 	{	background: none; border: 0px; }