/***********************************************************************

Override main stylesheet rules

***********************************************************************/


#body, #footer, #navwrapper
{
    background: none;
    background-color: #ffffff;
}

#container
{
    border: 1px solid #565555;
    margin: auto;
    min-height: 0;
    width: 100%;
}

#body
{
    padding: 20px;
}

#header
{
    border-bottom: 1px solid #000000;
    height: 100px;
    overflow: hidden;
}

#header img
{
    margin: 0;
}

#footer
{
    border-top: 1px solid #565555;
    float: none;
    height: 30px;
    margin-top: 0;
    text-align: center;
    width: auto;
}

/***********************************************************************/

#navwrapper
{
    background-color: #565555;
    height: 32px;
}

ul#nav, ul#nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul#nav
{
    height: 37px;
    list-style-type: none;
    margin: auto;
    width: auto;
}

ul#nav a
{
    background: #565555 url('/images/bgnavlink.png') no-repeat right;
	border-right: 1px solid #333;
	color: #ffffff;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding: 7px 13px 5px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

ul#nav li
{
	float: left;
    position: relative;
    position: static;
    width: auto;
}

ul#nav li ul, ul#nav ul li, ul#nav ul li a
{
	width: 10em;
}

ul#nav li ul
{
    position: absolute;
	display: none;
	background-color: transparent;
	padding: 0 !important;

	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 2px #999;
}


ul#nav ul li a
{
    background-color: #ffffff !important;
	border-bottom: 1px solid #000000;
	border-right: 0;
	display: block;
	font-size: 10pt;
	padding: 3px 0 3px 20px;
}

ul#nav li a.last
{
    background-image: none;
    border-right: none;
}

ul#nav li:hover a, ul#nav a:focus,
ul#nav a:active, ul#nav li.p7hvr a
{
	color: #ffffff;
	background-color: #000000;
}

ul#nav li:hover ul, ul#nav li.p7hvr ul
{
	display: block;
	visibility: visible;
}

ul#nav li:hover ul a, ul#nav li.p7hvr ul a
{
	color: #000000;
	background-color: transparent;
}

ul#nav ul a:hover
{
	background-color: #000000!important;
	color: #FFFFFF !important;
}

table
{
    border: 1px solid #cccccc;
    border-top: 0;
    margin: auto;
    min-width: 90%;
}

table td, table th
{
    border-top: 1px solid #cccccc;
    padding: 3px 5px;
    vertical-align: top;
}

table th
{
    background-color: #565555;
    color: #ffffff;
}

#breadcrumbs
{
    margin-bottom: 15px;
    padding: 0;
}

#breadcrumbs p
{
    padding: 5px 8px 5px 8px;
    margin: 0;
}

label
{
    display: block;
    font-weight: bold;
}

#successmessage
{
    margin: 15px auto;
}

table#pagination
{
    border: 0;
    margin: 20px auto;
    min-width: 0;
}

table#pagination td
{
    border: 0;
    padding: 0 4px;
    vertical-align: top;
}

table#userlist
{
    width: 100%;
}

td.theader
{
    background-color: #efefef;
    font-weight: bold;
    text-align: right;
}

#userorders td
{
    text-align: center;
}

#userinfo
{
    width: 100%;
}

#userinfo td
{
    width: 25%;
}

h2
{
    color: #336699;
    margin: 15px 0;
}

p#downloadbuttons
{
    text-align: center;
}

p#downloadbuttons img
{
    margin: 20px;
}

div#printinfo
{
    border: 1px solid #565555;
}

div#printinfo p
{
    padding: 5px 10px;
}

div#printinfo > p
{
    background-color: #565555;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

div.desktop
{
    border: 1px solid #cccccc;
    align:center;
    min-height: 115px;
    margin: 0px 5px 5px 5px;
    width: 100%;
}

div.desktop h2
{
    background: #000000;
    color: #ffffff;
    font-size: 11pt;
    margin: 0;
    padding: 5px 0 5px 5px;
}

div.desktop p
{
    float: left;
    margin: 2px;
    text-align: center;
    width: 200px;
}

div.desktop p a
{
    display: block;
    width: 90px;
}

div.desktop p a:hover
{
    text-decoration: none;
}

table#adminstats
{
    border: 1px solid #333333;
    border-top: 0;
    margin: 0;
    min-width: 42%;
    width: 42%;
}

table#adminstats th
{
    background-color: #dddddd;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    color: #000000;
    font-weight: normal;
    text-align: right;
    width: 230px;
}

table#adminstats td
{
    border-top: 1px solid #333333;
    text-align: right;
}

p#greeting
{
    margin: 0 0 20px 0;
}

div.arenacomment textarea
{
    height: 70px;
    width: 500px;
}

form #userinfo textarea
{
    height: 70px;
    width: 500px;
}

form#managepoll input[type="text"]
{
    width: 80%
}