h2{
	font-size:18px;
	color:#000;
	clear:both;
	text-transform:uppercase;
	margin:5px 0 15px 0;
}

#header{
	float:left;
	display:inline;
	height:100px; 
	background:#432367 url(../images/index.jpg) center right no-repeat;
	width:94%;
	padding:0 3%;
}

#header h1{
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#fff;
	font:20px "trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:inline;
	width:80%;
	margin-top:35px;
}

#header .infoadmin{
	float:right;
	color:#fff;
	text-align:right;
	line-height:15px;
	width:20%;
	margin-top:35px;	
}

#header .infoadmin a{
	color:#ff0;
}

#content{
	width:98%;
	margin:10px 0 10px 1%;
	float:left;
	display:inline;
	text-align:left;
}

#footer{
	float:left;
	display:inline;
	width:100%;
	text-align:center;
}

.warning{
	color:#f00;
	text-transform:uppercase;
}

.warninghome{
	background:#ec0000 url(../images/warninghome.gif) 5px 5px no-repeat;
	padding:8px 8px 8px 50px;
	color:#fff;
}



ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 100%;
	float:left;
	line-height:normal !important;
	background:url(../images/grad_grey.gif);
	border-bottom:1px solid #ccc;
}

ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	white-space:nowrap;
}

ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	border-bottom:none !important;
	border-right:none !important;
	white-space:normal;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}

ul.MenuBarHorizontal ul li
{
	width:400px;
	border-right:none;
	border-bottom:1px solid #ccc;
	clear:both;
}

ul.MenuBarHorizontal ul li a
{
	background:#fff !important;
}

ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 95%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background:url(../images/grad_grey.gif);
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
	padding: 6px 10px;
	color: #333;
	text-decoration: none;
	text-transform:capitalize;
}

ul.MenuBarHorizontal a:hover
{
	color: #777;
	text-decoration: none;
	text-transform:capitalize;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: #eee !important;
}


ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

.scrollablecontent{
	width:98%;
	padding:1%;
	overflow:auto;
	float:left;
	margin:0 0 10px 0;
	background:#fff;
}
 
.bordertopnone{
	border-top:none;
}



.headtable{
	width:100%;
	text-align:center;
	border:1px solid #777;
	background:#fff;
	padding:10px 0;
	margin:0 0 10px 0;
}

.headtable p{
	width:99%;
	text-align:center;
	margin:0;
}

.information{
	background:#e0def4;
	border:1px dashed #bdc1ee;
	padding:5px;
}

.warningpage{
	background:#fff url(../images/warning.jpg) no-repeat top center;
	width:400px;
	padding:220px 20px 20px 20px;
	text-align:center;
	color:#c00;
	font-weight:bold;
	font-size:24px;
	line-height:normal;
	text-transform:uppercase;
	margin:0 auto;
}

.warningpage p{
	text-align:center;
	margin:10px 0;
}

.warningpage a{
	font-size:16px;
	line-height:normal;
	text-transform:none;
	margin:0 auto;
}

.row{
	clear:both;
	float:left;
	display:inline;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	width:98%;
}

.row label{
	float:left;
	display:inline;
	width:17%;
}

.row .rowwrap{
	float:left;
	display:inline;
	width:83%;
}
.row .rowwrap{
	float:left;
	display:inline;
	width:83%;
}
.row .rowwrap label{
	float:none;
}

.form .row .rowwrap p{
	font-style:italic;
	margin:0;
}


/* POPUP */
h1#headerpopup{
	float:left;
	display:inline;
	height:50px;
	width:100%;
	padding:1%; 
	margin:0 0 2% 0;
	line-height:50px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	background:#005483 url(../images/index.jpg) center right no-repeat;
}

div#contentpopup{
	overflow:auto;
	clear:both;
	margin:2%;
	padding:2%;
	background:#fff;
}

.paging{
	clear:both;
	margin:10px 0 0 0;
}

.paging a{
	background:#d1e4ff;
	border:1px solid #a5c6f3;
	color:#5c7eac;
	padding:2px 5px;
	float:left;
	margin:0 3px 3px 0;
}

.paging a:hover{
	background:#e5f0ff;
	border:1px solid #86aee3;
}

.paging a.pageon{
	font-weight:bold;
	background:#b9d1f4;
	cursor:default;
	text-decoration:none !important;
}
	  
	  
	  


.check{
	background:none;
	background: #000 url(../images/icon/check.jpg) no-repeat !important ;
	width:15px!important;
	height:15px!Important;
	clear:none!important;
	
}

.x{
	background:none;
	background: #000 url(../images/icon/x.jpg) no-repeat !important ;
	width:15px!important;
	height:15px!Important;
	clear:none!important;
}

.checkitem{
	float :left;
	width:25%;
	margin-bottom:10px;
}








/* 21/08/2009 */


table.chart
{
	margin-top : 10px;
	width	:	1050px;	
}
table.Minichart
{
	margin-left:-5px;
	margin-top : 10px;
	width	:	84px;
	float:left;
}
table.Minichart th
{
	width : 60px;
	background:#ccc;
	border-left: 1px solid #fff;
	padding:0;
}
table.Minichart td
{
	height : 18px;
	border : 1px solid #ccc;
	padding: 6px;
	z-index:-100px;
}
table.Minichart td.room
{
	width : 135px;
}
table.chart th
{
	width : 60px;
	background:#ccc;
	border-left: 1px solid #fff;
	padding:0;
}
table.chart td
{
	height : 48px;
	border : 1px solid #ccc;
	padding:0;
	z-index:-100px;
}
table.chart td.room
{
	width : 150px;
}
	
table.chart .bar
	{
		position:relative;
		display:block;
		height:100%;
		width:100%;
	}
	
table.chart .bar a
	{
		position : absolute;
		height : 30px;
		top:0;
	}
	
table.chart .bar a.movetoform
	{
		display:block;
		width:100%;
		height:100%;
		
	}
	
	table.chart .bar a.GridData
	{			
		border-right-style:solid;
		border-right-width:1px;		
		border-right-color:Black;
		
		border-left-style:solid;border-left-width:1px;border-left-color:Black; 	
	}