body {
   background-color: #fff;
	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;
	line-height: 18px;
}

table{
}

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

img {
}

form {
   display:inline; 
   margin:0;
}

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

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

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

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:  100%;
	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;
}

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

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

.textBold{
   font-weight: bold;
}

.inputBox {
   width: 300px;
}

.submit, a.submit{
   cursor: hand;
   color : #fff;
   text-decoration : none;
   padding: 2px;
   background-color: #205797;
   text-align:center;
   font-weight:bold;
   border: 3px solid #6699cc;
   margin-top:3px;
}

a.submit:hover{
   background-color:#fff;
}

/********************** 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 : #1f538f;
   text-decoration : none;
   display: block;

   padding: 5px;
   font-weight: bold;
}

.langDisplay a.lang:hover {
	color : #0277fd;
	text-decoration : underline;
	display: block;

	padding: 5px;
	font-weight: bold;
}

.langDisplay .langSelected  {
   color : #1f538f;
   text-decoration : none;
   display: block;

   padding: 5px;
   padding-top: 15px;
   font-weight: bold;
}

.roomName{
  font-size: 14px;
  font-weight: bold;  
  color: #1F538F;
  letter-spacing:0px;
  height:20px;
  text-transform:uppercase;
}

.pagetitle{
  font-size: 13px;
  font-weight: bold;  
  color: #fff;
  padding: 5px;
  letter-spacing:1px;
  background-color:#6699cc;  
  display:block;
}

.pageSubTitle{
  font-size: 12px;
  font-weight: bold;  
  color: #5B98DB;
  padding: 5px;
  letter-spacing:1px;
  background-color:#E2ECF5;  
}

.pageSubTitle2{
  font-size: 12px;
  font-weight: bold;  
  color: #fff;
  padding: 5px;
  letter-spacing:1px;
  background-color:#6699cc;  
}
/****************************************************/
.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***/
}