/*default style sheet for roomQ */

html {
	margin:0;
	padding:0;
	min-height:101%; /* Firefox scrollbar fix - prevents horizontal scrollbar on short pages */
}
body {
	font-size:80%;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	width:100%;
	margin:0;
	padding:0;
}

/*	begin headers */
h1 { /* logo image may be substitued for this, but keep h1; there are lots of methods to do so */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#3b185a; /* purple */
}
h2 {
	color:#c75b12; /* orange */ 
	font-size:95%;/* a more generic header can be created if another h2 appears on the page */
	text-transform:uppercase;
	padding:3px 5px;            
	border-bottom:1px dotted #777;
	border-top:1px dotted #777;
	margin-left:-8px;
	margin-top:5px;
}
/*end headers */

/* begin generic link decoration */
#announce {
	color: #fff;
	background: #a892c8;
	border: 5px solid #fab91f;
	padding: 8px;
	font-size: 14px;
	background-image: url(http://depts.washington.edu/uwposter/images/alert_graphic.png);
	background-repeat: no-repeat;
	padding-left: 90px;
}

a:link, a:visited {
	color:#c75b12;  /* orange */
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
	color:#3b185a; /* purple */
}
#skip a {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
a img {
	border:none;
}
/* end link decoration */

/* begin uw header */
#wheader {
	border-bottom:2px solid #c7c4d7;
}
#wheader a:link, #wheader a:visited {
	text-decoration:none;
}
/* end uw header */

/* container centers content on page */
#container { 
	width:900px;
	margin:30px auto;
	min-height:250px;
}

/* begin banner */
#bannerwrapper {
	float:left;
	width:900px;
}
#bannerleft {
	float:left;
	width:525px;
	vertical-align:middle;
}
#bannerright {
	float:left;
	width:291px;
	padding-left:8px;
	padding-top: 16px;
	border-left:1px dotted #777;
}
#stafftools {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
#stafftools li {
	line-height:1.5em;
}
/* end banner */

/* begin search bar */
#searchbarwrapper {
	float:left;
	width:900px;
	background:#3b185a;  /* purple */
	color:#fff;
	}
#searchbarleft {
	float:left;
	width:740px;
	padding:5px;
}
#qtrid {
	float:left;
	width:315px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:8px;
}
#qtrlist {
	float:left;
	padding-top:2px;
}
#search {
	float:left;
	padding-left:45px;
}
#searchbarright {
	float:left;
	width:136px;
	padding:8px 5px 6px 8px;
	border-left:1px dotted #777;
}
#searchbarright a:link,#searchbarright a:visited {
	color:#fff;
	font-weight:bold;
}
#searchbarright a:hover,#searchbarright a:active {
	color:#a5d77b;  /* green */
	font-weight:bold;
}
/* end search bar */

/* begin main content */
#contentwrapper {
	float:left;
	width:900px;
}
#contentleft {
	float:left;
	width:750px;
}
#roomdata { /* 4 column data table */
	border:none;
	width:100%;
	margin:5px 0;
}
#roomdata th {
	text-align:left;
	text-transform:uppercase;
	padding:3px 5px;
	background:#a5d77b; /* green */
	color:#fff;
}
#roomdata tr.shaded {
	background:#F0F0F0; 
}
#roomdata td {
	padding:5px;
}
#roomdata td.colorblock { /* aligns placeholder images */
	text-align:center;
}
#contentright {
	float:left;
	width:141px;
	padding-left:8px;
	border-left:1px dotted #777;
}
#contentright p {
	font-size:85%;
}
/* end main content */

/* begin footer */
#footer {
	float:left;
	width:100%;
	background:#e9e9e9;
	padding-top:10px;
	clear:left;
	border-top:2px solid #c7c4d7;
}
#columnWrapper {
	width:630px;
	margin:0 auto 0;
}
.col_1, .col_2, .col_3 {
	float:left;
	width:210px;
}
#footer a:link, #footer a:visited {
	color:#3b185a;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
#footer ul {
	list-style:none;
	font-size:85%;
}
#footer li {
	line-height:1.5em;
}
.footerTitle {
	color:#000;
	font-weight:bold;
}
li.footerTitle a:link, li.footerTitle a:visited {
	color:#000;
	font-weight:bold;
}
.link_runner {
	font-size:80%;
	padding:4px 0;
	text-align:center;
	margin:0;
}
/* end footer */

/* begin copyright */
#copyright {
	clear:left;
	width:100%;
	font-size:80%;
	
	text-align:right;
	padding-bottom:5px;
}
#copyright p {
	margin:0 10px 10px;
}
/* end copyright */


/* extras */
.more {
	text-align:right;
	font-size:85%;
}
.highlight { /* left this in case you want to box anything */
	border:1px dotted #777;
	text-align:center;
	margin:30px 0;
	padding:5px;
}
