﻿body
{
    /*background: transparent url('/Images/Standard/bkgd.gif') repeat;*/
    margin: 5px 0 0 5px;
    /*background-image: url('/Images/clear.gif');*/
    background-image: url('/Images/Standard/bkgd.gif');
    background-repeat: repeat;
}

/* override */
.ContentSetup1 { /* start calling this from #TableContentSetup */
    height: 250px;
    width: 100%;
}
.BreadCrumbs td {
    vertical-align: bottom;
    padding-left: 3px;
    height: 20px;
}
.MenuIcons {
    text-align: right;
    padding-right: 7px;
    vertical-align: middle;
    height: 20px;
}
.MenuIcons img {
    vertical-align: middle;
}

.ContentSetup2 {
    margin-top: 20px;
}
.ContentSetup2 ul {
    list-style-type: none;
    padding: 10px inherit 10px 5px;
    margin: 10px inherit inherit 0px;
}
#Header3 {
    /*background-image: url('Images/ZZ/ZZ_Header3.gif');
    background-repeat: no-repeat;*/
    width: 71px;
    vertical-align: top;
    white-space: nowrap;
    text-align: right;
}
#Header3 div {
    margin-right: 15px;
    margin-top: 10px;
    white-space: nowrap;
}
.DebugUL {
    background-color: #C0C0C0;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-left: 0px;
    margin-top: 10px;
}
.calendar-icon {
    background-image: url('/Images/icons/calendar_form.gif');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
.calendar-icon-disabled {
    background-image: url('/Images/icons/calendar_form_grey.gif');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    background-color: #eaeaea;
}
/* Adding styles for incomplete rows within Bulk Upload Wizard*/
.IncompleteBURowStyle, tr.IncompleteBURowStyle td
{
    /*background-color: #f08080; */
     background-color: #ffffff; 
    /*color: #ffffff;*/
    color:Red;
    white-space: normal;
}

.IncompleteBURowStyle a:link, .IncompleteBURowStyle a:visited, .IncompleteBURowStyle a:active
{
    /*color: #ffffff; */
    color:#0035cb;
    font-weight: normal;
    text-decoration: underline;
}

.IncompleteBURowStyle a:hover
{
    color: Red; 
    font-weight: normal;
    text-decoration: underline;
}

.IncompleteBUAlternateRowStyle, tr.IncompleteBUAlternateRowStyle td
{
    /*background-color: #f08080; */
     background-color: #E4E2E2; 
    /*color: #ffffff;*/
    color:Red;
    white-space: normal;
}

.IncompleteBUAlternateRowStyle a:link, .IncompleteBUAlternateRowStyle a:visited, .IncompleteBUAlternateRowStyle a:active
{
    /*color: #ffffff; */
    color:#0035cb;
    font-weight: normal;
    text-decoration: underline;
}

.IncompleteBUAlternateRowStyle a:hover
{
    color: Red; 
    font-weight: normal;
    text-decoration: underline;
}
.FormButton {
    margin-left: 2px;
}
.previewPanel {
	border: solid 1px #989898;
	background-color: #EAEAEA;
	padding: 2px;
}
.previewPanelBorder {
	width: 99%;
	background-color: #FFFFFF;
	padding: 5px;
}
.previewPanelTable {
	background-color: #989898;
	margin: 3px;
}
.previewPanelTable td {
	background-color: #FFFFFF;
	white-space: nowrap;
}
/** styling for Maintenance page **/
.leftpadding 
{
	padding-left: 50px;
	clear: both;
	}
.HeadlineUrgent 
{
	font-size: 10pt;
	float: right;
	padding: 60px 60px 0 0;
}
