/*========================================================*/
/*         CSS for DotNetNuke Skin - Populusion          */
/*                   by Omar Janneh                       */
/*             http://www.dnnstyles.net                   */
/*========================================================*/
body{
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	border-left: 0px 0px 0px 0px;
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 20px
}
/* ********** Setting Text Throughout the skin ************** */
p
{
  	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;  
    }
th,td,div{
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px
}
a,a:link,a:visited,a:active{
	color: #003C76;
	text-decoration: none
}
a:hover{
	color: #2685E2;
	text-decoration: none
}
/*-- most of the text on site          --*/ .normal,.normal{
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px
}
/*-- most of the bold text on site     --*/ .normalbold {
	color: #555555;
	font-family: tahoma;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: bold
}
/*-- red text on site for errors       --*/ .normalred {
	color: #9e1b1b;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
}
/*-- headings - mostly in admin        --*/ .head{
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: bold
}
/*-- subheadings - mostly in admin     --*/ .subhead{
    background: #FFFFFF;
	font-family:Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
/*-- subheadings - mostly in admin     --*/ .subsubhead{
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px
}
/* ********** Style For width setting of skin ************** */
.standardwidth {
	width: 960px
}
.fullwidth {
	width: 98%;
background: #FFFFFF;
}
/* ********** Control Panel Style ************** */
.controlpanel{
	background: #FFFFFF;
	border: #ADADAD solid;
	border-width: 0px 0px 2px
}
.controlpanel img{
	margin: 15px 5px 0px
}
.controlpanel td td td td img{
	margin: 0px
}
.controlpanel td td td{
	width: auto
}
.controlpanel div{
	border: #CCCCCC solid;
	border-width: 0px 1px;
	height: 100px;
	width: 3px
}
.controlpanel td.subhead{
	background: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold
}
.controlpanel td td td .subhead{
	background: transparent;
	border: 0px;
	color: #333333;
	font-size: 12px;
	font-weight: normal
}
.controlpanel td td td input{
	background: #EFEFEF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px
}
.controlpanel td td td select{
	background: #EFEFEF;
	color: #333333;
	font-size: 12px
}
.controlpanel a.commandbutton{
	font-size: 10px;
	text-decoration: none
}
.controlpanel a.commandbutton:link{
	color: #000000
}
.controlpanel a.commandbutton:visited{
	color: #000000
}
.controlpanel a.commandbutton:active{
	color: #000000
}
.controlpanel a.commandbutton:hover{
	color: #FF9900;
	text-decoration: underline
}
.commandbutton,a.commandbutton:link,a.commandbutton:visited,a.commandbutton:active{
	color: #003C76;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none
}
a.commandbutton:hover{
	color: #2685E2;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none
}
/* ********** Search Style ************** */
#searchcontainer input{
	background: #FFFFFF;
	border: 1px solid #000033;
	color: #000033;
	font-size: 9px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	width: 100px
}
.search,a.search:link,a.search:active,a.search:visited,.search{
	color: #396185;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
}
a.search:hover{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
}
#dnn_dnnsearch_txtsearch{
	background-color: transparent;
	border: 0px dotted #B7B8B4;
	color: #484848;
	font-size: 12px;
	height: 20px;
	padding-left: 8px;
	width: 158px
}
/* ********** Login Button Style ************** */
.standardbutton {
	background-color: #5B7082;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	font-weight: normal;
	height: 25px;
	padding: 0px 12px 0px 12px;
	width: 99%
}
/* ********** Pane Padding ************** */
.bannerpane{
	padding: 0px 0px 0px 0px
}
.headerpane{
	padding: 3px 0px 4px 0px
}
.upperpane{
	padding: 3px 0px 4px 0px
}
.leftnav2{
	padding: 7px 6px 0px 0px
}
.toppane{
	padding: 8px 0px 3px 0px
}
.topleftpane{
	padding: 3px 3px 3px 0px
}
.toprightpane{
	padding: 3px 0px 3px 3px
}
.leftpane{
	padding: 3px 0px 3px 0px;
	width: 35%
}
.contentpane{
	padding: 2px 6px 3px 6px;
	width: 100%
}
.rightpane{
	padding: 3px 0px 3px 0px;
	width: 35%
}
.midleftpane{
	padding: 3px 3px 3px 0px;
	width: 100%
}
.middlepane{
	padding: 3px 3px 3px 3px;
	width: 100%
}
.midrightpane{
	padding: 3px 0px 3px 3px;
	width: 100%
}
.bottomcolumn1{
	padding: 3px 3px 3px 0px
}
.bottomcolumn2{
	padding: 3px 3px 3px 3px
}
.bottomcolumn3{
	padding: 3px 3px 3px 3px
}
.bottomcolumn4{
	padding: 3px 0px 3px 3px
}
.bottompane{
	padding: 3px 0px 3px 0px
}
.lowerpane{
	padding: 3px 0px 3px 0px
}
.footerpane{
	padding: 6px 0px 3px 0px
}
/* ********** Login Style ************** */
.login,a.login:link,a.login:active,a.login:visited,.login{
	background-image: url(images/login.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	height: 10px;
	margin: 0 0px 0 6px;
	padding: 4px 8px 0 17px;
	text-decoration: none
}
a.login:hover{
	background-image: url(images/login.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	height: 10px;
	margin: 0 0px 0 6px;
	padding: 4px 8px 0 17px;
	text-decoration: underline
}
/* ********** User Style ************** */
.user,a.user:link,a.user:active,a.user:visited,.user{
	background-image: url(images/signup-pad.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	height: 10px;
	margin: 0 0px 0 6px;
	padding: 4px 8px 0 17px;
	text-decoration: none
}
a.user:hover{
	background-image: url(images/signup-pad.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #5B7082;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	height: 10px;
	margin: 0 0px 0 6px;
	padding: 4px 8px 0 17px;
	text-decoration: underline
}
/* ********** Date Style ************** */
.date,a.date:link,a.date:active,a.date:visited{
	color: #8C8C8C;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 0 17px;
	text-decoration: none
}
a.date:hover{
	color: #2685E2
}
/* ********** Breadcrumb Style ************** */
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited{
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	font-weight: normal;
	text-decoration: none
}
a.breadcrumb:hover{
	color: #5B7082;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline
}
/* ********** Footer Style ************** */
.footer,a.footer:link,a.footer:active,a.footer:visited{
	border-bottom: 1px dotted;
	color: #333333;
	font-size: 12px;
	font-weight: Normal;
	text-decoration: none
}
a.footer:hover{
	color: #2685E2;
	font-weight: Normal;
	text-decoration: underline
}
/* ********** Copyright Style ************** */

.copyrightText{
	color: #000000;
	font-size: 12px;
	font-weight: Normal;
}

.copyright,a.copyright:link,a.copyright:active,a.copyright:visited{
	border-bottom: 0px dotted;
	color: #003C76;
	font-size: 12px;
	font-weight: Normal;
	text-decoration: none
}
a.copyright:hover{
	color: #2685E2;
	font-weight: Normal;
	text-decoration: none
}
/* ********** Privacy/Terms Style ************** */
.terms,a.terms:link,a.terms:active,a.terms:visited{
	border-bottom: 1px dotted;
	color: #003C76;
	font-size: 12px;
	font-weight: Normal;
	text-decoration: none
}
a.terms:hover{
	border-bottom: 0px dotted;
	color: #2685E2;
	font-weight: Normal;
	text-decoration: none
}
/* ********** Links Style ************** */
.links,a.links:link,a.links:active,a.links:visited{
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none
}
a.links:hover{
	color: #2685E2;
	font-weight: normal;
	text-decoration: underline
}
/* ********** 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{
	background-color: Transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px
}
.moduletitle_menuitemsel {
	background-color: transparent
}
.mainmenu_menuitemsel {
	background-color: transparent
}
/*---------Sub Menu style---------------*/
.mainmenu_menuitem,.submenuitembreadcrumb{
	background-position: bottom;
	background-repeat: repeat-x;
	border: 0px #000000 solid;
	border-bottom-color: c3c3c3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-width: 0px 0px;
	color: #5B7082;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	padding: 3px 15px 3px 10px
}
.submenuitemselected{
	background-color: #CCCCCC;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom-color: c3c3c3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #161616;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	padding: 3px 15px 3px 10px
}
.submenu{
	background-color: #EDEDED;
	background-repeat: no-repeat;
	border: 1px dotted #C3C3C3;
	color: #302C25;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px
}
/*---------Root/Tab Menu style---------------*/
.rootmenuitem td{
	background-color: Transparent;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	padding-bottom: 0;
	padding-left: 2;
	padding-right: 4;
	padding-top: 10;
	text-align: center
}
.rootmenuitemselected td{
	background-color: Transparent;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	padding-bottom: 0;
	padding-left: 2;
	padding-right: 4;
	padding-top: 10;
	text-align: center
}
.rootmenuitembreadcrumb td, .rootmenuitembreadcrumbactive td {
	background-color: Transparent;
	background-image: url(images/tab_02.png);
	background-repeat: repeat-x;
	color: #5B7082;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	padding-bottom: 0;
	padding-left: 2;
	padding-right: 4;
	padding-top: 10;
	text-align: center
}
/* ********** Other Style ************** */
#wrapper{
	height: 258px;
	position: relative
}
#logo{
	height: 31px;
	left: 29px;
	position: absolute;
	top: 29px;
	width: 228px;
	z-index: 3
}
#user{
	height: 18px;
	position: absolute;
	right: 8px;
	text-align: right;
	top: 8px;
	z-index: 3
}
#header{
	background: url(headerbg.gif);
	bottom: 40px;
	position: absolute;
	width: 100%;
	z-index: 2
}
#menu{
	background: url(menubg.jpg);
	bottom: 0px;
	height: 54px;
	position: absolute;
	width: auto;
	z-index: 1
}
