﻿/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.SearchPane{
	padding-top: 15px;
}
.ContentPane  { 
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.ContentPaneThirds  { 
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 399px;
	text-align: left;
}
.RightPane  { 
 	width: 197px;
}
.PromoPane{
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
}
/* text style used for most text rendered by modules */
.Normal
{
	font-family: arial;
	text-align: left;
	color: #666666;
}
A:link  {
   color: #666666;
	text-decoration: underline;
}

A:visited   {
   color: #666666;
	text-decoration: underline;
}
A:hover {
	color: #666666;
}
.normal {
	font-size: 9pt;
}
.classic	{
	font-size: 9pt;
	}
.norm	{
	font-size: 8pt;
	color: #666666;
	FONT-FAMILY: arial,verdana,Helvetica; 
	font-weight: normal;
}

/* Table CSS Classes */

.leftpane{
	padding-left: 10px;
	width: 158px;
}
.SolPartMenu{
	background: #2076B1;
}
.LeftOfMenuBox{
	background: #666666;
	width: 158px;
	height: 18px;
}
.LeftPaneColor{
	border-top: 2px solid white;
	background: #999999;
	width: 158px;
	vertical-align:top;
}
.MainContentTableColor{
	background: white;
	height: 100%;
	width: 598px;
}
.MainContentTableColorThirds{
	background: #CCCCCC;
	height: 100%;
	width: 598px;
}
.MainImage{
	border-top: 1px solid white;
	padding: 0px;
	height: 0px;
	width: 598px;
}
.MainInnerTable{
	background-color: white;
	width: 760px;
}
/* Terms CSS Class */
.terms{
	font-family: arial,verdana,Helvetica; 
	font-size: 10px; 
	color: #cccccc;
}
a.termsheader{
	font-size: 10px;
	color: #999999;
}
a.termsheader:hover{
	font-size: 10px;
	color: #999999;
}
a.termsheader:visited{
	font-size: 10px;
	color: #999999;
}

/* Navigation Below */

/* Top Image Navigation CSS */

A.FlexTesting:hover {
	color: yellow;
	text-decoration: none;
	Filter: gray;
	height: 59px;
}
A.FlexTesting {
	color: red;
	width:5px;
	height: 59px;
}
table.FlexTestingContainer{
	padding: 0px; 
}
/* Left Navigation CSS Class */

.LeftNav a{
	padding-top: 0px;
	color: #222222;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
}
.LeftNav a:hover{
	color: #222222;
	text-decoration: none;
}
a.LeftNav:visited{
	color: #222222;
	text-decoration: none;
}
.LeftNavParent{
	font-size: 12px;
	color: #222222;
	font-weight: bold; 
	font-family: arial;
}
.LeftNavChild{
	font-size: 10px;
	padding-left: 15px;
	color: #222222;
	padding-top: 0px;
	height: 5px;
	font-family: arial;
}
a.LeftNavChild {
	font-size: 10px;
	padding-top: 0px;
	color: #222222;
	font-family: arial;
}
a.LeftNavChild:visited {
	font-size: 10px;
	padding-top: 2px;
}
.LeftNavCurrent{
}	
.LeftNavApplicationParent{
	Padding-left: 5px;
	font-size: 10px;
	font-family: arial;
}

/* Main Menu */

.Menu_MainItem{	
   cursor: pointer;
}
.Menu_MainItemOver{
   cursor: pointer;
}
.Menu_ItemsGroup{
	background-color: #999900;
	border-top: 1px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}
.Menu_ItemsGroup td{
	background-color: #CB6501;
	width: 114px;
}
.Menu_Item {
   cursor: pointer;
	color: white;
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	background-color: Transparent;
	height: 18px;
	width: 114px;
}
.Menu_ItemOver {
   cursor: pointer;
	color: white;
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	background-color: Transparent;
	width: 114px;
}
.Menu_ItemOver td{
   cursor: pointer;
	color: white;
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	background-color: Transparent;
	background-color: #FF9900;
	height: 18px;
}
.Menu_PathItemOver {
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	width: 114px;
	font-weight:bold;
}
.MainMenu_MenuIcon{
	display: none;
}
.Menu_rootgroup{
	cursor: pointer;
}
.Menu_MenuGroup{
	cursor: pointer;
}
.Menu_HeaderItem{
	cursor: pointer;
}
.SearchBox{
	margin-bottom:4px;
	width:123px;
}
