.cake-sql-log{
	position:absolute;
	z-index:99999;
	background:#fff;
	clear:both;
}

*{
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
}

a:link, a:visited{
	color: #042B6C;
}

a:hover, a:active{
	color: #c00;
}

a img{
	border:none;
}

body{
	margin:0;
	background-image:url(../img/admin_body_bg.gif);
	font-size:12px;
}

div#descricao{
		float:left;
		width:280px;
}

div#flashMessage{
	display:block;
	padding:5px;
	margin:10px 0;
	border:1px solid #fc6;
	background:#ff9;
}

div.submit input{
	font-size:11px;
	font-weight:bold;
	background: url(../img/button_bg.gif) bottom repeat-x;
	border-top: 1px solid #C0DCE5;
	border-left: 1px solid #C0DCE5;
	border-bottom:1px solid #05769C;
	border-right:1px solid #05769C;
	color: #fff;
}

div.tip{
	font-size:10px;
	color:#999999;
}

div.chamada{
	color:#666;
}

div#contato{
	margin:20px 0;
	padding:10px;
	border:1px solid #ccc;
	background: #f1f1f1 url(../img/div_contato_bg.gif) no-repeat right top;
}

div#contato h3{
	margin:0 0 10px 0;
	font-size:14px;
	color:#666;
}

div#contato input{
	width:auto !important;
}

div.data{
	color:#666;
	font-size:10px;	
}

div.small{
	color:#666;
	font-size:10px;	
}

form fieldset{
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
}

form legend{
	color:#09c;
	font-size:11px;
	font-weight:bold;
}

form label{
	display:block;
}

form div.input{
	margin-bottom:10px;
}

form div.input input, form div.input textarea{
	width:250px;
	border:1px inset #ccc;
}

form div.checkbox label{
	display:inline;
}

form div.checkbox input{
	width:auto;
}

form div.error-message{
	display:block;
	font-size:11px;
	color: #c00;
}

h2{
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	color:#042B6C;
}

h3{
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	color:#9c0;
}

h3.header{
	padding:10px;
	background: url(../img/fieldset_bg.gif) bottom repeat-x;
	border-bottom:1px solid #ccc;
}

h3.separator{
	margin:20px 0;
	padding: 2px 0 2px 8px;
	background:url(../img/h3_separator_bg.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	color:#fff;
}

h4{
	margin:10px 0 0 0;
	padding:0;
	font-size:11px;
	color:#c00;
}

input, textarea, select{
	font-size:11px;
}

ul#banners{
	width:160px;
	margin:10px 0 !important;
	padding:0;
	list-style-type:none;
}

ul#banners li{
	width:160px;
	text-align:center;
	margin-bottom:10px;
}

ul#banners a{
	display:inline !important;
	background:none !important;
	border:none !important;
}

ul#banners img{	
	padding:3px;
	border:1px solid #eee !important;
}

/*ul#fotos{
	float:right;
	margin: 0 7px;
	padding:0;
	width:200px;
	list-style-type:none;
}	

ul#fotos li{
	float:left;
}

ul#fotos a{
	float:left;
	margin:5px;
}*/

ul.home{
	list-style-image: url(../img/bullet_ul_home.gif);
	list-style-position:inside;
	margin:0;
	padding:0;
}

tfoot td{
	text-align:center;
	font-size:11px;
}

td{
	padding:4px;
}

tr.altrow{
	background: #fafafa;
}

.chamada{
	font-weight:bold;
}

.current{
	font-weight:bold;
}

.disabled{
	padding: 0 3px;
	color:#ccc;
}

.imgbox{
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
}

#wrapper{
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	background:#fff;
}

#header{
	padding-top:35px;
	height:138px;
	background: url(../img/top_red_background.png);
}

#header h1{
	display:block;
	width:700px;
	height:138px;
	margin:0;
	padding:0;
}

#main{}

#menu{
	float:left;
	width:160px;	
	margin: 0  0 15px 10px;
}

#menu h2{
	display:none;
}

#menu h3{
	margin:0;
	padding:0;
}

#menu fieldset{
	margin:0 0 10px 0;
	padding:5px;
	background: url(../img/fieldset_bg.gif) bottom repeat-x;
	border:1px solid #ccc;
	font-size:11px;
}

#menu fieldset div.input input{
	width:144px;
	border:1px inset #ccc;
}

#menu fieldset div.select select{
	width:144px;
	border:1px inset #ccc;
	margin-bottom:5px;
}

#menu label{
	display:inline;
}

#menu fieldset div.radio input{
	width:auto;
	border:1px inset #ccc;
}

#menu legend{
	color:#09c;
	font-weight:bold;
}

#menu div.submit{
	margin-top:5px;
}

#menu div.submit input{
	font-size:11px;
	background: url(../img/fieldset_bg.gif) bottom repeat-x;
	border:1px outset #ccc;
	color:#000;	
}

#menu ul{
	list-style-type:none;
	margin: 0 0 15px 0;
	padding:0;
}

#menu ul li{
	height:1%;
}

#menu ul a{
	display:block;
	padding: 3px;
	border-bottom:1px dashed #ccc;
	color: #333;
	text-decoration:none;
}

#menu ul a:hover{
	background: #09c;
	color:#fff;
}

#menu h3{
	font-size:14px;
	font-weight:bold;
	color: #c00;
}

#menu #CadastroAddForm{}

#content{
	width:500px;
	margin:10px 0 20px 190px;
}

#footer{
	clear:both;
	padding:8px;	
	background: url(../img/rodape_background.png);
	color:#ffffff;
	font-size:10px;
	text-align:center;
}

ul#hostel_view{
	margin:0;
	padding:0;
	list-style:none;
}

ul#hostel_view li{
	padding:3px 0;
}

table#hostel_index ul{
	margin:0;
	padding:0;
	list-style:none;
}

table#hostel_index h4{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}

table#hostel_index img, ul#hostel_view img{
	padding: 3px;
	border:1px solid #ccc;
	background: #fff;
}	

table#hostel_index td{
	vertical-align:top;
}

table#hostel_index td.img{
	width:85px;
}