/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* background color for the content part of the pages */
Body
{
    background-color: #f1e9d4;
    color: #7e6051;
    font-size: 10pt;
    margin-top: 0px;
    text-align: justify;
}

.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 11pt;
    color: #999361;
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#9c7a88;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#9c7a88;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#999361;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#9c7a88;
}

.pagemaster {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff url('bg_page.jpg') repeat scroll left top;
    text-align: justify;
}
.skinmaster {
    width: 100%;
    padding: 0;
	padding-top: 7px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.skinmaster_body {
	width: 718px;
	background: transparent url('body.jpg') repeat-y scroll left top;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: justify;
}

.body_top {
	width: 718px;
	background: transparent url('top.jpg') no-repeat scroll left top;
	padding: 0;
	margin: 0;
}

.body_middle {
	width: 718px;
	background: transparent none no-repeat scroll left top;
	text-align: justify;
}

.body_footer {
	width: 718px;
	background: transparent url('footer.jpg') no-repeat scroll left bottom;
	padding: 0;
	margin: 0;
}

.host_title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20pt;
    color:#999361;
	font-weight: normal;
	letter-spacing: 1px;
}

A.host_title:active  {
    text-decoration: none;
    color:#9c7a88;
}

A.host_title:link  {
    text-decoration: none;
    color:#9c7a88;
}

A.host_title:hover  {
    text-decoration: none;
    color:#999361;
}

A.host_title:visited  {
    text-decoration: none;
    color:#9c7a88;
}

.skinobject_header {
	font-size: 12pt;
	font-weight: bold;
}

.menu_top {
	width: 206px;
	background: transparent url('menu_top.jpg') no-repeat scroll left top;
}

.menu_body {
	width: 206px;
	background: transparent url('menu_body.jpg') repeat-y scroll left top;
}

.menu_bottom {
	width: 206px;
	background: transparent url('menu_bottom.jpg') no-repeat scroll left top;
}

.skingradient {
	background: transparent url(gradient_ltgreen.jpg) repeat-x scroll left top; 
	height:30px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #9c7a88;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Arial, Verdana, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 3px 3px 3px 3px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #9c7a88; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 3px 3px 3px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	cursor: pointer; 
	cursor: hand; 
	color: #999361; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 3px 3px 3px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover td {  
	color: #999361; 
}

.main_dnnmenu_icon {
    display: none;
    width:  0px; 
}
.main_dnnmenu_submenu {
	background: #e1bf9d url('bg_page.jpg') repeat scroll left top;
	border: solid 1px #ffffff;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 3px 3px 3px 3px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	font-size: 1px;
	text-align: center;
}

.main_dnnmenu_arrow {
    display: none;
    width:  0px; 
}

.main_dnnmenu_rootmenuarrow {
    display: none; 
    width:  0px; 
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    text-align: justify;
}

.leftpane {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}    

.bottompane {
	width: 100%;
	background-color: transparent;
}

.admin_leftpane, .admin_rightpane {
    background-color: Transparent;
}

.StandardButton {
  background: #686e56 none; 
  color: #f1e9d4;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10pt;
  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: Arial, Verdana, sans-serif;
   font-size:  12pt;
   font-weight: normal;
   color: #999361;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: #999361;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, sans-serif;
    font-size:  9pt;
    font-weight:    bold;
    color: #7e6051;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: justify;
}

/* 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: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: justify;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #a80000;
    text-align: justify;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #7e6051;
    background-color: #fcf8ec;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #9c7a88;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #9c7a88;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #999361;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #9c7a88;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11pt;
	background: #686e56;
	color: #f1e9d4;
	font-family: Arial, Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  12pt;
    font-weight:    normal;
    color: #999361;
}

H2  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11pt;
    font-weight:    normal;
    color: #999361;
}

H3  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  10pt;
    font-weight:    normal;
    color: #999361;
}

H4  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  9pt;
    font-weight:    normal;
    color: #999361;
}

H5, DT  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: #999361;
}

H6  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: #999361;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, sans-serif;
    font-size:  10pt;
    color: #7e6051;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: #999361;
}

A:link  {
    text-decoration:    none;
    color:  #9c7a88;
}

A:visited   {
    text-decoration:    none;
    color:  #9c7a88;
}

A:hover {
    text-decoration:    underline;
    color:  #999361;
}

A:active    {
    text-decoration:    none;
    color:  #9c7a88;
}

SMALL   {
    font-size:  9pt;
    text-align: justify;
}

BIG {
    font-size:  14pt;
    text-align: justify;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
    text-align: justify;
}


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: #7e6051;
    height: 1px;
    text-align:left;
}

/* Wide Page formats */


.horizontal_dnnmenu_container {
	background-color: transparent; 
}
.horizontal_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.horizontal_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #9c7a88;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Arial, Verdana, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 3px 3px 3px 3px;
}

.horizontal_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #9c7a88; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 3px 3px 3px;   /*explicitly set padding for root menu items*/
}

.horizontal_dnnmenu_itemhover {  
	cursor: pointer; 
	cursor: hand; 
	color: #999361; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Verdana, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 3px 3px 3px;   /*explicitly set padding for root menu items*/
}

.horizontal_dnnmenu_itemhover td {  
	color: #999361; 
}

.horizontal_dnnmenu_icon {
    display: none;
    width:  0px; 
}
.horizontal_dnnmenu_submenu {
	background: #e1bf9d url('bg_page.jpg') repeat scroll left top;
	border: solid 1px #ffffff;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 3px 3px 3px 3px;   /*explicitly set padding for sub-menus */
}
.horizontal_dnnmenu_break {
	font-size: 1px;
	text-align: center;
}

.horizontal_dnnmenu_arrow {
    display: none;
    width:  0px; 
}

.horizontal_dnnmenu_rootmenuarrow {
    display: none; 
    width:  0px; 
}

.horizontal_menu_middle {
    background: transparent url('menu_wideC.gif') repeat-x scroll left top;
    height: 115;
    padding-top: 40px;
}

.body_footer_wide {
	width: 818px;
	background: transparent url('footer_wide.jpg') no-repeat scroll left top;
	padding: 0;
	margin: 0;
}

.body_middle_wide {
	width: 818px;
	background: transparent none no-repeat scroll left top; 
}

.body_top_wide {
	width: 818px;
	background: transparent url('top_wide.jpg') no-repeat scroll left top;
	padding: 0;
	margin: 0;
}

.body_top_onecol {
	width: 818px;
	background: transparent url('top_onecol.jpg') no-repeat scroll left top;
	padding: 0;
	margin: 0;
}

.skinmaster_body_wide {
	width: 818px;
	background: transparent url('body_wide.jpg') repeat-y scroll left top;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/* Admin format */

.skinmaster_body_admin {
    background: transparent url('bg_yellowparch.jpg') repeat scroll left top;
	border: solid 2px #7e6051;
	margin-left: auto;
	margin-right: auto;
}

.admin_menu_middle {
    background: transparent url('gradient_green.jpg') repeat scroll left top;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 0px 0px;
    color: #7e6051;
    font-weight: bold;
    width: 100%;
    border: solid 1px #7e6051;
}

