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

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

table{
}

hr {
   color: #666666;
   height: 0.5px
}

img {
}

form {
   display:inline; 
   margin:0;
}

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

a:hover {
   text-decoration:underline;
}

a:active {
   color : #fff;
}

/****************************************************/
.outerTable1 {
   padding: 0px 0px 0px 0px;
   border-spacing: 0px;
   border-collapse: separate;
   width: 884px;
	 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: 15px;
   background-image: url('../images/shade_left.jpg') ;
   background-repeat: repeat-y;   
}

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


.outerTable2 {
   padding: 0px;
   border-collapse: collapse;
   width: 884px;
	border: 0px solid #fff;
   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;
   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: #800000;
   font-weight: bold;
   font-size: 12px;
}

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

.errorTextSmall {
   font-weight: bold;
   text-align: center;
   font-size: 11px;
   color: #800000;
}

.textBold{
   color: #000;
   font-weight: bold;
}

.inputBox {
   width: 300px;
}

.submit, a.submit{
   cursor: hand;
   color : #999999;
   font-size: 12px;
   font-weight: bold;   
   text-decoration : none;
   padding: 2px;
   background-color: #666666;
   text-align:center;
   font-weight:bold;
   border: 3px solid #808080;
   margin-top:3px;
   cursor: pointer;
   cursor: hand;   
}

a.submit:hover{
   color:#ffe85e;
}

/********************** 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{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	width: 65px;
	font-weight: bold;
   text-align:center;
   text-decoration:none;
   display:block;
   color: #000;   
   background-image: url('../images/lang_bar_off.gif');
}

.langDisplay a.lang:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	width: 65px;
	font-weight: bold;
   text-align:center;
   text-decoration:none;
   display:block;
   color: #000;
   background-image: url('../images/lang_bar_on.gif');
}

.langDisplay .langSelected  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	width: 65px;
	font-weight: bold;
   text-align:center;
   text-decoration:none;
   display:block;
   color: #000;
   background-image: url('../images/lang_bar_on.gif');
}

/****************************************************/
.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***/
}
