/* CSS Document - default */

@import url(module_home.css);
@import url(module_sub.css);

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 15px 0 15px 0;
	background: #8D8D8D;
	color: #000;
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#container {
	margin: 0 auto 0;
	padding: 0;
	width: 998px !important;
	width: 1002px;
	border: 1px solid #5F5F5F;
	background: #fff;
	text-align: left;
}

#header {
	width: 1000px;
	height: 116px;
	border-bottom: 1px solid #5F5F5F;
	position: relative;
}

h1#logo {
	position: absolute;
	top: 39px;
	left: 27px;
	width: 573px;
	height: 51px;
	overflow: hidden;
	font-size: 14px;
}

h1#logo a {
	display: block;
	width: 573px;
	height: 51px;
	position: relative;
	overflow: hidden;
}

h1#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 573px;
	height: 51px;
	background: url(../images/vit_logo_top.gif) top left no-repeat;
}

ul#language {
	position: absolute;
	top: 67px;
	right: 9px;
	list-style: none;
	margin: 0;
}

ul#language li {
	float: left;
	width: 14px;
	margin: 0 3px 0 0;
}

ul#language li a img {
	border: 0;
}


.cleaner {
	clear: both;
}


.center {
	text-align: center;
}

.hostelListingDays ul, .hostelListingDates ul
	{
	list-style-type:none;
	}
.hostelListingDays li
{
	float:left;
	list-style-type:none;
	width: 20px;
	text-align: center;
	font-size:1em;
	}
	
.hostelListingDates li	
{
	font-size:1em;
	list-style-type:none;
	background-color: #9ed0b7;
	background-image: url(../../images/iconAvail.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 100%;
	border-width: 1px;
	border-style: solid;
	border-top-color: #afd4c1;
	border-left-color: #afd4c1;
	border-right-color: #7fa08f;
	border-bottom-color: #7fa08f;
	color: #ffffff;
	float: left;
	height: 16px;
	width: 18px;
	text-align: center;
	}	
	
	.ajax__tab_xp {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background-color:#95B43A;
}
	

	