/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/
/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body { margin: 0; background: #FFFFFF; margin: 0px 0px 0px 0px; }
/* Setting Text Throughout the skin      */ table, tr, td {font-family: Verdana, Arial; font-size: 12px; margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
                           p {font-family: Verdana, Arial; font-size: 12px; margin: 0px 0px 0px 0px;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/
/*-- width setting on skins        --*/ .StandardWidth { width:980px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- 60 percent height where req  --*/ .SixtyPctHeight { height:60%; }
/*-- outer table on unboxed skins  --*/ .OuterTable { width:100%; height:100%; background:#FFFFFF; }
/*-- cell containing logo          --*/ .LogoTD {padding: 0 0 0 0; }
/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow { height:41px; background: url(bread-bg.gif) repeat top left; padding: 0 0 0 0; }
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 35px; width: 100%; background: url(bread-bg-l.gif) no-repeat top left; color:#a1a1a1; vertical-align: middle; padding: 0 20px 0 17px; }
/*-- cell containing privacy       --*/ .PrivacyTD {text-align: left; vertical-align: middle; padding: 0 0 0 0, width: 40%;}
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: middle; vertical-align: middle; padding: 0 0 0 0,width: 20%;}
/*-- cell containing copyright     --*/ .LoginTD {text-align: right; padding: 0 0 0 0, width: 40;}

.MenuHeight {height:39px;}
.MenuTD {height:39px; width:559px; background: url(menu_bg.gif) repeat-x top left ; vertical-align:bottom;}
.MenuTDAdmin {height:39px; width:100%; background: url(menu_bg.gif) repeat-x top left ; vertical-align:bottom;}
.LoginTD { width:215px; vertical-align: middle; text-align: right; font-size: 7px; padding: 0 0 0px 0; }
.FooterRow { height:16px; padding: 0 10px 0 10px; vertical-align: top; background-color:#E75112; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/
/*-- most of the text on site          --*/ .normal, .Normal { font-family: Verdana, Arial; font-size: 12px; color: #OOO; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Verdana, Arial; font-size: 12px; font-weight: bold; color: #000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Verdana, Arial; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Verdana, Arial; font-size: 12px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 12px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Main Menu and Module Menus                         */
/*========================================================*/
.MainMenu_MenuContainer {background: transparent;} /*Need background of table!!!!!!*/
.MainMenu_MenuBar {cursor: pointer; cursor: hand; height: 39px; background-color: Transparent;}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }

.MainMenu_MenuItem td,.MainMenu_RootMenuItem td, .MainMenu_RootMenuItemActive td,.MainMenu_RootMenuItemSelected td
	{
	
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
	height:39px; 
	width:112px; 
	font-family: Verdana, Arial; 
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	padding: 16px 0px 0px 2px; 
	}


.MainMenu_Active, .MainMenu_RootMenuItemActive ,.MainMenu_RootMenuItemSelected , .MainMenu_SubMenuItemSelected
	{
	background-color:transparent; 
	height:39px; 
	width:112px;
	color:#FFF;
	font-weight: bold; 
	font-style: italic; 
	font-size:12px;
	padding: 16px 0px 0px 2px;
	}

.MainMenu_SubMenu td 
	{
	background-color:#EB4CA2; 
	height:39px; 
	width:112px; 
	font-family: Verdana, Arial; 
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	padding: 16px 0px 0px 2px; 
	vertical-align:middle; 
	border:0; 
	margin: 0px 0 0 0;
	}
	
.MainMenu_SubMenu 
	{
	height:39px; 
	background-color:#EB4CA2; 
	color:#FFF; 
	font-weight: normal; 
	font-size:12px;
	z-index: 1000; 
	}
	
.MainMenu_SubMenuItemActive
	{
	height:39px !important; 
	background-color:#E20070 !important; 
	color: #FFF !important; 
	font-size:12px !important;
	}
	
.MainMenu_SubMenuItemSelected 
	{
	height:39px !important; 
	background-color:#E20070 !important; 
	color: #FFF !important; 
	font-size:12px !important;
	}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #000; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; padding: 0 0 15px 0; }
/*-- default links hover               --*/ a:hover { color: #000; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; font-weight: normal; font-style: italic }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #000; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #000; font-family: Verdana, Arial; font-size: 12px;	text-decoration: none; font-weight: normal; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 192px 0px 0px 0px;  cursor: hand; font-size:10px; margin: 0 0 0 0;}

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/
/*-- default form elements      --*/ select, input { font-family: Verdana, Arial; font-size: 12px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #000000; padding-left: 4px; font-family: Verdana, Arial; font-weight: normal; font-size: 10px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- cell containing search        --*/ .SearchTD { width:236px;  text-align: left; height: 18px; background: url(search-bg.png) no-repeat bottom left; padding: 0px;}
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:18px; vertical-align:bottom; background: #FFFFFF; width: 196px; color: #000; padding: 2px 4px 0px 4px; border: 1px solid #E75112; cursor:text;}

/*========================================================*/
/*  Outer Box Elements - boxed skins only                 */
/*========================================================*/
/*-- boxed skins outer box table   --*/ .BoxTable { height:100%; width:100%;}
/*-- content area                  --*/ .BoxM { background: #FFF; border-color: #000;}

/*-- boxed skins outer box table   --*/ .TableHeader { height:122px; vertical-align:top; width:100%;}
/*-- boxed skins outer box table   --*/ .TableFooter { height:16px; vertical-align:bottom; width:100%; background-color:#FF0000;}
/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/
/*-- row containing footer area    --*/ .FooterRow {  padding: 0px 0px 0px 0px; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/
/*-- left content pane             --*/ .LeftPane { width: 213px; padding: 10px 10px 10px 10px; background-color:#A9A097; vertical-align:top; margin: 0;}
/*-- left2 content pane            --*/ .LeftPane2 { width: 213px; padding: 10px 10px 10px 10px; background-color:#A9A097; vertical-align:top; margin: 0; text-align: right;}
/*-- content pane                 --*/ .ContentPane { width:712px; padding: 10px 10px 10px 25px; vertical-align:top; }
/*-- content2 pane                 --*/ .ContentPane2 { width:630px; padding: 10px 92px 10px 25px; vertical-align:top; }
/*-- content2 pane                 --*/ .ContentPaneContact { width:611px; padding: 10px 10px 10px 126px; vertical-align:top; }
/*-- content2 pane                 --*/ .ContentPaneColors { width:681px; padding: 10px 0px 10px 25px; vertical-align:top; }
/*-- content2 pane                 --*/ .ContentPaneIntro { width:100%; padding: 0; vertical-align:middle; }
/*-- right content pane           --*/ .RightPane { padding:10px 7px 0 7px; vertical-align:top;  }
/*-- right2 content pane           --*/ .RightPane2 { padding:10px 7px 0 7px; vertical-align:top;  }
/*-- right2 content pane           --*/ .RightPaneColors{ padding:35px 0px 0 0px; vertical-align:top; text-align: center;}
/*========================================================*/
/*  Tokens                                                */
/*========================================================*/
/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #FFFFFF;  font-family: Verdana, Arial; font-size: 12px; font-weight:bold; text-decoration: none;}
/*-- login token hover                 --*/ a.LOGIN_object:hover {color: #FFFFFF; font-family: Verdana, Arial; font-weight:bold; font-size: 12px; text-decoration: none;  font-weight:bold;}
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #FFFFFF;  font-family: Verdana, Arial; font-size: 12px; font-weight:bold; text-decoration: none;height:}
/*-- user token hover                  --*/ a.USER_object:hover {color: #FFFFFF; font-family: Verdana, Arial; font-weight:bold; font-size: 12px; text-decoration: none;height:21px; vertical-align:middle; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #FFFFFF; font-family: Verdana, Arial; font-size: 12px;  text-decoration: none; font-weight:bold;}
/*-- date token hover                  --*/ a.DATE_object:hover { color: #FFFFFF; font-family: Verdana, Arial; font-size: 12px; text-decoration: none;  font-weight:bold;}
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#FFFFFF; font-family: Verdana, Arial; font-size: 12px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 12px; color:#FFFFFF; font-weight:bold; text-decoration:none;  font-weight:bold;}
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 12px; color:#E75112; font-weight:bold; text-decoration:none;  font-weight:bold; }
/*-- language selector dropdown        --*/ .Language_object { font-family: Verdana, Arial; font-size: 12px; text-decoration: none; }

/*========================================================*/
/*  Custom Design Elements                                       */
/*========================================================*/
.seperator{color:#FFF;}
.LanguageTD { width:621px; height:18px; font-family: Times; text-align: left; padding: 0px 0px 0 10px; }
.Language_object a:link, .Language_object a:visited, .Language_object a:active { font-family: Times; font-size: 11px; color:#FFFFFF; font-weight:bold; text-decoration:none;}
.Language_object a:hover { font-family: Times; font-size: 11px; color:#E75112; text-decoration:none;  font-weight:bold; }
.SearchTop {color: #FFFFFF;  font-family: Verdana, Arial; font-size: 12px; font-weight:bold; text-decoration: none; padding: 0 0 0 12px;}

/*.HeaderTextContentPane {color: #E20070;  font-family: Times; font-size: 20px; text-decoration: none; padding: 0 0 0 0px;}
.TextContenPane {color: #000000;  font-family: Verdana, Arial; font-size: 12px; text-decoration: none; padding: 0 0 0 0px;}*/

.Test{border:0;}
/*========================================================*/
/*  Inventua SideBar                                       */
/*========================================================*/
.MenuHdr0
{ 
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #A9A097; padding-top: 2px; cursor: default; color: #ffffff;
}

.MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Hover, .MenuHdr0 A:Visited, .MenuHdr0 A:Link
{
  text-decoration: none; color: #ffffff; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}

.MenuItem1 HR
{
  background-color: #A9A097; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #A9A097;   
  margin-right: 5px; 
}

.MenuItem1MouseOver
{
  background-position: right top;
  background-repeat: no-repeat;
  border: #A9A097 1px solid;
  background-color: #E75112 !important;  
}

.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Link, 
.MenuItem1MouseOver A, .MenuItem1MouseOver A:Active, .MenuItem1MouseOver A:Hover, 
.MenuItem1MouseOver A:Visited, .MenuItem1MouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: White;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuHdr1
{ 
  font-size: 10pt; padding-left: 15px; font-weight: bold; padding-bottom: 2px; 
  background-color: #A9A097; padding-top: 2px; cursor: default;
  color:#ffffff;
}

.MenuHdr1  A, .MenuHdr1 A:Active, .MenuHdr1 A:Hover, .MenuHdr1 A:Visited, .MenuHdr1 A:Link
{
  text-decoration: none; color: #ffffff; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}

.MenuItem2 HR
{
  background-color: #A9A097; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #A9A097;   
  margin-right: 5px; 
}

.MenuItem2MouseOver
{
  background-position: right top;
  background-repeat: no-repeat;
  border: #A9A097 1px solid;
  background-color: #E75112 !important;  
}

.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Hover, .MenuItem2 A:Visited, .MenuItem2 A:Link, 
.MenuItem2MouseOver A, .MenuItem2MouseOver A:Active, .MenuItem2MouseOver A:Hover, 
.MenuItem2MouseOver A:Visited, .MenuItem2MouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: White;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuCurrentPage
{
  color: #A9A097;
}

/*========================================================*/
/*  XMod Elements                                       */
/*========================================================*/
.XModBoldText 
	{
	color: #000000; font-family: Verdana, Arial; font-weight: bold; font-size: 22,5px;
	}
.XmodRequired 
	{
	color: #E20070;
	}
.XModTextBox 
	{
	border: 1px solid #E75112;
	border-style: solid; 
	background-color: #E3E3E3; 
	color: #000000; 
	font-family: Verdana, Arial; 
	font-weight: normal; 
	font-size: 10px;
	}
.XModRadioButton 
	{
	color: #000000;
	font-family: Verdana, Arial; 
	font-weight: bold; 
	font-size: 11,5px; 
	padding:0 0 2px 0;
	}
