body{
	margin: 0px;
	padding: 0px;
	 font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #1A2C54;
	
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #E1E7F3 1px solid; 
    BORDER-TOP: #E1E7F3 1px solid; 
    BORDER-LEFT: #E1E7F3 1px solid; 
    BORDER-BOTTOM: #E1E7F3 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #192B51;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#192B51;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#192B51;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#8892AB;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#192B51;
}

/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #1A2C54;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #1A2C54;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #1A2C54;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #606060;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #606060;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #606060;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #606060;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: #606060;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #606060;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #0066CD;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0066CD;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FF9800;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0066CD;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #E7EFFA;
	background-repeat: repeat;
	color: #1B2D51;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
	font-weight: bold;
    color: #0066CA;
    letter-spacing: 1px;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #0066CA;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #999999;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #999999;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #535353;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #535353;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    color: #535353;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #535353;
}

TABLE  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    color: #535353;
}

A:link  {
    text-decoration:    none;
    color:  #0066CA;
}

A:visited   {
    text-decoration:    none;
    color:  #0066CA;
}

A:hover {
    text-decoration:    underline;
    color:  #0066CA;
}

A:active    {
    text-decoration:    none;
    color:  #0066CA;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #E0E9F2;
    height:1pt;
    text-align:left
}

.business_leftbg{
	background-image: url(business_leftbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.business_rightbg{
	background-image: url(business_rightbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.business_loginbg{
	background-image: url(business_loginbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	border-top: 1px solid #E0E9F0;
	border-right: 1px solid #E0E9F0;
	border-bottom: 1px solid #E1E8F2;
	border-left: 1px solid #DFE8EF;
}
.business_border{
	border: 1px solid #E0E9F2;
}
.business_bottombg01{
	background-image: url(business_bottombg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.business_bottombg02{
	background-image: url(business_bottombg02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.business_bottombg03{
	background-image: url(business_bottombg03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 3px 8px 0px 1px;
}
.business_bottombg04{
	background-image: url(business_bottombg04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 10px;
	height: 54px;
}
.business_bottombg05{
	background-image: url(business_bottombg05.jpg);
	background-repeat: repeat-x;
	height: 54px;
	padding-left: 31px;
}
.business_bottombg06{
	background-image: url(business_bottombg06.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 10px;
	height: 54px;
}
.business_menubg01{
	background-image: url(business_menubg01.jpg);
	background-repeat: repeat;
	height: 25px;
}
.business_menubg02{
	background-image: url(business_menubg02.jpg);
	background-repeat: repeat-x;
	height: 15px;
}
.business_searchbg{
	background-image: url(business_searchbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 5px;
}
.business_padd01{
	padding: 0px 5px 21px 5px;
}
.business_padd02{
	padding-right: 19px;
}
.business_padd03{
	padding: 3px 3px 0px 3px;
}
/**/
.bannerpane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
    background-image: url(Banner.jpg);
	
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 1px;
}
.leftpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 20px;
}
.rightpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 3px;
	width: 150px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 6px;
}
/**/
.login{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.login:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.login:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.login:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
	font-weight: normal;
}
A.login:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.copyright{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
}
A.copyright:link{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
	text-decoration: none;
}
A.copyright:visited{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
   text-decoration: underline;
}
A.copyright:active{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
	text-decoration: none;
}
/**/

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: hand;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	background-position: top;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-position: top;
	text-align: center; 
	color: #343434;
	background-color: #0F8EF7; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
}
.ModuleTitle_SubMenu {
	border-bottom: #FF9900 1px solid; 
	background-position: top;
	border-left: #FF9900 1px solid; 
	border-top: #FF9900 1px solid;  
	border-right: #FF9900 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background-color: #FF9900; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	background-position: top;
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #FF9900;
	height: 1px;
	color: #343434;
}
.ModuleTitle_MenuItemSel {
	background-color: #0F8EF7;
	cursor: hand; 
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	color: #FFFFFF;
}
.ModuleTitle_MenuArrow {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	background-position: top;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
   margin:0px auto;
}
.MainMenu_MenuBar {
}
.RootItem TD{
background-image: url(business_menubg01.jpg);
background-repeat: repeat;
height: 25px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 2px 0px 2px;
border-right: 1px solid #FFFFFF;
}
.RootItemActive TD{
background-image: url(business_menubg01.jpg);
background-repeat: repeat;
height: 25px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 2px 0px 2px;
border-right: 1px solid #FFFFFF;
}
.RootItemSelected TD{
background-image: url(business_menubg01.jpg);
background-repeat: repeat;
height: 25px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 2px 0px 2px;
border-right: 1px solid #999999;
}
.RootItemBreadCrumb TD{
background-image: url(business_menubg01.jpg);
background-repeat: repeat;
height: 25px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 2px 0px 2px;
border-right: 1px solid #FFFFFF;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-position: top;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	border-right: #FFFFFF 0px solid;
    padding: 0px 10px 0px 0px;
      
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #999999; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 10; 
	height: 20;
}
.MainMenu_SubMenu {
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	background-position: top;
	border-top: #FFFFFF 1px solid;  
	border-right: #FFFFFF 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
        background-position: top;
	background-color: #CCCCCC;
     
 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: #999999;
	cursor: hand; 
	color: #FFFFFF;
	background-position: top;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
   display: none;
}
.MainMenu_RootMenuArrow {
   display: none;
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
	background-position: top;
}
/**/
.business_pic02{
	background-image: url(business_pic02.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.business_font01{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#535353;
line-height:20px;
}
.business_font02{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
.business_font03{
font-family: Verdana,Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#606060;
line-height:20px;
}
A.business_font03:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
A.business_font03:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
A.business_font03:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
A.business_font03:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
.business_font04{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066CC;
line-height:20px;
}
