/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	color:#0060B1;
	font-family:Verdana;
	font-size:10px;
	}
input,
textarea,
select {
	font-size:11px;
	color:#0060B1;
}
form { margin-top: 0px;margin-left: 0px;margin-right: 0px; margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;} 



/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link, A.CommandButton:visited, A.CommandButton:active{
	text-decoration: none;
	color: #003366;
}

a.CommandButton:hover {
	text-decoration: none;
	color: #ff0000;
}

a:link, a:visited{
	text-decoration: none;
	/*color: #003366;*/
	color:#0060B1;
	font-size:11px;
}

a:active,a:hover {
	text-decoration: underline;
	/*color: #ff0000;*/
	font-size:11px;
}
 


.pagemaster {
	width: 100%;
	
	background-color: #fefefe;
}
.skinmaster {

	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 

}
.footerpane
{
	background-color:#034983;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FDF6CC;
	
}
.footerpaneLink
{
	background-color:#034983;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FDF6CC;
	cursor:pointer;
}
.footerpaneLinkHover
{
	background-color:#034983;
	font-family:Tahoma;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
	color:#FDF6CC;
	cursor:pointer;
}

.footerpaneLinkBold
{
	background-color:#034983;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FDF6CC;
	cursor:pointer;
}
.footerpaneLinkBoldHover
{
	background-color:#034983;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#FDF6CC;
	cursor:pointer;
}
.footerpane a
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	color:#FDF6CC;
	cursor:pointer;
}
.footerpane a:hover
{ 
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FDF6CC;
	cursor:pointer;
}
.footerpane a:visited
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FDF6CC;
	cursor:pointer;
}

.foot
{
	background-color:Transparent;
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#8B8B8B;
	
}

.skinheader 
{
	background-image:url(../images/menubgr.gif);
	background-repeat:repeat-x;
	height:28px;
}
.skingradient {
	background-color:#14609E;
	height:26px;
	
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {

	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 179px;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 171px;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 12px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #0F8BC0;
	height: 24px;
	background-color: #FBDFC9;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #ED1A2C 0px solid;
	border-top: #ED1A2C 0px solid;
	border-right: #ED1A2C 0px solid;
	border-bottom: #ED1A2C 0px solid;
}


.SubItemActive TD
{
	border-top: 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	height: 24px;
	background-image: none;
	background-repeat: no-repeat;
}

.SubItemSelected
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: normal;
	color: #BCDCFF; 
	background-color: #14609E;
	background-image: none;
	background-repeat: no-repeat;
}

.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
}


.MenuContainer
{
	background-color: transparent;
	padding-left:11px;	
	padding-right:11px;	
	height: 28px;
	border-bottom: #036D41 0px solid;
}


.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #14609E;
	border-left: #036D41 0px solid;
	border-top: #036D41 0px solid;
	border-right: #036D41 0px solid;
	border-bottom: #036D41 0px solid;
	text-align: center;
	width: 15;
	height: 28;
}

/*
.MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	font-family:verdana; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #14609E; 
}*/

.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16;
}


.RootItem TD
{
	font-family: Tahoma;
	padding-left:22px;	
	padding-right:22px;
	font-weight: bold; 
	font-size:12px;
	color:#ffffff;
	height: 28px;		

}


.RootItemBreadCrumb TD
{
	font-family: Tahoma;
	color:#ffffff;
	font-size:12px;
	font-weight: bold; 
    padding-left:22px;
    padding-right:22px;
	height: 28px;

}

.RootItemActive TD
{
	font-family: Tahoma;
	padding-left:22px;
	padding-right:22px;
	font-weight: bold; 
	font-size:12px;
	color:#ffffff; 
	height: 28px;
	
}

.RootItemSelected TD
{
	font-family: Tahoma;
	font-weight: bold;  
	font-size:12px;
	color:#FDF6CC;
	padding-left:22px;
	padding-right:22px;
	height: 28px;

}

.log
{
	font-family: tahoma;
	font-weight: bold;  
	font-size:12px;
	color:#FDF6CC;
	background-color:#034983;
}
.log a
{
	font-family: tahoma;
	font-weight: bold;  
	background-color:#034983;
	font-size:12px;
	color:#FDF6CC;
}
.log a:hover
{
	font-family: tahoma;
	background-color:#034983;
	font-weight: bold;  
	font-size:12px;
	color:#FDF6CC;
}
.log a:visited
{
	font-family: tahoma;
	background-color:#034983;
	font-weight: bold;  
	font-size:12px;
	color:#FDF6CC;
}
.back
{
	background-image:url(../images/top1.jpg);
	background-repeat:no-repeat;
	width:570px;
	
}

/* ====================== Plexus Advance Directory Module css=====================*/

A.cssbtnAD:link,A.cssbtnAD:active,A.cssbtnAD:visited, A.cssbtnAD:hover,A.cssbtnAD1:link,A.cssbtnAD1:active,A.cssbtnAD1:visited, A.cssbtnAD1:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration:none;
}


.cssTblBG {
	background-image: url(../images/bg1.jpg);
	background-repeat:repeat;
	background-position: 0px 0px;
}

.cssADLabel {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.cssADBtn {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	color:#000000;
	text-decoration:none;
	width:58px;
	height:21px;
	text-align:center;
	
}
.cssADLabel2 {
	color: #08508b;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
}

.cssADLabel3{
	font-family: Tahoma;
	color: #08508b;
	font-weight: bold;
	font-size: 11px;
}
.cssADLabel4 , A.cssADLabel4 {
	font-family: Tahoma;
	color: #08508b;
	font-weight: bold;
	font-size: 12px;
}
.cssADLabel {
	font-family: Tahoma;
	font-size: 11px;
	color: #08508b;
	font-weight:normal;
}
.cssADLabel5 {
	font-family: Tahoma;
	font-size: 12px;
	color: #08508b;
	font-weight:normal;
}
.cssADLabel5B {
	font-family: Tahoma;
	font-size: 12px;
	color: #08508b;
	font-weight:bold;
}
	
.cssbtnAD, .editPanel a:link, .editPanel a:visited, .editPanel a:hover{
	background-image: url(../images/applybtn.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration:none;
	width:100px;
	height:20px;
	text-align:center;
	border:1px solid #08508b;
	margin-right:15px;
}

.cssADDD {
	font-family: Tahoma;
	font-size: 12px;
	color: #08508b;
	
}
.cssbtnAD1 {
	background-image: url(../images/applybtn.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration:none;
	width:100px;
	height:20px;
	text-align:center;
	border:1px solid #08508b;
	margin-left:213px;
}
/*===========================================*/
/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray 
{
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
}

.containerrow2_gray {
	background-color: #ffffff;
}
.grayheader
 {
	background-color: #AAAAAA;
}
.greyheadernew
 {
	background-color: #dddddd;
}
.content
{
	
	background-color:Transparent;
	padding-left:2px;
	padding-right:2px;
	border-left:0px solid #90B826;
	border-right:0px solid #90B826;
	color:#0060B1;
	font-family:Verdana;
	font-size:10px;
}

.title
{
    font-weight: bold;
    font-size: 13px;
    color:#08508B;
    font-family: tahoma;
}

/* ------------ custom css--------------*/

.menuItem 
{
	text-align:left;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	padding-left:24px;
	background-color:Transparent;
}

.menuItemActive
{
	text-align:left;
	color:#FDF6CC;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	padding-left:24px;
	background-color:Transparent;
	cursor:pointer;
}



.menuItemSelected
{
	text-align:left;
	vertical-align:middle;
	color:#FFFFFF; 
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-left:24px;
	text-decoration:none;
	background-image: url(../Images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position:12px center;
}

.leftMenu
{
	font-size:11px;
	color:#0060B1;
	padding-left:4px;
}

.leftMenuActive
{
	font-size:11px;
	color:#0060B1;
	text-decoration:underline;
	cursor:pointer;
	padding-left:4px;
}
	
.leftMenuSelected
{
	font-size:11px;
	font-weight:bold;
	color:#0060B1;
	cursor:pointer;
	padding-left:4px;
}

.secureMenu a:link, .secureMenu a:active, .secureMenu a:visited
{
	font-size:11px;
	color:#0060B1;
	cursor:pointer;
}

.secureMenu a:hover
{
	font-size:11px;
	color:#0060B1;
	text-decoration:underline;
	cursor:pointer;
}

.secureMenu td 
{
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;	
}

.catmain309169
{
	text-align:center;
	}
	
.subscribe {
	width: 36px;
	height: 20px;
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
  	background-image:url(../images/enter.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}	


.searchGo {
	width: 23px;
	height: 22px;
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
  	background-image:url(../images/go.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}	
.menuSeparetor 
{
	padding-right:12px;
}

.DirListRow
{
	margin-bottom :4px;
	margin-top :4px;
	margin-left :4px;
	margin-right :4px;
	padding: 8px 8px 8px 8px;
	background-color: #F9E680;	
	border-right: #efd272 1px solid; 
	border-top: #efd272 1px solid; 
	border-left: #efd272 1px solid; 
	border-bottom: #efd272 1px solid; 
	font-size:12px;
	font-weight:bold;
}
.DirListRow_alternate
{
	margin-bottom :4px;
	margin-top :4px;
	margin-left :4px;
	margin-right :4px;
	padding: 8px 8px 8px 8px;
	background-color: #98BFE0;	
	border-right: 08508B 1px solid; 
	border-top: #08508B 1px solid; 
	border-left: #08508B 1px solid; 
	border-bottom: #08508B 1px solid; 
	font-size:12px;
	font-weight:bold;
}

.OptionsBox
{
	padding: 4px 4px 4px 4px;
	background-color: #F9E680;	
	border-right: #efd272 1px solid; 
	border-top: #efd272 1px solid; 
	border-left: #efd272 1px solid; 
	border-bottom: #efd272 1px solid; 
	font-size:10px;
}

.OptionsBox table
{
	font-size:10px;
}


.pageContent
{
	vertical-align:top;
	padding-bottom :12px;
	padding-top: 6px;
	padding-left :4px;
	padding-right :4px;	
	font-size:10px;
}

/*
.DirListRow a:link, .DirListRow a:visited
{ 
font-size:11px;
color: #003366;
text-decoration:none; 
} 

.DirListRow a:active,.DirListRow a:hover {
	text-decoration: underline;
	color: #ff0000;
	font-size:11px;
}*/

#biz-events, #biz-events td, #biz-events a
{
	color:#0060B1;
	font-family:Verdana;
	font-size:10px;
	}
	
#eventsResult, #eventsResult td, #eventsResult a
{
	color:#0060B1;
	font-family:Verdana;
	font-size:10px;
	}	
	
.homeArticle .moreInfo
{
	visibility:hidden;
	display:none;
	height:0px;
	}

.allArticle .moreArticles
{
	visibility:hidden;
	display:none;
	height:0px;
	}

.OptionsBox_business
{
	padding: 4px 4px 4px 4px;
	font-size:10px;
}


