/* Page style */
html { height:100%; }
/* Body style */ 
body { background:#FFFFFF; margin:0; }
/* Text in paragraphs */ 
p { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#33383C; }
hr { line-height:0px; width:100%; height:1px; border:0px; background:#33383C;}
/* Text in tables */ 
table, tr, td { font-family:Arial, Helvetica, sans-serif; margin:0; color:#33383C; }
/* Default links visited and active */ 
a:link, a:active { color:#4D6322; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; text-decoration:none; }
/* Default links hover */ 
a:hover { color:#444444; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; }
/* Normal links visited and active */ 
a.Normal:link, a.Normal:visited { color:#4D6322; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; text-decoration:none; font-style:italic; }
/* Normal links hover */ 
a.Normal:hover { color:#444444; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; }
/* Link buttons used in the portal admin pages visited and active */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color:#666666; font-family:arial; font-weight:bold; font-size:12px; text-decoration:underline; }
/* Link buttons used in the portal admin pages hover */
A.CommandButton:hover{ color:#444444; font-family:arial; font-size:12px; text-decoration:underline; }

/* Headings */ 
.Head { font-family:arial; font-size:14px; color:#00417D; background:transparent; font-weight:bold; padding:0; }
/* Headings small */
.HeadSmall { font-family:tahoma; font-size:16px; color:#ff7618; background:transparent; font-weight:normal; padding:0 0 0 10; }
/* Subheadings */ 
.SubHead { color:#33339F; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding:0; }
/* General text on the site */
.normal, .Normal { font-family:arial; font-size:12px; color:#666666; }
/* General bold text on the site */ 
.NormalBold { font-family:arial; font-size:11px; font-weight:bold; color:#424242; }
/* Red text used for errors */ 
.NormalRed { color:#C50000; font-family:arial; font-weight:bold; font-size:11px; }

.textHead{ color:#33339F; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
/* Login token idle */ 
.LoginToken, a.LoginToken:link, a.LoginToken:visited, a.LoginToken:active { font-family:Arial; font-size:11px; color:#152032; font-weight:normal; text-decoration:none; margin:0; float:none; }
/* Login token hover */ 
a.LoginToken:hover { color:#fff;}
/* User token idle */ 
.LinksMenu, a.LinksMenu:link, a.LinksMenu:visited, a.LinksMenu:active { font-family:Arial; font-size:11px; color:#152032; font-weight:normal; text-decoration:none; margin:0; float:none; }
/* User token hover */ 
a.LinksMenu:hover { color:#fff;}
/* Copyright, privacy, terms */ 
.FooterToken { color:#152032; font-size:11px; padding:0; font-family:Arial;}
/* Copyright, privacy, terms links */ 
a.FooterToken:link, a.FooterToken:visited, a.FooterToken:active { font-family:Arial; font-size:11px; color:#152032; font-weight:normal; text-decoration:none; margin:0; float:none;}
/* Copyright, privacy, terms hover */ 
a.FooterToken:hover { font-size:11px; color:#fff; font-weight:normal; text-decoration:none; margin:0;}
/* Form elements */ 
select, input { font-family:arial; font-size:11px; color:#333333; }
/* Textbox */ 
.NormalTextBox { color:#333333; padding-left:4px; line-height:12px; font-family:arial; font-weight:normal; font-size:11px; }
/* Textbox container */ 
td.NormalTextBox { padding:0; margin:0; background:transparent; border:0; }
/* Buttons */ 
.StandardButton { background:#f2f2f2 none; color:#575757; font-family:arial; font-size:11px; font-weight:normal; }
/* Textbox used for search */ 
#dnn_dnnSEARCH_txtSearch.NormalTextBox { height:18px; background:#ffffff; width:120px; color:#666666; padding:4px 0px 3px 0; border:0; cursor:text; position:absolute;top:0px;left:4px; z-index:1; }

/* Module menu container */ 
.ModuleTitle_SubMenu { background:#ffffff; padding:0; margin:0; border-top:1px solid #adadad; border-right:1px solid #adadad; border-bottom:0; border-left:1px solid #adadad; z-index:1000; cursor:pointer; font-weight:normal; white-space:nowrap;}
/* Module menu items idle */ 
.ModuleTitle_MenuItem { background:#ffffff; color:#777777; font-family:arial; font-size:8pt; font-weight:bold; font-style:normal; padding:0 5px; height:20px; border-top:0; border-right:0; border-bottom:1px solid #c8c8c8; border-left:0; white-space:nowrap !important;}
/* Module menu items hover */ 
.ModuleTitle_MenuItemSel { background:#e4e4e4; color:#9f0000; font-family:arial; font-size:8pt; font-weight:bold; cursor:pointer; padding:0 5px; height:20px; border-top:0; border-right:0; border-bottom:1px solid #c8c8c8; border-left:0; }
/* Module menu container */ 
.ModuleTitle_MenuContainer { background:transparent; white-space:nowrap; }
/* Module menu bar */ 
.ModuleTitle_MenuBar { cursor:pointer; white-space:nowrap; }
/* Module menu arrows */ 
.ModuleTitle_MenuArrow { display:none; }
/* Module menu root arrows */ 
.ModuleTitle_RootMenuArrow { display:none; }
/* Module menu icon	*/ 
.ModuleTitle_MenuIcon { background:transparent; width:0; height:20px; padding:0; margin:0; font-size:0; border-top:0; border-right:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; border-left:0; }
/* Module menu icon */ 
.ModuleTitle_MenuIcon IMG { margin:0 2px 0 2px; }
/* Module menu break */ 
.ModuleTitle_MenuBreak { background:#ffffff; border-top:0; border-right:0; border-bottom:1px solid #c8c8c8; border-left:0; }

/* Fixed width setting - change this to change the width of the skin */							
.SkinFixedWidth { width:850px; }
/* 100 percent height */ 
.SkinFullHeight { height:100%; }
/* 100 percent width */ 
.SkinFullWidth { width:100%; }	
/* Menu cell */ 
.MenuCell { width:100%; padding:0; background-color:#fff; vertical-align:middle; }
/* Content panes cell */ 
.ContentPanesCell { width:100%; vertical-align:top; padding:9px 5px; }


ul { list-style-type:none; color:#3F3F3F; font-family:Arial, Helvetica, sans-serif; margin:5px 0; font-size:12px;}
ul li { list-style-type:none; margin:5px 0; color:#3F3F3F; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
/* Banner content pane */

.bannerpane{ float:right; overflow:hidden; width:590px; margin:0; padding:5px 5px 5px 0;}
#dnn_BannerPane p { padding:0px; margin:0px;}
.toppane { padding:0px 0px 0px 0px; text-align:center; margin:0px;}
#dnn_TopPane p{ padding:0px; margin:0px;}

.contentpane { padding:0px; margin:0px;}
.leftpane { width:30%; padding:4px 20px 4px 0px; margin:0px; background:url(images/LeftRight-PaneSep.jpg) top right no-repeat; }
.rightpane { width:69%; padding:4px 20px 4px 20px; margin:0px;}
.bottompane { padding:0; margin:0;}
.footerpane { padding:0 38px; margin:0px; height:52px;}

/* End Style Sheet */




