body {
	background-attachment: fixed;
	background-image: url(../images/bgBodyTile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#sitelogo { 
	background: url(/images/homepage/logo_special.jpg) top left; 
	width: 1000px; 
	height: 87px
}
#hostelspecial { 
	width: 163px; 
	height: 86px; 
	float: right; 
	text-indent: -10000px;
}
h1, h2 { 
	background: url(/images/heading.jpg) top left no-repeat;
	color: #990100;
	font-family:'Lucida Casual', 'Comic Sans MS';	
	font-size: 18px;
	padding-left: 16px;
	padding-top: 9px;
	height: 41px;
	margin:0px;	
}
.blacbkLinks {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.mainTblBG {
	/** background-image: url(../images/bg.gif); **/
	background-repeat: repeat-y;
	background-position: center;
}
.whiteBoldLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blackBaseLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #122734;
	text-decoration: underline;
}
.SiteContentBasic
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.SiteContentSmall
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.SiteContentSmallRed
{
	font-size: 10px;
	color: D05D4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.SiteContentRed
{
	font-size: 12px;
	color: #D05D4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.boldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.comicText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.comicTextNormal 
{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.comicTextRed {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #D05D4B;
	text-decoration: none;
}
.textHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}
.error
{
	font-size: 11px;
	color: #D05D4B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonStyle 
{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: FFE996;
}
#SubMenuBG
{
    height: 25px;
    background-image: url(../images/submenu_tile.png)
}
.SiteContentBold
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.fourteenBold
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tableStyle
{
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: #F98C09;
}
tableBorderStyle
{
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: black;
	background-color: #F9B401;
}

.tableGridStyle
{
	border-collapse: collapse;
	background-color : #FFF0B5;
	border: 2px solid black;
}
.tableRowSelected
{
	background-color : White;
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* New tab styles */
.tabMain
{
    background-image: url(../images/tab_main_tile.png);
    background-repeat: repeat-x;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
}




/* END */

.calendar_button
{
  border:none;
  cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.calendar td
{
  font-size:11px;
}

.title
{
  font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
} 
.zoomText
{
	font-size: xx-small;
	color: #9900ff;
	font-family: verdana;
	text-align: center;
} 
 Show Code 
 
 /* Styles for priority listing on the accomodations page */
 .PLImgText
 {
    background-color: #d1dfef; 
    text-transform: uppercase; 
    font-size: 10px; 
    padding-top: 4px; 
    padding-bottom: 4px;   
 }
 .SiteContentBasic { text-align: left; }
 
 /** Specials Styles Start **/
 .red { color: #ff0000; font-weight: bold; }
.blue { color: #0000ff; font-weight: bold }
.crossout { text-decoration: line-through; }
 /** Specials Styles End **/
 
 #blog { margin-top: 4px; margin-right: 5px; float: right; width: 15px; height: 15px; text-indent: -10000px; }
#youtube { margin-top: 4px; margin-right: 7px; float: right; width: 15px; height: 15px; text-indent: -10000px; }
#twitter { margin-top: 4px; margin-right: 7px; float: right; width: 15px; height: 15px; text-indent: -10000px; }
#facebook { margin-top: 4px; margin-right: 8px; float: right; width: 15px; height: 15px; text-indent: -10000px; }
#hostel_special_banner { background: #000; color: #fff; text-align: center; height: 20px; line-height: 20px; font-family: Arial; font-size: 11px; }
#hostel_special_banner a { color: #fff; }
#footer { background: url(/images/homepage/footer_logos.png) top left no-repeat; width: 622px; height: 100px; }
