/* Default CSS Stylesheet for a new Web Application project */
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003399 1px solid; 
    BORDER-TOP: #003399 1px solid; 
    BORDER-LEFT: #003399 1px solid; 
    BORDER-BOTTOM: #003399 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 10pt;
    color: #003399;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003399;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003399;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003399;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003399;
}

/* style for module titles */
.Head   {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  15pt;
    font-weight:  bold;
    color: #569AA8;
    line-height: 19px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  13pt;
    font-weight:    bold;
    color: #000000;
}

.SubHead Span 
{
    font-family: Arial, Tahoma, Helvetica;
    font-size:  13pt;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
    color: #569AA8;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000
}
.NormalBlueBold
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #569AA8
}
.NormalBlue
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    color: #569AA8
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11pt;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11pt;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11pt;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003399;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003399;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003399;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* 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, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: Black;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003399;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003399;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003399;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: 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: gainsboro;
}
.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: 10pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 9pt;
	width: 180px;
	color: black;
	font-family: Arial, Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Tahoma, Verdana, 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: 12pt;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003399;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003399;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003399;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12pt;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

.linkSep    {
    color: #A5A5A5;
}

    

A:link  {
    text-decoration:    none;
    color:  #003399;
}

A:visited   {
    text-decoration:    none;
    color:  #003399;
}

A:active    {
    text-decoration:    none;
    color:  #003399;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  9pt;
}

BIG {
    font-size:  14pt;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.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: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	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: #DDDDDD; 
	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: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	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: 11pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 10pt;
    color: #111111;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}



BODY
{
	font-weight: normal;
	font-size: 12pt;
	margin: 5px;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

P
{
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

/* GENERIC */
H1  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  16pt;
    font-weight:    normal;
}

H2  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  15pt;
    font-weight:    normal;
}

H3  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  14pt;
    font-weight:    normal;
}

H4  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12pt;
    font-weight:    normal;
}

H5, DT  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
}

H6  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
}

TFOOT, THEAD    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12pt;
    color: #003399;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
    color: #003399;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #569AA8;
}
		
TD	
{
	vertical-align: top;
	font-size:	12pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}	


SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
LI 
{
	margin-bottom:8px;
	font-size:	12pt;
}
UL LI
{
	line-height: 22px;
	list-style-type: square;
	font-size:	12pt;
}	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	}
.title
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    color: #003399;
}	

.headerList 
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #569AA8;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
}
.headerList TD 
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #569AA8;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
}
.headerList A:link 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.headerList A:visited 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.headerList A:active
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.headerList A:hover
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.pagerList TD
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #CCCCCC;
	text-align: right;
	color: #FFFFFF;
	vertical-align: top;
}
.pagerList A:link
{
	background-color: #CCCCCC;
	color: #3333CC;
	text-decoration: none;
}
.pagerList A:visited
{
	background-color: #CCCCCC;
	color: #3333CC;
	text-decoration: none;
}
.pagerList A:active
{
	background-color: #CCCCCC;
	color: #3333CC;
	text-decoration: none;
}
.pagerList A:hover
{
	background-color: #EEEEEE;
	color: #3333CC;
	text-decoration: none;
}
.itemList
{
	background-color: #ffffff;
	vertical-align: top;
}
.alternatingItemList
{
	background-color: #E2E6EB;
	vertical-align: top;
}
.alternatingItemList TD
{
	background-color: #E2E6EB;
	vertical-align: top;
}
.errorMessage
{
	color: #cc0000;
	font-weight: bold;
}
.infoMessage
{
	color: #3333CC;
	font-weight: bold;
}
.itemLabel
{
	padding-top: 5;
	text-align: right;
	background-color: #A5CAD1;
}
.itemLabelTop
{
	text-align: right;
	background-color: #A5CAD1;
}
.itemLabelReq 
{
	padding-top: 5;
	text-align: right;
	font-weight: bold;
	background-color: #A5CAD1;
}
.itemLabelReqTop
{
	text-align: right;
	font-weight: bold;
	background-color: #A5CAD1;
}
.tableBackground 
{
	background-color: #7c869c;
}
P.nav {
	MARGIN: 2px 0px 5px; TEXT-ALIGN: center
}
P.nav A {
	FONT-SIZE: 11pt; COLOR: #000; FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif; TEXT-DECORATION: none
}
P.nav A:link {
	FONT-SIZE: 11pt; COLOR: #000
}
P.nav A:visited {
	FONT-SIZE: 11pt; COLOR: #000
}
P.nav A:hover {
	FONT-SIZE: 11pt; COLOR: #000; TEXT-DECORATION: underline
}
A.login {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}
A.login:link 
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}
A.login:visited 
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}
A.login:hover 
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.sectionTitle 
{
	font-size:	1.00em;
	font-weight:	700;
	text-decoration:	none;
    COLOR: #003399;
}
.LMenuSection
{
	font-weight: bold;
	font-size: 11pt;
	vertical-align: text-top;
	color: #799e70;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}
.LMenuSection A 
{
	color: #799e70;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.LMenuSection A:link
{
	color: #799e70;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.LMenuSection A:visited
{
	color: #799e70;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.LMenuSection A:hover
{
	color: #799e70;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.LMenu
{
	vertical-align: text-bottom;
	color: #707F9F;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 15px
}
.LMenu A 
{
	color: #707F9F;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.LMenu A:link
{
	color: #707F9F;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.LMenu A:visited
{
	color: #707F9F;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.LMenu A:hover
{
	color: #97B28E;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.ReportDocumentTitle 
{
	font-size: 14pt;
	font-weight: bold;
}
.ReportOrganizationTitle 
{
	font-size: 14pt;
	font-weight: bold;
}
.ReportSectionTitle
{
	font-size: 13pt;
	font-weight: bold;
}
.ReportUserTitle
{
	font-size: 14pt;
	font-weight: bold;
}
.ReportContent
{
	font-size: 12pt;
	font-weight: normal
}
.Justified
{
	text-align: justify;
}
.Centered
{
	text-align: center;
}
.Spacer 
{
	line-height:25px
}
.TopBackground 
{
 background-image: url(TopBackground.jpg);
 background-repeat: repeat-x;
}
.TopMenuBackground 
{
 background-image: url(TopMenuBackground.jpg);
 background-repeat:repeat-x;	
}
.MenuRight 
{
	background-image: url(images/line.gif);
}
.ContentBackground 
{
	background-image: url(BackgroundContent.jpg);
}
A:link  {
    text-decoration:    none;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color:  #003399;
}

A:visited   {
    text-decoration:    none;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color:  #003399;
}

A:active    {
    text-decoration:    none;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color:  #003399;
}

A:hover {
    text-decoration:    underline;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color:  #ff0000;
}

















