﻿/*
      Created by Zero7ICT
	  
	  E-Mail: office@zero7ict.com
	  
	  Web: http://www.zero7ict.com
	  
*/

* { padding: 0; margin: 0; }

body{
	background-color:#000;
	color:#ffffff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/bgtile.gif) repeat;
}

h1{
	font-size:1.6em;
}

h2{
	font-size:1.4em;
}

h3{
	font-size:1.2em;
}

h4{
	font-size:1.1em;
}

a{
	color:#FF33CC;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#aaaaaa;
	text-decoration:underline;
}

input[type=text], input[type=password], input[type=submit], textarea, select {
 background-color:#000000;
 border:1px solid #999999;
 font-size:10px;
 font-weight:bold;
 color:#ffffff;
}

input[type=submit]{
	margin-top:4px;
	margin-bottom:4px;
}

select {
 border:1px solid #999999;
 font-size:10px;
 font-weight:bold;
 margin:5px;
 margin-left:0px;
}

.success
{
	color:green;
	border:1px solid green;
	margin:4px;
	padding:8px;
	text-align:center;
	font-weight:bold;
}

.error
{
	color:#FF0000;
	border:1px solid #ff0000;
	background-color:#FFFFFF;
	margin:4px;
	padding:8px;
	text-align:center;
	font-weight:bold;
}

.inputError {
	color:#FF0000;
	border-bottom:1px solid #ff0000;
	padding:1px;
	font-weight:bold;
}


/* structural div's */
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 text-align:right;
 padding: 5px;
 border: 1px solid #666;
 height: 100px;
 margin: 20px 0px 0px 0px;
 background:url(../images/logos/logo.jpg) left no-repeat ;
 background-color: #000000;
}
#adBar {
 width: 900px;
 text-align:center;
 padding: 5px;
 border: 1px solid #666;
 border-top:0px;
 margin: 0px 0px 5px 0px;
 background-color: #000000;
}
#leftcolumn { 
 border: 0px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: auto;
 width: 187px;
 float: left;
}

.box-header {
 border-top: 1px solid #666;
 border-left: 1px solid #666;
 border-right: 1px solid #666;
 border-bottom: 0px solid #000;
 background-color:#000;
 padding: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 font-weight:bold;
 font-size:1.5em;
 color:#fff;
}

.box { 
 border: 1px solid #666;
 background: #000;
 margin-bottom: 5px;
 padding: 5px;
 height: auto;
 width: auto;
}

#content { 
 float: left;
 border: 0px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: auto;
 width: 528px;
 display: inline;
}
#rightcolumn { 
 border: 0px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: auto;
 width: 187px;
 float: left;
}
#footer { 
 width: 900px;
 text-align:center;
 clear: both;
 border: 1px solid #ccc;
 background: #000;
 color:#fff;
 margin: 0px 0px 10px 0px;
 padding: 5px;
}


/* Main Navigation Links */

.box ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.box ul li
{
margin-left: 0;
padding-left: 0;
border-bottom:1px solid #666;
/*background-image: url(../images/icons/list-image.jpg);
background-repeat: no-repeat;
background-position:left;*/
}

.box li a
{
display: block;
padding: 3px 3px 3px 5px;
font-size:11pt;
font-weight:bold;
letter-spacing: 1px;
}

.box li a:hover
{
background-color: #fff;
color:#000;
}






/*----------------= Item Styles =----------------*/

div.item_block
{
	margin-bottom:0.5em;
}

div.item_container
{
	margin-right:0px;
	background: url('/images/drop_shadow_box.png') repeat-y top right;
}
div.item_header
{
	background-color:#000;
	background-image:url('/images/bar_bg.png');
	background-repeat:repeat-x;
	padding:0.1em;
	padding-left:0.5em;
	color:#FFF;
	font-family:Tahoma;
	font-size: 0.9em;
	height:24px;
	vertical-align:middle;
	background-color:#FFFFFF;
	margin-right:5px;
	text-align:center;
}
div.item_content
{
	padding-left:0.6em;
	padding-right:0.6em;
	font-size:smaller;
	line-height:1.3em;
	background-color:#FFFFFF;
	margin-right:5px;
	overflow:hidden;
	z-index:20;
}



/* ---------= Rounded Corner Styles =-------------*/

div.bottom_corner_right
{
	background: url('/images/bottom_corner_right.png') no-repeat bottom right;
	width: 100%;
	height: 13px;
	font-size: 1px;
}
div.bottom_corner_left
{
	background: url('/images/bottom_corner_left.png') no-repeat bottom left;
	width: 100%;
	height: 13px;
	font-size: 1px;
}
div.bottom_corner_middle
{
	background: url('/images/bottom_corner_bg.png') repeat-x bottom left;
	height: 13px;
	margin-left:8px;
	margin-right:13px;
	font-size: 1px;
}

div.top_corner_left
{
	background: url('/images/top_corner_right.png') no-repeat bottom right;
	width: 100%;
	height: 5px;
	font-size: 1px;
}
div.top_corner_right
{
	background: url('/images/top_corner_left.png') no-repeat bottom left;
	width: 100%;
	height: 5px;
	font-size: 1px;
}
div.top_corner_middle
{
	background: url('/images/top_corner_bg.png') repeat-x top left;
	height: 5px;
	margin-left:8px;
	margin-right:13px;
	font-size: 1px;
}


/* ----------------= Loading Box =-------------*/
#please_wait
{
	position:absolute;
	top:200px;
	left:45%;
	text-align:center;
	z-index:9084;
	width:15em;
	display:block;
	font-family: Arial, Helvetica;
}
#please_wait_content
{
	text-align:center;
	padding:1em;
}

#page_content {
	border:1px solid #000;
	background-color:#aaa;
	width:auto;
	height:200px;
	margin-top:20px;
	overflow:scroll;
}

/*Late Rooms CSS*/
.lateroomssearchboxes { width:130px; margin-left:5px; font-size:11px; }
.spanonsearchboxes { width:130px; margin-left:5px; font-size: 11px; }

/* Alert bar */
#alertBar a{ color:white;}
#alertBar{text-align:center;}

#galleryAd{
	display:none;
	margin:10px;
}
