/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:14px;
	color:#222222;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/mainbg.png) top repeat-x;
}

form{
	margin:0px;
	padding:0px;
}
input{
	border:1px solid #B3C3CF;
}
.navBg{
	background:url(images/nav_bg.jpg) no-repeat top;	
}
.mainContent{
	background-color:#FFFFFF;
	padding:20px;
	line-height:20px;
}

.mainTitle{
	margin:10px 0;
	letter-spacing:2px;
	color:#1B9AD2;
	font-size:22px;
	font-style:italic;
}
.leftTitleBg{
	padding:0px 15px;
	background:url(images/leftTitleBg.png) no-repeat bottom;
	height:36px;
	font-weight:bold;
}
.leftbox{
	padding:10px;
	background-color:#E2F9FE;
	font-size:12px;
	font-style:italic;
}
.rightTitleBg{
	padding:0px 15px;
	background:url(images/rightTitleBg.png) no-repeat bottom;
	height:36px;
	font-weight:bold;
}
.rightbox{
	padding:10px;
	background-color:#EDF7F8;	
	font-size:12px;
}
.footerTopBg{
	background:url(images/footer_top.gif) no-repeat top;
	font-weight:bold;
	color:#FFFFFF;
}

.footerTopBg span{
	color:#31CDF1;
}

.footer{
	padding:10px;
	font-size:12px;
}

.footer a{
	font-weight:bold;
	margin:0px 20px;
	color:#000000;
	text-decoration:none
}

/* Menu Start */

.glossymenu{
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 auto 0 auto;
	height: 40px;
	list-style: none;
}
.glossymenu li{
	float:left;
	margin:0 2px;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 8px; /*Padding to accomodate left tab image. Do not change*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 12px 0 8px; 
	_padding: 0 10px 0 8px; /* For IE only */
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #000;
	background: url(images/menu_hover_left.png) no-repeat; 
	_background: url(images/menu_hover_left.gif) no-repeat; /* For IE only */
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #000;
	background: url(images/menu_hover_right.png) no-repeat right top;
	_background: url(images/menu_hover_right.gif) no-repeat right top; /* For IE only */
}
.selectNormal {
	width:145px;
}
.button {
	color:#000000;
	font-weight:bold;
	height:23px;
}
.blueColor {
	color:#0166D2;
	font-weight:bold;
}
/* Menu End */
.error_div {
	background:#CC0000;
	border: 1px solid #33CCCC;
	padding:5px;
	width:98%;
}
.message_div {
	background:#00974B;
	border: 1px solid #009900;
	padding:5px;
	width:98%;
}
.message{
	color:#FFFFFF;
	font-weight:normal;
	padding:0px;
	margin:0px
}
.width100{
	width:90px;
}
/*For curvey corner*/
.trailer_type_class {
/*background:url(images/index_24.gif) no-repeat;*/
border:1px solid #3DA4DE;
width:90%;
height:275px;
padding:10px;
/* Do rounding (native in Firefox and Safari) */
/* use below two lines and the last four lines to get all corner rounded */
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
/* underneath four lines for get top left and bottomn right edges rounded */
/*-moz-border-radius-topleft:3ex;
-moz-border-radius-bottomright:3ex;
-webkit-border-top-left-radius:3ex;
-webkit-border-bottom-right-radius:3ex;*/
}

