html { 
  height:100%;
}

body { 
  height:100%;
  background-color: #fff;
  color: #333; 
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 18px;
  margin: 0px;
}

th {
	text-align: left;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
  color:#3399FF;/* #000; */
  text-decoration: none;
}

/*
a:visited { color: #666; }
*/

a:hover { 
  color: #fff; 
  background-color:#000;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.textfield {
  border: 1px solid lightgrey;
  font-size: 12px;
  width: 200px;  
	height: 20px;
	vertical-align:text-bottom;
}

input.button
{
  font-size:12px;
  color:#FFFFFF;
  width:80px;
  height:24px;
  background-color:#3399FF;
  border-style:solid;
  border-color:#AAAAAA;
  border-width:1px;
  vertical-align:text-bottom;
}

#title_spacer { 
  height:24px;
  background-color:white;
}

#title_bar {
	background-image:url('/images/titlebar.png');
	background-repeat:repeat-x;
  /*margin-top: 24px;*/
  width: 1280;
  height: 120px;
}

#container {
  width: 85%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 40px;
  margin-top: 5px;
  min-height:366px;
}

#body_inner { 
  min-height:100%;
  margin-bottom:-110px;
}

#footer_push { 
  height:110px; /* must be positive of body_inner margin-bottom */
}

#footer_container { 
  height:110px;
}

#fb-root { 
  height:70px;
  margin-left:328px;
}

#footer_upper { 
  height:20px;
  background-color:yellow;
}

#footer {
  height: 20px;
	background-image:url('/images/footer.png');
	background-repeat:repeat-x;
}

#footer_spacer { 
  height:20px;
  background-color:white;
}

#footer_links { 
  margin-left: 328px;   
}

#copyright { 
  float:right;
  margin-right:30px;
  color:white;
  font-size:10px;
}

#user_nav {
  float: right;
  font-size: 12px;
}

.bold {
	font-weight: bold;
}

.xlarge {
	font-size: 18px;
}

.large {
	font-size: 14px;
}

.medium {
	font-size: 12px;
}

.small {
	font-size: 10px;
}

.spacer {
	margin-top: 40px;
}

#home_container {
	width:700px;  
	margin: 0 auto;
}

#home_left {
	float: left;
	width: 430px;
	margin-right: 30px;
}

#home_right {
	float: left;
	margin-top: -130px;
}

#home_form {
	margin-top:2px;
}

#umee_link { 
  position: absolute;
  margin-left: 327px;   
  margin-top: 52px;    
  width: 180px;
  height: 24px;
  background-color:transparent;
}     

a.no_hover_link:hover { 
  color:transparent;
  background-color:transparent;
}
       
#title_bar_links { 
  position: absolute;
  margin-left: 328px;   
  margin-top: 90px;  
}

.title_bar_link, .footer_link { 
  font-size:10px;
  color:white;
  margin-right: 14px;
}

#showcard_div { 
  position:relative;
  width:700px;
  height:300px;
  margin-bottom:20px;
  background-color: #EDEDED;
}

#showcard_title { 
  color:white;
  margin: 0 auto;
  width:700px;
  text-align:center;
  margin-top:-33px;
  font-size:22px;
}

#showcard_pic {
  margin-left:20px;
  margin-top:38px;
  float:left;
  margin-right:20px;
}

#showcard_desc { 
  margin-top:40px;
  padding-right:20px;
}

#check_in_table { 

}

.page_title { 
  text-transform: uppercase; 
  font-size:10px;
  font-weight:bold;
}

#recent_activity {
  text-transform: uppercase; 
  font-size:10px;
  font-weight:bold;
  padding-left:63px;
}

.page_title { 
  text-transform: uppercase; 
  font-size:11px;
  font-weight:bold;
}

.page_subtitle { 
  font-size:12px;
  font-color:gray;
}

.pr_div { 
  width:100%;
  padding-top:2px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #DDDDDD;
}

.pr_pic { 
  float:left;
  margin-right:15px;
}

.pr_text { 
  margin-left: 60px;
  min-height: 80px;
  font-size:10px;
}

.pr_date { 
  color:gray;
}

.pr_blurb { 

}

.pr_readmore { 
  margin-top:-7px;
  text-align:right;
}

.check_in_div { 
  width:450px;
  border-bottom: 1px solid #DDDDDD;
  padding-top:2px;
  padding-bottom:3px;
}

.check_in_pic { 
  float:left;
}

.check_in_text { 
  margin-left: 60px;
  min-height: 60px;
}

.check_in_uname { 
  color: #3399FF;
  text-transform: uppercase; 
  font-weight:bold;
  font-size:10px;
}

.check_in_date { 
  color: gray;
  font-size:10px;
}

.check_in_sep { 
  margin-top:10px;
  width:450px;
  height:1px;
  background-color: #DDDDDD;
}

#right_check_in { 
  margin-left:20px;
  width: 215px;
}

.center { 
  text-align:center;
}

#legalese {   
  background-color:white;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}