body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color:Black;
	margin-top:0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#container 
{
	margin-top: 20px;
	margin: 0px auto;
	width: 840px;
}

#containerHome{
	width:900px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
}


/*---------------------- POPUP ------------------------*/
#containerPopup 
{
	margin: 0px auto;
	
	background: url(../images/bkgPopup.jpg) no-repeat;
	background-position: center 0px;
	width:900px;
	height:496px;
	text-align:left;
	position:relative;
	padding-top:61px;
}

#salonhote{
	z-index:10;
	position:absolute;
	margin-top:230px;
	margin-left:520px;
	background-color:transparent;
}

#popupTitle 
{
	padding-left:53px;
	color:Red;
}

#popupReturnButton
{
	padding-top:50px;
	padding-right:35px;
	float:right;
	font-size:10px;

}

#popupReturnButton a
{
	color:white;
}

#popupContentScroller 
{
	margin-top:0px;
	padding-top:0px;
	margin-left:15px;
	height:422px;
	text-align:left;
	width: 900px;
}

#popupContent {
	padding-top:10px;
	padding-left:8px;	
	padding-right:20px;
	padding-bottom:0px;
	text-align:left;  	
}




/*---------------------- GLOBAL PAGE ------------------------*/


#footer 
{
	clear:both;
	padding:5px 7px 0px 10px;
	font-size: 9px;	
	color:white;
}

#footer a
{
	color:white;
}

hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #D7D7D7;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
} 




.fntField
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}





/*----------------------header and menu ------------------------*/

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 37px;
	width: 750px;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 110px;
}
#menu 
{
	background: #C2544F;
}

#menuAdmin 
{
	background: #295286;
	color:White;
	border:1px solid white;	
}

#menuAdmin li 
{
	color:White;
}

.menu 
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	height: 18px;
	width: auto;
	list-style: none;
}
.menu ul {
	padding: 0px 0px 0px 10px;
	list-style: none;
	margin: 0px;
}
.menu li {
	padding: 2px 12px;
	list-style: none;
	display: block;
	float: left;
	border-right: 1px solid #FFFFFF;
}
.menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a:hover {
	color: #000000;
	text-decoration: none;
}


/*----------------------- boxes ---------------------------*/
.column, .columnRight {
	float: left;
	width: auto;
	margin-right: 5px;
	display: inline;
	text-align: center;
}

.columnRight {
	margin-left: 24px;

}

.box {
	margin-bottom: 15px;
	clear: both;
}


.boxHeader {
	font-weight: bold;
	text-align: left;
	color:white;
	padding:3px 0px 0px 30px;
	height:22px;
	font-size:14px;
}


.boxContent 
{
	text-align: left;
	padding: 10px 0px 10px 15px;
	margin:0px 0px 0px 16px;
	background-color:White;
	background-image: url(../images/bkgcontent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.boxContentscroll
{
	height: 370px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-base-color: #ddf6b9;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #a4d759;
	scrollbar-darkshadow-color: #a4d759;
	scrollbar-face-color: #afe265;
	scrollbar-highlight-color: #e1fbb9;
	scrollbar-shadow-color: #71a824;
	scrollbar-track-color: #ddf6b9;
}


.boxContentNoPadding
{
	padding:0px 5px 0px 10px;
}


.boxContentColor 
{
	background-color:#FDE5C4;
	border-top: 0px;
	padding: 0px 15px 10px 15px;
	
}

.boxContentNoBorder
{
	border:0px;
}

.box30 {
	width: 250px;
}
.box40 {
	width: 314px;
}
.box50{
	width: 404px;
}

.box70{
	width: 557px;
}

.box100 {
	width: 836px;
}

.box30Header {
	background: url(../images/box30Header.gif) no-repeat;
}
.box40Header {

}
.box50Header {
	background: url(../images/box50Header.gif) no-repeat;
}

.box70Header {
	background-image: url(../images/box70Header.gif);
	background-repeat: no-repeat;
}
.box100Header {
	background: url(../images/box100Header.gif) no-repeat;
}
.boxBottom {
	height: 10px;
	background-color: #7d0612;
	margin-left: 15px;
}

/*----------------------- forms ---------------------------*/

.form 
{
	height:100%;
}
.formRow {
	clear:left;
	height:20px;
	text-align:left;
}

.formCol1 {
	width:140px;
	float:left;	
	padding-top:5px;
}

.formCol1XL {
	width:220px;
	float:left;	
	padding-top:5px;
}


.formCol2 {
	float:left;
	padding-top:2px;
}

.formCol3 {
	float:left;
	padding-top:5px;
	margin-left:5px;
}

/*----------------------- tables ---------------------------*/

.gridStyle 
{
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
	color:#8C6239;
}

.gridHeader {
	font-weight: bold;
	background-color:white; 
	color:#EB182D;
	padding-top: 2px;
	padding-bottom: 2px;
	height:20px;	
	text-transform:uppercase;
	text-align:left;
}

.tableRowStyle,
.tableRowAltStyle { 
	background-color: #DDF6B9;
	border:1px solid red;
	border-width:0px;
	height:18px;
	
}

.tableRowAltStyle {
	background-color: #FFFFFF;
}



/*----------------------- admin ---------------------------*/

.adminControlBar
{
	clear:both;
	border-top:1px dotted gray;
	text-align:right;
	margin-top:4px;
}

.controlBarItem
{
	padding-left:2px;
	padding-right:2px;
}

.pdfIcon
{
	padding-top:10px;
	text-align: right; 

}
