/* 
================================
Skin styles for DotNetNuke
================================
*/   
html {
	overflow-y: scroll;
}
body {background-color: #FFFFFF; margin: 0px;}
.pagemaster {
	width: 100%;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;	
	margin-bottom:-19px;
}
.skinmaster {
	background-color: #FFFFFF;
	padding:0px;
	margin:0 auto;
}
.body_left {
	background-image: url(left_shadow.gif);
	background-repeat: repeat-y;
	background-position:right;
	width: 14px;
}
.body_right {
	background-image: url(right_shadow.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 14px;
}
.ControlPanel {
	background-color:#FFFFFF;
	padding:5px;
}
.imagebanner {
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
}
.logo {
	vertical-align:middle;
	padding:7px;
	padding-bottom:8px;
	padding-left:15px;
	background-color: #edf4ec;
}
.main {
	padding-top:20px;
}


/* panes */
.bannerpane {
	background-color: transparent;
	padding: 10px;
	padding-right:20px;
	margin: 0px;
	vertical-align:bottom;
	float:right;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; FONT-WEIGHT: normal;font-size:20px;
	font-style: italic;
	text-align:right;
	color:white;
	line-height:normal;
	vertical-align:top;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.rightpane {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border-left:1px solid #e3e3e3;
}
.midpane {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.leftpane {
 background-color: transparent;
 padding: 0px;
 padding-right:3px;
 margin: 0px;
}

/* BEGIN OF MENU */
.banner_menu {
	padding:0px;
	margin:0px;
	background-image:url(banner_menu.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:26px;
}
.menuv {
	padding:0px;
	margin:0px;
	background-image:url(menu_back.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:233px;
}
.menu_topv {
	padding:0px;
	margin:0px;
	background-image:url(menu_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.menu_bottomv {
	padding-top:41px;
	padding-left:17px;
	padding-right:5px;
	padding-bottom:6px;
	margin:0px;
	background-image:url(menu_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:60px;
}

/* END OF MENU */

.StandardButton {
	background-color: #400A03;
	border-top: #9C1F01 1px solid;
	border-right: #400A03 1px solid;
	border-left: #9C1F01 1px solid;
	border-bottom: #400A03 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#400A03,endColorStr=#9C1F01); 
	color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer; 
	cursor: hand;
}

/* Text Styles */
.Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C30;
	line-height:normal;
}
.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C30;
	line-height:normal;
}
.Normal, p, td, div, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:150%;
	padding-top:0px;
}
.Normal {
	
	text-align:justify;
}
#dnn_RightPane .Normal, #dnn_RightPane p, #dnn_RightPane td, #dnn_RightPane div {
	font-size: 11px;
	line-height:normal;
}
#dnn_RightPane li 
{
    text-align:left;
}
#midpanes .Normal, #midpanes p, #midpanes td, #midpanes div {
	font-size: 11px;
}

.NormalTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-weight: normal;
	font-size:26px;
	line-height:normal;
	padding-bottom:10px;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height:normal;
	padding-top:0px;
	font-weight:bold;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:normal;
	padding-top:0px;
	font-weight:bold;
}
H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-weight: normal;
	font-size:17px;
	line-height:normal;
	padding-bottom:10px;
	margin:0px;
}
H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-weight: normal;
	font-size:17px;
	line-height:normal;
	padding-bottom:10px;
	padding-top:10px;
	margin:0px;
}
H5  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #C30;
	line-height:normal;
}
A:link, A:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C30;
	text-decoration: underline;
}
a:visited {
	color: #bb6c51;
}
A:hover, A:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	text-decoration: underline;
}
td.logintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight:bold;
	height:26px;
	white-space:nowrap;
	background-color: #edf4ec;
	padding-right:22px;
	padding-top:15px;
	vertical-align:top;
}
a.logintxt:link, a.logintxt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
a.logintxt:hover, a.logintxt:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
td.breadcrumbtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	font-weight:normal;
	background-color: #edf4ec;
	white-space:nowrap;
	padding-left:10px;
}
a.breadcrumbtxt:link, a.breadcrumbtxt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	font-weight:normal;
	text-decoration: underline;
	line-height:26px;
	padding:0px;
}
a.breadcrumbtxt:hover, a.breadcrumbtxt:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
	line-height:26px;
	padding:0px;
}
td.footertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #edf4ec;
	font-size:11px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	height:26px;
}
a.footertxt:link, a.footertxt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	padding:0px;
	text-decoration: underline;
}
a.footertxt:hover, a.footertxt:active, span.footertxt  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:11px;
	padding:0px;
	text-decoration: none;
}
/* Search */
td#search {padding-top:2px; padding-right:15px;}
#search img {
	background-image:url(search.gif); 
	width:26px; 
	height:21px; 
	background-repeat:no-repeat; 
	margin-left:-5px;
	padding:0px;
	border:0px;
	vertical-align:top;
}
#search a:hover img {
	background-image:url(search.gif); 
	width:26px; 
	height:21px; 
	background-repeat:no-repeat;
	margin-left:-5px;
	padding:0px;
	border:0px;
	vertical-align:top;
}
#search .NormalTextBox, #search .cleardefault  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}



.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C3C; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCDCDC;
	background-color: #5D5D5D;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #5D5D5D; 
	border-left: #5D5D5D 1px solid; 
	border-bottom: #5D5D5D 1px solid; 
	border-top: #5D5D5D 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #5D5D5D 1px solid; 
	border-left: #5D5D5D 0px solid; 
	border-top: #5D5D5D 1px solid;  
	border-right: #5D5D5D 0px solid; 
	background-color: #5D5D5D; 
	height: 1px;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* styles used in the file manager */
.FileManager
{
	border-right: DEDEDE 1px solid;
	border-top: DEDEDE 1px solid;
	border-left: DEDEDE 1px solid;
	border-bottom: DEDEDE 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: DEDEDE 1px solid;
	height:25px;
	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
}
.FileManager_Explorer
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList 
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3C3C3C;
    background-color: #DEDEDE;
    border-bottom: #DEDEDE 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    height: 25px;
}
.FileManager_Pager
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#3C3C3C;
    font-weight: bold;
   	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    border-top: #DEDEDE 1px solid;
    height: 25px;
}
.FileManager_StatusBar
{
    font-family:Arial;
    font-size: 11px;

    font-weight:normal;
    background-color: white;
    height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #3C3C3C;
    background-color: white;
    border-top: #DEDEDE 1px dashed;
    border-bottom: #DEDEDE 1px dashed;
}
.FileManager_AltItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #3C3C3C;
    background-color: #DFDFDF;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
.FileManagerTreeNode 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #3C3C3C;
    font-weight:normal;
}
.FileManagerTreeNodeSelected 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
	background-color: #DEDEDE; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration: none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height:400px;
	width:600px;
}
.WizardButton
{
	background-color: #FEFDF5;
	border-top: #DEDCCD 1px solid;
	border-right: #DEDCCD 1px solid;
	border-left: #DEDCCD 1px solid;
	border-bottom: #DEDCCD 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDEDE);
	color: #3C3C3C;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:normal;
}
.WizardHeader
{
	height:26px;
	border-bottom: DEDCCD 1px solid;
	color: #141414;
	background-color: #ffffff;
}
.WizardFooter
{
	border-top: DEDCCD 1px solid;
	background: #ffffff;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: DEDCCD 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #DEDCCD;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDCCD);
}
.WizardHelpText
{
	overflow: auto;
	font-size: 11px;
	width: 180px;
	color: #141414;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 11px;
	color: #141414;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight:normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #C30;
}
A.CommandButton:visited  {
    text-decoration: underline;
    color: #C30;
}
A.CommandButton:active   {
    text-decoration: underline;
    color: #C30;
}
A.CommandButton:hover    {
    text-decoration: none;
    color: #C30;
}

/* more styles */
img.Left {
	margin: 10px 10px 10px 0;
}
img.Right {
	margin: 10px 0 10px 10px ;
}

/* Lists
-------------------------*/
ul, li {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

ul {
	margin: 10px 0 10px 0;
}

li {
	background: url('bullet.gif') no-repeat 0px 9px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#dnn_RightPane li {
	background: url('bullet.gif') no-repeat 0px 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}

li ul {
	margin-top: 0;
}

li li {
	margin-bottom: 0;
}

.InlineList li {
	background-image: none;	
	display: inline;
}


.ListWithArrow li,
#dnn_RightPane .ListWithArrow li {
	background: url('red_arrow.gif') no-repeat 0px 8px;
	padding-left: 15px;
	margin-bottom: 0;
}
#dnn_RightPane .ListWithArrow li {background: url('red_arrow.gif') no-repeat 0px 5px;}

div.dotted { /* get a dotted rule on IE without unreasonable hacks*/
	background: url(dot.gif) repeat-x top;
	background-color:transparent;
	font-size: 1px;
	height: 1px;
	margin: 15px 0;
}

.CaseStudyIntro {
	background-color: #ebf3e6;
	padding: 9px 9px;
}
td.CaseStudy {
	border:1px solid #e1e1e1;
	padding:3px;
}
div.CaseStudy {
	background: #eaf3e5 url(case_study_link_bg.gif) repeat-x top;
	padding:8px !important;
	padding-top:10px !important;	
	padding-left:3px !important;	
}
.ArrowCaseStudy {
	background: url(arrow_closed.gif) 2px 4px no-repeat;
	width:10px;
	

}
A.CaseStudy:link, a.CaseStudy:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bb6c51;
	text-decoration: none;
}
A.CaseStudy:hover, A.CaseStudy:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	text-decoration: underline;
}


img {
	border: 0;
}

.Clear {
	clear: both;
	font-size: 1px !important;
	height: 1px;
	display: block;
}

.Hidden {
	 position:absolute; 
	 left:-5000px; 
} 

.DoNotPrint {
	/*definied in print sheet - only here for IDE intellisense*/
}

.Top {
	margin-top: 0 !important;
}

.Left {
	float: left;
}

img.Left {
	margin: 10px 10px 10px 0;
}

.Right {
	float: right;
}

img.Right {
	margin: 10px 0 10px 10px ;
}

.Centered {
	text-align: center;
}

.RightAligned {
	text-align: right;
} 

.NoWrap {
	white-space: nowrap;
}

# style for rollovers on homepage
#SectionIntros  {
TEXT-ALIGN: left; FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;}
#SectionIntros H2 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; COLOR: #363; FONT-WEIGHT: normal
}
#SectionIntros {
	MARGIN: 0px 0px 80px 0px
	#MARGIN: 0px auto;
}
#SectionIntros H2 {
	MARGIN-TOP: 0px; FONT-SIZE: 2em
}
#SectionIntros .Last {
	MARGIN-RIGHT: 0px
}


.SectionIntro P {
	FONT-SIZE: 0.9em
}
 .SectionIntro {
	WIDTH: 234px; FLOAT: left; CURSOR: pointer; MARGIN-LEFT: 3px;margin-right:2px;
}
.SectionIntro IMG {
	MARGIN-LEFT: 11px
}
.SectionIntro .Header {
	POSITION: absolute
}
.SectionIntro .DropDownTextBg {
	POSITION: absolute
}
 .SectionIntro .HeaderBg {
	POSITION: absolute
}
.SectionIntro .DropDownText {
	WIDTH: 211px; OVERFLOW: hidden; LEFT: 11px;
	TOP: 40px;
	POSITION: absolute
}
.SectionIntro .Header {
	WIDTH: 211px; OVERFLOW: hidden; LEFT: 11px
}
.SectionIntro .Header {
	HEIGHT: 40px; TOP: 0px
}
.SectionIntro H3 {
	COLOR: #fff;
	POSITION: relative; PADDING-BOTTOM: 0px; MARGIN: 3px 0px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 15px; FONT-WEIGHT: bold; PADDING-TOP: 0px
}
.SectionIntro .DropDownText P {
	COLOR: #fff;
	POSITION: relative; PADDING-BOTTOM: 0px; LINE-HEIGHT: 13px; MARGIN: 8px 0px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; PADDING-TOP: 0px; 
}
.SectionIntro .DropDownText A {
	COLOR: #fff
}
.SectionIntro .HeaderBg {
	FILTER: alpha(opacity = 80); BACKGROUND-COLOR: #264c26; WIDTH: 100%; HEIGHT: 500px; TOP: 0px; opacity: 0.8
}
.SectionIntro .DropDownTextBg {
	FILTER: alpha(opacity = 80); BACKGROUND-COLOR: #264c26; WIDTH: 100%; HEIGHT: 500px; TOP: 0px; opacity: 0.8;
	BACKGROUND-COLOR: #6d8e69
}
.SectionIntro .DropDownText .Inner {
	POSITION: relative; DISPLAY: none; OVERFLOW: hidden
}
.SectionIntro .Top {
	BACKGROUND: url(sectionintro_top.png) no-repeat left bottom; HEIGHT: 9px; FONT-SIZE: 1px
}
.SectionIntro .Shadow {
	POSITION: relative; BACKGROUND: url(sectionintro_shadow.png) #fff repeat-y left top
}
.SectionIntro .Bottom {
	BACKGROUND: url(sectionintro_bottom.png) #fff no-repeat left top; HEIGHT: 9px; FONT-SIZE: 1px
}

