/* Template Mater
========================================
- Title: DNN Master Template skin.css
- Author: Mark Adams
- Copyright: Cyberclay Networks 2005
- URL: http://www.cyberclay.net
- Contact: info@cyberclay.net
========================================
*/
body
{
	background-color: #ffffff;
}


.cMasterAdminTable
{
	width: 950px;
	margin-bottom: 100px;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
}

/* Main Content Table*/
.cMasterTable
{
	width: 800px;
	margin-bottom: 100px;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
}

/* Main Content Table Borders */
.cMasterBorderLeft
{
	width: 50px;
	background-image: url( "borderMainLeft.gif" );
	visibility: visible;
	background-repeat: repeat-y;
}
.cMasterBorderRight
{
	width: 50px;
	background-image: url( "borderMainRight.gif" );
	visibility: visible;
	background-repeat: repeat-y;
}
.cMasterBorderTop
{
	top: 0px;
	height: 50px;
	background-image: url( "borderMainTop.gif" );
	visibility: visible;
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.cMasterBorderBottom
{
	height: 50px;
	background-image: url( "borderMainBottom.gif" );
	visibility: visible;
	background-repeat: repeat-x;
	bottom: 50px;
}
.cMasterCornerLeftTop
{
	width: 50px;
	height: 50px;
	background-image: url( "cornerTopLeft.gif" );
	visibility: visible;
	background-repeat: no-repeat;
}
.cMasterCornerRightTop
{
	background-image: url( "cornerTopRight.gif" );
	width: 50px;
	height: 50px;
	visibility: visible;
	background-repeat: no-repeat;
}
.cMasterCornerLeftBottom
{
	background-image: url( "cornerBottomLeft.gif" );
	width: 50px;
	height: 50px;
	visibility: visible;
	background-repeat: no-repeat;
}
.cLogoRow
{
	background-image: url( "pixies_1.jpg" );
	background-color: Black;
	width: 100%;
	height: 120px;
	visibility: visible;
	background-repeat: no-repeat;
}
.cLoginCell
{
	background-color: Black;
	height: 25px;
	width: 50%;
	visibility: visible;
	text-align: left;
	color: white;
	vertical-align: top;
}
A.cLoginCell:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cLoginCell:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cLoginCell:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cLoginCell:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.cSearchCell
{
	background-color: Black;
	height: 25px;
	visibility: visible;
	text-align: right;
	color: white;
	width: 50%;
	vertical-align: top;
}
.cMasterCornerRightBottom
{
	background-image: url( "cornerBottomRight.gif" );
	width: 50px;
	height: 50px;
	visibility: visible;
	background-repeat: no-repeat;
}
.cTablePad
{
	padding-top: 5px;
}

/* Main Content Table Center*/
.cMasterCenter
{
	background-color: #FFFFFF;
}
.cMasterFooterTop
{
	background-image: url(cmasterfootertop.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	color: #000000;
	vertical-align: bottom;
}
.cMasterFooter
{
	background-image: url(cmasterfooter.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	color: #000000;
	vertical-align: top;
}
.cContentCell
{
	background-color: #000000;
}
.cContentPane
{
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	vertical-align: top;
}
.cContentLeftPane
{
	padding-left: -1px;
	padding-right: 3px;
	padding-top: 3px;
	vertical-align: top;
}
.cContentRightPane
{
	padding-left: 3px;
	padding-right: -1px;
	padding-top: 3px;
	vertical-align: top;
}
.cContentTopPane
{
	padding-left: -1px;
	padding-right: -1px;
	padding-top: 3px;
	vertical-align: top;
}
.cContentBottomPane
{
	padding-left: -1px;
	padding-right: -1px;
	padding-top: 3px;
	padding-bottom: 2px;
	vertical-align: top;
}

.cImageLogo
{
	margin: 10px;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
}

/* Text Elements */
.cFormSearch
{
	text-align: right;
	height: 25px;
	margin-bottom: 0px;
	padding-bottom: -3px;
	border-bottom: 0;
	vertical-align: bottom;
}
.cTextTerms
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.cTextPrivacy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
A.cTextPrivacy:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextPrivacy:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextPrivacy:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextPrivacy:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.cTextCurrentDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: Right;
}
.cTextLogin
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
A.cTextLogin:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextLogin:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextLogin:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextLogin:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.cTextCopyRight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
	padding-top: 5px;
	font-weight: bold;
}
.cTextLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextLinks:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextLinks:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextLinks:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cTextLinks:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.cTextHostName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}

/* Main Menu */

.cMenuHeader
{
	width: 100%;
	height: 3px;
	background-color: #dcdcdc;
}
.cMenuFooter
{
	background-color: Black;
	height: 25px;
	width: 100%;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	vertical-align: bottom;
}
A.cMenuFooter:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cMenuFooter:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cMenuFooter:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.cMenuFooter:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.cMenuMainContainer
{
	height: 37px;
	background-color: Black;
	color: White;
}

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* background color for the content part of the pages */

.ControlPanel
{
	width: 100%;
	height: 64px;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #000000;
}

/* style for module titles */
.Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990002;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #000000;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #000000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #000000;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #990002;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: dimgray 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: dimgray 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #000000;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #000000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #000000;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #990002;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #990002;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


/* GENERIC */
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: #000000;
	height: 1pt;
	text-align: left;
}
.thinBlack
{
  color: #000000;
  size:1;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: black 0px solid;
	border-left: black 0px solid;
	border-top: black 0px solid;
	border-right: black 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	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: 15px;
	height: 21px;
}

.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: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #990002;
}
.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-image: url(btnBlackCenter.jpg);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 37px;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none #990002 0px;
}

/*-- hover state in root menu only --*/
.MainMenu_MenuItemSel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #990002;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	height: 25px;
}
.MainMenu_MenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #666666;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	height: 25px;
}
.MainMenu_SubMenu
{
	cursor: hand;
	background-color: #000000;
	background: #000000;
	border: solid #000000 0px;
	padding: 1px 1px 1px 1px;
	filter: none;
	margin-top: 1px;
	margin-left: 0px;
	z-index: 1000;
}
.MainMenu_MenuBreak
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none #990002 0px;
	background-color: #000000;
	height: 0px;
}

.MainMenu_TabRootMenuItem TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #666666;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	background-image: url(btnBlackCenter.jpg);
	height: 37px;
}

.MainMenu_TabRootMenuItemSel TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #666666;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	background-image: url(btnRedCenter.jpg);
	height: 37px;
}

.MainMenu_TabMenuItemHover TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #666666;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	background-image: url(btnRedCenter.jpg);
	height: 37px;
}

.MainMenu_TabMenuItemSelHover TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #666666;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	background-image: url(btnRedCenter.jpg);
	height: 37px;
}

.SubMenu_TabMenuItemSelHover
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #990002;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	height: 25px;
}
.SubMenu_TabMenuItemHover
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #990002;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	height: 25px;
}
.SubMenu_TabMenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	background: #990002;
	border: none #990002 0px;
	padding: 0px 15px 0px 12px;
	height: 25px;
}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
	display: none;
}
.afgrid, BODY, .Normal
{
	font-family: Tahoma, Verdana;
	color: #000000;
	font-size: 12px;
}
.aflastpost
{
	font-size: 11px;
}
.NTForums_Pager
{
	border: 1px solid #333333;
}
.af_pager, .af_pagernumber, .af_currentpage
{
	font-size: 10px;
	color: #000000;
	padding: 2px,2px,2px,2px;
}
.af_pagernumber
{
	background-color: #DCDCDC;
	border-left: #000000 1px solid;
	width: 15px;
}
.af_currentpage
{
	background-color: #FFFFCC;
	border-left: #000000 1px solid;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	width: 15px;
	font-weight: bold;
}
.afcrumb
{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.afcrumb a, .afcrumb a:link, .afcrumb a:visited, .afcrumb a:active
{
	color: #666666;
}
.afsubjectheader
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.afgrouprow
{
	font-weight: bold;
	font-size: 12px;
	background-color: #000000;
	color: #ffffff;
	height: 30px;
	background-image: url(headerback.gif);
}
.afgrouprow a:link, .afgrouprow a:visited, .afgrouprow a:active
{
	color: #ffffff;
}
.afsubgrid
{
	border: solid 1px #cdcdcd;
}
.afheader
{
	font-weight: bold;
	color: #696969;
	background-color: #dcdcdc;
	height: 22px;
	font-size: 11px;
	background-image: url(headerback22.gif);
}
.afforumrow
{
	font-size: 11px;
	border-right: solid 1px #cdcdcd;
}
.afforumrow a:link, .afforumrow a:visited, .afforumrow a:active, .afpostinfo a, .afpostinfo a:link, .afpostinfo a:visited, .afpostinfo a:active, .afposttopic a, .afposttopic a:link, .afposttopic a:visited, .afpostreply a, .afpostreply a:link, .afpostreply a:visited
{
	color: #606060;
}

.aflastpost a:link, .aflastpost a:visited, .aflastpost a:active
{
	color: #505050;
}
.aftopicrow1, .aftopicrownew, .afcol3, .afcol4, .afcol5, .afcol6, .afsubject, .afpostinfo, .afposttopic, .afpostreply, .afpostbody, .afpostattach, .afpostsig
{
	font-size: 12px;
}
.afpostinfo
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
.afposttopic, .afpostreply
{
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
.afsubrow
{
	font-size: 11px;
	border-bottom: solid 1px #333333;
}
.afcol1
{
	border-left: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
}
.aftopicrow1, .aftopicrownew
{
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
}
.aftopicrow1 a, aftopicrow1 a:link, aftopicrow1 a:visited, aftopicrow1 a:active
{
	color: #336633;
}
.aftopicrownew a, aftopicrownew a:link, aftopicrownew a:visited, aftopicrownew a:active
{
	color: #336633;
	font-weight: bold;
}
.NTForums_Button
{
	cursor: hand;
	border: #000000 1px solid;
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#7DA1C4, EndColorStr=#336699);
	padding-bottom: 5px;
	width: 100px;
	color: #ffffff;
	padding-top: 5px;
	background-color: #cccccc;
	text-align: center;
	text-decoration: none;
}
.afarrow
{
	background-color: #FFFFFF;
	border: #696969 1px solid;
}
/* Article Posts */

.kml_ArticleTitle
{
	font-family: "Trebuchet MS", "Arial Black", Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #BBBBBB;
	font-weight: bolder;
	text-align: center;
}
.kml_ArticleText
{
	font-family: "Trebuchet MS", "Arial Black", Arial, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
}
.kml_ArticleTextBold
{
	font-family: "Trebuchet MS", "Arial Black", Arial, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	font-weight:bold;
}
A.kml_ArticleText:link
{
	padding-right: 5px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
}
A.kml_ArticleText:visited
{
 	color: #a9a9a9;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.kml_ArticleText:active
{
	padding-right: 5px;
	font-weight: bold;
	color: #87ceeb;
	padding-top: 5px;
}
A.kml_ArticleText:hover
{
	padding-right: 5px;
	font-weight: bold;
	color: royalblue;
	padding-top: 5px;
}
.kml_ArticleTitleCell
{
	background: #000000;
	text-align: center;
	width: 100%;
	height: 50px;
	vertical-align: middle;
    background-color: #000000;
}
.kml_ArticleLogo
{
	background-image: url( "articleLogo1.gif" );
	visibility: visible;
    background-color: #000000;
	width: 50px;
	height: 50px;
    border-right-color: #000000;
}
.kml_ArticleTable
{
	width: 75%;
	border: 0;
	background-color: Transparent;
}

.kml_ArticleAuthorCell
{
	width: 50px;
	height: 20px;
	text-align:right;
}
.kml_ArticleBufferRow
{
	height: 4px;
}
.kml_ArticleTextLarger
{
	font-family: "Trebuchet MS", "Arial Black", Arial, Verdana, Tahoma;
	font-size: 12px;
	text-align: left;
}
A.kml_ArticleTextLarger:link
{
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	text-align: right;
}
A.kml_ArticleTextLarger:visited
{
	font-family: "Trebuchet MS", "Arial Black", Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #a9a9a9;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}
A.kml_ArticleTextLarger:active
{
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #87ceeb;
	padding-top: 5px;
	text-align: right;
}
A.kml_ArticleTextLarger:hover
{
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
	color: royalblue;
	padding-top: 5px;
	text-align: right;
}
.reviewTitle
{
  font-family: "Trebuchet MS", "Arial Black", Arial, Verdana, Tahoma;
  font-size: 18px;
  color: black;
}
.reviewAuthorText
{
  font-family: "Trebuchet MS", "Arial Black", Arial, Verdana, Tahoma;
  font-size: 16px;
  color: #7F7F7F;
  font-weight: bold;
  text-align: center;
}
.reviewDateText
{
  font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
  font-size: 14px;
  color: #7F7F7F;
  font-weight: bold;
  text-indent: 4px;
}
.reviewText
{
  font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
  font-size: 13px;
  color: black;
}
.reviewTextWhite
{
  font-family: Verdana, Tahoma;
  font-size: 12px;
  color: white;
}
.reviewTextBold
{
  font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
  font-size: 13px;
  color: white;
  font-weight: bold;
}



























