/* ================================
    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
{
}

#Body {

background:white ;

}

.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 {
clear: both;
color: #CCCCCC;
height: 2px;
background-color: #CCCCCC;
border: 0;
}

/* 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{
}
.noresults {
	text-align: center;
	padding: 5px;
}
p.error {
	color: red;
}
.CleanTable {
	margin-bottom: 3px;
	width: 100%;
}

.CleanTable td {
	padding: 5px 3px;
	border-bottom: solid 2px #c4d3ea;
}
.smalltext {
	font-size: 10px;
	color: #999999;
	
}

.formTbl
{
border: solid 1px #c4d3ea;
width: 100%;
}

.formTbl td
{
padding: 3px;
border: solid 1px #c4d3ea;
}

.formTbl p
{
margin: 0px;
padding: 0px;
}

.formTbl_head
{
background-color: #c4d3ea;
font-weight: bold;
}

.formTbl_row
{
border: solid 1px #c4d3ea;
background-color: #ffffff;
}

.formTbl_alter_row
{
border: solid 1px #dcdcdc;
background-color: #dfe8f7;
}

.formTbl_action_btn
{
color: #cc0033;
}

/* FRANCHISEE MASTER STYLES */


.FranMaster label {
	clear:left;
color: #55628A;
display:block;
float:left;
font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin:3px 0px 5px;
padding:0pt 10px 0pt 0pt;
text-align:right;
	width:90px;
}
.FranMaster input, .FranMaster select {
	display:block;
float:left;
margin-bottom:5px;
width:125px;
text-align: left;
}
.FranMaster input.formInput_check {
	width: auto;
}
.FranMaster .hours label {
	width: 50px;
	float: left;
	clear: none;
}
.FranMaster .hours label.special {
	width: 90px;
}

.FranMaster .hours label.small {
	width: 30px;
}

.FranMaster .hours .specialhrs {
	width: 60px;
}
.FranMaster .hours input {
	width: 30px;
	float: left;
}

.FranMaster .hours .text {
	width: 10px;
	float: left;
}

.FranMaster .formBtns {
	border-top: 0;
}
div.urlprefix {
	float: left;
	padding-right: 5px;
	padding-top: 3px;

}
/* -------------- */
.formLabel, .FormFields label
{
clear:left;
color: #55628A;
display:block;
float:left;
font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin:3px 0px 5px;
padding:0pt 10px 0pt 0pt;
text-align:right;
width:150px;
_width:125px;
}

.formInput_text, .FormFields input, .FormFields select
{
display:block;
float:left;
margin-bottom:5px;
width:350px;
_width:330px;
text-align: left;
}
.FormFields .radio {
display:block;
float:left;
margin-bottom:5px;
width: auto;
text-align: left;
}
div.radioansw {
        float: left;
        width: 35px;
}
.formInput_check
{
display:block;
float:left;
margin-bottom:5px;
width: auto;
text-align: left;
}

.formBtns, .FormFields .formBtns{
clear:both;
padding-top: 3px;
margin-top: 3px;
border-top: solid 1px #ccc;
text-align: center;
}

.formBtns input
{
width: 65px;
padding-left: 5px;
padding-right: 5px;
display:inline;
float: none;
text-align: center;
}

.FormFields p, .FranMaster p  
{
clear:both;
padding:5px;
}

.CouponFields {
	width: 550px;
       _width:500px;
	float: left;
}

#CouponPreview {
	width: 185px;
	float: right;
}


.CourseItem div,.CourseItemAlt div,.CourseItemHover div,CourseItem label  {
margin-top:2px;
font-size:9px;
font-family:Tahoma;
font-style:normal;
}
.CourseItemHover div  {
background-color:#FCFCFC;
}

#tunedin {
	background-image: url(tunedin_bg.gif);
	height: 38px;
	}
#tunedin_text {
	padding-bottom: 10px;
	padding-left: 177px;
	padding-right: 20px;
	padding-top: 15px;
	}
.tuned-white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}






















