body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	list-style: circle outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../_img/background.jpg);
	background-repeat: repeat;
}
a{

	color: black;

}
h1{
	font-size: large;
	color: #F58400;
	font-weight: bold;
}
h2{
	font-size: medium;
	color: #F58400;
	font-weight: bold;
}
h3{
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.ulnone{
	list-style-type: none;
}
.main_page{
	font-size: 16px;	
}
.room_identification{
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
.logo{
	text-align: right;
	height: 170px;
	width: 296px;
	background-image: url(../_img/hostelmg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: black;
}
.status{
	top: 176px;
	left: 296px;
	background-color: black;
	color: #666666;
	background-position: 0;
}
.guest_panel{
	color: black;
	background-color: white;
	font-size: 16px;
}
.room_panel{
	border-color: black;
	color: black;
	background-color: white;
	font-size: 16px;
}
.dorm_panel{
	color: black;
	background-color: white;
	font-size: 16px;
}
.hostel_panel{
	font-size: 16px;
}
a.settings{
	color: #FFFFFF;
	text-decoration: underline;
	cursor:pointer;
}
a.settings:hover {
	color: #f58400;
	text-decoration: none;
}
.orange_bar{
	background-image: url(../_images/orange_bar.gif);
	height: 80px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-repeat: repeat-x;
	color: #FFF;
}
.top{
	background-color:: #E6E6E6;
}
.innerframe{
	background-color:: #000000;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 1px inset #000;
}
.features{
	background-image: url(../_images/crossimage.gif);
	background-color: #6c6c6c;
	background-repeat: no-repeat;
	background-position: top;
}
.bottompart{
	background-color: #DADADA;
	background-image: url(../_images/whitestrips2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.reportlink {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.reportlink:hover {
	color: #F58400;
	text-decoration: none;
}
.background{
	background-color: black;
	background-attachment: fixed;
	background-image: url(../_img/background.jpg);
	background-repeat: repeat;
}
.backmenu{
	background-image: url(../_img/menugradient.jpg);
	background-repeat: repeat-x;
}
.menu {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	cursor:pointer;
	
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
  	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
  	-moz-border-radius-bottomright: 10px;
	
	-webkit-border-radius: 10px 10px 10px 10px;
 	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
 
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3F3F3F;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	border-left-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
}
.menu:hover {
	color: #FFFFFF;
	background-color: #f58400;
	filter:alpha(opacity = 60);
	-moz-opacity:.60;
	-khtml-opacity: 0.6;
	opacity:.60;
}
.title {
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 20px;
	text-align: left;
}
.footer {
	color: #666;
	font-size: 16px;
	cursor: pointer;
	background-color: #000;
}

.error {
	font-size: 14px;
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none;
}
.action {
	text-align: center;
	font-size: 16px;
	font-weight: bold; 
	color: #f58400; 
	text-decoration: none;
}
.boton {
	background-color: #F58400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 12px;
	font-variant: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #75A68E;
	border-left-color: #75A68E;
}
.boton:active{ 
	background-color: #f58400; 
	color: #FFFFFF; 
	border: thin inset;
}

.occupied {
	font-style: normal; 
	font-weight: normal; 
	font-family: cursive;
	color: #FFFFFF;
	background-color: navy;
	cursor:pointer;
}
.reserved {
	color: #FFFFFF;
	font-style: normal; 
	font-weight: normal; 
	background-color:#CC0000;
	cursor:pointer;
}
.confirmed {
	font-style: normal; 
	font-weight: normal; 
	font-family: cursive;
	color: #FFFFFF;
	background-color: #195172;
	cursor:pointer;
}
.empty {
	background-color:#000000;
	cursor:pointer;
}
.empty_today {
	color: black;
	font-style: normal; 
	font-weight: normal; 
	font-family: cursive;
	background-color: #5d749a;
	cursor:pointer;
}
.empty_past {
	background-color:#666666;
}
.out {
	font-style: normal; 
	font-weight: normal; 
	font-family: cursive;
	background-color: #999999;
	cursor:pointer;
}
.more_than_one{
	background-color: navy;
	color: white;
	font-style: normal; 
	font-weight: normal; 
	font-family: cursive;
	cursor:pointer;
}
.just_added { 
	font-style: normal; 
	font-weight: normal; 
	color: #e5e5e5; 
	background-color: #f58400;
	cursor: default;
	font-family: cursive;
	filter:alpha(opacity = 70);
	-moz-opacity:.70;
	-khtml-opacity: 0.7;
	opacity:.70;
}
.occupied_new {
	color: white;
	font-style: normal; 
	font-weight: normal; 
	font-family: cursive;
	background-color: navy;
	cursor:pointer;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.cash {
	font-size: 18px;
	line-height: 40px;
}
.hiddenPic {
	display: none;
	visibility: hidden;
	position: absolute;
   	overflow: hidden;
	height: 0px; 
	width: 0px;
	left: -9999px; 
   	top: -9999px;
}
.background {
}
.calculator{
	width: 195px;
	background: #eee url(img/grey-bg.jpg) no-repeat; 
} 
.calculator.calculator-result { 
	opacity: 0.8; 
} 
.calculator.calculator-row button { 
	background: transparent; 
    color: #fff; font-weight: bold; 
} 
.calculator.calculator-keystroke { 
	color: #fff; background-color: #727375; 
}

.user_info{
	font-family: monospace;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}
.user_logout{
	font-family: monospace;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	cursor:pointer;
}
.user_logout:hover {
	color: #f58400;
	text-decoration: none;
}

.adm_menu {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	text-indent: 20px;
	font-weight: bold;
	text-align: left;	
	cursor:pointer;
}
.adm_menu:hover {
	color: #f58400; 
}
a.white_link{
	color: white;
}
.selectdate_report{
	font-size: 18px;
	font-weight: bold; 
}
.admin_tabla{
	font-size: 14px;
	font-weight: bold; 
	background-color: black;
	cursor: pointer;
	color: white;
}
.admin_tabla:hover{
	background-color: #f58400;
	cursor: pointer;
	color: #000000;
}
.rowfila{
	background-color: #f58400;
	color: #000000;
	cursor: pointer;
}

.adm_panel {
	font-size: 14px;
	color: #000000;
	background-color: #E2E2E2;
	border: medium solid #333333;
	-webkit-box-shadow: 3px 5px 5px #000000;	
	box-shadow: 3px 5px 5px #000000;
	border-top-left-radius: 0px 20px;
	border-top-right-radius: 0px 20px;
	-moz-border-radius: 00px 00px 20px 20px;
	-webkit-border-radius: 00px 0px 20px 20px;
}

.lightbox{
	border-width: 4px;
	border-color: #f58400;
	border-style: solid;
}
.lightbox:hover{
	border-color: grey;
	border-width: 4px;
	border-style: solid;
}
