/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/  

/* GENERAL */

/* style for module titles */
.Head   {
    font-size:  14px;
    font-weight: bold;
    color: #6E6E6E;
}


/* text style for the unselected tabs */
.OtherTabs {
	font-size: 10pt;
	color:#000000;			/*6e6e6e*/
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration:    none;
	color:#000000;			/*6e6e6e*/
	font-weight: normal;
	font-size: 11pt;
}

A.OtherTabs:visited  {
	text-decoration:    none;
	color:#6E6E6E;
	font-weight: normal;
	font-size: 11pt;
}

A.OtherTabs:active   {
	text-decoration:    none;
	color:#6E6E6E;
	font-weight: normal;
	font-size: 11pt;
}

A.OtherTabs:hover    {
	text-decoration:    underline;
	color:#6E6E6E;
	font-weight: normal;
	font-size: 11pt;
}

#ParentMenu 
{
	padding:0px;
	margin:0px;
	height:29px;
}
#ChildMenu 
{
	padding:0px;
	margin:0px;
	background:red;
	height:29px;
}

/* ################################# */
/*         Protection                   */
/* ################################# */
.spmbar 
{
}
.spmitm 
{
}
.spmitm 
{
}
.Settings 
{
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	font-family:Arial, Sans-Serif;
}
.NormalBold  {
	font-size: 11pt;
	font-weight: bold;
	color: #6E6E6E;
	font-family:Arial, Sans-Serif;
}

.Normal  {
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	font-family:Arial, Sans-Serif;
}

.NormalDisabled  {
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	font-family:Arial, Sans-Serif;
}

a:link {
	font-size: 11pt;
	color: #6e6e6e;				/*our change, before was #6E6E6E*/
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
a:visited {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
a:hover {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: underline;
	font-family:Arial, Sans-Serif;
}
a:active {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
body {
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	font-family:Arial, Sans-Serif;
}
table, td
{
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	font-family:Arial, Sans-Serif;
}
p {
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	font-family:Arial, Sans-Serif;

	
}
.title {
	font-size: 14pt;
	font-weight: bold;
	color: #6E6E6E;
	font-family:Arial, Sans-Serif;
}
.SubHead {
	font-size: 11pt;
	font-weight: bold;
	color: #FF6400;
	font-family:Arial, Sans-Serif;
}
.SubHeadBlue {
	font-size: 11pt;
	font-weight: bold;
	color: #005291;
	font-family:Arial, Sans-Serif;
}
.Footer {
	font-size: 9pt;
	color:#136098;
	text-decoration: none;
	font-weight: normal;
	font-family:Arial, Sans-Serif;
}
A.Footer:link {
	text-decoration:    none;
	color:#136098;
	font-weight: normal;
	font-size: 9pt;
	font-family:Arial, Sans-Serif;
}

A.Footer:visited  {
	text-decoration:    none;
	color:#136098;
	font-weight: normal;
	font-size: 9pt;
	font-family:Arial, Sans-Serif;
}

A.Footer:active   {
	text-decoration:    none;
	color:#136098;
	font-weight: normal;
	font-size: 9pt;
	font-family:Arial, Sans-Serif;
}

A.Footer:hover    {
	text-decoration:    underline;
	color:#136098;
	font-weight: normal;
	font-size: 9pt;
	font-family:Arial, Sans-Serif;
}
.NormalSmall {
	font-size: 10pt;
	color: #6E6E6E;
	font-family:Arial, Sans-Serif;
}
.NormalBoldSmall {
	font-size: 10pt;
	font-weight: bold;
	color: #6E6E6E;
	font-family:Arial, Sans-Serif;
}
.SubHead {
	font-size: 11pt;
	font-weight: bold;
	color: #6E6E6E;
}
.CommandButton {
	font-size: 11pt;
	font-weight: normal;
	color: #6E6E6E;
	font-family:Arial, Sans-Serif;
	margin-left:2px;
	margin-right:2px
}
A.CommandButton:link {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: none;
	font-style: normal;
	font-family:Arial, Sans-Serif;
}
A.CommandButton:visited {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: none;
	font-style: normal;
	font-family:Arial, Sans-Serif;
}
A.CommandButton:hover {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: underline;
	font-style: normal;
	font-family:Arial, Sans-Serif;
}
A.CommandButton:active {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: none;
	font-style: normal;
	font-family:Arial, Sans-Serif;
}
.NormalBoldRed {
	font-size: 11pt;
	font-weight: bold;
	color: #660000;
	font-family:Arial, Sans-Serif;
}
/* Search */
.SkinObject {
	font-size: 11pt;
	font-weight: bold;
	color: #6E6E6E;
	font-family:Arial, Sans-Serif;
}
A.SkinObject:link {
	font-size: 11pt;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
A.SkinObject:visited {
	font-size: 11pt;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
A.SkinObject:hover {
	font-size: 11pt;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: underline;
	font-family:Arial, Sans-Serif;
}
A.SkinObject:active {
	font-size: 11pt;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
.skinCopyright
{
	color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}

/*Skin Object Attributes */

#Breadcrumb 
{
	clear: both;
	color: #6E6E6E;
   font-size:11pt;
   margin-left:20px;
}
.skinBreadcrumb 
{
	color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
A.skinBreadcrumb:link {
   color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
A.skinBreadcrumb:visited  
{
   color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
.skinSearch 
{
	color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
A.skinSearch:link {
   color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
A.skinSearch:visited  
{
   color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
.skinSearch img
{
	margin-top:3px;
}
.skinLogin 
{
	color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
A.skinLogin:link {
   color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}
A.skinLogin:visited  
{
   color: #6E6E6E;
	font-size: 11pt;
	font-family:Arial, Sans-Serif;
}


h1 
{
   color: #005291;
	font-size: 20pt;			/*our change before was 30pt*/
	margin-bottom: 0;
	font-family:Times New Roman, Arial;
}
h2
{
	color: #005291;
	font-size: 15pt;			/*our change before was 20pt*/
	margin-bottom: 0;
	font-family:Times New Roman, Arial;
}
h3
{
	color: #6e6e6e;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}
h4
{
	color: #E96A12;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}
h5
{
	color: #6e6e6e;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}
ul
{
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	list-style-type: square;
	margin-bottom: 0;
	margin-top: 0;
	font-family:Arial, Sans-Serif;
}
li {
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	list-style-type: square;
	font-family:Arial, Sans-Serif;
}
ul li
{
	font-size: 11pt;
	color: #6E6E6E;
	font-weight:normal;
	list-style-type: square;
	font-family:Arial, Sans-Serif;
}
p 
{
	font-size: 11pt;
	margin: 0 0 1em;
	font-family:Arial, Sans-Serif;
}

/* Articles Listing layout */
.jmore 
{
	color: #6e6e6e;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}


.jmore a:hover
{
	color: #E96A12;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}

.jmore a:visited
{
	color: #E96A12;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}

.jmore a:active
{
	color: #E96A12;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}

.jmore a:link
{
	color: #E96A12;
	font-size: 11pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}


h2.listtext
{
	color: #005291;
	font-size: 15pt;
	margin-bottom: 0;
	font-family:Times New Roman, Arial;
}

h2.listtext a:visited 
{
	color: #005291;
	font-size: 15pt;
	margin-bottom: 0;
	font-family:Times New Roman, Arial;
}

h2.listtext a:active 
{
	color: #005291;
	font-size: 15pt;
	margin-bottom: 0;
	font-family:Times New Roman, Arial;
}
h2.listtext a:link 
{
	color: #005291;
	font-size: 15pt;
	margin-bottom: 0;
	font-family:Times New Roman, Arial;
}
h2.listtext a:hover 
{
	color: #005291;
	font-size: 15pt;
	margin-bottom: 0;
	font-family:Times New Roman, Arial;
}


/* #####referme */
.dnn_ReferMe_pnlLayout 
{
	display:inline;	
}

.dltCategories
{
	padding: 5px;
	font-size: 11pt;
	background: #f5f5f5;
	color: black;
}
#MediaWrapper
{
	z-index:999;
	position:absolute;
	padding:20px;
/*	background:transparent url(media/bkgrnd.png); */
	display:none;
}
#MediaClose 
{
	background:url(icon_no.gif) no-repeat;
	width:20px;
	height:20px;
	float:right;
}
#MediaPlayer 
{
/*	background:transparent url(media/bkgrnd.png) no-repeat; */
}
#PrintClear 
{
	display:none;
	padding: 5px;
	font-size: 11pt;
	background: #f5f5f5;
	color: black;dnn_janetSIGNIN_cmdPassword
}
/* ################### */
/*			Login*/
/* ################### */
#dnn_janetSIGNIN_pnlLogin 
{
	margin:0;
	padding:0;
}
#dnn_janetSIGNIN_pnlLogin table 
{
	text-align:center;
	height:18px;
}
#dnn_janetSIGNIN_plUsername, #dnn_janetSIGNIN_plPassword, #dnn_janetSIGNIN_cmdPassword CommandButton
{
	color:#000000;
	/*color:#005291;*/
	font-size: 9pt;
font-weight:bold;
}
#dnn_janetSIGNIN_tdRegister , #dnn_janetSIGNIN_tdLogin  
{
	width: 86px;
	height:18px;
}
#dnn_janetSIGNIN_cmdRegister , #dnn_janetSIGNIN_cmdLogin
{
	font-size: 9pt;
	color:#000000;
	/*color:#ec6c0b; */
	cursor:pointer;
	height:18px;
}
#dnn_janetSIGNIN_tdLogin, #dnn_janetSIGNIN_tdRegister 
{
	background: url(images/signin.png) no-repeat;
	background-position:50% 50%;
}
A#dnn_janetSIGNIN_cmdRegister:link, A#dnn_janetSIGNIN_cmdRegister:active, A#dnn_janetSIGNIN_cmdRegister:visited,
A#dnn_janetSIGNIN_cmdLogin:link, A#dnn_janetSIGNIN_cmdLogin:active, A#dnn_janetSIGNIN_cmdLogin:visited
{
	font-size:9pt;
	font-weight:bold;
} 
 A#dnn_janetSIGNIN_cmdRegister:hover,
 A#dnn_janetSIGNIN_cmdLogin:hover
{
	font-size:9pt;
	color:#000000;
	/*color:#ec6c0b; */
	text-decoration:underline;
	cursor:pointer;
	font-weight:bold;
} 

A#dnn_janetSIGNIN_cmdPassword:link, A#dnn_janetSIGNIN_cmdPassword:active, A#dnn_janetSIGNIN_cmdPassword:visited
{
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	/*color:#005291; */
}  
 A#dnn_janetSIGNIN_cmdPassword:hover
{
	font-size:9pt;
	color:#000000;
	text-decoration:underline;
	/*color:#005291; */
}  
A.PrintPage:link, A.PrintPage:active, A.PrintPage:visited
{
	font-size:9pt;
	color: #ec6c0b;
}
 A.PrintPage:hover
{
	font-size:9pt;
	color: #ec6c0b;
	text-decoration:underline;
}
#dnn_janetSIGNIN_txtUsername, #dnn_janetSIGNIN_txtPassword 
{
	width:80px;
}
 .searchbox{  height:29px; text-align:right; padding-top:3px;
	font-size:9pt;}
 .searchbox img{margin:top:5px;}

.SkyscraperPane 
{
	width:280px;
}
#dnn_dnnSEARCH_txtSearch 
{
	font-size:9pt;
}

.smallregtext
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:xx-small; 
	text-decoration:none; 
}


/* accordian listing */
h3.listtext1
{
display:inline;
}
h3.listtext1
{
font-weight: bold;
color: #005291;
font-size:9pt;
margin-bottom: 0;
font-family:Times New Roman, Arial;
}
h3.listtext1 a:hover
{
font-weight: bold;
color: #005291;
font-size: 11pt;
margin-bottom: 0;
font-family:Times New Roman, Arial;
}
h3.listtext1 a:visited
{
font-weight: bold;
color: #005291;
font-size: 11pt;
margin-bottom: 0;
font-family:Times New Roman, Arial;
}
h3.listtext1 a:active
{
font-weight: bold;
color: #005291;
font-size: 11pt;
margin-bottom: 0;
font-family:Times New Roman, Arial;
}
h3.listtext1 a:link
{
font-weight: bold;
color: #005291;
font-size: 11pt;
margin-bottom: 0;
font-family:Times New Roman, Arial;
}


/* Articles Listing layout */
.jmore1 
{
	color: #6e6e6e;
	font-size: 9pt;
	margin-bottom: 0;
	font-family:Arial, Sans-Serif;
}


.jmore1 a:hover
{
font-weight: bold;
color: #e96a12; 	/*e96a12*/
font-size: 9pt;
margin-bottom: 0;
font-family:Arial, Sans-Serif;
}
.jmore1 a:visited
{
font-weight: bold;
color: #e96a12;
font-size: 9pt;
margin-bottom: 0;
font-family:Arial, Sans-Serif;
}
.jmore1 a:active
{
font-weight: bold;
color: #e96a12;
font-size: 9pt;
margin-bottom: 0;
font-family:Arial, Sans-Serif;
}
.jmore1 a:link
{
font-weight: bold;
color: #e96a12;
font-size: 9pt;
margin-bottom: 0;
font-family:Arial, Sans-Serif;
}
.gridvid a:visited {font-size:7pt; font-weight:bold}
.gridvid a:link {font-size:7pt; font-weight:bold}
.gridvid a:active {font-size:7pt; font-weight:bold}
.gridvid a:hover {font-size:7pt; font-weight:bold}


