/* 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
{
	margin:0px; width : 100%;
	height : 100%;
	padding:0px;
	background: #46474A;
}

/* background/border colors for the selected tab */
.TabBg {
}

.TopPane  { 
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.BottomPane  { 
}

/* text style for the selected tab */
.DataGrid_Container 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_Item 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_AlternatingItem
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_Header
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
.SelectedTab {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* GENERAL */
/* style for module titles */
.Head   
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
.Head_Red   
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #923120;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
.Head_Gray 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #3E3E3E;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
.SubHead_Red    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #8E301F;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
.SubHead_Gray    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #5C5C5C;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
/* 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 */
.WinMartTopMenu
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
.Normal
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.Normal_White
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.WinMartFooter_Bold
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

.WinMartFooter
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.NormalBold
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 7pt;
}
.NormalBoldSmall
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 7pt;
}
.NormalSidebar
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #C5421D;
	text-decoration : underline;
	font-size : 8pt;
}

A:visited   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #C5421D;
	text-decoration : underline;
	font-size : 8pt;
}

A:active    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #C5421D;
	text-decoration : underline;
	font-size : 8pt;
}

A:hover {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #C5421D;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:link  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:visited   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:active    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.whitelink:hover {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #ffffff;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.links:link  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.links:visited   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.links:active    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.links:hover {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

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    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuBar 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

.ModuleTitle_MenuItem 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel 
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color : transparent;
	cursor : pointer;
}

.MainMenu_MenuBar {
	background-color : transparent;
	cursor : pointer;
}

.MainMenu_MenuItem {
	height : 20px;
	background: #d2d2d2;
	color : #3E3E3E;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	border-bottom : 1px solid #D2D2D2;
	border-top : 1px solid #D2D2D2;
}

.MainMenu_MenuIcon {
	background-color : #8b8b8b;
	border-bottom : 1px solid #8b8b8b;
	border-top : 1px solid #8b8b8b;
	border-left : 1px solid #8b8b8b;
	border-right: #3e3e3e 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height : 20px;
}

.MainMenu_SubMenu {
	filter : none;
	border : 1px solid black;
}

.MainMenu_MenuBreak {
	background-color : white;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
	background-color : white;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	height : 20px;
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid #D2D2D2;
	border-right : 1px solid #D2D2D2;
	
}

.MainMenu_RootMenuArrow {
}

A.WinMartBreadcrumb:link
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}
A.WinMartBreadcrumb:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.WinMartBreadcrumb:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.WinMartBreadcrumb:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.WinMartBreadcrumb {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.WinMartMenuSeparator{
	font-weight : normal;
	background-image: url(separator.jpg);
	height: 37px;
	font-size : 8pt;
}
.WinMartRootItem{
	height : 25px;
	background-color : transparent;
	color : #ffffff;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
.WinMartRootItemActive{
	height : 25px;
	background-color : transparent;
	color : #C5421D;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}
.WinMartRootItemSelect{
	height : 25px;
	background-color : transparent;
	color : white;
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}
A.WinMartTopMenu:link
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
A.WinMartTopMenu:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

A.WinMartTopMenu:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

A.WinMartTopMenu:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
A.WinMartFooter:link
{
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
A.WinMartFooter:visited  {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.WinMartFooter:active   {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.WinMartFooter:hover    {
	font-family : Tahoma, Helvetica, sans-serif, Arial;
	color : white;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}