/* ================================
    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
{
    font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{

}

/* 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     {
}
    
/* 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  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

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 {
}



/* ================================
    CSS STYLES FOR Darwin Website
   ================================
*/

/* CMS Styles */

body { font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif !important; font-size:76.1%; color: #7a7a7a; }
p { /*font-size: 1.272em;*/  line-height: 1.2em; }

h1 { font-size: 2.0em; /*color: #606060;*/ color: #de6d08; }
h2 { font-size: 1.8em; color: #de6d08; }
h3 { font-size: 1.6em; font-weight: bold; /*color: #606060;*/ color: #7a7a7a; }
h4 { font-size: 1.6em; font-weight: normal; /*color: #606060;*/ color: #de6d08; }
h5 { font-size: 1.3em; font-weight: bold; /*color: #606060;*/ color: #de6d08; }
h6 { font-size: 1.272em; font-weight: normal; /*color: #606060;*/ color: #de6d08; }

.divider { border-bottom: dashed 1px #CCCC33; margin-top: 18px; margin-bottom: 18px; }

ul {  }


/* Darwin Survey Module*/

.DarwinSurvey, .DarwinResults   
{
	font-family: Arial;
	font-size: 12px;
	padding: 10px;
	border: solid 3px Green; width: 250px;
}

.DarwinSurvey p 
{
	margin-top: 0px; 
}

.DarwinSurveyOptions
{
	font-family: Arial; 
	margin-left: 20px; 
	font-size: 9pt;
}

.DarwinSurveyResultsList
{
	font-family: Arial;
	margin-left: 20px;
	font-size: 9pt;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.DarwinSurveyQuestion 
{
	font-family: Arial; 
	font-weight: bold; 
	text-align: left;
	font-size: 9pt;
}

.DarwinSurveyButtons input 
{ 
	font-family: Arial; 
	font-size: 11px; 
}

.DarwinSurveyUserMessage
{ 
	font-family: Arial; 
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
}

.DarwinSurveyError, .DarwinSurveyTotalEntries 
{ 
	font-family: Arial; 
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
}

.DarwinSurveyPastSurveysLink
{ 
	text-align: center;
	/* text-decoration: underline; */
	color:#49A942;
}

.DarwinSurveyPastSurveysLink, .DarwinSurveyPastSurveysLink:link  
{ 
	/* color: Black; */
	color:#49A942;
	font-family: Arial;
	font-size: 11px;
	/* text-decoration: underline; */
}

.DarwinSurveyPastSurveysLink:active  
{ 
	/* color: Black; */
	color:#49A942;
	font-family: Arial;
	font-size: 11px;
	/* text-decoration: underline; */
}

.DarwinSurveyPastSurveysLink:visited  
{ 
	/* color: #2D6B23; */
	color:#49A942;
	font-family: Arial;
	font-size: 11px;
	/* text-decoration: underline; */
}

.DarwinSurveyPastSurveysLink:hover  
{ 
	/* color: #2D6B23; */
	color:#49A942;
	font-family: Arial;
	font-size: 11px;
	/* text-decoration: underline; */ 
}

.DarwinSurveyViewSurveyLink
{ 
	text-align: center;
	text-decoration: underline;
}

.DarwinSurveyViewSurveyLink, .DarwinSurveyViewSurveyLink:link  
{ 
	color: Black;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}

.DarwinSurveyViewSurveyLink:active  
{ 
	color: Black;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}

.DarwinSurveyViewSurveyLink:visited  
{ 
	color: #2D6B23; 
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}

.DarwinSurveyViewSurveyLink:hover  
{ 
	color: #2D6B23;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline; 
}

table.DarwinSurveyResults {}

.DarwinSurveyResultsLabel { font-weight: bold; }
.DarwinSurveyResultsBar { white-space: nowrap; }

table.DarwinSurveyPreviousSurveys 
{
	border-collapse: collapse;
	border-width: 0px;
 	border-color: #EAE9E1;
}

.DarwinSurveyPreviousSurveysRow
{
	background-color:#F5F5F5;
	font-size:9pt;
	font-family:Arial;
}

.DarwinSurveyPreviousSurveysAlternatingRow
{
	background-color:#FFFFFF;
	font-size:9pt;
	font-family:Arial;
}

.DarwinSurveyHeader
{ 
	font-family: Arial; 
	font-weight: bold;
	font-size: 10pt;
	color: #2D6B23;
}

	/* ===== DarwinContactUs Module ===== */

    .DarwinContactUs { font-size: 1.149em; }
    .DarwinContactUs td { vertical-align: top; }
	.DarwinContactUs tr td p {  }
	.DarwinContactUs td label { display: inline-block; margin-top: 4px; }
    .DarwinContactUs td input, .DarwinContactUs td textarea { font-size: 1em; width: 200px; color: #7a7a7a; font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif !important; }
    
	.DarwinContactUsValidationErrorMessage { color: Red; text-align: left; font-size: 0.8em; }
	.DarwinContactUsMandatoryFieldsInfo { text-align: left; }
	.DarwinContactUs .DarwinContactUsMandatoryFieldAsterisk { color: Red; font-weight: bold; font-size: 12px; }
	.DarwinContactUsConfirmationContainer { color: Black; }
	.DarwinContactUsMandatoryFieldAsterisk { color: Red; font-weight: bold; }
