body {
	padding:0;
	margin:0; 
	border:0;
	text-align:center; /** TO CENTER THE OUTER TABLE IN IE ***/
   background-color: #fff;
   line-height:18px;
}

p, td, li, div, ul, ol, span {
   font: 12px Verdana;
   line-height:18px;
}

table{
}

hr {
   color: #599FB9;
   height: 0.5px
}

img {
   padding: 0px;
   margin: 0px;
   border: 0px;
   display: block
}

form {
   display:inline; 
   margin:0;
}

/****************************************************/
a:link {
	color: #FF4000;
	text-decoration:none;
}

a:visited {
	color: #FF4000;
	text-decoration:none;
}

a:active {
	font-weight: bold;
	color: #FF4000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

input.text, select {
	z-index : -3;
	font-size: 11px;
   border: 1px solid #ACA5A5;
}

/****************************************************************************/
/****************************************************/
#outerTable1 {
   padding: 0px 0px 0px 0px;
   border-spacing: 0px;
   border-collapse: separate;
   width: 990px;
	border: 0px solid #000000;
   margin:auto; /** TO CENTER THE OUTER TABLE IN MOZILLA FOR IE CENTER IN THE BODY TAG***/
}

#outerTable1 td.leftShade{
   width: 25px;
   background-image: url('../images/body_panel_left.jpg') ;
}

#outerTable1 td.rightShade{
   width: 25px;
   background-image: url('../images/body_panel_right.jpg') ;
}

#outerTable2 {
   padding: 0px;
   border-collapse: collapse;
   width: 990px;
	border: 0px solid #000000;
   margin:auto; /** TO CENTER THE OUTER TABLE IN MOZILLA FOR IE CENTER IN THE BODY TAG***/
}

#outerTableCurved {
   padding: 0px 0px 0px 0px;
   border-spacing: 0px;
   border-collapse: separate;
   width: 100%;
	border: 0px solid #000000;
   margin:auto; /** TO CENTER THE OUTER TABLE IN MOZILLA FOR IE CENTER IN THE BODY TAG***/
}
/**************** BODY OUTER SHADE**********************/
#bodySideShade{
   padding: 0px 0px 0px 0px;
   border-spacing: 0px;
   border-collapse: separate;
   width: 100%;
	border: 0px solid #000000;
   height:100%;
   margin:auto; /** TO CENTER THE OUTER TABLE IN MOZILLA FOR IE CENTER IN THE BODY TAG***/
}

#bodySideShade td.leftShade{
   width: 15px;
   background-image: url('../images/body_panel_shade_left.jpg') ;
}

#bodySideShade td.rightShade{
   width: 15px;
   background-image: url('../images/body_panel_shade_right.jpg') ;
}

/**************** BODY CURVED **********************/
td.shadow-topl { 
   width: 25px;
   height: 31px;
   background-image: url('../images/body/panel_top_left.gif') ;
}

td.shadow-topr {
   width: 25px;
   height: 31px;
   background-image: url('../images/body/panel_top_right.gif') ;
}

td.shadow-botl {
   width: 25px;
   height: 31px;
   background-image: url('../images/body/panel_bottom_left.gif') ;
}

td.shadow-botr {
   width: 25px;
   height: 31px;
   background-image: url('../images/body/panel_bottom_right.gif') ;
}

td.shadow-top {
   height: 31px;
   background-image: url('../images/body/panel_horizontal_top.gif') ;
}

td.shadow-bot {
   height: 31px;
   background-image: url('../images/body/panel_horizontal_bottom.gif') ;
}

td.shadow-l {
   width: 2px;
   background-image: url('../images/body/panel_body_left.gif') ;
}

td.shadow-r {
   width: 2px;
   background-image: url('../images/body/panel_body_right.gif') ;
}

td.shadow-center {
   background-color: #E6E6E6; 
}

/****************************************************/
.checkBox {
	z-index : -3;
   border: 0px;
}

.errorText {
	text-align: center;
	width: 100%;
	float: left;
	color: red;
   font-weight: bold;
	font-size: 13px;
}

.inputBox {
   width: 300px;
}

.submit{
   font-family: Tahoma;
   font-size: 11px;
   font-weight: Bold;
   color: #000;
   background-color: #E9EDEF;
   border: 1px solid #000;
   cursor: pointer;
   cursor: hand;
   padding: 2px;
}

/****************************************************/
a.button1, a.button1:visited{
   font-family: verdana;
   font-size: 11px;
   font-weight: Bold;
   color: #000;
   background-color: #85d1a3;
   border: 1px solid #4c5a37;
   cursor: pointer;
   cursor: hand;
   padding: 2px;
   text-decoration:none;
}

a.button1:hover{
   background-color: #608e55;
}

a.button2, a.button2:visited{
   font-family: verdana;
   font-size: 11px;
   font-weight: Bold;
   color: #e0e0df;
   background-color: #608e55;
   border: 1px solid #4c5a37;
   cursor: pointer;
   cursor: hand;
   padding: 2px;
   text-decoration:none;
}

a.button2:hover{
   background-color: #86916f;
}
/****************************************************/
