/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
	text-align: center;
}
table {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
}
/* style for module titles */
.Head   {
    font-family: Verdana, Arial;
    font-size:  14px;
    font-weight: bold;
    color: #505654;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
	color:#505654;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration:    none;
	color:#505654;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:visited  {
	text-decoration:    none;
	color:#505654;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:active   {
	text-decoration:    none;
	color:#505654;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:hover    {
	text-decoration:    underline;
	color:#505654;
	font-weight: normal;
	font-size: 8.5pt;
}

/* SIGNIN */
.SignIn {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
}
A.SignIn:link {
    text-decoration:    none;
	font-size: 10pt;
    font-family: Verdana, Arial;
    color:#505654;
}

A.SignIn:visited  {
    text-decoration:    none;
	font-size: 10pt;
    font-family: Verdana, Arial;
    color:#505654;
}

A.SignIn:active   {
    text-decoration:    none;
	font-size: 10pt;
    font-family: Verdana, Arial;
    color:#505654;
}

A.SignIn:hover    {
    text-decoration:    underline;
	font-size: 10pt;
    font-family: Verdana, Arial;
    color:#505654;
}

.NormalBold  {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
}

.Normal  {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
}
.NormalRed  {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #ee0000;
	font-weight:normal;
}
a:link {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: underline;
}
.skinLogin
{
    background:url(images/loginkey.gif) no-repeat;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
}
a.skinLogin:link {
    background:url(images/loginkey.gif) no-repeat;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: none;
    padding-left:19px;
    line-height:17px;
    vertical-align:middle;
}
a.skinLogin:visited {
    background:url(images/loginkey.gif) no-repeat;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: none;
    padding-left:19px;
    line-height:17px;
    vertical-align:middle;
}
a.skinLogin:hover {
    background:url(images/loginkey.gif) no-repeat;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: underline;
    padding-left:19px;
    line-height:17px;
    vertical-align:middle;
}
a.skinLogin:active {
    background:url(images/loginkey.gif) no-repeat;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: none;
    padding-left:19px;
    line-height:17px;
    vertical-align:middle;
}
.skinBreadcrumb
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
}
a.skinBreadcrumb:link {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: none;
    vertical-align:middle;
}
a.skinBreadcrumb:visited {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: none;
    vertical-align:middle;
}
a.skinBreadcrumb:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: underline;
    vertical-align:middle;
}
a.skinBreadcrumb:active {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	text-decoration: none;
    vertical-align:middle;
}
.skinCopyright 
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight:normal;
}
.title {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #505654;
}
.SubHeadOrange {
	font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #FF6400;
	/* line-height: 18pt; */
}
.SubHeadBlue {
	font-family: Verdana, Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #505654;
	/* line-height: 14pt; */
}
.Footer {
	font-size: 8pt;
	color:#ffffff;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration:    none;
    color: White;
	font-weight: normal;
	font-size: 8pt;
}

A.Footer:visited  {
	text-decoration:    none;
    color: White;
	font-weight: normal;
	font-size: 8pt;
}

A.Footer:active   {
	text-decoration:    none;
    color: White;
	font-weight: normal;
	font-size: 8pt;
}

A.Footer:hover    {
	text-decoration:    underline;
    color: White;
	font-weight: normal;
	font-size: 8pt;
}
.NormalSmall {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
}
.NormalBoldSmall {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
}
.SubHead {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
}
.CommandButton {
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #505654;
}
A.CommandButton:link {
	font-family: Verdana, Arial;
	font-size: 11pt;
	color: #505654;
	text-decoration: none;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Verdana, Arial;
	font-size: 11pt;
	color: #505654;
	text-decoration: none;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Verdana, Arial;
	font-size: 11pt;
	color: #505654;
	text-decoration: underline;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Verdana, Arial;
	font-size: 11pt;
	color: #505654;
	text-decoration: none;
	font-style: normal;
}
.NormalBoldRed {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}
.headertable {
	background-image: url(05c.jpg);
	background-repeat: repeat-x;
	background-color: #335998;
}
/* Search */
.SkinObject {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
}
A.SkinObject:link {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
	text-decoration: none;
}
A.SkinObject:visited {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
	text-decoration: none;
}
A.SkinObject:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
	text-decoration: underline;
}
A.SkinObject:active {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #505654;
	text-decoration: none;
}
.maintable {
	width: 780px;
	height: 100%;
}
h1 
{
    color: #FAB805 ;
	font-size: 18pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h1 a:hover{
	color: #FAB805 ;
	font-size: 18pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h1 a:hover{
	color: #FAB805 ;
	font-size: 18pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: underline;
}
h2
{
	color: #DD0606 ;
	font-size: 12pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h2 a:link,h2 a:visited, h2 a:active{
	color: #DD0606 ;
	font-size: 12pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h2 a:hover{
	color: #DD0606 ;
	font-size: 12pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: underline;
}
h3
{
	color: #505654;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h3 a:link,h3 a:visited, h3 a:active{
	color: #505654;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h3 a:hover{
	color: #505654;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: underline;
}
h4
{
	color: #505654;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h4 a:link,h4 a:visited, h4 a:active{
	color: #505654;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: none;
}
h4 a:hover{
	color: #505654;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 0;
	text-decoration: underline;
}
ul
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
	list-style-type: square;
	margin-bottom: 0;
	margin-top: 0;
}
li {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
	list-style-type: square;
}
ul li
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #505654;
	font-weight:normal;
	list-style-type: square;
}
p 
{
	margin: 0 0 1em;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	text-align:center;
	font-size: 8pt;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 27px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color:white;
	font-size: 8pt;
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	border-bottom: #99CCFF 0px solid;
	border-top: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;
	height: 18px;
}
.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color:#DD0506;
	color:white;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
}

.MainMenu_MenuBreak {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_RootMenuItem td
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: white 1px solid; 
	border-top: black 0px solid; 
	border-right: white 0px solid;
	height: 27px;
	text-align:center;
	font-size: 8pt;
	background: url(images/button.gif) repeat-x top center transparent;
	width:120px;
}
.MainMenu_RootMenuItemActive td
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: white 1px solid; 
	border-top: black 0px solid; 
	border-right: white 0px solid;
	text-align:center;
	height: 27px;
	color:white;
	font-size: 8pt;
	background: url(images/buttonselected.gif) repeat-x top center transparent;
	width:120px;
}
.MainMenu_RootMenuItemSelected td
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: white 1px solid; 
	border-top: black 0px solid; 
	border-right: white 0px solid;
	text-align:center;
	height: 27px;
	color:white;
	font-size: 8pt;
	background: url(images/buttonselected.gif) repeat-x top center transparent;
	width:120px;
}
.MainMenu_SubMenuItem
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	color: white;
	height: 18px;
	background-color:#DD0506;
	font-size: 8pt;
	text-decoration:none;
}
.MainMenu_SubMenuItemActive
{
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 18px;
	color:white;
	background-color:#DD0506;
	font-size: 8pt;
	text-decoration:underline;
}
.MainMenu_SubMenuItemSelected
{
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 18px;
	color:white;
	background-color:#DD0506;
	font-size: 8pt;
	text-decoration:underline;
}
.MainMenu_SubMenuItemActive
{
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 18px;
	color:white;
	background-color:#DD0506;
	font-size: 8pt;
	text-decoration:none;
}


