/* 
================================
Skin styles for DotNetNuke
================================
*/  
body
{
    line-height: 1.5em;
}
h2 
{
    letter-spacing: normal;
}
a:link, a:visited
{
    color: #036;
    text-decoration: none;
}
a:hover
{
    color: #f00;
    text-decoration: underline;
}
.ContentPane .Normal
{
    line-height: 1.3em;
    font-size: 18px;
}
.DNNAlignleft .Normal p
{
    margin: 11px 0;   
}
.DNNAlignleft .Normal ul
{
    margin: 11px 0;
    padding: 0 0 0 40px;
}
.DNNAlignleft .Normal ul li
{
    line-height: 1.3em;
}
.Noraml table td
{
    vertical-align: top;
}
.bottompane table td p
{
    margin: 11px 0;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 

}
.skinheader {
}
.skingradient {

	height:30px;
}
.controlpanel {
	width: 100%;
	background-color:#f8f8f8;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: #f8f8f8;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font: Times New Roman; 
	font-size:9px !important;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: #225ea6;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 0px 0px 0px 0px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana; 
 
        padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #ffffff;
}

.main_dnnmenu_itemhover td {  
	background-color: #ffffff;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 0px 0px 0px 0px;   /*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 {
  color:#073b84;
  font-family: verdana; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 236px;
	background-color: #ffffff;
	color:#073b84;

}
.TreeViewMenu_Header {
	
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.leftpane .dnnFormItem
{
	width: 200px !important;
}
.dnnFormItem .dnnTooltip
{
	display: none;
}
.DnnModule-SearchInput
{
	width: 200px !important;
}
.DnnModule-SearchInput input
{
	width: 75% !important;
	margin-bottom: 5px !important;
	margin: 0 5px 0 0;
}
.DnnModule-SearchInput input:first-of-type
{
	width: 50% !important;
	margin: 0 5px 0 0;
}
.DnnModule-SearchInput input:last-of-type
{
	width: 20% !important;
}
.ModDNNFeedbackC .dnnTooltip label, .ModDNNFeedbackC .dnnTooltip input
{
	clear: left;
	display: block;
	text-align: left;
}
.ModDNNFeedbackC .dnnTooltip a
{
	background-image: url("/images/help-icn.png");
	background-repeat: no-repeat;
	background-position: 0 0 !important;	
	width: auto;
	padding: 0 0 3px 20px;
}
.dnnFormHelpContent
{
	display: inline-block;
}
#dnn_dnnLOGIN_loginLink
{
	font-size: 9px;
	color: #C5D2E4;
}
#dnn_dnnLOGIN_loginLink:hover
{
	text-decoration: underline;
}

/*--Search Results--*/
.dnnSearchBoxPanel
{
    background: #fff;
    height: 22px;
}
.dnnSearchBox
{
   height: 22px;
   margin-right: 10px !important;
   width: 170px;
}
.dnnSearchResultItem .dnnSearchResultItem-Title
{
    font-size: 13px !important;
    color: #ccc;
}
.leftpane .c_head .Head
{
    font-family: Verdana;
    font-size: 11px;
    margin: 0;
}
ul.proactive
{
    list-style-type: none;
    margin-left: 100px !important;
}
ul.linklist li
{
	padding: 4px;
}