/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: Transparent;
	/*background-image:url('back.png');*/ /*IE7 Big ffffff*/
}
.skinmaster {
	height: 100%;
	background-color: White;
	margin-top:0px;
	padding-top:0px;
	
}
.skinheader {
}
.skingradient {
	background-image: url(fon_menu.gif); 
	height:30px;
	margin:0px;
	padding:0px;
}
.controlpanel {
	width: 100%;
	background-color: Transparent;
	height:0px;
	margin:0px;
	padding:0px;
	white-space:nowrap;
	
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-top: 2px;
}
.leftpane {
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin:0;
	table-layout:fixed;
}

.contentpane 
{
	
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin:0;
	text-align:left;
	
}
.rightpane {
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottomline
{
    width: 100%;
    vertical-align:bottom;
	background-color: #636363;
	/*margin-top:10px;*/
	padding-left: 6px;
	padding-right: 4px;
	height:25px;
}

.bottomlinetext
{
    font-family:Arial;
	font-size:9px;
	color:White;
}
.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: 10pt; 
	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;	
    text-decoration:none;    
        
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial;     
    padding: 0px 12px 0px 12px;   /*explicitly set padding for root menu items*/
    margin: 0px 0px 0px 0px;
    text-decoration:none;
    
}

.main_dnnmenu_rootitem_separator
{
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:10px;
    
}

.main_dnnmenu_itemhover {  
	color:#ffffff; 
	text-decoration:underline;
}

.main_dnnmenu_itemhover td {  
	background-color: #bd2f2f; 
	color:#ffffff;
	text-decoration:underline;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #bd2f2f;  
	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 {
	background-image: url(gradient_LtBlue.jpg);
}


.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


.FirstLayerTopTABLE
{
    width:100%;
    height:100%;
}


.FirstLayerTopRightFrameTD
{
    height:88px;
    width:100%;
    background-image:url('images/top.gif');
    background-repeat:repeat-x;
    background-position:top;
}

.FirstLayerTopLeftFrameTD
{
    height:88px;
    background-image:url('images/top.gif');
    background-repeat:repeat-x;
    background-position:top;
}

.FirstLayerMiddleLeftFrameTD
{
    height:100%;
}
.FirstLayerMiddleRightFrameTD
{
    height:100%;
}


.FirstLayerBottomLeftFrameTD
{
    height:88px;
    background-image:url('images/bottom.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}

.FirstLayerBottomRightFrameTD
{
    height:88px;
    background-image:url('images/bottom.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}

.SecondLayerTABLE
{
    width:1000px;
    height:100%;
    border:none; 
    vertical-align:top;
}

.SecondLayerTABLEAutoWidth
{
    width:100%;
    height:100%;
    border:none; 
    vertical-align:top;
}

.SecondLayerTopTableTD
{
    width:100%;
    height:100%;
}
.SecondLayerBottomTableTD
{
    width:100%;
    height:49px;
    background-image:url('images/bottom.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
}
.PageMasterMainTD
{
    text-align:center;
    vertical-align:top;
    height:100%;
    width:1000px;
}

.PageMasterMainTDAutoWidth
{
    text-align:center;
    vertical-align:top;
    height:100%;
    width:95%;
}

.MainContainerMainTable
{
    width:100%;
    height:100%;
    vertical-align:top;
}

.MainContainerFirstHorizontalLineTD
{
    height:25px;
    width:100%;
    margin:0px;
    padding:0px;
    background-color:#bd2f2f;
}

.HeaderButtonHome
{
    background-image:url('images/home.gif');
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}

.HeaderButtonMail
{
    background-image:url('images/letter.gif');
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}

.HeaderButtonSiteMap
{
    background-image:url('images/map.gif');
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}

.HeaderImage
{
    width:1000px;
    height:152px;
    background-image:url('images/header.jpg');
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
    
}

.HeaderTopPane
{
    width:1000px;
    height:20px;
    background-color:#bd2f2f;
    text-align:center;
    vertical-align:middle;
    
}

.HeaderImageTR
{
    border-bottom-style:double;
    border-bottom-color:Black;
}


.MainContainerMenuTable
{
    height:30px;
    width:100%;
    text-align:center;
    vertical-align:middle;
    
    font-family:Arial;
    font-size:11px;
    color:White;
   
}

.MainContainerMenuLeft
{
    background-image:url('images\menu_left.jpg');
    background-repeat:no-repeat;
    background-position:bottom right;
    height:20px;
    width:19px;
}

.MainContainerMenuRight
{
 background-image:url('images\menu_right.jpg');
 background-repeat:no-repeat;
 background-position:bottom left;
 height:20px;
 width:19px;
}

.MainContainerMenuCenter
{
    
    background-color:#bd2f2f;
    height:20px;
    vertical-align:middle;
    text-align:center;
    
}

.MainContainerMenuSearch
{
    padding-top:3px;
    width:20%;
    background-color:#bd2f2f;
    height:20px;
    vertical-align:middle;
    text-align:right;
    
}

.MainContainerTopTableWithDate
{
    padding-left:5px; 
    padding-right:5px;
    margin-bottom:5px;
    margin-top:5px;
    height:100%;

}
.MainContainerDate
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    text-align:center;
}

.MainContainerLogInOut
{
    font-family:Arial;
    font-size:10px;
    color:#bd2f2f;
    font-weight:bold;
}


.MainContainerBREADCRUMB
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;
    padding-left:6px;
    white-space:nowrap;
    

}


A.MainContainerBREADCRUMB
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;

}

A.MainContainerBREADCRUMB:hoover
{
    font-family:Arial;
    font-size:13px;
    color:#bd2f2f;
    font-weight:normal;
    text-decoration:underline;

}

A.MainContainerBREADCRUMB:active
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;

}

A.MainContainerBREADCRUMB:link
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;

}

A.MainContainerBREADCRUMB:visited
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;

}

.MainContainerBREADCRUMBSeparator
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    text-decoration:none;

}


.MainContainerUser
{
    font-family:Arial;
    font-size:10px;
    color:#bd2f2f;
    font-weight:bold;
}


.HeaderLogoImage
{
    margin:0px;
    padding:0px;
    cursor:pointer;
    text-align:left;
    vertical-align:top;
    width:1%;

}

.HeaderTopPane
{
    margin:0px;
    padding:0px;
    background-image:url("images/BgHeader.jpg");
    background-repeat:repeat-x;
    text-align:left;
    vertical-align:middle;
    background-color:White;
}

.SecondLayerTopTableLogoTD
{
    height:1%;
}


/*Begin of MLArticles style classes*/
div.mmcContent_ContentPanel A:link
{
	text-decoration: underline;
	color: #000000;
}

div.mmcContent_ContentPanel A:visited
{
	text-decoration: underline;
	color: #000000;
}

div.mmcContent_ContentPanel A:hover
{
	text-decoration: underline;
	color: #bd2f2f;
}

div.mmcContent_ContentPanel A:active
{
	text-decoration: underline;
	color: #000000;
}

.mmcContentTabstrip {
	background: url(images/tab_background.gif) repeat-x bottom;	
	width: 100%;
	padding: 0px 0px 0px 7px;
	line-height: normal;
	height: 21px;
}
	  
.mmcContentTabstrip ul {
	padding: 0;
	margin: 0;
	list-style: none;
	} 
	  
.mmcContentTabstrip li {
	float: left;
	display:inline;
	margin: 0;
	padding: 0;
    width: auto;
	}
	
.mmcContentTabstrip a {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;  
	float:left;
	background:url(images/left_both.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	border-bottom: 1px solid #919B9C;
	text-decoration: none;
	width: auto;
	cursor: default;
	}
	
.mmcContentTabstrip a span {
	float: left;
	display: block;
	background: url(images/right_both.gif) right top;
	padding: 5px 6px 2px 2px;
	font-weight: normal;
	color: black;
	width: auto;
	text-align: center;
	line-height: normal;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none; 
	}

.mmcContentTabstrip ul li a:visited {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif; 
	text-decoration: none;
	color: black;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.mmcContentTabstrip a span {float:none;}
/* End IE5-Mac hack */
	
.mmcContentTabstrip a:hover span {
	color:black;
	text-decoration: none;
	cursor: default;	
	}

.mmcContentTabstrip .selected a {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;  
    background-position: 0 -34px;
    border-width: 0;
	margin-top: -2x;	
    }
	
.mmcContentTabstrip .selected a:hover {
    background-position:0 -34px;
    cursor: default;
    }

.mmcContentTabstrip .selected a:hover span {
    background-position: 100% -34px;
    cursor: default;
    }		
    
.mmcContentTabstrip .selected a span {
	background-position: 100% -34px;
	padding-top: 3px;
	padding-bottom: 5px;
	/*color:#333;*/
	margin-top: 0px;
	}
  	 
li.mmcOptionTab .selected
	{
	margin-top: 5px;
	}
	  
.mmcContentTabstrip a:hover {
	background-position: 0% -32px;
	cursor: default;
    }

.mmcContentTabstrip a:hover span {
	background-position: 100% -32px;
	cursor: default;
	}

.mmcTabpanel {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	background-color: #FCFCFE;
	float: none;
	border-left: 1px solid #919B9C;
	border-right: 1px solid #919B9C;
	border-bottom: 1px solid #919B9C;
	width: 100%;
	}
	 


.mmcContent_CommandButton, a.mmcContent_CommandButton, a.mmcContent_CommandButton:link, a.mmcContent_CommandButton:visited, a.mmcContent_CommandButton:active {
	 background: url('Images/linkbutton_bg.gif') repeat-x bottom center;	 
	 border-left: 1px solid #CDCDCD;
	 border-right: 1px solid #CDCDCD;
	 border-top: 1px solid #CDCDCD;
	 border-bottom: 1px solid #CDCDCD;
     padding-top: 2px;
	 padding-bottom: 2px;
	 padding-left: 4px;
	 padding-right: 4px;
     text-align: center;    
     height: 20px;
     width: auto;
     font-family: Tahoma; 
     font-size: 11px;
     font-weight: normal;     
	 color: #403F3F;  
     /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#CDCDCD', Direction=135, Strength=2) ;  */
}

a.mmcContent_CommandButton:hover 
{
    border-left: 1px solid #232323;
	border-right: 1px solid #232323;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
	color: #232323;	
	text-decoration: none;
    cursor: default;
/*    filter:progid:DXImageTransform.Microsoft.Shadow(color='#CDCDCD', Direction=135, Strength=2) ;*/
}

.mmcContent_Success 
{
	color: Green;
	font-weight: bold;
	font-size: 12px;
}

.mmcContent_Error 
{
	color: Red;
	font-weight: bold;
	font-size: 12px;
}
.mmcContent_IconCell 
{
	
}
.mmcContent_HeaderCell
{
	padding-left: 10px;
	padding-top: 10px;
}
.mmcContent_MessageCell
{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.mmcContent_StatusCell
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.mmcContent_DescriptionCell
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mmcContent_HeaderRow
{
	
}
.mmcContent_ItemRow
{
	
}
.mmcContent_ButtonPadding
{
	padding-top: 2px;	
}

.mmcContent_LinkClass, a.mmcContent_LinkClass, a.mmcContent_LinkClass:link, a.mmcContent_LinkClass:visited, a.mmcContent_LinkClass:active
{
	text-decoration: underline;
	color:#000000;
}

.mmcContent_WithLinkClass, a.mmcContent_WithLinkClass, a.mmcContent_WithLinkClass:link, a.mmcContent_WithLinkClass:visited, a.mmcContent_WithLinkClass:active
{
	text-decoration: underline;
    font-family: Arial;
    font-size: 13px;
    text-decoration: underline;
}

.mmcContent_PlaceHolder
{
	margin: 5 5 5 5;
    padding: 10 10 10 10;
    width: 99%;
    background-color: Transparent;
    border: solid 1 #bdbdbd;
    font:inherit;
}

.mmcContent_WithPlaceHolder
{
	margin: 0 0 0 -2;
    padding: 0 0 0 0; 
    width: 100%;
    background-color: Transparent;
    border: solid 0 Transparent;
}

.mmcContent_SimpleContentPanel
{
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background-color: Transparent;
    /*border: solid 1 #bdbdbd;*/
    font:inherit;
}

.mmcContent_ContentPanel
{
	margin: 5 5 5 5;
    padding: 10 10 10 10;
    width: 100%;
    background-color: Transparent;
    /*border: solid 1 #bdbdbd;*/
    font:inherit;
}

.mmcContent_ControlPanel
{
    width: 100%;
    text-align: left;
}

.mmcContent_ControlPanelInfo
{
    width: 50%;
    text-align: left;
}

.mmcContent_ControlPanelTools
{
    width: 50%;
    text-align: right;
}

.mmcContent_SimpleControlPanelTools
{
    width: 100%;
    text-align: right;
}

.mmcContent_WithLabel
{
    font-family: Arial;
    font-size: 12px;

}

.mmcContent_Message
{
	color: Red;
	display: inline-block;
	border-bottom-style: none;
	text-decoration: none;
	font-size: 14px;
}

.mmcContent_CenterPage
{
    font-size: 13px;
    font-weight: bold;
}


.mmcContent_ViewArch, a.mmcContent_ViewArch, a.mmcContent_ViewArch:link, a.mmcContent_ViewArch:visited, a.mmcContent_ViewArch:active
{
	padding: 5px;
	text-decoration: underline;
	font-weight:bold;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

a.mmcContent_ViewArch:hover
{
	padding: 5px;
	text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #bd2f2f;
}

/*End of MLArticles style classes*/

/*Ste map node styles*/
.siteMap_LeftMenuNodes
{
	font-family:Arial;
	font-size:12;
}

.siteMap_Nodes
{
	font-family:Arial;
	font-size:12;
}

.siteMap_RootNodes, a.siteMap_RootNodes, a.siteMap_RootNodes:link, a.siteMap_RootNodes:visited, a.siteMap_RootNodes:active
{
	font-family:Arial;
	font-size:12;
	font-weight:bold;
	color: Black;
}

a.siteMap_RootNodes:hover
{
	font-family:Arial;
	font-size:12;
	font-weight:bold;
    color: #bd2f2f;
}

.siteMap_SelectedNode
{
	background-color:#CCCCCC;	
}

/*Authorization link*/
A.Authorization:link
{
	padding-left: 10px; 
	font-size: 12px; 
	color: #bd2f2f;
}

A.Authorization:visited
{
	padding-left: 10px; 
	font-size: 12px; 
	color: #bd2f2f;
}

A.Authorization:hover
{
	padding-left: 10px; 
	font-size: 12px; 
	color: #000000;
}

A.Authorization:active
{
	padding-left: 10px; 
	font-size: 12px; 
	color: #bd2f2f;
}




/* hyperlink style for buttons and link buttons used in the portal admin pages */
A:link
{
	font-family:Arial;
	font-size:13px;
	text-decoration: underline;
	color: #636363 ;
}

A:visited
{
	font-family:Arial;
	font-size:13px;
	text-decoration: underline;
	color: #636363 ;
}

A:hover
{
	font-family:Arial;
	font-size:13px;
	text-decoration: underline;
	color: #bd2f2f;
}

A:active
{
	font-family:Arial;
	font-size:13px;
	text-decoration: underline;
	color: #636363 ;
}


/* GENERIC */
H1
{
	font-family:  Arial;
	font-size: 20px;
	font-weight: normal;
	color: #636363;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/* FCK Editor Classes */
.ContentText
{
    font-weight: normal; 
    font-size: 12px; 
    color: #6d6f57; 
    font-family: Arial
}

.BlockText
{
    font-size: 13px; 
    color: #636363; 
    font-family: Arial;
}
.MainText
{
    font-family:Arial;
    font-size:13px; 
    color:#636363;
}


.BoldDarkHeader
{
    font-weight: bold; 
    font-size: 16px; 
    color: #232321; 
    font-family: Arial;
}

.BoldGray15px
{
    font-weight: bold; 
    font-family:Arial;
    font-size:15px; 
    color:#b7b7b7;
}


.HeaderText
{
    font-weight: bold; 
    font-family:Arial;
    font-size:14px; 
    color:#232321;
}
/*---------------------------------------------------------------*/