/* ----------------------------------------------
	Author: Gaurav Singal 
	Modification of template by Erwin Aligam (http://www.styleshout.com/)
	Date Last Modified: June 27, 2009	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Global Classes */
.secondcolorbackground {
	background-color: #a8caec;
}
.secondcolor {
	color: #a8caec;
}
.alphabeta {
	color: #a8caec;
	font: italic 16px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: 0px;
	vertical-align: super;
}


/* Top Elements */
/* Debug (removed because it was affecting centering of calendar heading)
* { margin: 0; padding: 0; outline: 0 }
/* */
body,form,div,h1, h2,h3 { margin: 0; padding: 0; outline: 0 }

body {
	background: #f3ebe0 url(bg.gif) repeat-x;
	/* font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */ /*removed 170% because it was messing with calendar */
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}
a h4:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #115280; 
	border-bottom: 1px solid #D2E9A4;
}
h1, .h1 {
	font-size: 2.2em;		
}
h2, .h2 {
	font-size: 20pt;
}
h3, .h3 {
	font-size: 16pt;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}
h4, .h4 {
	font-size: 13pt;
	font-weight: normal;	
	padding: 8px 5px 5px 0px;
	margin: 0;
	border: 0;
}

/* Paragraph */
p { padding: 0px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
/*
img {
   border: 1px solid #dcdcdc;
	padding: 7px;
}
	*/
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img#logo {
	background: none;
	position: absolute;
	top: 45px; left: 45px;	
	border: 0px;
	padding: 0px;
	margin: 0px;
	/* z-index: 1000; */
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url(quote.gif) no-repeat 7px 10px;
}

/* start - table */
/* Changed to affect only class .orig to avoid messing up popup calendar (debug/todo) */
table.orig {
	border-collapse: collapse;
	margin: 15px 10px 15px 10px;		
}
table.orig th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
table.orig tr {
	height: 34px;
	background: #f9f9f9;
}
table.orig td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	/*
	margin: 10px;
	padding: 10px;
	border: 1px solid #D8E99E; 
	background: #deedae; 	
	*/
}

span.inputName {
	font-weight: bold;
}

td.formHeader {
	text-align: left;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding-top: 15px;
	color: #115280; 
	font-size: 1.35em;
	/* border-bottom: 1px solid #D2E9A4; */
}

td.inputName {
	text-align: right;
	font-weight: bold;
	width: 120px;
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
textarea, select, input{
	background: #fff;
	
	border: 1px solid #999;
	/*
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	*/
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
/*
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 10px 0px;
	padding: 2px 30px; 
	color: #fff;
	background: #115280; 
	
	border-width: 1px solid black;
}
*/


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #edf8c7 url(wrap.gif) repeat-y center top;
	margin: 35px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 25px 0; 	
	background: #edf8c7 url(content.gif) repeat-y;	
	border: 0;
}
#header {
	position: relative;
	width: 920px;
	height: 160px;
	background: #317cb1 url(header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header #logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	border: 0px;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 285px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	border: 0;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 335px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 50px;
	background: #0e609e url(nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #edf8c7;	
}
#nav ul li#current a {	
	background: #0c4e80 url(pointer.gif) no-repeat center bottom;	
	color: #93DAFF;
}

/* Main Column */
#main {
	float: left;
	width: 800px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main_with_sidebar {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main h2 {
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px solid #D2E9A4;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}


/* divs to divide 'main' into columns */
#rightcol {
	float: right;
	width: 350px;
	display: inline;	
	margin: 10px;
	padding: 10px;
	background: #deedae; 	
}
#leftcol {
	float: left;
	width: 350px;
	display: inline;	
	margin: 10px;
	padding: 10px;
	background: #deedae; 	
}

#singlecol {
	float: left;
	width: 600px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}


#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #D0E89F;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #684F3E;	
}
#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
/*
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}
*/

/* footer */
img.sponsor_footer {
	vertical-align: bottom;
	border: 0;
}

div#footer_partners {
min-height: 10em;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	width: 800px;
	background-color: red;
}

#footer-wrap2 {
	clear: both;
	width: 920px;
	text-align: center;
	padding: 0px;	margin: 0;
	background: url(footer-bottom.gif) no-repeat left bottom;		
}
#footer-wrap2 p {
	padding:10px 0 10px 0;
}
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(footer-bottom.gif) no-repeat left bottom;		
}
#footer-content {
	width: 920px;
	background: url(footer-top-sep.gif) no-repeat;	
	padding: 0px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #BFD286;
}
#footer-columns li {
	border-bottom: 1px solid #CCDA9E;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}
/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	/* padding: 15px 0 10px 0; */
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* FRONT PAGE */
img#ihavearoom {
	/* position: relative; top: 20px; left: 20px; */
	border: 0;
	margin: 20px;
	padding: 0;
}

img#ineedaroom {
	/* position: relative; top: 20px; left: 20px; */
	border: 0;
	margin: 20px;
	padding: 0;
}

div#welcome_box {
	margin: 20px;
	padding: 20px;
	border: 4pt solid white;
	border-radius: 10px;
	font-size: 1em;
	color: black;
}

div#welcome_text_top {
	text-align: center;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	font-size: 1.1em;
	color: black;
}

div #welcome_text {
	text-align: center;
	width: 575px;
	color: black;
	font-size: 1em;
}
div #welcome_text a {
	color: #115280; 
}




/* FIND ROOM PAGE */
div#findroom_title {
	width:100%;
	border-bottom: 1px solid #D2E9A4; 
}

h2.school_title {
	width:550px;
	border: 0px;
}

p#hospital_title {
	color: #6f7754; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: -5px;
	margin-bottom: 1px;
	font-size:10pt;
}

img.add_room_button {
	float: right;
	margin: -66px 10px 0px 0px;
	border: 0;
}

div.map {
	border: solid 1pt black;
}
div #findsublets_maptable_container {
	margin: 0px;
	width: 825px;
	height:450px;
}
div #findsublets_map {
	margin: 0px;
	width: 610px;
	height: 450px;
	float: left;
}
div #findsublets_table {
	margin: 0px;
	margin-left: 5px;
	width: 202px;
	height: 450px;
	float: left;
}

div #find_room_form {
	margin: 20px;
	width: 700px;
}
div #find_room_form select {
	width: 580px;
	font-size: 10pt;
}

table#find_room_dropdowns {
	background-color: #b8c881;
	border: 2pt solid white;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

table#find_room_dropdowns tr#instructions {
}
table#find_room_dropdowns tr#instructions p{
	color: #115280;
	border-bottom: 1px dashed #edf8c7;
	font-size: 11pt;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	padding-bottom: 1px;
	margin: 0px 0px 7px 0px;
}

table#find_room_dropdowns td.number{
	width: 35px;
}

table#find_room_dropdowns td.title{
	width: 85px;
	text-align: left;
	font-family: Trebuchet MS, Arial;
	font-size: 16pt;
	color: #115280;
}

table#find_room_dropdowns td#dull{
	color: #6f7754;
}


table#find_room_dropdowns td.dropdown{
	vertical-align: center;
}


div #sublet_list {
	text-align: left;
	margin: 20px;
}
table.sublet_list {
	width: 500px;
}
table.sublet_list td {
	padding-bottom: 8px;
	border-bottom: 1px solid #D2E9A4;
	margin: 10px 0px 10px 0px;
}

img.sublet_image {
	border: 1px solid black;
	float: right;
	margin: 5px;
}
img.sublet_image_nofloat {
	border: 1px solid black;
	margin: 10px 0px 0px 0px;
}
img.sublet_image_table {
	border: 1px solid black;
	margin: 5px 0px auto 5px;
	height: 70px;
}
img.sublet_image:hover {
	cursor: pointer;
}


table#sublet_details_search {
	font-family: Trebuchet MS;
	border-collapse: collapse;
	padding-bottom: 0;
	margin-top: 10px;
}
table#sublet_details_search th {
	font-weight: bold;
	color: #333;
	padding-bottom: 0;
	vertical-align: top;
	text-align: left;
}
table#sublet_details_search td {
	text-align: left;
	padding-bottom: 0;
	padding-left: 20px;
}

table#sublet_details_search tr td, tr th {
	border-bottom: 0pt dotted #c2cca1;
}

table#sublet_details_search th.description{
	border-bottom: 1pt dotted #ccc;
	padding-top: 10px;
}

table#sublet_details_search td.description{
	text-align: left;
	border-bottom: 0;
	padding-bottom: 30px;
}

table#sublet_details_search tr.bottom td, tr.bottom th{
	border-bottom: 0;
}



/* SUBMIT ROOM PAGE */
div #submit_room_form {
	margin: 0px 100px;
	width: 600px;
}

/* INQUIRE PAGE */
div #inquiresublet_map {
	margin: 0 0 0 auto;
	width: 350px;
	height: 200px;
}

div.inquiresublet_pano {
	/*
	position: relative;
	z-index: -100;
	*/
	border: 1pt solid black;
	margin: 0 0 0 auto;
	width: 350px;
	height: 250px;
	position: relative;
	z-index: 10;
}

img.sublet_image_big {
	border: 1pt solid black;
	margin: 0 0 0 auto;
	width: 350px;
}

table#sublet_page_main {
	border: 0pt solid black;
	padding: 0px 10px 0px 10px;
	margin: 10px;
	width: 100%;
	vertical-align: top;
}
table#sublet_page_main td{
	border-spacing: 50px;
}

.sublet_details_rent {
	font-size: 14pt;
	font-family: Trebuchet MS;
	color: black;
	text-align: left;
}

table#sublet_details_info {
	font-family: Trebuchet MS;
	border-collapse: collapse;
	margin-top: 5px;
	margin-left: 10px;
	width: 350px;
}
table#sublet_details_info th {
	font-weight: bold;
	color: #333;
	vertical-align: bottom;
	text-align: left;
}
table#sublet_details_info td {
	text-align: right;
}

table#sublet_details_info tr td, table#sublet_details_info tr th {
	border-bottom: 1pt solid #c2cca1;
}

table#sublet_details_info th.description{
	border-bottom: 0pt dotted #ccc;
	padding-top: 10px;
}

table#sublet_details_info td.description{
	text-align: left;
	border-bottom: 0;
	padding-top:10px;
	font-style:italic;
	padding-bottom: 30px;
}

table#sublet_details_info tr.bottom td, table#sublet_details_info tr.bottom th{
	border-bottom: 0;
}



/* PARTNERS/SPONSORS PAGE */
ul#partners {
	padding-right: 10px;
}
ul#partners li {
	padding: 10px 0 10px 0;
	clear:both;
}

img.partners_logo_main {
	border: 1px solid #ccc;
	width: 150px;
}

table#partners {
	padding: 20px;
}

td.partners_text { 
	padding-left: 10px;
}

/************************
 * POPUP WINDOW SETTINGS 
 ************************/
div.popup_content {
	background-color: #ecf8c6; 
	border:3px solid white; 
	margin:20px; 
	padding:10px;
}

table#valid_addresses th {
	text-align: right;
	vertical-align: top;
}

table#valid_addresses td {
	text-align: left;
}

/* GOOGLE MAP SETTINGS */

div.gmap_bubble_small {
	/* text bubble for gmap locations */
	font: arial;
	width: 200px;
	text-align: center;
}
div.gmap_bubble p {
	padding: 0;
}
div.gmap_bubble {
	/* text bubble for gmap locations */
	font: arial;
	width: 500px;
	vertical-align: center;
}
div.gmap_bubble p {
	padding: 0;
}

.gmaptitle {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	font-style: underline;
	color: #444;	
	color: #115280; 
	font-size: 1.4em;
	padding: 4px;
	bottom-border: solid 1px #deedae;
}

.gmaptitle_hospital {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	font-style: underline;
	color: #C44;	
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	bottom-border: solid 1px #deedae;
}

.gmaptitle_medschool {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	font-style: underline;
	color: #C44;	
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	bottom-border: solid 1px #deedae;
}

.gmapbody {
	font-family: Arial, Sans-serif;
	font-weight: normal; 	
	color: #000;	
	padding: 4px;
}

.gmapaddress {
	font-family: Arial, Sans-serif;
	font-weight: normal; 	
	font-style: italic;
	color: #333;	
	font-size: 1.0em;
	padding: 4px;
}

img.gmap_thumb {
	float: right;
	margin: 5px;
	border: 1px solid black;
	cursor: default;
}

img.gmap_thumb:hover {
	cursor: pointer;
}

