﻿/*@charset "utf-8";
 CSS Document */

/* Reset Reloaded: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
font-weight: normal;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus { outline: 1px dotted #666; }
body {
line-height: 1;
color: #333;
background: #FFF;
font-family: Georgia, "Times New Roman", Times, serif;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: " "; }
blockquote, q { quotes: "" ""; }

/*BEGIN VictoriaSCWbase.css*/
#PrintHeading{display:none;}
.clear{clear:both;}
.clearleft{clear:left;}
h1 
{
    font-weight:bold;
    background-color:#eee;
    padding:12px 0px 12px 15px;
    width:340px;
    margin:-62px 0 2px 240px;
    font-size:1.3em;
    border:1px solid #ccc;
    border-left-color:#ddd;
    border-top-color:#000000;
}
h2 
{
    margin:10px 20px 10px 0px;
    /*color:#990000;*/
    font-size:1.3em;
}
.underline
{
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}
h2 em 
{
    font-size:.6em;
    font-style:normal;
    color:#666;
    font-family:Verdana, Arial, Sans-Serif;
}
h3 
{
    margin:10px 20px 10px 0px;
    color:#004730;
    font-size:1.2em;
}
h4 
{
    margin:10px 20px 10px 0px;
    color:#990000;
    font-weight:bold;
    font-size:.9em;}
p 
{
    margin:10px 0px 10px 0px;
    font-size:.9em;
}
ul, ol
{
    margin-left:20px;
    padding-left:15px;
}
li 
{
    /*list-style-type:disc;*/
    font-size:.9em;
}
ol li 
{
    list-style-type:decimal;
}
ul.NoTop 
{
    margin-top:-8px;
}
td {padding:0px 0px 5px 0px;}
a {color:#004730;}
em {font-style:italic;}
strong {font-weight:bold;}
.GreenText {color:#004730;}
.RedText {color:#990000;}
.LeftIndent50 {margin-left:50px;}
.LeftIndent50NoTopGap {margin-left:50px; margin-top:-10px;}
#topDecoration 
{
    background: #004730 url(../gfx/stars.gif) repeat-y center 0;        
    height:35px;
}
.faint-div-down, .faint-div-up
{
    background: #fff url(../gfx/faint-gradient-down.gif) no-repeat center;
    height:16px;
}
.faint-div-up { background-image:url(../gfx/faint-gradient-up.gif); }
#topsection 
{
    margin:-50px auto 0px auto;
    width: 950px; 
    position:relative;
}
#topsection-util 
{
    position:absolute;
    top:2px;
    right:0;
    text-align:right;
}
#topsection-util ul 
{
    height:1.8em;
    margin-top:-2px;
}
#topsection-util ul li 
{
    float:right;
    list-style-type:none;
    padding:0 0 1px 20px;
    font-family:Verdana, Arial, sans-serif;
    font-size:.7em;
}
#topsection-util ul li a 
{
    color:#9aaba5;
    text-decoration:none;
}
#topsection-util ul li a:hover {text-decoration:underline;}

#MainNavigation 
{
    background: url(../gfx/nav-std.gif) 0 50% repeat-x;
    height:1.7em;
}
#MainNavigation ul
{
    margin:0;
    padding:0;
}
#MainNavigation ul li 
{
    list-style-type:none;
    float:left;
    font-size:.7em;
    font-family:"Lucida Grande", Verdana, Arial;
}
#MainNavigation ul li a 
{
    color:#333;
    text-decoration:none;
    background: url(../gfx/nav-border.gif) 100% 50% no-repeat;
    display: block;
    padding: 8px 1.7em 8px 1.5em;
}
#MainNavigation ul li a.mainlast 
{
    background:none;
}
#MainNavigation ul li a:hover 
{
background: url(../gfx/nav-hover.gif) 0 50% repeat-x;
color: #fff;
}

#MainNavigation ul li a.MainNavActive, body#Nav-Home a.Nav-Home, body#Nav-Interest a.Nav-Interest, body#Nav-Enrol a.Nav-Enrol, body#Nav-Contact a.Nav-Contact 
{
    background: url(../gfx/nav-on.gif) 100% 50% repeat-x;
    color: #fff;
    font-weight:bold;
}
#MainNavigation ul li li 
{
    font-size:1em;
    background-color:#ddd;
    border-bottom:1px solid #ccc;   
}
#MainNavigation ul li li a, #MainNavigation ul li li a:hover
{
background:none;
}
#MainNavigation ul li li a:hover
{
    background-color:#666;
}


#PageContent 
{
    width:950px;
    margin:0 auto;
    /*background: #fff url(../gfx/pagecontent-topstripe.jpg) no-repeat 0 0;*/
    padding-top:10px;
    padding-bottom:10px;
}

.footer 
{
    background: url(../gfx/footer-bg.jpg) no-repeat center 0;
    width:950px;
    margin:0 auto 10px auto;
    padding-top:10px;
    font-size:.7em;
    font-family:"Lucida Grande", Verdana, Arial;
    font-weight:bold;
}
.footer a 
{
    color:#004730;
    font-weight:bold;
}
.page-top 
{
float:right;
display:block;
text-decoration:none;
}
.FooterUtilities 
{
margin-top:15px;
color:#999;
line-height:1.5em;
}
.FooterUtilities a 
{
    color:#666;
    text-decoration:none;
}
#OnThisPage 
{
background-color:#eee;
margin-right:20px;
font-size:.9em;
padding:10px;
}
#OnThisPage ul 
{
    width:280px;
    float:left;
}
#OnThisPage ul li 
{
 padding-top:3px;
}

/*FORMS*/
ul.EnrolSteps 
{
    border-bottom:1px solid #ccc;
    margin:0 30px 0 0;
    padding:0;
    height:1.3em;
}
ul.EnrolSteps li 
{
    float:left;
    list-style-type:none;
    font-size:.7em;
    font-family:Verdana, Arial, sans-serif;
    background-color:#eee;
    padding:5px 8px;
    margin-right:2px;
    color:#999;
}
ul.EnrolSteps li.ActiveEnrolStep
{
    background-color:#00A8FF;
    color:#fff;
}
fieldset 
{
position:relative;
margin:30px 0px 10px 0px;
padding:10px;
width:585px;
display:block;
background-color:#eee;
border:1px solid #ddd;
}
fieldset.fsW450 
{
  width:450px;
}
legend 
{
    position:absolute;
    top:0;
    left:0px;
    margin-top:-16px;
    font-weight:bold;
    color:#990000;
    font-size:.9em;
    padding-bottom:5px;
}

fieldset#filterzone
{
    border:1px dashed #ccc;
    width:210px;
    position:static;
    margin-top:10px;
    
}
fieldset#filterzone h4
{
    margin-top:-8px;
}
.w20{width:20px;}
    .w30{width:30px;}
    .w40{width:40px;}
    .w50{width:50px;}
    .w60 {width:60px;}
    .w70{width:70px;}
    .w80{width:80px;}
    .w100{width:100px;}
    .w110{width:110px;}
    .w120{width:120px;}
    .w130{width:130px;}
    .w150{width:150px;}
    .w170 {width:180px;}
    .w180 {width:180px;}
    .w200{width:200px;}
    .w210 {width:210px;}
    .w220 {width:220px;}
    .w230 {width:230px;}
    .w240 {width:240px;}
    .w250 {width:250px;}
    .w270 {width:270px;}
    .w290{width:290px;}
    .w350{width:350px;}
    .w370{width:370px;}
    .w390 {width:390px;}
    .w400 {width:400px;}
    .w440{width:440px;}
    .w450 {width:450px;}
    input, select {margin-top:1px;}
    .marginL10{margin-left:10px;}
    .marginL20{margin-left:20px;}
    .marginL30{margin-left:30px;}
    .marginL40{margin-left:40px;}
    
div#leftblock {float:left;}

div#side-instruction 
{    
    background-color:#FFFCD4;
    border:1px solid #fff470;
    padding:5px 10px 0px 10px;  
    margin:20px 10px 20px 0px;
    width:210px;    
}
div#side-instruction h4 
{
    color:#000;
}
div#side-instruction p 
{
    margin:10px 0px 10px 0px;
}

#helpboxwrapper
{
display:none;
position:absolute;
z-index:5;
padding:1px;
background-color:#fff;
}
#helpbox 
{
	background-color:#fff9b1;
	border:1px solid #fff470;
	padding:2px 5px;
	font-size:.9em;
}

             
/* RECORD DISPLAY */
table.ItemTable 
{
    border:none;
    padding:none;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ccc;
    font-family:Verdana, Arial, Sans-Serif;
}
table.ItemTable tr:hover td
{
    background-color:#ddd;
}

table.ItemTable th 
{
    background-color:#ccc;
    padding:5px 10px 5px 5px;
    font-size:.8em;
    font-weight:bold;
}
table.ItemTable td 
{
    padding:5px 10px 5px 5px;
    border-top: 1px solid #ccc;    
    font-size:.8em;
}
td.EditTrigger
{
    cursor:pointer;  
}
td.EditTrigger:hover 
{
    color:#000;
}
table.ItemTable td.AlternateRow {background-color:#eee;}
table.ItemTable td.ButtonColumn {padding:5px;}
table.ItemTable td.HighLight
{
    background-color:#CEFFB0;
    border-top:1px solid #235D00;
    border-bottom:1px solid #235D00;
}
table.ItemTable td.ButtonCell {padding-left:30px;}

a.DeleteItem 
{    
    padding:5px;
    text-decoration:none;
    font-weight:bold;
    color:#999;
    background-image:url(../gfx/delete.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
a.DeleteItem:hover {background-position:0 -17px;}

a.CreateNewItemBig 
{
    background-color:#004730;
    border:1px solid #999;
    border-right:2px solid #000;
    border-bottom:2px solid #000;
    text-decoration:none;
    padding:5px 6px 6px 6px;
    color:#fff;
    font-weight:bold;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:.8em;
    margin-left:10px;
}
a.CreateNewItemBig:hover
{
    background-color:#235D00;
}


#warning 
{
	z-index:4;
	position:absolute;
	padding:10px;
	background-color:#E18585;
	border:1px solid #990000;
	width:340px;
	display:none;
}
#warning p.warningbuttons 
{
	text-align:center;
	margin-top:10px;
}
.warningbuttons a
{
	font-weight:bold;
	color:#000;
	background-color:#FFF;	
	border:2px solid #990000;
	border-top:1px solid #ff0000;
	border-left:1px solid #ff0000;
	padding:3px 10px;	
	text-decoration:none;
	font-size:.8em;
}

#InlineError, #InlineError2
{
    margin-top:10px;
    padding:0px 10px;
	background-color:#E18585;
	border:1px solid #990000;
	display:none;
}
input.incorrectfield {border:1px solid #ff0000;}
#InlineError li, #InlineError2 li {font-weight:bold; padding-bottom:10px;}
#InlineError li em, #InlineError2 li em {font-size:.8em; font-style:normal;}
#fader
{
	z-index:2; 
	position:absolute;
	top:1px; 
	left:1px; 
	width:99.9%; 
	height:100%;	
	display:none;	
	opacity:.7; 
	filter: alpha(opacity=70); 
background-color:#eee;
}
#feedback 
{
    z-index:4; 
	position:absolute; 
	background-color:#fff;
	height:50px;
	width:200px;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
	top:90px;
	display:none;
}
#loading
{
	z-index:4; 
	position:absolute; 
	background-color:#fff;
	height:100px;
	width:300px;
	text-align:center;
	padding-top:80px;
	border:1px solid #999;
	display:none;
	font-weight:bold;
	top:90px;	
	color:#555;
}

#DynamicContent
{
    z-index:3;
    position:absolute;
	background-color:#fff;
	border:1px solid #ccc;
	display:none;
	padding:0px 20px 10px 20px;
	font-family:Verdana, Arial, Sans-Serif;
	width:610px;
}
#DynamicContent ul 
{
    margin-bottom:10px;
}
div#DynamicTopRight 
{
    float:right;
    margin:-15px -35px 0px 0px;
}

a#TopRightClose 
{
    padding:15px;
    line-height:30px;
        background-image:url(../gfx/close.gif);
    background-repeat:no-repeat;
    background-position:0 9px;
    text-decoration:none;
}
a#TopRightClose:hover { background-position:0 -35px;}
#DynamicContent label, fieldset#filterzone label
    {
        display:block;        
        font-weight:bold;
        padding-bottom:0px;
        font-size:.7em;
    } 
    #DynamicContent div.notblocklabel
    {
        
    }
    #DynamicContent div.notblocklabel label
    {
        display:inline;
    }
    #DynamicContent div.notblocklabel label.labelsmall 
    {
        font-size:.6em;
        font-weight:normal;
    }
    #DynamicContent td 
    {
        border-bottom:1px solid #ccc;
        padding:0px 5px 3px 10px;
    }
    #DynamicContent th
    {
        display:inline;
        font-size:.6em;
    }
    #DynamicContent td.HighLight
    {
        background-color:#ccc;
        border-bottom:1px solid #999;
    }
    
    
div.FormRow 
    {
        margin:10px 0px 0px 0px;
        border-top:1px solid #ccc;
        padding-top:3px;
        }
        fieldset#filterzone div.FormRow
        {
            border:none;
        }
div.FormRow div 
{        
    float:left;
    margin-right:10px;
}
div.FormRow h4
{
    background-color:#fff;
    margin:1px -10px 10px -10px;
    padding:3px 20px;
    border:1px solid #ccc;
    border-left:none;
    border-right:none;
    font-size:.8em;
    background-image:url(../gfx/collapseexpand.gif);
    background-repeat:no-repeat;
    background-position:5px 5px;
    cursor:pointer;
}
div.FormRow h4.togglehide
{
    background-position:5px -11px;
}
div.FormRow div.clear {clear:both; float:none;}
div.ButtonRow {padding:5px 0px;}
div.ButtonRow a, p.requirednote a 
{
    text-decoration:none;
    margin:0px 10px;
    font-weight:bold;
    font-size:.7em;
    background-color:#ccc;
    border:1px solid #ddd;
    border-right:2px solid #999;
    border-bottom:2px solid #999;
        padding:5px 10px;
    color:#000;
}
div.ButtonRow a:hover {background-color:#aaa;}
p.requirednote a 
{
    font-size:.9em;
    position:absolute;
    top:5px;
    right:0px;
}
div.ButtonRow a.UpdateItem, div.ButtonRow a.AddItem, p.requirednote a.AddItem, p.requirednote a.UpdateItem
{
    background-color:#004730;
    border:1px solid #999;
    border-right:2px solid #000;
    border-bottom:2px solid #000;
    color:#fff;

}

div.ButtonRow a.UpdateItem:hover, div.ButtonRow a.AddItem:hover, p.requirednote a.AddItem:hover, p.requirednote a.UpdateItem:hover {background-color:#235D00;}
div.ButtonRow a.DeleteConfirm 
{
    background-color:#990000;
    color:#fff;
}
div.ButtonRow a.DeleteConfirm:hover {background-color:#ff0000;}
.requirednote {font-size:.7em; font-weight:bold; color:#666;}

div.JTcol1 
{

    width:280px;
    float:left;
}
div.JTcol2
{
    width:270px;
    border-left:1px solid #666;
    padding-left:10px;
}
#ImageUpload 
{
    margin-left:250px;
}



    


/***SUPERFISH STYLES***/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: url(../gfx/nav-hover.gif) 0 50% repeat-x;
color: #fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../gfx/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}




/* Public site styles */
#FilterZone 
{
    font-family:Verdana, Arial, Sans-Serif;
}
.divhide 
{
    display:none;
}
a.minibutton 
{
    background-color:#ddd;
    border:1px solid #999;
    border-right:2px solid #666;
    border-bottom:2px solid #333;
    color:#000;
    text-decoration:none;  
    font-size:.7em;  
    padding:2px 4px;
    display:none;
}
  .SearchButton  
  {
      background-color:#003300;  
      color:#fff;    
      font-weight:bold;
      padding:2px 3px 1px 3px;
      cursor:pointer;
      border-bottom:2px solid #000;
  }
    
#MainFilters div 
{
    float:left;
    font-size:.8em;
    margin-right:20px;
}
#MainFilters div#FilterSpec
{
    margin-right:0;
}

#MainFilters div em
{
    font-style:normal;
    font-size:.8em;
    color:#666;
}
#MainFilters div h4 
{
    margin-right:0;
}
#MainFilters div h4 em 
{
    font-size:.9em;
     color:#990000;
}

#FeatureFilters table 
{
    border-bottom: 1px dashed #ddd;
    border-right:1px solid #ccc; 
}
#FeatureFilters td
{
 padding:4px 5px 4px 3px; 
 font-size:.8em;
 width:165px;
 vertical-align:top;
 border-left:1px solid #ccc;
 border-top:1px dashed #ddd;
}
#FeatureFilters td label 
{
    float:left;
    width:145px;
    display:block;
    line-height:1.2em;
}
#FeatureFilters td input  
{
    display: block;
	float: left;
	clear: left;
	height: 15px;
	padding: 0;
	margin:0 2px;
}
#FilterAV p strong 
{
    color:#006600;
    font-size:.8em;
}
#FilterNonAV p strong 
{
    color:#000099;
    font-size:.8em;
}
#FilterAccessibility p strong 
{
    color:#990000;
    font-size:.8em;
}


#RoomDetails 
{
    z-index:3;
    position:absolute;
	background-color:#fff;
	border:1px solid #000;
	padding:0px 10px 10px 10px;
	font-family:Verdana, Arial, Sans-Serif;
	width:700px;

}
#RoomDetails h2 
{
    background-color:#133398;
    color:#fff;
    margin:0 -10px;
    padding:8px 0px 9px 0px;
    font-size:.9em; 
    font-weight:bold;   
}
#RoomDetails h2 strong 
{
    background-color:#0C2161;
    display:block;
    float:left;
    padding:7px 10px;
    margin:-7px 20px -8px 0px;
    font-size:1.1em;
}
#RoomDetails h2 em 
{
    font-style:normal;
    font-weight:normal;
    font-size:1em;
    color:#fff;
}

#RoomDetails h3 
{
    font-size:.8em;
    font-weight:bold;
    color:#006600;
    margin-right:0;
}
#HighLevel 
{
    background-color:#ddd;
    margin-left:-10px;
    width:245px;
    padding:3px 10px;
}
#HighLevel p 
{
    margin:5px 0;
}

#BaseEquipment 
{
    width:255px;/*CHANGE REQUIRED: Set this back to 255px;*/
}
#ImageZone 
{
    float:right;
    margin:15px 5px 0px 0px;
    width:425px;
}
#ThumbZone 
{
    margin-top:5px;
    text-align:center;
}
#ThumbZone img 
{
    margin:5px 5px;
}
#AdditionalFeatures
{
    background-color:#ddd;
    margin:10px -10px -10px -10px; 
    padding:0px 0px 10px 10px; 
    border-top:1px solid #999;
    position:relative;
}
#AdditionalFeatures div#AV 
{
    float:left;
    width:250px;
    padding:0;
     border-right:1px dashed #999;
 padding-right:10px;
 margin-right:10px;
}
#AdditionalFeatures div#nonAV 
{
    margin:0 10px 0 0;
    border-right:1px dashed #999;
    float:left;
    padding-right:10px;
    width:205px;
}
#AdditionalFeatures div#nonAV h3
{
    color:#133398;
}
#AdditionalFeatures div#Accessibility 
{
 float:left;

 width:205px;
}
#AdditionalFeatures div#Accessibility h3 
{
    color:#990000;
}


#RoomDetails ul 
{
    margin-bottom:10px;
    padding:0; 
}
#RoomDetails ul li 
{
    padding:3px 0;
    font-size:.8em;
    list-style-type:square;
}
#RoomDetails ul li em 
{
    font-size:.8em;
    font-style:normal;
}
#RoomDetails ul li.AlternateRow
{
    background-color:#eee;
}
div#CloseButton 
{
    position:absolute;
    top:-16px;
    right:-16px;    
}

a#TopRightClose 
{
    padding:15px;
    padding-right:10px;
    line-height:30px;
        background-image:url(../gfx/close.gif);
    background-repeat:no-repeat;
    background-position:0 9px;
    text-decoration:none;
}
a#TopRightClose:hover { background-position:0 -37px;}
/*#fader 
{
    display:block;
}*/

div#RoomSearchResults 
{
    font-family:Verdana, Arial, Sans-Serif;
    width:550px;

}
div#RoomSearchResults h2
{
    font-family:Georgia, Verdana, Arial, Sans-Serif;
}
div#RoomSearchResults h3
{
background-color:#000099;
color:#fff;    
padding:3px 5px;
font-size:1em;   
}
div#RoomSearchResults ul 
{
    width:550px;
    margin:0;
    padding:0;
}
div#RoomSearchResults ul li 
{
    list-style-type:none;
    width:170px;
    float:left;
    background-image:url(../gfx/squarebullet.gif);
    background-repeat:no-repeat;
    padding-left:15px;
    background-position:3px 5px;
}
div#RoomSearchResults h4
{
    color:#006600;  
    margin-top:5px;
}
div#RoomSearchResults table 
{
    width:240px;
    margin-bottom:15px;
}
div#RoomSearchResults div.BuildingCol1, div#RoomSearchResults div.BuildingCol2
{
    float:left;
    width:240px;
    position:relative;
    margin-top:10px;
}
div#RoomSearchResults div.BuildingCol2 
{
    border-left:1px solid #ccc;
    margin-left:10px;
    padding-left:10px;
}
div#RoomSearchResults th 
{
font-size:.6em;
padding-right:5px;
height:1.3em;
}
div#RoomSearchResults th.lastth
{
padding-right:0px;
}
div#RoomSearchResults td
{
font-size:.7em;
padding:2px 5px 2px 0;
vertical-align:middle;
}
div#RoomSearchResults td a
{
    text-decoration:none;
    color:#666;
}
div#RoomSearchResults td.RoomNum a
{
    color:#000099;
    font-weight:bold;
    font-size:1.1em;
}
div#RoomSearchResults td.AltRow
{
    background-color:#eee;    
}
div#RoomSearchResults td.centretext
{
    text-align:center;
}