body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    font-family: arial;
    color: #0e4b6b;
    font-weight: bold;
    background-image: url(images/main_bg.JPG);
}
a
{
    color:#0E4B6B;
    }

.HeaderBg
{
    background-image: url(images/Header_bg.jpg);
}

.pageBg
{
    background-image: url(images/Background.jpg);
}


.HeaderImage
{
    background-image: url(images/Header.jpg);
    display: block;
    width: 990px;
    height: 124px;
}

.FooterImage
{
    /*background-image: url(images/Footer.jpg);     font-family: verdana, "segoe ui" ,arial,sans-serif; */
}
.rfdZone
{
    /* background-color: #e7f1ff;*/
    
}

/* RadFormDecorator for ASP.NET GlossyBlue Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_GlossyBlue.rfdZone
{
}

/* Decorate scrollbars */
.RadForm_GlossyBlue.rfdScrollBars
{
    scrollbar-3dlight-color: #959695;
    scrollbar-arrow-color: #3e3e3e;
    scrollbar-base-color: #f5f5f5;
    scrollbar-darkshadow-color: #e7f1fa;
    scrollbar-face-color: #e7f1fa;
    scrollbar-highlight-color: #e7f1fa;
    scrollbar-shadow-color: #6787bb;
    scrollbar-track-color: #fff;
}

/* Decorate <input type="button | submit | reset" /> and <button type="button | submit | reset" /> - look if there is a secondary .rfdButton class applied to the root element */
/*.RadForm_GlossyBlue.rfdButton a.rfdSkinnedButton, .RadForm_GlossyBlue.rfdButton input[type="button"].rfdDecorated, .RadForm_GlossyBlue.rfdButton input[type="reset"], .RadForm_GlossyBlue.rfdButton input[type="submit"].rfdDecorated, .RadForm_GlossyBlue.rfdButton button
{
    background-image: url('FormDecorator/ButtonSprites.gif');
    color: #ffffff;
}

.RadForm_GlossyBlue.rfdButton .rfdSkinnedButton:hover *
{
    color: #0f1d48;
}

.RadForm_GlossyBlue.rfdButton a.rfdSkinnedButton, .RadForm_GlossyBlue.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('FormDecorator/ButtonSprites.gif') no-repeat;
}

/* OPERA width fix - do not remove (and check if it is still necessary) */
@media screen and (min-width:1px)
{
    /* 
               the hack below fixes a strange behavior under Opera - 
               input and button have a different CSS display when in anchor tag 
            */
    .RadForm_GlossyBlue.rfdButton a.rfdSkinnedButton input
    {
        display: block;
        float: left;
    }
}

/* Decorate <h4|5|6 /> */
.RadForm_GlossyBlue.rfdHeading h4
{
    color: #45709b;
    border-bottom: solid 1px #6788be;
}

.RadForm_GlossyBlue.rfdHeading h5
{
    color: #000000;
    border-bottom: solid 1px #6788be;
}

.RadForm_GlossyBlue.rfdHeading h6
{
    color: #000000;
}

/* Decorate <label /> */
.RadForm_GlossyBlue.rfdLabel label
{
    color: #626262;
}

/* Decorate <input type="checkbox" /> */
.RadForm_GlossyBlue .rfdCheckboxUnchecked, .RadForm_GlossyBlue .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
    background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 0;
}

.RadForm_GlossyBlue .rfdCheckboxUnchecked:hover
{
    background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -200px;
}

.RadForm_GlossyBlue .rfdCheckboxChecked, .RadForm_GlossyBlue .rfdInputDisabled.rfdCheckboxChecked:hover
{
    background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -420px;
}

.RadForm_GlossyBlue .rfdCheckboxChecked:hover
{
    background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_GlossyBlue .rfdRadioUnchecked, .RadForm_GlossyBlue .rfdInputDisabled.rfdRadioUnchecked:hover
{
    background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px 0;
}

.RadForm_GlossyBlue .rfdRadioUnchecked:hover
{
    background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -220px;
}

.RadForm_GlossyBlue .rfdRadioChecked, .RadForm_GlossyBlue .rfdInputDisabled.rfdRadioChecked:hover
{
    background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -440px;
}

.RadForm_GlossyBlue .rfdRadioChecked:hover
{
    background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -640px;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_GlossyBlue .rfdRadioUnchecked, .RadForm_GlossyBlue .rfdInputDisabled.rfdRadioUnchecked:hover, .RadForm_GlossyBlue .rfdRadioUnchecked:hover, .RadForm_GlossyBlue .rfdRadioChecked, .RadForm_GlossyBlue .rfdInputDisabled.rfdRadioChecked:hover, .RadForm_GlossyBlue .rfdRadioChecked:hover
{
    _background-image: url('FormDecorator/RadioButtonSprites.gif'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */
.rfdRoundedInner
{
    width: 1px;
    font-size: 1px;
    background-repeat: no-repeat;
}

.rfdRoundedOuter
{
    width: 1px;
    font-size: 0px;
}

table.rfdRoundedWrapper, table.rfdRoundedWrapper_fieldset
{
    display: -moz-inline-box; /* FF2 */
    display: inline-block; /* FF3, Opera, Safari */
    _display: inline; /* IE6 */
    vertical-align: middle;
    border-width: 0px !important;
}

table.rfdRoundedWrapper td, table.rfdRoundedWrapper_fieldset > tbody > tr > td
{
    padding: 0px !important;
    border: 0px !important;
}

/* IE7 */
* + html table.rfdRoundedWrapper, * + html table.rfdRoundedWrapper_fieldset
{
    display: inline;
}

table.rfdRoundedWrapper td, table.rfdRoundedWrapper_fieldset td
{
    vertical-align: middle;
}

.RadForm_GlossyBlue.rfdFieldset table.rfdRoundedWrapper_fieldset legend, .RadForm_GlossyBlue fieldset.rfdFieldset legend
{
    color: #6788be;
}

.RadForm_GlossyBlue table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #ffffff;
    border-color: #6788be !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_GlossyBlue table.rfdRoundedWrapper:hover .rfdRoundedOuter
{
    background-color: #6788be !important;
}

/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_GlossyBlue.rfdTextbox input[type="text"], .RadForm_GlossyBlue.rfdTextbox input[type="password"], .RadForm_GlossyBlue.rfdTextarea textarea, .RadForm_GlossyBlue.rfdTextarea textarea[disabled]:hover, .RadForm_GlossyBlue.rfdTextbox input[disabled][type="text"]:hover, .RadForm_GlossyBlue.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #6788be;
    background-color: #ffffff;
}

.RadForm_GlossyBlue.rfdTextbox .rfdDecorated:hover, .RadForm_GlossyBlue.rfdTextbox .rfdDecorated:hover, .RadForm_GlossyBlue.rfdTextarea textarea:hover
{
    border: solid 1px #6788be;
}

/* Decorate <fieldset /> */
.RadForm_GlossyBlue.rfdFieldset fieldset
{
    border: solid 1px #6788be;
    background-image: url('FormDecorator/FieldsetBgr.png'); /* having a background image on a fieldset is not okay with IE */
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_GlossyBlue.rfdFieldset table.rfdRoundedWrapper_fieldset legend, .RadForm_GlossyBlue.rfdFieldset fieldset.rfdFieldset legend
{
    color: #6788be;
}

.RadForm_GlossyBlue.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset, .RadForm_GlossyBlue.rfdFieldset fieldset.rfdFieldset
{
    border: solid 1px #6788be;
    background-image: url('FormDecorator/FieldsetBgr.png'); /* having a background image on a fieldset is not okay with IE */
}

/* Because of a glitch in IE the following 2 CSS classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_GlossyBlue table.rfdRoundedWrapper input, .RadForm_GlossyBlue table.rfdRoundedWrapper textarea, .RadForm_GlossyBlue input.rfdInput, .RadForm_GlossyBlue textarea.rfdTextarea
{
    border: solid 1px #6788be;
    background: #ffffff;
    color: #000000;
}

.RadForm_GlossyBlue textarea.rfdTextarea, .RadForm_GlossyBlue table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_GlossyBlue, .rfdSelect_GlossyBlue:hover, .rfdSelect_GlossyBlue .rfdSelectOuter, .rfdSelect_GlossyBlue:hover .rfdSelectOuter, .rfdSelect_GlossyBlue .rfdSelectArrow span, .rfdSelectBox_GlossyBlue .rfdSelect_selected, .rfdSelectBox_GlossyBlue li:hover, .rfdSelect_GlossyBlue.rfdSelectDisabled:hover, .rfdRtl .rfdSelect_GlossyBlue, .rfdRtl .rfdSelect_GlossyBlue:hover, .rfdRtl .rfdSelect_GlossyBlue .rfdSelectOuter, .rfdRtl .rfdSelect_GlossyBlue .rfdSelectOuter:hover
{
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_GlossyBlue .rfdSelectOuter, .rfdSelect_GlossyBlue.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: black;
}

/* dropdown settings */
.rfdSelectBox_GlossyBlue
{
    background: white;
    border: solid 1px #6788be;
    color: #000;
}

.rfdSelectBox_GlossyBlue li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_GlossyBlue .rfdSelect_selected, .rfdSelectBox_GlossyBlue li:hover
{
    color: black;
    background-color: #e7f1ff;
}

.rfdSelectBox_GlossyBlue .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

/* IE6 disabled state fix - this should not be added to the base stylesheet, but at the bottom of the skin file */
* html .rfdSkinnedButton.rfdInputDisabled
{
    _filter: alpha(opacity=50);
}

* html .RadForm_GlossyBlue.rfdButton a.rfdInputDisabled:hover
{
    _background-position: 0 0;
}

* html .RadForm_GlossyBlue.rfdButton a.rfdInputDisabled:hover *
{
    _background-position: right -21px;
    _color: #000000;
}

.RadForm_GlossyBlue.rfdTextbox input.rfdIE6TextBox, .RadForm_GlossyBlue.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #6788be;
    _background-color: #ffffff;
}
