﻿h1
{
}

h2
{
}

h3
{
    color:Blue;
    font-weight:bold;
    padding:0px;
    margin:0px;   
}

.myTableFont
{
    font-size:small;
}

.myBoxBody li
{
    margin-left: 1px;
    padding:1px;
}

.myBoxBody ul
{
    margin-left: 5px;
    padding:1px;
}

a:hover
{
    color:Black;
}

.myBoxContainer
{
    width: 190px; 
    padding-top: 5px;
}

.myBoxHeader
{
    border: none 2px blue;
    -moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
    background-color: #3267ff;
    text-align:center;
    padding-left:7px;
    color:White;
    font-size:small;
    height:25px;
    vertical-align:middle;
    line-height:25px;
    font-weight:bold;
    background-image: url(images/box/box_header_bg1.gif);
    background-position: bottom;
    background-repeat: repeat;
}

.myBoxHeader_TwoLine
{
    border: none 2px blue;
    -moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
    background-color: #3267ff;
    text-align:center;
    padding-left:7px;
    color:White;
    font-size:small;
    height:40px;
    vertical-align:middle;
    font-weight:bold;
    background-image: url(images/box/box_header_bg1_TwoLine.gif);
    background-position: bottom;
    background-repeat: repeat;
}


.myBoxHeaderImage
{
    position:relative; 
    float:right; 
    padding-right:10px;
}

.myBoxBody
{
    border: solid 2px #a1bde3;
    border-top: none 0px;
    -moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
    background-color: #e2edff;
    font-size:small;
    text-align:left;
    padding-bottom:0px;
} 

body 
{
    background-image: url(images/blankBG.gif);
    background-repeat : repeat-x;
    text-align:center;
    
    font-family: Segoe UI;
    font-size: 10pt;
}

.menu_bg
{
    background-image: url(images/Menu_BG.gif);
    background-repeat: repeat-x;
}

fieldset
{
    display:inline-block;
}

td 
{
    empty-cells:show !important;
}

.myBackgroundColor1
{
    background-color: #e3eeff;
}

.myNote
{
    color:Red;
    font-size:small;
}

.myFont12
{
    font-size:12px;
}

.FieldSetPadding
{
    padding:5px;
}

.GridNestedTable td, table
{
    border: 0 !important;
    margin: 0px !important; 
    padding: 0px !important;
}
.GridNestedTable2 td, table
{
    border: 0 !important;
}

.Text_Header_16b
{
    color:Blue;
    font-size : 16px;
    font-weight: bold;
}

.Text_Header_14b
{
    color:Blue;
    font-size : 14px;
    font-weight: bold;
}

.Text_Blue
{
    color: Blue;
}

.Text_Plain
{
    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: #8da7d2;
    background-image: url(Images/Menu_BG.gif);
    background-repeat: repeat-x;
    height: 23px;
}

.rgNoRecords div /* RadGrid NoMasterRecordsText  */
{
    text-align: center !important;
    height: 20px !important;
}

.zbrad
{
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    background-color: white;
    -moz-box-shadow: 0px 0px 5px 3px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px 3px #dbdbdb;
    box-shadow: 0px 0px 5px 3px #dbdbdb;
}

.mybanner
{
    height:118px;
    overflow:hidden;
}

.mpBorder
{
    border: solid 3px;
}

.mpBorder2
{
    border-bottom: solid 0px;
}
.mpBorderBottom
{
    border-bottom: solid 3px;
}

.mpBorderColor
{
    border-color : #0572c4;
}


.MasterPageItem_Link
{
    color: Black;
    text-decoration:none;
}
.MasterPageItem_Link:hover
{
    color: Black;
    text-decoration:underline;
}
.MasterPageItem_Link:visited
{
    color: Black;
    text-decoration:none;
}

.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:underline;
}
.SiteMapPath_Link:visited
{
    color: Gray;
    text-decoration:none;
}

