﻿/** Main Stylesheet 03-15-2006 Brian Timmer **/

.standard, P, DIV, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #000000;
}

div#wrapper 
{
    background-color: #fff;
    padding: 2px;
}

div#header
{
    text-align: right;
    background-color: #dccf09;
    background-image: url(Images/admin_logo.gif);
    background-repeat: no-repeat;
    background-position: 2% 50%;
    padding: 5px 10px 5px 5px;
    height: 80px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
div#header a
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

div#menubar
{
    background-color: #ccc;
    height: 35px;
    width: 100%;
}

div#menubar a
{
	color: #000;
	margin-left: -7px;
	padding: 10px;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
div#menubar a:hover 
{
    color: #fff;
	background-color: #dccf09;
	border-top: solid 2px #fff;
}

div.usermsg
{
    font-weight: bold;
    font-size: 11px;
    padding: 10px;
    margin-bottom: 5px;
}

div#workarea
{
    padding: 0;
    background-color: #FFF;
}
div#workarea p
{
    font-size: 12px;
    padding: 0 10px;
}

div.formpanel
{
    background-color: #fff;
    padding: 10px 30px;
}
div.formpanel h4
{
	margin: 0;
}
div.formpanel h5
{
	margin: 10px 0 0 0;
}
div.formpanel dl
{
    margin:0;
}
div.formpanel dt
{
	font-size: 12px;
	margin-top: 5px;
}
div.formpanel dd
{
	font-size: 12px;
	margin-left: 0;
}
div.formpanel input
{
    font-size: 13px;
}
div.formpanel input.regfield, div.formpanel select
{
    width: 250px;
}
div.formpanel input.shortfield
{
    width: 50px;
}
div.formpanel input.midfield
{
    width: 100px;
}
input.required
{
    border: solid 1px #f00;
}

.wizsidebar 
{
    display: none;
}

/* List and toolbar styles */
.itemlist
{
    width: 100%;
    background-color: #fff;
    border-width: 0;
}
.itemlist tr
{
    border-bottom: solid 1px #CCC;
}
.itemlist td
{
    padding: 2px;
    font-size: 11px;
    border-bottom: solid 1px #CCC;
}
.itemlist th
{
	color: White;
	padding: 0px;
	text-align: left;
	border-bottom: solid 1px #666;
	background-color: #293f70;
}
.itemlist a
{
    color: #000;
}
.itemlist th a
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform:uppercase;
    text-decoration:none;
}
.itemlist span.label
{
    font-size: 11px;
    color: #666;
}
.selecteditem
{
    background-color: #ffc;
}
.hovereditem
{
    background-color: #e8eef7;
}

.toolbar, .selectbar
{
    padding: 7px;
    font-size: 11px;
}
.toolbar input
{
    font-size: 12px;
}
.toolbar input.searchfield
{
    width: 250px;
    margin-left: 20px;
}
.toolbar input.addbutton
{
    font-weight: bold;
}
.toolbar a
{
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
}

div.permcategory 
{
    background-color: #ccc;
    padding: 3px;
    font-weight: bold;
    font-size: 12px;
}

.cbList td, .rbList td
{
    padding: 3px;
    font-size: 11px;
    border-bottom: solid 1px #999;
}
/**/

/*** IE6 Fix ***/
* html form
{
    padding:20;
    margin:20;
}