﻿.dg_pager 
{
	background-color: #f7f7de;
	padding-left: 4px;
	font-size: 12px;
	color: White;
	padding-left: 4px;
	padding-right: 4px;
}
.dg_pager a {
	text-decoration: none;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	border:solid 1px #f7f7de;
}
.dg_pager a:hover 
{
	background-color:#e8e8e8 ;
	text-decoration: none;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	border:solid 1px black;
	
}
.dg_pager span {
	background-color: #e8e8e8;
	color: Black;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	border:solid 1px black;
	
}
.formList
{
	width: 650px;
	list-style: none;
	padding: 0 0 0 23px;
}

.formList li
{
	border-bottom: 1px solid #959485;
	padding: 5px 0px;
}

.formList li.lastListItem
{
	border: none;
}
.formLabel
{
	margin-top: 4px;
	float:left;
	width:125px;
	color: #666;
}
.contentOuterWrapper
{
    width: 100%;
    position:relative;
    clear:both;
}
.contentMidWrapper
{
    clear:both;
    position:relative;
    display: block;
}
.contentMidWrapper_Left
{
    float:left;
}
.contentMidWrapper_Center
{
    float:left;
    left: 50%;
}
.contentMidWrapper_Right
{
    float:right;
}
.contentInnerWrapper
{
    clear: both;
    display: block;
    position:relative;
}
.contentInnerWrapper_Center
{
    float:left;
    right: 50%;
}

.notPublished
{
    font-weight:bold;
    color: white;
    background-color: #5A0000;
}
.isPublished
{
    font-weight:bold;
    color: white;
    background-color: #004600;
}
.infoBox { 
    margin: 5px;
    background-color: #fdf7aa;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.infoBox p { 
    border: 2px solid #F0AC3C; padding: 15px 10px 15px 10px; margin: 0 auto;
    font-family: Tahoma, Arial, sans-serif; color: #000; line-height: 1.4em;
}
.infoBox strong  
{
    font-weight: bold; 
}
.infoBox a, warnBox a:visited  
{
    font-weight: normal; 
    color: #114477; 
    text-decoration: underline; 
}
.warnIcon p { 
    padding: 15px 10px 15px 60px;
}
.questionIcon p { 
    padding: 15px 10px 15px 60px;
}
.infoIcon p { 
    padding: 15px 10px 15px 60px;
}
.errorIcon p { 
    padding: 15px 10px 15px 60px;
}

