/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	background-color: #ffffff;
}
.skinmaster {
	background-color: #ffffff;
}
.skinheader 
{
	padding-bottom:3px;
}
.skingradient {
	padding-bottom:3px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;

}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompanesplit {
	width: 25%;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;

	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	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: #656565; 
	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 {  
	color: #489CFF; 
}

.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: #CCCCCC;  
	color: #656565; 
	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: #000000;
  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 {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


/************** divider *************************/
.divider
{
	background: url(images/divider.jpg) repeat-x;

}

/* hyperlink style for the selected tab */
A.bottomlink:link 
{
	color:#4800FF;
	font-size:12px;
	
}

A.bottomlink:visited  
{
	color:#4800FF;
}

A.bottomlink:active   
{
	color:#4800FF;
}

A.bottomlink:hover    
{
	color:#4800FF;
}

.leftborder
{
	background: url(images/franchiselb.gif) repeat-y;
	width:2px;
}

.rightborder
{
	background: url(images/franchiserb.gif) repeat-y;
	width:2px;
}

.contentblue
{
	background-color:#004A95; 
}

.lefttoppane
{
	width:190px;
}

.contenttoppane
{
	width:554px;
	text-align:left;
	background: url(images/mapbg.gif) no-repeat;
}

.leftbottompane
{
	width:190px;
}

.contentbottompane
{
	width:554px;
	text-align:left;
}



.namelarge
{
	font-size:23px;
}

.namesmall
{
	color:#666666;
	font-size:16px;
}

.headingblack
{
	color:#000000;
	font-size:14px;
}

.headinggray
{
	color:#666666;
	font-size:14px;
}


.titleblue
{
	color:#004A95;
	font-size:33px;
	font-weight:bold;
}

.titlebluesmall
{
	color:#004A95;
	font-size:18px;
	font-weight:bold;
}


.titleblack
{
	color:#000000;
	font-size:33px;
	font-weight:bold;
}

.titlegray
{
	color:#000000;
	font-size:33px;
}

.textextrasmall
{
	color:#000000;
	font-size:9px;
}

/*************************************************************************/

.franchiseetl
{
	width:14px;
	height:27px;
	text-align:left;
	background: url(images/franchiseetl.jpg) no-repeat;
}

.titlepane
{
	height:27px;
	vertical-align:middle;
	/*width:278px;*/
	text-align:left;
	background: url(images/franchiseetbg.jpg) repeat-x;
	
}

.franchiseeus
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-us.jpg) no-repeat;
}

.franchiseeca
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-ca.jpg) no-repeat;
}

.franchiseeco
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-co.jpg) no-repeat;
}

.franchiseeza
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-za.jpg) no-repeat;
}

.franchiseesg
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-sg.jpg) no-repeat;
}

.franchiseetw
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-tw.jpg) no-repeat;
}

.franchiseemx
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-mx.jpg) no-repeat;
}

.franchiseemy
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-my.jpg) no-repeat;
}

.franchiseepa
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-pa.jpg) no-repeat;
}

.franchiseees
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-es.jpg) no-repeat;
}

.franchiseeec
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-ec.jpg) no-repeat;
}

.franchiseeau
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-au.jpg) no-repeat;
}

.franchiseeuk
{
	float: right;
	width:452px;
	height:27px;
	text-align:right;
	background: url(images/franchisee-uk.jpg) no-repeat;
}

/*************************************************************************/

.franchiseebl
{
	width:14px;
	height:72px;
	text-align:left;
	background: url(images/franchisee-bl.jpg) no-repeat;
}

.franchiseebbg
{
	height:72px;
	/*width:278px;*/
	text-align:left;
	background: url(images/franchisee-bbg.jpg) repeat-x;
	
}

.franchiseebr
{
	width:15px;
	height:72px;
	text-align:right;
	background: url(images/franchisee-br.jpg) no-repeat;
}

/*************************************************************************/

h1{
	color: #000000;
	font-size:25px;
	font-weight:bold;
}


h1 EM
{
	color: #666666;
	font-size:25px;
	font-style: normal;
	font-weight:bold;
	
}

.sideborder
{
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
}