/*!--*************************************************************--*/
/*!-- Dotnetnuke skins - http://www.2designstudio.net     --*/                                                                                                              
/*!-- Copyright (c) 2003-2008 www.2designstudio.net   --*/                                                                                             
/*!-- support@2designstudio.net --*/                                                                                       
/*!--*************************************************************--*/


body{
	margin: 0px;
	padding: 0px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #990000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

a:link.SkinObject {
    text-decoration:    none;
    color:#990000;
}

a:visited.SkinObject  {
    text-decoration:    none;
    color:#990000;
}

a:hover.SkinObject    {
    text-decoration:    none;
    color:#990000;
}

a:active.SkinObject   {
    text-decoration:    none;
    color:#2854AB;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #A30A28;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A30A28;
}

/* 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;
    font-size: 11px;
    font-weight: normal; color:#FFFFFF
}

/* 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;
    font-size: 11px;
    font-weight: bold; color:#FFFFFF
}

/* 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:link.CommandButton {
    text-decoration:    underline;
    color: #B1B1B1;
}

a:visited.CommandButton  {
    text-decoration:    underline;
    color: #B1B1B1;
}

a:hover.CommandButton    {
    text-decoration:    underline;
    color: #D93209;
}

a:active.CommandButton   {
    text-decoration:    underline;
    color: #B1B1B1;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #4F0102;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #B1B1B1;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #B1B1B1;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1B1B1;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1B1B1;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #B1B1B1;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #B1B1B1;
}

A:link  {
    text-decoration:    none;
    color:  #B1B1B1;
}

A:visited   {
    text-decoration:    none;
    color:  #B1B1B1;
}

A:hover {
    text-decoration:    underline;
    color:  #B1B1B1;
}

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: #B1B1B1;
    height:1pt;
    text-align:left
}


.StandardWidth {
	width: 658px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
	background-color: #323232;
	padding: 1px 0px 7px 0px;
}
.business_topbg{
	background-image: url(Business_topbg.jpg);
	background-repeat: repeat;
	height: 70px;
}
.business_bottombg{
	background-image: url(Business_bottombg.jpg);
	background-repeat: repeat;
	height: 33px;
}
.business_searchbg{
	background-image: url(Business_searchbg.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 23px;
}
.business_padd01{
	padding-top: 9px;
}
.business_padd02{
	padding-left: 15px;
	padding-right: 10px;
}
/**/
.MainMenu_MenuContainer{ background: transparent; width: 100%;	margin:-2px 0px 0px 0px auto; vertical-align: top;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display: none;}
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem{color:#fff;font-size:11px;font-weight:normal;border:1px #1A1A1A solid; padding-right: 10px; height: 18px; padding-left: 5px;}
.submenuitemselected{color:#f1f1f1;font-size:11px;font-weight:normal;background:#666;border:1px #1A1A1A solid;}
.submenuitembreadcrumb{color:#666;font-size:11px;font-weight:normal;border:1px #1A1A1A solid;}
.submenu{border:1px #1A1A1A solid;padding:0px; margin-top:0px; margin-left:0px; background:#333; z-index:100;}
.rootmenuitem TD{ padding:0px; font-size:0px; background:#323232;}
.rootmenuitem DIV{ background: url(Business_menubg03.jpg) top left no-repeat #323232; margin-top:-1px;}
.rootmenuitem DIV DIV{ background: url(Business_menubg04.jpg) top right no-repeat; height:24px; margin-top:0px;}
.rootmenuitem DIV DIV DIV{ color:#FFFFFF; font-size:11px; font-weight: bold; padding:4px 26px 0px 26px; height:24px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}
.rootmenuitemselected TD,
.rootmenuitembreadcrumb TD{ padding:0px; font-size:0px; background:#323232;}
.rootmenuitemselected DIV DIV DIV{color:#FFFFFF; background-color: #323232; font-size:11px; font-weight: bold; padding:4px 26px 0px 26px; height:24px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}
.rootmenuitembreadcrumb DIV DIV DIV{color:#FFFFFF; background-color: #323232; font-size:11px; font-weight: bold; padding:4px 26px 0px 26px; height:24px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}
/**/
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:#BBC4C3; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #718383; 
	border-left: #718383 1px solid; 
	border-bottom: #718383 1px solid; 
	border-top: #718383 1px solid; 
	text-align: center; 
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #3B5353; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0); 
	border-bottom: #718383 1px solid; 
	border-left: #718383 1px solid; 
	border-top: #718383 1px solid; 
	border-right: #718383 1px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #718383 1px solid; 
	border-left: #718383 0px solid; 
	border-top: #718383 1px solid;  
	border-right: #718383 0px solid; 
	background-color: #718383; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #2A4443; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #98A4A4;
}
.ModuleTitle_MenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #98A4A4 1px solid; 
	border-bottom: #98A4A4 1px solid; 
	border-top: #3B5353 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
/**/

#skin071212 .rootmenuitemselected DIV{ background: url(Business_menubg03.jpg) left top no-repeat #323232; margin-top:-1px;}
#skin071212 .rootmenuitembreadcrumb DIV{ background: url(Business_menubg01.jpg) left top no-repeat #323232; margin-top:-1px;}
#skin071212 .rootmenuitemselected DIV DIV{background: url(Business_menubg04.jpg) right top no-repeat; height:24px; margin-top:0px; color: #fff; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}
#skin071212 .rootmenuitembreadcrumb DIV DIV{ background: url(Business_menubg02.jpg) right top no-repeat; height:24px; margin-top:0px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}

/**/

.contentpane{
	padding: 4px 0px 0px 0px;
}
.toppane01{
	padding: 4px 0px 0px 0px;
}
.toppane02{
	padding: 4px 4px 0px 0px;
}
.toppane03{
	padding: 4px 0px 0px 4px;
}
.leftpane01{
	padding: 4px 7px 0px 0px;
}
.leftpane{
	padding: 4px 4px 0px 0px;
}
.rightpane01{
	padding: 4px 0px 0px 4px;
}
.rightpane{
	padding: 4px 0px 0px 4px;
}
.bottompane01{
	padding: 4px 0px 0px 0px;
}
.bottompane02{
	padding: 4px 0px 0px 0px;
}

/**/
.login, a:link.login, a:visited.login, a:active.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C9B9B;
	font-weight: bold;
	text-decoration: none;
}
a:hover.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C9B9B;
	font-weight: bold;
	text-decoration: none;
}
.copyright, a:link.copyright, a:visited.copyright, a:active.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4B4B4;
	font-weight: bold;
	text-decoration: none;
}
a:hover.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4B4B4;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb, a:link.breadcrumb, a:visited.breadcrumb, a:active.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C9B9B;
	font-weight: normal;
	text-decoration: none;
}
a:hover.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C9B9B;
	font-weight: normal;
	text-decoration: none;
}

/**/

.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 15px;
   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: 105px; color: #000000; padding: 3px 2px 2px 2px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px;}

/**/

.business_font01{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#B1B1B1;
font-weight:normal;
line-height:150%;
}
.business_font02{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#B1B1B1;
font-weight: bold;
}
.business_font03{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#676767;
font-weight:normal;
line-height:150%;
}
.business_font04{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#272727;
font-weight: bold;
}
.business_font05{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#676767;
font-weight: bold;
}
