*  {
	font-family: Verdana; 
	font-size: 13px;
	}
input.errmsg {
	text-align:center;  
	color: #f61f09; 
	border: 0;
	background-color: #dbf4f6;
	}	

body {
	background-image: url('../img/bg.jpg'); 
	background-repeat:repeat-x;
	}
h3  {
	font-family: Verdana; 
	font-size: 14px;
	}		
a:hover { 
	color: #990000; 
	text-decoration: underline
	}
a:link { 
	color: #0c3cb7; 
	font-weight:bold;
	text-decoration: none
	}
a:visited { 
	color: #0c3cb7; 
	font-weight:bold;
	text-decoration: none
	}	
/* text  - erro */
.textError { 
	color: red; 
	font-size: 12px;
	font-weight: bold;
	}


/* panel div */
.panInfo { 
	background-color: #dbf4f6; 
	border: 1px solid #000000;  
	padding: 15 15 15 15;
	width: 740px; 
	}
.panMain { 
	width: 740px; 
	height: 50px;
	background-color: #dbf4f6; 
	border: 1px solid #000000;  
	padding: 15 15 15 15
	}
.panSubMain { 
	width: 740px; 
	background-color: #dbf4f6; 
	border: 1px solid #000000;  
	padding: 15 15 15 15
	}	
.panMenuCell { 
    float:left;
	width: 100px; 
	border: 0px solid #000000;  
	padding: 10 10 10 10
	}
.panSubMenuCell { 
    border: 0px solid #000000;  
	text-align:left; 
	padding: 10 10 10 10
	}	
/* link */
.linkMenu {
	color: #800000;
	text-decoration: none
	}

/* input box */
.inpMain{
	width:200px; 
	height: 18px; 
	border: 1px solid black
	}

/* tabele - td  */
table.maintab {
	cellspacing: 4px;
	cellpadding:5px;
	border:1px; 
	}
td.td_right {
	text-align:right; 
	width:60;
	}
/* buttons */	
.bttMain{
	width:135px; 
	height: 18px; 
	border: 1px solid black
	}
tr.reserve {
	background: #79ff76;
	}	
tr.noreserve {
	background: #ff8f79;
	}
tr.head {
	background: #94adec;
	}				