﻿html, body
{
    font-family : Trebuchet MS;
    margin: 0px;
    padding: 0px;
    background-image: url(images/bg.gif);
    font-size: 13px;
}

button
{
    cursor : hand;
    cursor : pointer;
}

a
{
    color : #EE8907;
    cursor : hand;
    cursor : pointer;
    text-decoration : none;
}

a:hover
{
    color : #000000;
    text-decoration : underline;
}

h1, h2, h3, h4, h5, h6, p, form
{
    margin: 0px;
    padding: 0px;
}

#wrapper
{
    width: 950px;
    margin: 0px auto;
    background-color: #FFF;
    background-image: url(images/bg_header_top.gif);
    background-repeat: repeat-x;
    background-position: top;
}

#content
{
    width: 928px;
    margin: 0px auto;
}

#header
{
    height: 96px;
    position: relative;
}

#logo
{
}

#logo img
{
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
}
.black
{
    color: #CCCCCC;
    font-size: 18px;
}

#logo h1
{
    font-size: 32px;
    color: #F76B0C;
    font-weight: normal;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 100px;
    top: 15px;
}

#logo h4
{
    font-size: 11px;
    color: #808080;
    font-weight: normal;
    text-decoration: none;
    padding-left: 75px;
}

#credentials
{
    position: absolute;
    right: 0px;
    top: 5px;
}

#credentials a
{
    font-size: 11px;
    color: #EE8907;
    font-weight: bold;
    text-decoration: none;
}

#credentials a:hover
{
    color: #000;
    text-decoration: none;    
}

#links
{
    position: absolute;
    right: 0px;
    bottom: 1px;
}

#links ul
{
    margin: 0px;
}

#links li
{
    float: left;
    list-style-type: none;
    padding-left:10px;
    padding-right:10px;
    height: 18px;
    text-align: center;
    background-color: #F4A80A;
    border-left: 1px solid #FFF;
    vertical-align: middle;
}

#links a
{
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#links a:hover
{
    text-decoration: underline;
}

#mainimg
{
    background-image: url(images/main_img.jpg);
    background-repeat: no-repeat;
    height: 80px;
    text-align: right;
    position: relative;
}

#mainimg h3
{
    position: relative;
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    right: 10px;
    top: 0px;
}

#mainimg h4
{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 50px;
}

#contentarea
{
    clear: both;
}

#centerbar
{
    /*float: left;*/
    /*width: 689px;*/
    min-height: 350px;
}

#centerbar h2
{
    font-size: 26px;
    color: #EE8907;
    font-weight: normal;
    text-decoration: none;
    padding-left: 40px;
    padding-bottom: 5px;
}

#centerbar p
{
    font-size: 11px;
    color: #797B7A;
    font-weight: normal;
    text-decoration: none;
}

#centerbar a
{
    font-size: 11px;
    color: #EE8907;
    font-weight: bold;
    text-decoration: none;
}

#centerbar a:hover
{
    color: #000;
}

#leftbar
{
    /*float: left;
    width: 237px;
    border-right: 1px dotted #BCBDBC;
    height: 100%;*/
}

#leftbar h2
{
    font-size: 26px;
    color: #797B7A;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 5px;
}

#leftbar p
{
    font-size: 11px;
    color: #797B7A;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 5px;
}


#rightbar
{
    /*float: left;
    width: 237px;
    border-left: 1px solid #BCBDBC;*/
}

#rightbar h2
{
    font-size: 26px;
    color: #797B7A;
    font-weight: normal;
    text-decoration: none;
    padding-left: 25px;
    padding-bottom: 5px;
}

#rightbar p
{
    font-size: 11px;
    color: #797B7A;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 25px;
}

.orangetext
{
    font-size: 11px;
    color: #EE8907;
    font-weight: bold;
    text-decoration: none;
}

#bottom
{
    clear: both;
    padding-top: 25px;
}
/*
#email
{
    float: left;
    width: 650px;
    background-color: #9BBE00;
    height: 27px;
    padding-top: 5px;
}

#email a
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
    padding: 0px 40px;
}

#email a:hover
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 40px;
}
*/
#validtext
{
    width: 928px;
    background-color: #9BBE00;
    height: 27px;
    padding-top: 5px;
}

#validtext p
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 35px;
}

#validtext a
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#validtext a:hover
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0 5px 0 5px;
    padding: 0.3em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 0px 0px 4px 0px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 2px 4px 2px;
}

/*input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}*/

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.clear
{
    clear: both;
}

.error
{
    color: Red;
}
ul.paging > li{
	float: left;
	list-style-type: none;
	margin: 1em;
}
ul > li > form{
	display: inline;
	margin-left: 1em;
}

dl{
	margin-left: .9em;
}
dl > dt{
	display: block;
	float: left;
	clear: left;
	height: 1.75em;
	margin-right: 1em;
}
dl > dd{
	display: block;
	height: 1.75em;
}

div.mvcMembership-account > form{
	display: inline;
}

div.mvcMembership-allUsers ul{
	margin: 0;
}
div.mvcMembership-allUsers ul.users > li{
	margin: .5em 0 .5em 0;
}
div.mvcMembership-allUsers ul.users > li > span.isOnline{
	display: block;
	font-weight: bold;
	color: #33cc33;
}
div.mvcMembership-allUsers ul.users > li > span.isOffline{
	display: block;
	color: #999;
}
div.mvcMembership-allUsers ul.users > li > span.email{
	display: block;
	font-size: .8em;
}
div.mvcMembership-allUsers ul.users > li > span.comment{
	display: block;
	border: 1px solid #ccc;
	padding: .25em .5em .25em .5em;
	margin: .5em 0 .5em 0;
}

div.mvcMembership-allRoles ul > li{
	margin: .5em 0 .5em 0;
}