﻿
/*

Use this CSS file to extend or add to the classes found in the WDCmain.css file i.e. 

.mainAreaPageTitle {

	color:Black;

}

Would change the color attribute of class .mainAreaPageTitle from #D341A0 to Black.

*/



.mainAreaBreadcrumbContainer {
	float: left;
	width: 430px;
	height: 47px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
/*	border: 1px solid;*/
}

.mainAreaBreadcrumbContainer a {
	color: #333333;
}

.mainAreaBreadcrumbSeperator {
	color: #FF6600;
}

#optionsList li 
{
    padding: 3px 3px 3px 3px;
}

#mainAreaContent 
{
 overflow:visible;
}


.navigatorContainer
{
    width:90%;
    float: left;
    clear:both;
}

.navigatorCountDiv
{
    width: 25%;
    padding: 4px 4px 4px 4px;
    float:left;

}


.navigatorDiv
{
    width: 50%;
    padding: 2px 2px 2px 2px;
    text-align:center;
}




.leftNavigatorSubDiv
{
    width:20%;
 padding: 2px 2px 2px 2px;
 float:left;
 text-align:right;
}

.rightNavigatorSubDiv
{
    width:20%;
 padding: 2px 2px 2px 2px;
 float:left;
 text-align:left;
}

.navigatorDivider
{
    width:2%;
    text-align:center;
float:left;
padding: 2px 2px 2px 2px;
color: Black;
}

.clearCustom
{
        clear:both;

}

.InputField
{
    font-weight: bold;
} 




.rblNoStyles table{
	border-top : none;
	border-left : none ;	
	width : 100%; 
}

.rblNoStyles tr{
	vertical-align: top;
}

.rblNoStyles td{
	border-right : none;
	border-bottom : none;
}

.rblNoStyles th {
	background-color : #F2EAF2 ;
	border-right : none;
	border-bottom : none;
	font: bold 100% Tahoma, Arial, Helvetica, Sans-Serif;
}

.searchDiv
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align:left;
}


.searchSubDiv
{
    width:50%;
 padding: 2px 2px 2px 2px;
 float:left;
}

.searchCounterDiv
{
    width:50%;
 padding: 2px 2px 2px 2px;
 float:left;
}


.searchRadiosDiv
{
    width:40%;
 padding: 2px 2px 2px 2px;
 float:left;
}

.searchResults li
{
    padding: 1px 1px 1px 1px;
}

.NoResults
{
    color:Red;
}

a[disabled]
{
    text-decoration:none;
}

.formControl
{
    width: 275px ;
}
