/*!--*************************************************************--*/
/*!-- Dotnetnuke skins - http://www.2designstudio.net     --*/                                                                                                              
/*!-- Copyright (c) 2003-2008 www.2designstudio.net   --*/                                                                                             
/*!-- support@2designstudio.net --*/                                                                                       
/*!--*************************************************************--*/


body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #000000 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 12px;;
    color: #102d7d;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#102d7d;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#102d7d;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#102d7d;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#102d7d;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #102d7d;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #102d7d;
}

/* 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: #545454;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #1E4B84;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* 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;
}

/* 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: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    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: #666;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #666;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #333;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #666;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #102d7d;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #102d7d;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #102d7d;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #102d7d;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #102d7d;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #102d7d;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #102d7d;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #102d7d;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #102d7d;
}

A:link  {
    text-decoration:    none;
    color:  #B1B1B1;
}

A:visited   {
    text-decoration:    none;
    color:  #B1B1B1;
}

A:hover {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    none;
    color:  #B1B1B1;
}

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: #102d7d;
    height:1pt;
    text-align:left
}
.StandardWidth {
	width: 840px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}

.business_topbg01{
	background-image: url(business_topbg01.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.business_topbg02{
	background-image: url(business_topbg02.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
.business_topbg03{
	background-image: url(business_topbg03.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.business_leftbg{
	background-image: url(business_leftbg.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
.business_rightbg{
	background-image: url(business_rightbg.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
.business_searchbg01{
	background-image: url(business_searchbg01.jpg);
	background-repeat: no-repeat;
	width: 14px;
	height: 24px;
}
.business_searchbg02{
	background-image: url(business_searchbg02.jpg);
	background-repeat: no-repeat;
	width: 208px;
	height: 24px;
}
.business_menubg01{
	background-image: url(business_menubg01.jpg);
	background-repeat: no-repeat;
	width: 19px;
	height: 38px;
}
.business_menubg02{
	background-image: url(business_menubg02.jpg);
	background-repeat: repeat-x;
	height: 38px;
}
.business_menubg03{
	background-image: url(business_menubg03.jpg);
	background-repeat: no-repeat;
	width: 19px;
	height: 38px;
}
.business_menubg04{
	background-image: url(business_menubg04.jpg);
	background-repeat: no-repeat;
	width: 19px;
	height: 5px;
}
.business_menubg05{
	background-image: url(business_menubg05.jpg);
	background-repeat: repeat-x;
	height: 5px;
}
.business_menubg06{
	background-image: url(business_menubg06.jpg);
	background-repeat: no-repeat;
	width: 19px;
	height: 5px;
}
.business_bottombg01{
	background-image: url(business_bottombg01.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.business_bottombg02{
	background-image: url(business_bottombg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 22px;
	padding-top: 6px;
}
.business_bottombg03{
	background-image: url(business_bottombg03.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.business_padd01{
	padding-bottom: 18px;
	padding-top: 18px;
}
.business_padd02{
	padding-left: 22px;
	padding-right: 14px;
}
.business_padd03{
	padding-right: 13px;
	padding-top: 16px;
}
.business_padd04{
	padding-right: 15px;
}
.business_padd05{
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 25px;
}
.business_padd06{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.business_bannerbg{
	background-image: url(bc_bannerbg.jpg);
	background-repeat: no-repeat;
	width: 975px;
	height: 195px;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	width:76;
	height:21;
	z-index:1;
	left: 79px;
	top: -31px;
}

/**/

.toppane{
	padding: 0px;
}
.toppane1{
	padding: 0px;
}
.contentpane{
	padding: 0px;
}
.leftpane{
	padding: 0px 15px 0px 0px;
}
.leftpane1{
	padding: 0px 15px 0px 0px;
}
.rightpane{
	padding: 0px 0px 0px 15px;
	width: 219px;
}
.rightpane1{
	padding: 0px 0px 0px 0px;
}
.bottompane{
	padding: 0px;
}

/**/
.login, A.login:link, A.login:visited, A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(business_login.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15x;
	margin-left: 2px;
	float: right;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
	text-decoration: underline;
}
.user, A.user:link, A.user:visited, A.user:active{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(business_user.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	margin-left: 2px;
	float: right;
}
A.user:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
	text-decoration: underline;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
	text-decoration: none;
}
A.breadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
	text-decoration: underline;
}
.copyright, A.copyright:link, A.copyright:visited, A.copyright:active{
	font-family: Tahoma;
	font-size: 10px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #747474;
	font-weight: normal;
	text-decoration: underline;
}

/**/
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
   margin:0px auto;
}
.MainMenu_MenuBar {

}
.RootItem TD{
	color: #328E3B;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 13px 0px 13px;
	background-color: transparent;
}
.RootItemActive TD{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 13px 0px 13px;
	background-color: transparent;
}
.RootItemSelected TD{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 13px 0px 13px;
	background-color: transparent;
}
.RootItemBreadCrumb TD{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 13px 0px 13px;
	background-color: transparent;
	background-image: url(business_menubg07.jpg);
	height: 38px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #545253; 
	font-size: 14px; 
	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;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #E7F1F3; 
	border-left: #FDF2F6 0px solid; 
	border-bottom: #FDF2F6 0px solid; 
	border-top: #FDF2F6 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
   margin-top: 5px;
	border-bottom: #E7F1F3 1px solid; 
	border-left: #E7F1F3 1px solid; 
	background-position: top;
	border-top: #E7F1F3 1px solid;  
	border-right: #E7F1F3 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #E7F1F3; 
	padding-right: 10px;
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: hand; 
	color: #000000;
	background-position: top;
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
   display: none;
}
.MainMenu_RootMenuArrow {
   display: none;
}
.Main {
	border-right: #F1EBDF 1px solid; 
	border-left: #F1EBDF 1px solid; 
	background-position: top;
}

/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 58px;
   cursor: hand; 
   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: 130px; 
	color: #797979; 
	padding: 4px 2px 2px 2px; 
	border: 0px solid #FFFFFF; 
	cursor:text; 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/**/
.business_font01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
}