 /* ================================
    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   {
}

/* 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  {
}

td {
font: normal
}

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 {
}

/*Test of Form Manager*/
.mainReport
{     
   width: 630px;
   border: #174c8b 1px solid;
   background: white;
   padding: 0px 10px 10px 10px;

}
.frmReportcoach
{
	background:white;
	width: 630px;
	border-right: #174c8b 1px solid;
	border-top: #174c8b 1px solid;
	border-left: #174c8b 1px solid;
                border-bottom: #174c8b 1px solid;
	
padding: 4px 10px 4px 10px;
}

.frmBodynoborder	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
 }

.frmBodyborderleft	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
  border-left: #174c8b 1px solid;

}

.frmGameblockleft	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
  border-right: #174c8b 1px solid;

}

.frmGameblock	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
  border-left: #174c8b 1px solid;

}

.frmHeader
{
      background: #EEEEEE;
text-transform: capitalize;
      vertical-align: middle;
padding: 2px 10px 2px 10px;
}

.frmHeaderLeft
{
      background: #EEEEEE;
text-transform: capitalize;
      vertical-align: middle;
padding: 2px 10px 2px 10px;
border-left: #174c8b 1px solid;

}

.frmHeaderRight
{
      background: #EEEEEE;
text-transform: capitalize;
      vertical-align: middle;
padding: 2px 10px 2px 10px;
border-right: #174c8b 1px solid;
}


.frmSubheaderNo
{
      background: #EEEEEE;
text-transform: capitalize;
      vertical-align: middle;
padding: 2px 10px 2px 10px;

}

.frmSubheaderBR
{
      background: #EEEEEE;
text-transform: capitalize;
      vertical-align: middle;
padding: 2px 10px 2px 10px;
border-right: #174c8b 1px solid;

}

.frmSubheaderBL
{
      background: #EEEEEE;
text-transform: capitalize;
      vertical-align: middle;
padding: 2px 10px 2px 10px;
border-left: #174c8b 1px solid;

}

.frmSectionHeader
{
      border-top: 10px #FFFFFF solid;
color: white;
      font-weight: bolder;
      text-transform: capitalize;
background: #174c8b;
      vertical-align: middle;
padding: 4px 10px 4px 10px;

}

.frmCoachblockleft	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;

}

.frmCoachblock	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
}

.frmNarrative
{
   background: #EEEEEE;
   vertical-align: middle;
   padding: 4px 10px 4px 10px;
}

.frmNarrativeTopline
{
   border-top: #174c8b 1px solid;
   background: #EEEEEE;
   vertical-align: middle;
   padding: 4px 10px 4px 10px;
}

.frmButton
{
   padding: 10px 10px 4px 10px;
}

.frmCell	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
}

.frmCellBorderTop	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
  border-top: #174c8b 1px solid;
}

.frmCellBorderRight	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
  border-right: #174c8b 1px solid;
}

.frmCellBorderLeft
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
  border-left: #174c8b 1px solid;
}

.frmCellBorderBottom	
{
  width: 210px;
  background: white;
  padding: 4px 10px 2px 10px;
  border-bottom: #174c8b 1px solid;
}

.SurveyContainer{
}






