/* Version  1 */
/* Updated: 03/31/2009 */

/* Radgrid style */
.RadGrid_Default
{
	width: 450px;
	background-image: none;
	color: #656464;
	border: #616161 0px solid;
}

.RadGrid_Default table
{
	border: #616161 0px solid;
}

th.GridHeader_Default
{
	background-image: none;
	font-weight: bold;
	background: #FFFFFF;
	text-align: left;
	valign: top;
	color: #616161;
	border-bottom: #616161 1px solid;
}

.GridRow_Default
{
	background-color:  #FFFFFF;
}

.GridAltRow_Default
{
	background-color: #FFFFFF;
}


/* Error Label */
.divError
{
	border-right: #cc0001 1px solid;
	padding-right: 0px;
	border-top: #cc0001 1px solid;
	display: block;
	padding-left: 5px;
	background: #d7d8b9;
	padding-bottom: 20px;
	margin: 0px 0px 0px;
	color: #cc0001;
	border-left: #cc0001 1px solid;
	padding-top: 10px;
	border-bottom: #cc0001 1px solid;
	width: 495px;
}

/* Div holding validation results */
div.error
{
    
}

.ErrorTextBox { border: 1px solid #cc0001; background-color: #eeeeee; COLOR: #cc0001; padding: 5px 0px 0px 25px;}
.ErrorTextBox  ul {margin: 0; list-style: none;}
.ErrorTextBox ul li{ padding-left: 20px;  background: transparent url(images/error_arrow.gif) no-repeat left center; COLOR: #cc0001;}


/* Buttons */
.formButtons
{
    border-top: #3e3e3e 1px;
    border-left: #3e3e3e 1px;
    border-right: #3e3e3e 1px;
    border-bottom: #3e3e3e 1px;	
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    background: #c9c9c9;
    color: #3e3e3e;
    font-weight: bold;
    
}


/* Form Elements */
.inputField
{
	width: 250px;
}

.inputListbox
{
	width: 250px;
}

.inputDropDown
{
	width: 250px;
}

/* Table Data Content */
.FormRowHeader
{
	font-weight:;
	background: #FFFFFF;
	color: #3e3e3e;
	text-align: left;
	valign: top;
	font-size: 11px;
	 
}

.FormRowData
{
	text-align: left;
}

.recordstable
{
	width: 450px;
	border: 0px;
	background-color: #616161;
}

.headerrow
{
	background-color: #CCC8C7;
}

.itemrow
{
	background-color: #CCC8C7;
}

.altitemrow
{
	background-color: #FFFFFF;
}


/* Main Box Displaying Content on Pages */
.systemboxed{
	margin: 10px auto; /* center for now */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
}

.systemboxed .title {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0px;
	padding: 0;
	text-align: center;
}
.systemboxed .title h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 25px 5px;
        padding-top: 8px;
	color: #3e3e3e;  
	font-weight: bold;
        font-size: 11.5px 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.systemboxed .content {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}


.systemboxed ul {
	margin: 0;
	list-style: none;
}

.systemboxed h3 {
	margin: 0;
}

.systemboxed p {
	margin-bottom: 1.4em;
	line-height: normal;
}

/* Bottom Action Buttons */
#actions
{
	float: right;
   vertical-align: top;
}

#actions ul li
{
	float: left;
	padding: 10px;
	list-style: none;
}

/* Header Links */
#headerlinks
{
    position: absolute;
    top: 0px;
    left: 750px;
}

#headerlinks a
{
    color: #FFFFFF;
}

#sitesearch
{
    position: absolute;
    padding-top: 23px;
    padding-left: 547px;
    
}
