﻿body 
{
    background-image: url(images/blankBG.gif);
    background-repeat : repeat-x;
}

a img
{
    border:0px;
}

fieldset
{
    display:inline-block;
    text-align:left;
    padding:10px;
}

legend
{
    text-align:left;
    color:Blue;
    font-weight:bold;
}

td 
{
    empty-cells:show !important;
}

.myBackgroundColor1
{
    background-color: #e3eeff;
}

.myNote
{
    color:Red;
}

.myFont12
{
    font-size:12px;
}

.FieldSetPadding
{
    padding:10px;
}

.GridNestedTable td, table
{
    border: 0 !important;
    margin: 0px !important; 
    padding: 0px !important;
}
.GridNestedTable2 td, table
{
    border: 0 !important;
}

.myTextHeader16b
{
    color:Blue;
    font-size : 16px;
    font-weight: bold;
}

.myTextHeader14b
{
    color:Blue;
    font-size : 14px;
    font-weight: bold;
}

.myDataTextStyle
{
    color: Blue;
}

.myPlainText
{
    color: Black;
    font-size: 14px;
    font-weight: normal;
}

.PageTitle
{
    color: #0065b6;
    font-size: 18px;
    font-weight:bold;
    border-bottom: solid 1px !important;
    padding: 5px;
    padding-left: 12px;
}

.LoginBar
{
    background-color: #758cb1;
    background-image: url(Images/LoginBar_BG.gif);
    background-repeat: repeat-x;
    height: 23px;
}

.rgNoRecords div /* RadGrid NoMasterRecordsText  */
{
    text-align: center !important;
    height: 20px !important;
}

.reqcb .RadComboBox .rcbInputCell .rcbInput
{
    background-color: #ffcccc !important;        
}

.req
{
    background-color: #ffcccc;
}



.div_Content
{
    width: 1010px; 
    margin: auto;
    background-color:White;
}

.bannerimg
{
    -moz-border-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

.zbrad_Top
{
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.zbrad_Bottom
{
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.zbShadow
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius : 10px;
    -moz-box-shadow: 7px 3px 4px 3px #dbdbdb;
    -webkit-box-shadow: 7px 3px 4px 3px #dbdbdb;
    box-shadow: 7px 3px 4px 3px #dbdbdb;
}

.mpBorder
{
    border: solid 3px;
}

.mpBorder2
{
    border-bottom: solid 0px;
}
.mpBorderColor
{
    border-color : #0572c4;
}

.SiteMapPath
{
    /*border-bottom: solid 1px red;*/
    color: Gray;
    font-size: small;
    background-position:bottom;
    background-color : #b2c4e1;
   /* background-image: url('images/SiteNavigation_BG.gif');*/
}
.SiteMapPath_Link
{
    color: Gray;
    text-decoration:none;
}
.SiteMapPath_Link:hover
{
    color: Gray;
    text-decoration:none;
}
.SiteMapPath_Link:visited
{
    color: Gray;
    text-decoration:none;
}

.reToolbarWrapper {
    float: left !important;
}

.reToolbar {
    float: left !important;
    border: 0px !important;
}

.rtsUL {
    float: left !important;
    border: 0px !important;
}

.RadUpload .ruFakeInput {
    margin-right: 2px !important;
    padding-right: 0px !important;
}