/* 
    Document   : styles
    Created on : Aug 14, 2012, 8:52:50 PM
    Author     : Heffer
    Description:
        Purpose of the stylesheet follows.
*/


body,html {
height: 100%;
font-family:"Trebuchet MS", sans-serif;
font-size:13px;
text-align:left;
padding:0;

}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto 10em;
}

.footer, .push {
height: 10em;
}

.indentedContainer{
  width:850px;
  margin-left:auto;
  margin-right:auto;
  background-image: url('/images/unicorn_darts_logo.png'); background-size:100px; background-repeat: no-repeat; background-position: right 10px top ; 
 
}

#headerContainer{
  padding-top:5px;
  
}
.headingText{
  font-size:160%;
  display:block;
  padding: 5px 0 10px 0;
}

.headingTextBold{
  font-size:200%;
  font-weight:Bold;
  display:block;
  padding: 5px 0 10px 0;
}

.headingTextBoldInline{
  font-size:200%;
  font-weight:Bold;
  padding: 5px 0 10px 0;
}

.headingTextBoldGreen{
  font-size:200%;
  color:#51800C;
  font-weight:Bold;
  display:block;
  padding: 5px 0 10px 0;
}


.subHeadingText{
  color:#51800C;
  font-size:150%;
  padding: 5px 0 5px 0;
  display:block;
}

.subHeadingTextBold{
  color:#51800C;
  font-weight:bold;
  font-size:150%;
  padding: 5px 0 5px 0;
  display:block;
}

.btn{
  color:#ffffff;
  background:url('/wpimages/wp523a4253_06.png') #000000; 
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width:90px;
  height:28px;
  border:none;
  cursor:pointer;
  text-align: left;
  display:block;
  line-height: 28px;
  text-decoration:none;
}


.btnLarge{
  color:#ffffff;
  background:url('/wpimages/wp760e69de_06.png') #000000;
  background-repeat: no-repeat;
  background-position: top right;
  width:248px;
  height:39px;
  border:none;
  cursor:pointer;
  text-align: left;
  font-size:13px;
}

.btnLargeWide{
  color:#ffffff;
  background:url('/wpimages/wpe84b4569_06.png') #000000;
  background-repeat: no-repeat;
  background-position: top right;
  width:384px;
  height:39px;
  border:none;
  cursor:pointer;
  text-align: left;
  font-size:13px;
}



.largeFormInput{
  width:200px;
  height:30px;
  font-size:130%;
}

.float{
  float:left;
}

.clear{
  clear:both;
}


.styledTbl{
  width:99%;
}
.styledTbl th{
  background:#51800C;
  color:#ffffff;
  font-size:120%;
  text-align:left;
}

.styledTbl td{
  cursor:pointer;
}

.greenBorder{
  border: 4px solid #51800C;
  padding:none;
}

.smallText{
  font-size:10px;;
}

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

.mediumHeadingTextBold{
    font-size:12px;
    color:#51800C;
    font-weight:bold;
}

#seasonList{
  background: #000000;
  line-height:25px;
  color: #ffffff;
  padding:10px 20px 10px 20px;
  font-size:130%;
}

#seasonList a{
  color: #ffffff;

}

.thickYellowBorder{
  
  border:5px #fefeed solid;
  border-radius: 3px;
  -moz-box-shadow: 0 0 2px 2px #e4e4e4;
  -webkit-box-shadow: 0 0 2px 2px #e4e4e4;
  box-shadow: 0 0 2px 2px #e4e4e4;
  /*filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e4e4e4, Strength=5, Direction=0),
     progid:DXImageTransform.Microsoft.Shadow(Color=#e4e4e4, Strength=5, Direction=90),
     progid:DXImageTransform.Microsoft.Shadow(Color=#e4e4e4, Strength=5, Direction=180),
     progid:DXImageTransform.Microsoft.Shadow(Color=#e4e4e4, Strength=5, Direction=270);*/

}

#landlordMessage{
  margin: 10px 0 20px 0;
}

#qualifyingRulesContainer{
  margin: 20px 0 0 0;
}

.underlineText{
  text-decoration:underline;
}

#myForm td{
  padding:2px 5px 2px 5px; 
}

.error{
 color:red;
 font-weight:bold;
}

#footerContainer{
  width:960px;
  margin: 0px auto 0px auto;
}

#footerContainer a{
  color:#ffffff;

}
#footerContainer{
  color:#ffffff;
   
    vertical-align: bottom;
}

@font-face {
    font-family: 'Museo700Regular';
    src: url('/images/fonts/Museo700-Regular-webfont.eot?3834');
    src: url('/images/fonts/Museo700-Regular-webfont.eot?%23iefix&3834') format('embedded-opentype'),
         url('/images/fonts/Museo700-Regular-webfont.woff?3834') format('woff'),
         url('/images/fonts/Museo700-Regular-webfont.ttf?3834') format('truetype'),
         url('/images/fonts/Museo700-Regular-webfont.svg%23Museo700Regular?3834') format('svg');
    font-weight: normal;
    font-style: normal;

}


#rtOverview{
	width: 100%;
	padding: 10px 0px 10px 0px;
	background: #000;
	border-bottom: 1px solid #fff;
}
#rtOverview img{float: left; margin:0px 0px 0px 10px;}
#rtOverview a{
	float: right;
	font-weight: normal;
	font-family: 'Museo700Regular', Helvetica, Arial;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right:1px solid yellow;
}
#rtOverview a.last{border:none;}
#rtOverview a:hover{color: yellow;}


