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

p, span, td, pre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

table{
}

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

img {
}

form {
   display:inline; 
   margin:0;
}

/****************************************************/
a:link, a:visited {
	color: #3a88ac;
   text-decoration:none
}

a:hover {
   color : #719eb2;
   text-decoration:underline;
}

a:active {
   color : #3a88ac;
}

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

td.leftShade{
   width: 20px;
   background-image: url('../images/shade_left.jpg') ;
}

td.rightShade{
   width: 21px;
   background-image: url('../images/shade_right.jpg') ;
}


.outerTable2 {
   padding: 0px;
   border-collapse: collapse;
   width: 990px;
	border: 0px solid #000000;
   height:100%;
   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: 785px;
   border: 0px solid #000000;
   margin:auto; /** TO CENTER THE OUTER TABLE IN MOZILLA FOR IE CENTER IN THE BODY TAG***/
}

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

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

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

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

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

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

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

td.shadow-r {
   width: 4px;
   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: 12px;
}

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

.errorTextSmall {
   text-align: center;
   font-size: 11px;
   color: red;
}

.textBold{
   font-weight: bold;
}

.inputBox {
   width: 300px;
}

.submit{
   font-family: tahoma, verdana;
   font-size: 13px;
   font-weight: Bold;
   color: #fff;
   border: 1px solid #000;
   cursor: hand;
   padding: 2px;
   background-color:#3a70a4;
   letter-spacing:1px;
}

/********************** LANG ******************************/
.langDisplay {
   padding: 0px 0px 0px 0px;
   border-spacing: 0px;
	border: 0px solid #fff;
   border-collapse: collapse;
   text-align: center;
   margin:left;
}

.langDisplay td{
   border-collapse: collapse;
   padding: 0px;
}

.langDisplay a.lang{
   color : #557215;
   text-decoration : none;
   display: block;
   padding: 5px;
}

.langDisplay a.lang:hover {
   color : #557215;
   text-decoration : none;
   display: block;
   padding: 5px;
   background-color: #fff;
}

.langDisplay .langSelected  {
   color : #557215;
   text-decoration : none;
   display: block;
   padding: 5px;
}

/****************************************************/
.spAction{
   padding: 0px;
   width: 100%;
	border: 0px solid #000000;
   height:100%;
   margin:auto; /** TO CENTER THE OUTER TABLE IN MOZILLA FOR IE CENTER IN THE BODY TAG***/
}
