/* ================================
    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  
{
	background-color: white; 
}

.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
{
    color: #669900;
    text-transform: uppercase;
    font-size: 0.95em;
}

/* 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
{
    font-size: 1em;
    font-family: Arial, Helvetica, 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     {
}
    
/* 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 {
}

P
{
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

/* 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 {
}

.Calendar
{
	font-size: 10pt;
}

.Challenge_DataView
{
	border-color: #d4eda2;
	margin: 5px;
}

.Challenge_DataViewAlternatingRow
{
	background-color: #eef5e2;
}

.Challenge_DataViewEditingRow
{
	background-color: #c3da95;
}

.Challenge_DataViewFooter
{
	font-weight: bold;
}

.Challenge_DataViewHeader
{
   font-size:13px;
   font-weight:bold;
   background:url(DataViewHeaderGrad.gif) #EEF9BE;
   height:20;
   border:1px solid;
   border-top-color:#A2C758;
   border-left-color:#A2C758;
   border-right-color:#363;
   border-bottom-color:#363;	
}

.Challenge_DataViewItemTemplate
{
}

.Challenge_DataViewTitle
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}

.Challenge_DistanceInput
{
	text-align: right;
}
.Challenge_InfoMessage
{
	font-style: italic;
	font-size: 12pt;
}

.Challenge_InfoTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Challenge_InfoTableDataColumn
{
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	vertical-align: top;
}

.Challenge_InfoTableLabelColumn
{
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	vertical-align: top;
}

.Challenge_MonthSelector
{
	border-color: Red;
}

.Challenge_PanelTitle
{
	font-weight: bold;
}

.Challenge_RideDateCalendar
{
	background-color: White;
}

.Challenge_RideDateCalendarSelected
{
	background-color: Orange;
}

.Challenge_RideDateCalendarWeekend
{
	background-color: #eef5e2;
}

.Challenge_RideDateCalendarToday
{
	background-color: #d3dac4;
}

.Challenge_StatusMessage
{
    border-right: #d4eda2 thin solid;
    border-top: #d4eda2 thin solid;
    border-left: #d4eda2 thin solid;
    border-bottom: #d4eda2 thin solid;
    background-color: #FFFFAA;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 20px 5px 5px;
    display: block;
    border-color: #F4F400;
}

.Challenge_UserData
{
	font-weight: bold;
	color: #669900;
}

.ChallengeParticipant_CreateTeamPanel
{
	background-color: #d4eda2;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.ChallengeRide_AddRidePanel
{
	background-color: #d4eda2;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
}

.blog_title
{
    font-size: 1.05em;
}

.blog_footer
{
    padding-bottom: 25px;
    border-bottom-color: #C0C0C0;
    margin-bottom: 10px;
}

.main_dnnmenu_rootitem
{
    /*TD if menu option for using tables is on*/
    border-style: none solid none solid;
    border-width: thin;
    border-color: #C8E278;
    padding: 5px 15px 5px 15px;
    cursor: hand;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    font-family: Tahoma, Arial, Helvetica;
    white-space: nowrap; /*Word wrapping menu item now optional*/
}

.main_dnnmenu_rootitem td
{
    padding: 5px 15px 5px 15px;
}

.main_dnnmenu_itemhover
{
	background-color: #ffff33;
}

.main_dnnmenu_itemhover td {  
	background-color: #ffff33; 
}