/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
body
{
    background-color: White;
	width:100%;
	padding:0px;
}
/* Redefine some of the standard DNN Skin styles*/
.SkinObject {
    font-weight: bold;
    font-size: 12px;
    color: #6a2916;
    font-family: Times New Roman, Times, serif;
    text-decoration: none;
	margin:0px;
	padding:0px;
}

A.SkinObject:link {
    text-decoration:underline;
    color:#6a2916;
}

A.SkinObject:visited  {
    text-decoration:underline;
    color:#6a2916;
}

A.SkinObject:active   {
    text-decoration:none;
    color:#6a2916;
}

A.SkinObject:hover    {
    text-decoration:none;
    color:#6a2916;
}


/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
	display: block;
	line-height: 20px;
	width: 197px;
	vertical-align: top;
}

* html body .LeftPane  {
	display: block;
	line-height: 20px;
	width: 199px;
	vertical-align: top;
}

.ContentPane  {
	width: auto;
}

* html body .ContentPane  {
	width: 599px;
}

.RightPane  {
	background-color: transparent;
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	display:block;
	top: 1px;
	vertical-align: top;
}

* html body .RightPane  {
	background-color: transparent;
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	display:block;
	float:right; 
	width: auto;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #A87E1B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-weight: bold;
    font-size: 13px;
    color: Black;
    font-family: Times New Roman, Times, serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-weight: bold;
    font-size: 12px;
    color: #6a2916;
    font-family: Times New Roman, Times, serif;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 12px;
	line-height:15px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
}

/* LEFT Nac */
.Normal2
{
	font-weight: normal;
	font-size: 13px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}




/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #6a2916;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-weight: bold;
	font-size: 11px;
	color: #6a2916;
	font-family: Arial, Helvetica, sans-serif;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-weight: bold;
	font-size: 11px;
	color: #6a2916;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

A.CommandButton:visited  {
	font-weight: bold;
	font-size: 11px;
	color: #6a2916;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

A.CommandButton:active   {
	font-weight: bold;
	font-size: 11px;
	color: #6a2916;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

A.CommandButton:hover    {
	font-weight: bold;
	font-size: 11px;
	color: #A87E1B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
    
/* GENERIC */
H1  {
    font-weight: bold;
    font-size: 18px;
    color: #A87E1B;
    font-family: "Times New Roman", Times, serif;
	margin-top: 4px;
	margin-bottom: 8px;
}

H2  {
	font-weight: bold;
	font-size: 16px;
	color: #A87E1B;
	font-family: Arial, Helvetica, sans-serif;
}

H3  {
    font-weight: bold;
    font-size: 13px;
	color: #A87E1B;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 26px;
	width:100%;
	border-bottom: 1px solid #A87E1B;
	border-top: 1px solid #A87E1B;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
}

H4  {
	font-weight: bold;
	font-size: 13px;
	color: #A87E1B;
	font-family: Times New Roman, Times, serif;
	margin:0;
	padding:0;
}

H5, DT  {
    font-weight: normal;
    font-size: 13px;
    color: #6a2916;
    font-family: "Times New Roman", Times, serif;
}

H6  {
	font-weight: bold;
	font-size: 14px;
	color: #A87E1B;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	width:100%;
}
.formTableLabel{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color:#A87E1B;
}
.tdError{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:Maroon;
}
TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* 
HACK: for http://support.dotnetnuke.com/issue/ViewIssue.aspx?ID=5509 
TODO: remove these style rules once fix has been released
*/
.ControlPanel TABLE TR {display: none;}
.ControlPanel TABLE TR TR, 
.ControlPanel TABLE TR#dnn_IconBar\.ascx_rowControlPanel {display:table-row}
* html .ControlPanel TABLE TR TR, 
* html .ControlPanel TABLE TR#dnn_IconBar\.ascx_rowControlPanel {display:block}

/* Below is optional to help cleanup display */
.ControlPanel 
{
    border:none; 
    background:transparent; 
    margin:0px;
} 



