/*========================================================*/
/*                 CSS for DotNetNuke                     */
/*                   by Omar Janneh                       */
/*             http://www.dnnstyles.net                   */
/*========================================================*/

body{	border-left:0px 0px 0px 0px;	background-color: #666666;	padding-top: 10px;	padding-bottom: 8px;	padding-left: 0px;}
	

	
/* ********** Setting Text Throughout the skin ************** */
TH,TD,DIV{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration: none;
}
A,A:link,A:visited,A:active{
	color:#C00;
	text-decoration:none;
}
A:hover{ color:#000000; text-decoration: underline; }
h2 {	font-size:1.6em;	}
h3 {
	font-size:1.6em;
	margin:15px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	margin-top:20px;
	color: #7fa52a;
}
h4 {	font-size:1.4em;	}
h5 {	font-size:1.4em;	}
h3.underlined {	padding:0 0 10px 0;	border-bottom:1px solid #ccc;	margin-top:20px;	}

/*-- most of the text on site          --*/ .normal,.Normal{ font-family:Helvetica, Arial, sans-serif; font-size:12px; color:#333; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family:Helvetica, Arial, sans-serif; font-family: tahoma; font-size: 12px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family:Helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px; }
/*-- headings - mostly in admin        --*/ .Head{ font-family:Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold; color:#333333; }
/*-- subheadings - mostly in admin     --*/ .SubHead{ font-family:Helvetica, Arial, sans-serif; font-weight:normal; font-size:11px; color:#333333; }
/*-- subheadings - mostly in admin     --*/ .SubSubHead{ font-family:Helvetica, Arial, sans-serif; font-size:12px; color:#333333; }


/* ********** Style For width setting of skin ************** */
.StandardWidth {
	width:955px;
}


	
/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {
	padding-left:21px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/cpanel_left.png);
}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}


/* ********** Search Style ************** */
#SearchContainer input{MARGIN: 0px 0px 0px 0px; BORDER: 1px solid #000033; font-size:9px; color:#000033; BACKGROUND:#ffffff;  WIDTH: 100px;  HEIGHT: 15px;}
.search,a.search:link,a.search:active,a.search:visited,.search{ color:#396185; text-decoration:none; font-weight:bold; font-size:10px;}
a.search:hover{ color:#000000; text-decoration:none; font-weight:bold; font-size:10px;}
#dnn_dnnSEARCH_txtSearch{	padding-left: 0px;	width: 150px;	Font-size: 13px;	color:#739525;	HEIGHT:22px;	border: 0px dotted #b7b8b4;	background-color: transparent;}


/* ********** Login Button Style ************** */
.StandardButton {color: #FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal; background-color: #739525; HEIGHT:26px; padding: 0px 12px 0px 12px; width: 99%;}


/* ********** Pane Padding ************** */
.CustomPane{ padding:5px 5px 5px 5px;}
.BannerPane{ padding:0px 0px 0px 0px;}
.UpperPane{ padding:10px 0px 3px 0px;}
.LeftNav{ padding:10px 8px 0px 8px;}
.TopPane{	padding:10px 0px 3px 0px;}
.TopLeftPane{ padding:3px 3px 3px 8px;}
.TopRightPane{	padding:3px 8px 3px 3px;}
.LeftPane{	padding:3px 0px 3px 8px; width:35%;}
.ContentPane{ padding:2px 6px 3px 6px; width:100%;}
.RightPane{	padding:3px 8px 3px 0px; width:35%;}
.MidLeftPane{ padding:3px 3px 3px 8px; width:100%;}
.MiddlePane{ padding:3px 3px 3px 3px; width:100%;}
.MidRightPane{ padding:3px 8px 3px 3px;	width:100%;}
.BottomColumn1{	padding:3px 3px 3px 8px;}
.BottomColumn2{ padding:3px 3px 3px 3px;}
.BottomColumn3{ padding:3px 3px 3px 3px;}
.BottomColumn4{	padding:3px 8px 3px 3px;}
.BottomPane{ padding:3px 8px 10px 8px;}
.LowerPane{ padding:10px 8px 3px 8px;}


/* ********** Login Style ************** */
.login,a.login:link,a.login:active,a.login:visited,.login{	color:#C0C0C0;	text-decoration:underline;	font-weight:normal;	font-size:11px;	font-family:Helvetica, Arial, sans-serif; background-image: url(images/lock.png);	background-repeat: no-repeat;	background-position: left bottom;	height:19px; padding: 8px 4px 0 4px; margin: 0 0px 0 6px;}
a.login:hover{	color:#C0C0C0;	text-decoration:none;	font-weight:normal;	font-size:11px;	font-family:Helvetica, Arial, sans-serif; background-image: url(images/lock.png);	background-repeat: no-repeat;	background-position: left bottom;	height:19px; padding: 8px 4px 0 4px; margin: 0 0px 0 6px;}

/* ********** User Style ************** */
.user,a.user:link,a.user:active,a.user:visited,.user{	color:#C0C0C0;	text-decoration:none;	font-weight:normal;	font-size:11px;	font-family:Helvetica, Arial, sans-serif;	background-image: url(images/user.png);	background-repeat: no-repeat;	background-position: left bottom;	height:19px; padding: 8px 8px 0 17px; margin: 0 0px 0 6px;}
a.user:hover{	color:#739525;	text-decoration:none;	font-weight:normal;	font-size:11px;	font-family:Helvetica, Arial, sans-serif;	background-image: url(images/user.png);	background-repeat: no-repeat;	background-position: left bottom;	height:19px; padding: 8px 8px 0 17px; margin: 0 0px 0 6px;}
	
/* ********** Date Style ************** */
.date,a.date:link,a.date:active,a.date:visited{	color:#C0C0C0;	text-decoration:none;	font-weight:normal;	font-size:11px;	font-family:Helvetica, Arial, sans-serif; padding: 4px 4px 0 4px;}
a.date:hover{	color:#739525;}

/* ********** Breadcrumb Style ************** */
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited{ font-size:16px; color:#ffffcc; text-decoration:none; font-weight:normal; font-family:Helvetica, Arial, sans-serif;}
a.breadcrumb:hover{	font-size:16px; color:#ffffff; text-decoration:underline; font-weight:normal; font-family:Helvetica, Arial, sans-serif;}

/* ********** Footer Style ************** */
.footer,a.footer:link,a.footer:active,a.footer:visited{	font-size:11px; color:#C0C0C0; text-decoration:underline; border-bottom:1px dotted; font-weight:Normal;padding: 8px 4px 0 4px;}
a.footer:hover{	color:#C0C0C0; text-decoration:none; font-weight:Normal;padding: 8px 4px 0 4px;}

/* ********** Copyright Style ************** */
.copyright,a.copyright:link,a.copyright:active,a.copyright:visited{	font-size:11px; color:#C0C0C0; text-decoration:none; border-bottom:0px dotted; font-weight:Normal;padding: 8px 4px 0 4px;}
a.copyright:hover{	color:#C0C0C0; text-decoration:none; font-weight:Normal;padding: 8px 4px 0 4px;}

/* ********** Privacy/Terms Style ************** */
.terms,a.terms:link,a.terms:active,a.terms:visited{	font-size:11px; color:#C0C0C0; text-decoration:underline; font-weight:Normal; border-bottom:1px dotted; padding: 4px 4px 0 4px;padding: 8px 4px 0 4px;}
a.terms:hover{	color:#C0C0C0; text-decoration:none; font-weight:Normal; border-bottom:0px dotted; padding: 8px 4px 0 4px;}

/* ********** Links Style ************** */
.links,a.links:link,a.links:active,a.links:visited{	font-size:11px; color:#C0C0C0; text-decoration:none; font-weight:normal; font-family:Helvetica, Arial, sans-serif;padding: 8px 4px 0 4px;}	
a.links:hover{	color:#C0C0C0; text-decoration:none; font-weight:normal;padding: 8px 4px 0 4px;}


/* ********** Menu Style ************** */
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

/*---------Root Menu Separator---------------*/
.MainMenu_MenuBreak{ display:inline-block; border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;	background-color: Transparent;}
.ModuleTitle_MenuItemSel {background-color: transparent;}
.MainMenu_MenuItemSel {background-color: transparent;}

/*---------Sub Menu style---------------*/
.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family:Helvetica, Arial, sans-serif;
	color:#ebefe3;
	font-size:11px;
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	border:0px #000000 solid;
	border-width:0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #739525;
}
	
.submenuitemselected{
	font-family:Helvetica, Arial, sans-serif;
	color:#739525;
	font-size:11px;
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ebefe3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #739525;}
	
.submenu{
	background-color:#739525;
	font-family:Helvetica, Arial, sans-serif;
	color:#302C25;
	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	border: 1px solid #739525;}

/*---------Root Menu style---------------*/
.rootmenuitem TD{
	font-family:Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding: 0px 18px 1px 13px;
	background-color: transparent;
	text-transform: none;
	height: 38px;
}
.rootmenuitemselected TD{
	color:#739525;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding: 0px 18px 1px 13px;
	height: 38px;
}
.rootmenuitembreadcrumb TD{
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding: 0px 18px 1px 13px;
	background-image: url(images/menu_ON.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 38px;
}


/* ********** Other Style ************** */
#wrapper{ position:relative; height:258px; }
#logo{ position:absolute; top:29px; left:29px; width:228px; height:31px; z-index:3; }
#user{ position:absolute; height:18px; top:8px; right:8px; text-align:right; z-index:3; }
#header{ position:absolute; bottom:40px; z-index:2; width:100%; background:url(headerbg.gif); }
#menu{ position:absolute; background:url(menubg.jpg); width:auto; height:54px; bottom:0px; z-index:1; }
.footBOX{	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #949494;}
.footTEXT{
	color: #c0c0c0;
}

/*****Content Slider******/

#featured{
	width:400px;
	padding-right:190px;
	position:relative;
	height:250px;
	background:#fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#featured ul.ui-tabs-nav{
	z-index:1;
	position:absolute;
	top:-1px;
	left:387px;
	list-style: none;
	_list-style: none;
	padding:0;
	margin:0;
	width:200px;
	height: 250px;
	visibility: visible;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:10px; 
	color:#666; 
	list-style: none;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
	list-style: none;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:10px; font-family:Helvetica, Arial, sans-serif; 
	line-height:18px; 
	list-style: none;
}
#featured li.ui-tabs-nav-item a{
	display: block;
	height:61px;
	color:#FFF;
	background-image: url(images/nav.png);
	line-height:20px;
	font-size: 9px;
	padding: 0px 0px 0px 12px;
	list-style: none;
	background-color: #666;
}
#featured li.ui-tabs-nav-item a:hover{
	background-image: url(images/nav-hov.png);
	list-style: none;
	background-color: #900;
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.png') top left no-repeat;  
	list-style: none;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background-image: url(images/nav-hov.png);
	list-style: none;
	background-color: #000;
}  
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#fff; position:relative;
	list-style: none;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:7px;
	left:6px;
	height:37px;
	background: url('images/transparent-bg.png');
	list-style: none;
	width: 280px;
}
#featured .info h2{
	font-size:18px;
	font-family:Georgia, serif;
	color:#F00;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#FFF;
}
#featured .info a{
	text-decoration:none;
	color:#F00;
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
