/* ================================
    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/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

/* 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: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #123456;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	color: #593a1d;
}

.SubHeadHome
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	color: #593a1d;
	padding-top: 4px;
	padding-bottom: 4px;
}



/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
}
.NormalSmall
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
}
.Normal_oud
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.NormalPurple
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 11px;
	color: #5d2280;
	font-weight: bold;
	line-height: 150%;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #593a1d;
	line-height: 150%;
}

.kop1
{
	font-size: 11px;
	font-style: oblique;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}
.kop1 a:link, .kop1 a:active, .kop1 a:visited, .kop1 a:hover
{
	font-family: Verdana, Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #914c07;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
}
.kop2
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}
.kop3
{
	font-family: Verdana, Helvetica, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #914c07;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:hover, a.CommandButton:active
{
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #914c07;
	text-decoration: underline;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
}

A.CommandButton:visited
{
}

A.CommandButton:active
{
}

A.CommandButton:hover
{
}

/* GENERIC */
H1
{
	font-family: Verdana, Helvetica, Arial, Tahoma;
	color: #00a0af;
	color: #593a1c;
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

H2
{
}

H3
{
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #914c07;
	text-decoration: underline;
}

A:visited
{
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #914c07;
	text-decoration: underline;
}

A:active
{
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #914c07;
	text-decoration: underline;
}

A:hover
{
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #914c07;
	text-decoration: underline;
}

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
{
}

a.SkinObject:link, a.SkinObject
{
	color: #226eb4;
	font-weight: bold;
	font-size: 11px;
}

/* 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
{
}


/* DATA SPRINGS Inc. - DYNAMIC FORMS STYLE SHEET */

.DynamicForms_Maintable
{
	width: 100%;
	padding: 2px;
}

#SaveForm
{
	padding-left: 7px;
}


.DynamicForms_Label
{
	font-family: Verdana, Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #111f1f;
	text-decoration: none;
}

.DynamicForms_Link
{
}


.DynamicForms_RequiredField
{
}

.DynamicForms_Compare
{
}

.DynamicForms_RegularExpression
{
}


.DynamicForms_Textbox
{
}

.DynamicForms_NormalTextbox
{
}

.DynamicForms_ComboBox
{
}


.DynamicForms_Dropdownlist
{
}

.DynamicForms_Captcha
{
}


.DynamicForms_RadioButton
{
}

.DynamicForms_Listbox
{
}

.DynamicForms_RichText
{
}



.DynamicForms_Checkbox
{
}

.DynamicForms_Country
{
}



.DynamicForms_CheckBoxList
{
}

.DynamicForms_DisabledCheckBoxList
{
	background-color: #efefef;
}

.DynamicForms_DisabledTextBox
{
	background-color: #efefef;
}


.DynamicForms_DisabledListBox
{
	background-color: #efefef;
}



.DynamicForms_DisabledRadioButton
{
	background-color: #efefef;
}


.DynamicForms_DisabledCountry
{
	background-color: #efefef;
}


.DynamicForms_DisabledRichTextbox
{
	background-color: #efefef;
}

.DynamicForms_FieldError
{
	background-color: red;
}


#hintbox
{
	/*CSS for pop up hint box */
	position: absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor
{
	/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}


#dnn_ctr3738_DynamicLogin_plUsername_lblLabel, #dnn_ctr3738_DynamicLogin_plPassword_lblLabel
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #593a1d;
	text-decoration: none;
}


.Forum_ToolbarLink, a.Forum_ToolbarLink:link, a.Forum_ToolbarLink:visited, a.Forum_ToolbarLink:hover, a.Forum_ToolbarLink:active
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: bold;
}






/* RSS */
#rssTable td
{
	vertical-align: top;
}

#rssTable td img
{
	max-height: 100px;
	max-width: 100px;
	height: expression(this.height > 100 ? 100: true);
	width: expression(this.width > 100 ? 100: true);
	border: solid 0px black;
	margin-right: 5px;
}








