/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
}

body, td{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
    font-size: 11px;
    color: #606060;
}

.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: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #1A2C54;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #1A2C54;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #606060;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: #606060;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #606060;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #0066CA;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #0066CA;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #535353;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #535353;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #535353;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #535353;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #535353;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #535353;
}

A:link  {
    text-decoration:    none;
    color:  #535353;
}

A:visited   {
    text-decoration:    none;
    color:  #535353;
}

A:hover {
    text-decoration:    underline;
    color:  #FF9800;
}

A:active    {
    text-decoration:    none;
    color:  #535353;
}

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: right;
	background-color: #FFFFFF;
	border-top:none;
	border: 1px solid #DFE8EF;
	padding: 5px 3px 5px 0px;
}
.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: left bottom;
}
.business_bottombg03{
	background-image: url(business_bottombg03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*padding: 3px 8px 0px 1px;*/
}
.padd_r10{ padding: 0px 6px 0px 0px;}/* G1 Code*/
.padd3{ padding: 3px;}/* G1 Code*/
.padd_t3{padding: 3px 0px 0px 0px;}/* G1 Code*/
.business_bottombg04{
	background-image: url(business_bottombg04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 10px;
	height: 54px;
}
.business_bottombg05{/* G1 Code*/
	background-image: url(business_bottombg05.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border:1px solid #e0e9f2;
	text-align:center;
	height: 75px;
}
.business_bottombg06{
	background-image: url(business_bottombg06.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 10px;
	height: 54px;
}
.business_menubg01{
	background-image: url(business_menubg01.jpg);
	background-repeat: repeat;
	height: 25px;
	width:940px;
}
.business_menubg02{
	background-image: url(business_menubg02.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
.business_searchbg{
	background-image: url(business_searchbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
}
.business_padd01{
	padding: 0px 3px 21px 3px;
}
.business_padd02{
	padding-right: 19px;
}
.business_padd03{
	padding: 3px 3px 0px 3px;
}
/**/
.bannerpane {
	/*background-image:url(BannerBg.png);
	background-repeat:repeat-x;*/
	padding: 0;
	margin: 0;
	/*text-align:right;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #606060;*/
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #606060;
}
.leftpane {
	background-color: transparent;
	padding: 0;
	margin: 0;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #606060;
}
.contentpane {
	background-color: transparent;
	padding: 0;
	margin: 0;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #606060;
}
.rightpane {
	background-color: transparent;
	padding: 0;
	margin: 0;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #606060;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #606060;
}
/*
.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;
}
.rightpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 3px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 6px;
}

*/
.g1_login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #768698;
	font-weight: normal;
}
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #768698;
	font-weight: normal;
	padding:0px 5px;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #768698;
	text-decoration: none;
	padding:0px 5px;
	font-weight: normal;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #768698;
	text-decoration: none;
	padding:0px 5px;
	font-weight: normal;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #768698;
    text-decoration: underline;
	padding:0px 5px;
	font-weight: normal;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #768698;
	text-decoration: none;
	padding:0px 5px;
	font-weight: normal;
}
.copyright{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
}
A.copyright:link{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
	text-decoration: none;
}
A.copyright:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
   text-decoration: underline;
}
A.copyright:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B636A;
	text-decoration: none;
}
/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 35px;
   cursor: pointer;
   font-size:1px;
	vertical-align: top;
   margin: 0 0 0 0px;
}
#dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:20px; background: transparent; width: 110px; color: #768698; padding: 2px 2px 2px 0px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px; margin-left: 5px;}
.search{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #768698;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-position: top;
	font-size: 11px; 
	font-weight: bold; 
	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: pointer; 
	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; 
	color: #fff;
	background-color: #FF9900; 
                 font-weight:bold;
}
.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: pointer; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	color: #FFFFFF;
                 font-weight:bold;
}
.ModuleTitle_MenuArrow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-position: top;
	font-size: 11px; 
	cursor: pointer; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-position: top;
	cursor: pointer; 
}
/* 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: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 10px 0px 9px;
border-right: 1px solid #FFFFFF;
}
.RootItemActive TD{
background-image: url(business_menubg01.jpg);
background-repeat: repeat;
height: 25px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 10px 0px 9px;
border-right: 1px solid #FFFFFF;
}
.RootItemSelected TD{
background-image: url(business_menubg01.jpg);
background-repeat: repeat;
height: 25px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 10px 0px 9px;
border-right: 1px solid #FF9900;
}
.RootItemBreadCrumb TD{
background-image: url(business_menubg01.jpg);
background-repeat: repeat;
height: 25px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 0px 10px 0px 9px;
border-right: 1px solid #FFFFFF;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	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;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-position: top;
	background-color: #0F8EF7; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}
.MainMenu_SubMenu {
	border-bottom: #FF9900 1px solid; 
	border-left: #FF9900 1px solid; 
	background-position: top;
	border-top: #FF9900 1px solid;  
	border-right: #FF9900 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	background-position: top;
	background-color: #FF9900; 
                  font-weight:bold;
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: #0F8EF7;
	cursor: pointer; 
	color: #FFFFFF;
	background-position: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
                  font-weight:bold;
}
.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:Arial, Helvetica, sans-serif;
font-size:11px;
color:#535353;
line-height:20px;
}
.business_font02{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:link{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
A.business_font02:active{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
line-height:20px;
}
.business_font03{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
A.business_font03:link{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
A.business_font03:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
A.business_font03:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
A.business_font03:active{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF9900;
line-height:20px;
}
.business_font04{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066CC;
line-height:20px;
}

.g1_borderLR{
	border: 1px solid #E0E9F2; border-top:none; padding:5px;
}
.padd_lr4{ padding:0px 5px;}
.padd_t5{ padding:5px 0px 0px 0px;}

.ulG1{list-style-type:disc; padding:0px 0px 0px 20px; margin:0;}
.ulG1 li{ padding:0px 0px 10px 0px; }

.ulG2{
list-style-type:disc; 
padding:0px 0px 0px 15px; 
margin:0; 
}
.ulG2 li{ padding:0px 0px 10px 0px; text-align:justify; }

.ulG3{
list-style-type:disc; 
padding:0px 0px 0px 10px; 
margin:0; 
}
.ulG3 li{ padding:0px 0px 10px 0px; }

.tbl1{ border-collapse:collapse;}
.tbl1 td{border: 1px solid #cccccc;}
