/* 
================================
Skin styles for DotNetNuke
================================
*/   

body  { 
	color: #000000;
	font-size: 11px; 
	font-family: Arial, Helvetica; 
	background-color: #cccccc; 
	text-align: left; 
}
p {
	color: #000000;
	text-align: left;
	font-size: 11px;
}
em  { color: #000; font-size: 12px; font-style: normal; font-weight: bold }
A:link {
	color: #0000cc;
	text-decoration: underline;
}
A:hover {
	color: #ff6600;
	text-decoration: underline;
}
A:visited {
	color: #0000cc;
	text-decoration: underline;
}
A:active {
	color: #0000cc;
	text-decoration: underline;
}
.legal {
	color: #ffffff;
}
A.legal:link {
	color: #ffffff;
}
A.legal:hover {
	color: #ffffff;
}
A.legal:visited {
	color: #ffffff;
}
A.legal:active {
	color: #ffffff;
}
td {
	font-size: 11px;
}
h1 {
	font-family: Verdana, Arial, Helvetica;
	color: #66cc00;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica;
	color: #66cc00;
	font-size: 14px;
	font-weight: bold;
}
ul {
	font-size: 11px;
	list-style-type: disc;
}
.tableHead1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 0;
	font-weight: bold;}
.tableHead2 {
	font-size: 13px;
	color: #fff;
	padding: 2px 0;
	font-weight: bold;}
.LoginStyle{
	font-size: 10px;
}
.SearchStyle{
	padding: 2px 10px 0 0;
}
.footnote {
	font-size: 10px;
}
/*.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: Transparent;
}
.skinmaster {
	height: 100%;
	background-color: Transparent;
	border-right: Transparent 0px solid; 
	border-top: Transparent 0px solid; 
	border-left: Transparent 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}
.skingradient  { height: 30px; }
.controlpanel {
	width: 100%;
	background-color: Transparent;
}
*/
.toppane {
	width: 100%;
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftpane { 
	background-color: Transparent; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	width: 210px;
}
.contentpane {
	width: 100%;
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
}
.rightpane {
	width: 100%;
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* Being HOUSE MENU*/
#HouseMenuNav {
	background-color: transparent;
	padding:0;
	border: 0;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;}
#HouseMenuNav ul {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;}
#HouseMenuNav li {
	list-style: none;
	float: left;}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited {
	float: left;
	right-margin: 4px;
	display: block;
	padding: 0 6px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: none;}
#HouseMenuNav li a:hover {
	background-color: #FF6600;}
.StandardButton {
	background: #7994cb none; 
	color: #ffffff;
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
.Head {
	font-family: Arial, Helvetica, san-serif;
	font-size:  12px;
	font-weight: bold;
	color: #3000;
}
.CopyrightStyle {
	color: #ffffff;
	font-family: arial, helvetica;
}
.BreadcrumbSytle {
	color: #333333;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	padding-top: 0;
	padding-bottom: 0;
}
A.BreadcrumbStyle:link {
	color: #000099;
}
A.BreadcrumbStyle:hover {
	color: #ff6600;
}
A.BreadcrumbStyle:active {
}
A.BreadcrumbStyle:visited {
}
/* SUBNAV SYLING */
/* ===================
   First Level Subnav 
   =================== */

a.subnav1, a.subnav1:link, a.subnav1:visited {
	display: block; width: 210px; height: auto;
	background: #66CC00;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 10px;
	}
a.chosen1, a.chosen1:link, a.chosen1:visited {
	display: block; width: 210px; height: auto;
	background: #000099;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 10px;
	}
html>body a.subnav1, a.subnav1:link, a.subnav1:visited {
	display: block; width: 200px; height: auto;
	background: #66CC00;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 10px;
	}
html>body a.chosen1, a.chosen1:link, a.chosen1:visited {
	display: block; width: 200px; height: auto;
	background: #000099;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 10px;
	}
a.subnav1:hover, a.chosen1:hover {
	background: #FF6600;
	}
a.subnav1:active, a.chosen1:active {
	background: #000099;
	}
/* ===================
   Second Level Subnav 
   =================== */
a.subnav2, a.subnav2:link, a.subnav2:visited {
	display: block; width: 210px; height: auto;
	background: #66CC00;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 20px;
	}
a.chosen2, a.chosen2:link, a.chosen2:visited {
	display: block; width: 210px; height: auto;
	background: #000099;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none; 
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 20px;
	}
html>body a.subnav2, a.subnav2:link, a.subnav2:visited {
	display: block; width: 190px; height: auto;
	background: #66CC00;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 20px;
	}
html>body a.chosen2, a.chosen2:link, a.chosen2:visited {
	display: block; width: 190px; height: auto;
	background: #000099;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 20px;
	}
a.subnav2:hover, a.chosen2:hover {
	background: #FF6600;
	}
a.subnav2:active, a.chosen2:active {
	background:#000099;
	}
/* ===================
   Third Level Subnav 
   =================== */
a.subnav3, a.subnav3:link, a.subnav3:visited {
	display: block; width: 210px; height: auto;
	background: #6666CC;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 30px;
	}
a.chosen3, a.chosen3:link, a.chosen3:visited {
	display: block; width: 210px; height: auto;
	background: #000099;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 30px;
	}
html>body a.subnav3, a.subnav3:link, a.subnav3:visited {
	display: block; width: 180px; height: auto;
	background: #6666CC;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 30px;
	}
html>body a.chosen3, a.chosen3:link, a.chosen3:visited {
	display: block; width: 180px; height: auto;
	background: #000099;
	border-top: 1px solid #ccc; border-bottom: 1px solid #666;
	text-align: left; text-decoration: none;
	font-family: Arial, Helvetica, san-serif; font-weight: bold; font-size: 14px; color: #fff;
	line-height: 20px; overflow: visible; padding-left: 30px;
	}
a.subnav3:hover, a.chosen3:hover {
	background: #FF6600;
	}
a.subnav3:active, a.chosen3:active {
	background:#000099;
	}
.break {display: none;}
/* IMPROVED Menu */
.InvNav
{
    /* menu wrapper div */
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.InvNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}
.InvNav a
{
    /* all links within the menu wrapper */
}
.InvNav li
{
    /* all list items */ /* -- Border around each menu item -- */
    border-bottom: 1px solid #666;
    border-top: 1px solid #CCC; /* added for opera browser to remove bullets on lists */
    list-style: none;
}
.InvNavSection {
	display: block;
    padding: 2px 5px 2px 1em;
    background-color: #000099;
    color: #FFF;
    text-decoration: none; /* added for opera */
    font-size: 14px;
    font-weight: bold;
}
.InvNav li a:link, .InvNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #a6da73;
    border-right: 1px solid #a6da73;
    background-color: #bce097;
    color: #000;
    text-decoration: none; /* added for opera */
    font-size: 14px;
    font-weight: bold;
}
.InvNav li a:hover
{
    background-color: #a6da73;
    color: #000;
}
.InvNav ul ul
{
    /* second level menu items */
    margin-left: 0px;
}
.InvNav ul ul li
{
    border-bottom: 1px solid #666;
    border-top: 1px solid #CCC; /* added for opera browser to remove bullets on lists */
    list-style: none;
    margin: 0;
}
.InvNav ul li a:link, .InvNav ul li a:visited
{
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #6666CC;
    border-right: 1px solid #6666CC;
    background-color: #A0A0DE;
    color: #FFF;
    text-decoration: none; /* added for opera */
    font-size: 14px;
    font-weight: bold;
}
.InvNav ul li a:hover
{
    background-color: 6666CC;
    color: #FFF;
}
.1stopTxt {
	padding: 2px;}
.1stopTxt ul {
	list-style-type: circle;
	margin-left: .5em;
	padding-left: 1em;}
.1stopTxt a {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;}

