@charset "UTF-8";
/* CSS Document */

body{
background:#000000;
color:#FFFFFF;
font-family:Verdana;
}



.Title_1{
color:#FF9900;
font-size:18px;
font-weight:bold;
line-height:22px;
border-bottom:2px solid #FF9900;
border-top:2px solid #FF9900;
}

.Title_2{
color:#FF9900;
font-size:14px;
}

.table_content1{
color:#FFFFFF;
font-size:12px;
}

.table_content1 a{
color:#FF9900;
}

#flash_header{
margin-bottom:15px;
}

/*form*/

.form{
color: #000000;
border:solid 1px #FF9900;
background:#FFFFFF;
width:230px;
}

.form input{
color: #000000;
background-color: #FFFFFF;
}

/*footer*/

#footer{
color:#FF9900;
font-size:11px;
text-align:center;
border-top:1px solid #FF9900;
padding-top:10px;
padding-bottom:10px;
}

#footer a{
color:#FF9900;
text-decoration:none;
margin-right:15px;
}

#footer a:hover{
color:#FFFFFF;
}

/*Menu*/


.urbangreymenu{
float:left;
width: 120px; /*width of menu*/
text-align:left;
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 5px; /*31px is left indentation of header text*/
border:1px solid #FF9900;
margin-top:-2px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color:#FF9900;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}



