
form
{
	margin: 0px;
}

body, h1, h2, h3, h4, h5, h6, td
{
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	color: #000;
	margin: 0px;
}


body
{
	background-color: White;
	text-align: center;
}

#bodycontainer
{
	background-color: #000000;
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
}

#bodywidth
{
	width: 800px;
	height: 400px;
}

.HeaderTable
{
	width: 100%;
}

.HeaderPane
{
	width: 100%;
	background-color: white;
}

.HeaderPane DIV
{
	background-image:url(MedalsHeader.jpg);
	overflow: hidden;
	height: 150px;
}

.TopMenuLeft
{
	height: 11px;
	border-top: 0px solid #ff9966;
	border-bottom: 1px solid #990000;
	background-color: #990000;
	color: White;
}

.TopMenu
{
	width: 100%;
	height: 11px;
	border-top: 0px solid #ff9966;
	border-bottom: 1px solid #990000;
	background-color: #990000;
	color: White;
}

.BodyTable
{
	background-color: black;
	border: 0;
	width: 100%;
	height: 85%;
}

.MenuTable
{
	width: 125px;
	background-color: #990000;
}

.MenuTableTable
{
	height: 600px;
}

.MenuPane
{
}

.MenuPaneBottom
{
}

.TopPane
{
	padding-bottom: 15px;
}

.LeftPane
{
	padding-right: 15px;
	width: 50px;
}

.ContentPane
{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.RightPane
{
	padding-left: 15px;
	width: 50px;
}

.BottomPane
{
	padding-top: 15px;
}

.CopyrightPane
{
	text-align: center;
	background-color: #7E93B9;
	color: white;
	font-weight: bold;
	font-size: 11px;
	
	border-bottom: 0px solid #ff9966;
	border-top: 1px solid #990000;
	background-color: #663333;

}

.CopyrightPane A:hover
{
	color: White;
}



/* 
   ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	color: #000;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	color: #000;
}

/* GENERAL */
/* style for module titles */
.Head
{
	color: #666666;
	font: 20px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: bold;
	text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: bold;
	color: #000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: bold;
	color: #000;
}

/* text style used for most text rendered by modules */
.Normal
{
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: normal;
}
.NormalRed
{
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: bold;
	color: #ff0000;
}
.NormalBold
{
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font: 12px Arial, Helvetica, sans-serif, "trebuchet ms" , tahoma, Geneva;
	font-weight: normal;
}

/*********************************************/
/*              MODULE INFO                  */
/*********************************************/
.ModuleTitle_MenuContainer { border-bottom: blue 0px solid; border-left: blue 0px solid; border-top: blue 0px solid; border-right: blue 0px solid;  }
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand; height:16; background-color: Transparent; }
.ModuleTitle_MenuItem { cursor: pointer; cursor: hand; color: black; font-family: Verdana; font-size: 9pt; font-weight: bold; font-style: normal; border-left: white 0px solid; border-bottom: white 1px solid; border-top: white 1px solid; border-right: white 0px solid; background-color: Transparent; }
.ModuleTitle_MenuIcon { cursor: pointer; cursor: hand; background-color: #EEEEEE; border-left: #EEEEEE 1px solid; border-bottom: #EEEEEE 1px solid; border-top: #EEEEEE 1px solid; text-align: center; width: 15; height: 21; }
.ModuleTitle_SubMenu { z-index: 1000; cursor: pointer; cursor: hand; background-color: #FFFFFF; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-bottom: #FFFFFF 0px solid; border-left: #FFFFFF 0px solid; border-top: #FFFFFF 0px solid; border-right: #FFFFFF 0px solid; }
.ModuleTitle_MenuBreak { border-bottom: #EEEEEE 1px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 1px solid; border-right: #EEEEEE 0px solid; background-color: #EEEEEE; height: 1px; }
.ModuleTitle_MenuItemSel { cursor: pointer; cursor: hand; color: black; font-family: Verdana; font-size: 9pt; font-weight: bold; font-style: normal; background-color: #C1D2EE; }
.ModuleTitle_MenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; border-right: #FFFFFF 1px solid; border-bottom: #FFFFFF 1px solid; border-top: #FFFFFF 0px solid; }
.ModuleTitle_RootMenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; }

/*********************************************/
/*              MAIN MENU                    */
/*********************************************/
.MainMenu_MenuContainer
{
	background-color: Transparent;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 55px;
	border-collapse: collapse;
}


/*********************************************/
/*             SOLPART MENU                  */
/*********************************************/
.MainMenu_TabRootMenuItem TD
{
}

.MainMenu_TabRootMenuItem TD IMG
{
	border: 0px solid #990000;
}

.MainMenu_TabRootMenuItem TD SPAN
{
	display:none;
}

.MainMenu_TabRootMenuItemActive TD
{
}

.MainMenu_TabRootMenuItemActive TD IMG
{
	border: 0px solid #990000;
}

.MainMenu_TabRootMenuItemActive TD SPAN
{
	display:none;
}

.MainMenu_TabRootMenuItemSelected TD
{
	background-color: Olive;
}

.MainMenu_TabRootMenuItemSelected TD IMG
{
	border: 0px solid #990000;
}

.MainMenu_TabRootMenuItemSelected TD SPAN
{
	display: none;
}

.MainMenu_TabMenuItemHover TD
{
	color: #efefef;
	font-size: 0px;
}

.MainMenu_TabMenuItemSelHover TD
{
	color: #efefef;
	font-size: 0px;
}

.MainMenu_TabMenuItemHover TD
{
	height: 23px;
	color: White;
	font-weight: bold;
	width: 80px;
	text-align: left;
}

.MainMenu_TabMenuItemSelHover TD
{
	height: 23px;
	color: White;
	font-weight: bold;
	width: 80px;
	text-align: left;
}


.MainMenu_MenuItem
{
	cursor: hand;
	color: Black;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #EFEFEF 0px solid;
	border-bottom: #EFEFEF 1px solid;
	border-top: #EFEFEF 1px solid;
	border-right: #EFEFEF 0px solid;
}

.MainMenu_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #EFEFEF;
	border-left: #EFEFEF 1px solid;
	border-bottom: #EFEFEF 1px solid;
	border-top: #EFEFEF 1px solid;
	text-align: center;
	width: 15;
	height: 23;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #EFEFEF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=    'DimGray' , Direction=135, Strength=3);
}

.MainMenu_MenuBreak
{
	border-bottom: transparent 0px solid;
	border-left: transparent 0px solid;
	border-top: transparent 0px solid;
	border-right: transparent 0px solid;
	background-color: transparent;
	height: 1px;
}

.MainMenu_MenuItemSel
{
	background-color: #C0C0FF;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	height: 23px;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: hand;
	border-right: #EFEFEF 1px solid;
	border-bottom: #EFEFEF 1px solid;
	border-top: #EFEFEF 0px solid;
}

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


