/* ================================
    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
{
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
#xEditingArea {
    background-color: #FFFFFF !important;
}

.MainMenu_MenuContainer { border: none !important; }

.RedButton a, .redbutton a, a .redbutton, .redbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #9b0001) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #9b0001 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#9b0001');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 7px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #b23e35;
}
.RedButton a:hover, .redbutton a:hover, a:hover .redbutton, .redbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9b0001), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #9b0001 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b0001', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.RedButton a:active, .redbutton a:active, a:active .redbutton, .redbutton:active  {
	position:relative;
	top:1px;
}
.BigRedButton a, .bigredbutton a, a .bigredbutton, .bigredbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #9b0001) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #9b0001 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#9b0001');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:1.5em;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #b23e35;
}
.BigRedButton a:hover, .bigredbutton a:hover, a:hover .bigredbutton, .bigredbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9b0001), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #9b0001 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b0001', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.BigRedButton a:active, .bigredbutton a:active, a:active .bigredbutton, .bigredbutton:active  {
	position:relative;
	top:1px;
}
.DownLoadReport td {
    padding-left: .2em;
    padding-right: .2em;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}
.signatureblock {
 font-size: 1.25em;
    color: #000000;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 11px 11px 11px 11px;
    border: 2px solid #000000;
    background-color: #efefef; 
}
.signaturepage {
 font-size: 1em;
    color: #000000;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 11px 11px 11px 11px;
    border: 2px solid #000000;
}
.dropshadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc; 
  padding: 10px;
}
.roundedcorners {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px;
}
.membership table, .membership th, .membership td {
  border: 1px solid black !important;
}
a:link .membership, a:visited .membership, a:hover .membership {
  color: #fff;
}
.eventTitle {
    height: 100px;
}
.eventWidgetSimple li {
    height: auto;
}
@media handheld, only screen and (max-width:1023px) {

}

@media handheld, only screen and (max-width:900px) {

}

@media handheld, only screen and (max-width:767px) {
.eventTitle {
    height: auto;
}
.eventWidgetSimple li {
    min-width: 300px;
    min-height: auto !important;
    padding-bottom: 20px;
}
}








