body{
	background-color:#FFFFFF;	
	background-image:url('../../images/layout/bg.png');
	font-size: 13px;
	font-family:arial;
	font-style:normal;
	line-height:17px;
	color:#555555;
	font-weight: 590;
}
a{
	color:black;
	border:none;
	text-decoration: none;
}
#header{
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	background:#F2F2F3;
	width:778px;
	height:80px;
	font-family: arial, sans-serif;
	font-size: 28px;
	line-height: 1.5;
	border:1px solid #164959;
	padding:10px;

}
#body{
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */	
	border:1px solid #164959;
	width:778px;
	overflow:auto;
	padding:10px;
	background-color:white;
}
/*** showAccList *******************************/
.accItem{
	border-bottom:1px solid #012632;
	width:771px;
	overflow:auto;
	font-size: 12px;
	text-align:left;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
}
.title{
	float:left;
	font-size: 16px;
	font-weight:bold;	
	height:20px;
	letter-spacing:1pt;
	margin-top:5px;	
}
.description{
	float:left;
	width: 620px;
	height:80px;
}
.contactLink{
	font-size:12px;
	float:left;
	width: 640px;
	height:15px;	
}
.contactLink a:hover{
	font-weight: bold;	
}
.picture{
	float:right;
	width: 125px;
	height:94px;	
}
.picture img{
	width: 125px;
	height:94px;
}
.moreInfo{
	height:20px;
	float:right;
	padding-top:2px;
	font-size: 15px;
	color:#012632;
	font-family:Arial;
}
.moreInfo a{
	text-decoration: none;
}
.moreInfo :hover{
	font-weight: bold;
	text-decoration: none;
}
/*** showAccDetails *******************************/
#accBeanTitle{
	font-size: 20px;
	font-weight:bold;
	color:#FD8023;	
	height:20px;
	text-align:left;
	padding-bottom:10px;
}
.otherLinks{
	overflow:auto;
	text-align:left;
	padding-bottom:10px;	
}
.accBeanImages{
	padding-top:10px;	
	padding-bottom:10px;
	overflow:auto;
}
.accBeanImage1{
	width:330px;
	float:left;
	border:3px solid #033E51;	
	margin-bottom:10px;
}
.accBeanImage2{
	width:330px;
	float:right;
	border:3px solid #033E51;
	margin-bottom:10px;	
}
.accBeanDescription{
	clear:both;
	text-align:left;
}
.panel_br{
	background:transparent url('../../images/layout/panel/br.jpg') no-repeat right bottom;
	margin:0px;
	float:left;
}

.panel_tr{
	background:transparent  url('../../images/layout/panel/tr.jpg') no-repeat right top;
	margin:0px;
}
.panel_bl{
	background:transparent  url('../../images/layout/panel/bl.jpg') no-repeat left bottom;
	float:left;
	margin:0px;
}

.panel_tl{
	background:transparent  url('../../images/layout/panel/tl.jpg') no-repeat top left;
	padding-top:10px;
	margin:0px;
	text-align:left;
	font-family: Arial;	
	font-size:12px;
}
.panel_table{
	border-spacing:15px;
}
.panel_header{
	font-weight: bold;
	
}
.panelPrice{
	text-align:center;
}
.panelMinDays{
	text-align:center;
}
.panel_table td{
	border-bottom:1px solid #4D656D;
}
.column_title{
	padding-top:10px;
	font-size:18px;
	color:#174959;
	padding-bottom:10px;
	text-align: left;
	clear:both;
}
.column_text{
	text-align:left;
	
}

/* edit accomodation */
.accBeanLabel{
	float:left;
	width:160px;
	text-align:left;
	color:#04366e;
	font-size:14px;
	font-weight:550;
}
.accBeanInput{
	clear:right;
	float:left;
	
}
.accBeanInput input, textarea{
	clear:right;
	float:left;
	border:1px solid #04366e; 
}

.line_h{
	clear:both;
	margin-bottom:10px;
	padding:10px;
	overflow:auto;
	background-color:#e1e1e1;
}
.line1{
	clear:both;
	margin-bottom:10px;
	padding:10px;
	overflow:auto;
	background-color:#f2f2f3;
}
.line2{
	clear:both;
	margin-bottom:10px;
	overflow:auto;
	padding:10px;
	background-color:#ebebee;
}
.line3{
	clear:both;
	margin-bottom:10px;
	padding:10px;
	overflow:auto;
	background-color:#d7d7da;
}
.addLink{
	float:left;
}
.shortLabel{
	padding-left:8px;
	padding-right:8px;
	float:left;
}
#imagesDiv{
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	overflow:auto;
}
#images{
	margin-left:-3px;
}
.thumb{
	height:30px;
	margin-left:20px;
}
.errorMsg{
	float:left;
	font-size:18px;
	color:red;
	line-height: 30px;
}
.confMsg{
	float:left;	
	font-size:18px;
	color:green;
	line-height: 30px;
}

a.button{
    background: transparent url('../../images/layout/bg_button_r.gif') no-repeat scroll top right;
    color: #04366E;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    letter-spacing:0.4pt;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button div{
    background: transparent url('../../images/layout/bg_button_l.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:hover{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover div{
	font-weight: bold;
    background-position: bottom left;
    padding: 5px 0 5px 18px;
} 

.leftButton{
	float:left;
}
.rightButton{
	float:right;
	margin-bottom:10px;
}

.rightLabel{
	float:right;
	margin-right:10px;
	font-size:11px;
	margin-top:4px;	
	font-weight:bold;
	letter-spacing:0.8pt;	
}
.leftLabel{
	float:left;
	margin-right:10px;
	margin-top:4px;
	font-size:11px;
	font-weight:bold;
}
.submit{
	background: transparent url('../../images/layout/button.gif');
	font: normal 12px arial, sans-serif;
	border-width:0px;
	width:175px;
	height:24px;
	color: #04366E;
}
.submit:hover{
	background: transparent url('../../images/layout/button_hover.gif');
	font: normal 12px arial, sans-serif;
	border-width:0px;
	width:175px;
	height:24px;
	color: #04366E;
	font-weight: bold;
}
.jsButton{
    background: transparent url('../../images/layout/button.gif') no-repeat scroll top right;
    border-width:0px;
	width:175px;
	height:24px;    	
}
.jsButton:hover{
    background: transparent url('../../images/layout/button_hover.gif') no-repeat scroll top right;
    border-width:0px;
	width:175px;
	height:24px;    	
}
h1{
	float:left;
	margin-right:10px;
	margin-top:4px;
	font-size:18px;
	font-weight:500;
	letter-spacing:2pt;
	padding-bottom:1px;
	margin-bottom:10px;
	text-transform: uppercase;
	color:#FD8023;
	FONT-WEIGHT:BOLD;
}
.leftItem1{
	float:left;
	margin-left:10px;
	font-size:11px;
}
.leftItem2{
	width:100px;
	float:left;
	text-align: left;
	font-weight:bold;
}
.rightItem1{
	float:right;
	margin-right:10px;
}
.clear{
	clear:both;
	height:15px;
}

.requiredField{
	color:#8a0202;
}

.footer{
	clear:both;
	padding:10px;
	overflow:auto;
	background-color:#f2f2f3;
	font-size:14px;	
}
clearFooter{
	clear:both;
	height:5px;
}
