
#mw_table td{
 border-bottom: solid 1px #476dad;
}

BODY {
  background-color: #a8cef8;
 /* font-family: sans-serif;
  font-size: 12px;
  */
  color: #220000;
  overflow: auto;
}



A:link {
  text-decoration: none;
  color: blue;
}

A:visited {
  text-decoration: none;
  color: blue;
}

A:hover {
  text-decoration: underline;
  color: red;
}

A:active {
  text-decoration: underline;
  color: #21449c;
}

INPUT, SELECT {
  font-size: 12px;
}



H1 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

H2 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #21449c;
  display: inline;
}


/* dhtml window start */

	.dhtmlgoodies_window{
		width:300px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		position:absolute;
		overflow:hidden;	
		z-index:10000;	
		
		
	}
	.dhtmlgoodies_window div{
		position:relative;
	}
	.dhtmlgoodies_window .dhtmlgoodies_window_top{
		width:100%;
		height:17px;
		position:relative;
		background-color: #707070;
		
		
	}
	
	.dhtmlgoodies_window .top_buttons{
		float:right;
		z-index:10;
		position:absolute;
		right:0px;
		width:35px;
		
		
	}
	.top_buttons img{
		float:left;
		padding-left:2px;
		
	}
	.dhtmlgoodies_windowMiddle{
		border-left:3px solid #707070;
		
	}
	.dhtmlgoodies_windowContent{
		border-right:3px solid #707070;
		padding-left:5px;
		padding-right:2px;

		height:100%;
		overflow:hidden;
		background-color:#FFF;
	}
	.dhtmlgoodies_window_bottom{
		border-left: 3px solid #707070;
		border-right:3px solid #707070;
		border-bottom: 3px solid #707070;
		position:relative;
		height:0px;
		background-color:#FFFFFF;
	}
	.dhtmlgoodies_window_bottom img{
		float:right;
	}
	.topCenterImage{
		position:absolute;
		left:3px;
		width:5000px;
		height:17px;
	}
	.resizeImage{
		position:absolute;
		right:1px;
		bottom:1px;
	}
/* dhtml window end */


/*menu*/

.mainMenu{
   width: 150px;
}

.mainMenu td{
   
   text-align: center;
   color: black;
   font-weight: bold;
   font-family: Century Gothic, Arial;   
 }
 .mainMe{
   width: 163px;
   height: 22px;
   background-image: url("../images/menu_bg_1.png");
   background-repeat: no-repeat;
 }
 
 .mainMeFirst{
   width: 163px;
   height: 22px;
   background-image: url("../images/menu_bg_1_first.png");
   background-repeat: no-repeat;
 }

 .mainMeLast{
   width: 163px;
   height: 22px;
   background-image: url("../images/menu_bg_1_last.png");
   background-repeat: no-repeat;
 }
 
  .mainMenu a{
   color: black;
   font-size: 14px;
 }
  .mainMenu a:visited{
   color: black;
   font-size: 14px;
 } 
 
  .mainMenu td a{
   color: black;
   font-size: 14px;
 } 
 .subMenu td{
   background-image: url("../images/menu_bg_2.png");
   background-repeat: no-repeat;
   width: 163px;
   height: 17px;
   text-align: center;
   color: black;
   font-weight: normal;
   font-size: 11px;
 }

/*menu end*/

.regTable th{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	
}

.defaultTable{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.defaultTable td{
	background-color: #DDD;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

.defaultTable th {	
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 
						
.roomSelectorWindow{
  border: 2px solid #000000;
  width: 100%;
  height: 100%
}	
