/* 
================================
Skin styles for DotNetNuke
================================
*/

.wrapper{
	text-align: center;
	background-color: #333333;
}

.pagemaster {
	background-color: #333333;
	width: 840px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid 10px #333333;
	text-align: left;
}

.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	vertical-align: top;
	background-color: white;
	text-align: left;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.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: white; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana; 
    	white-space: nowrap;  /*Word wrapping menu item now optional*/
}

.main_dnnmenu_itemhover {  
	background-color: Transparent;
	color: #69694F;
}

.main_dnnmenu_itemselected {  
	background-color: Transparent;
	color: #69694F;
}

.main_dnnmenu_itemhover td {  
	background-color: Transparent;
	color: #69694F;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #333333;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px; /*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: 13.5px; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 13.5px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Verdana;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.SkinObject
{
	font-weight: bold;
	font-size: 11.5px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: white;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: white;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: white;
}

A.SkinObject:active
{
	text-decoration: none;
	color: white;
}

/* style for module titles */
.Head
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, P, .BodyText
{
	font-family: Verdana;
	font-size: 12.5px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Verdana;
	font-size: 12.5px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Verdana;
	font-size: 12.5px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana;
	font-size: 12.5px;
	font-weight: normal;
}


/* GENERIC */
H1,H2,H3,H4,H5,DT,H6
{
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H1, .Heading1
{
	font-size: 12.5px;
	font-weight: bold;
	color: #999966;
}

H2, .Heading2
{
	font-size: 13.5px;
	font-weight: normal;
	color: black;
}


TFOOT, THEAD
{
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1.5px;
	text-align: left;
}

.Credit
{
	font-family: Verdana;
	font-size: 83%;
	font-weight: normal;
	color: black;
}

.Quote
{
	font-family: Verdana;
	font-size: 12.5 px;
	font-weight: italic;
	color: black;
	padding-left: 50px;
   	padding-right: 50px;
}


blockquote, pre
{ 
	font-family: Verdana;
	font-size: 12.5 px;
	font-weight: italic;
	color: black;
}

#dnn_dnnSEARCH_txtSearch
{
	width:145px;
}

#dnn_dnnSEARCH_cmdSearch
{
	font-family: Verdana;
	color:white;
	text-decoration:none;
	font-size:9.5px;
	font-weight:bold;
	align: left;
}