/* 
logo blue 003399
blue highlight 330066
purple highlight 330033
purple 663366

================================
Skin styles for DotNetNuke
================================
*/   
/* 
================================
Skin styles for DotNetNuke
================================
*/   

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #cc66ff;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #cc66ff;
}
.skinmaster { BORDER-RIGHT: #660099 solid; BORDER-TOP: #660099 solid; BORDER-LEFT: #660099 solid; BORDER-BOTTOM: #660099 solid; HEIGHT: 100%; BACKGROUND-COLOR: #ffffff; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px }

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.Breadcrumb
{
	font-size: 10pt;
	color: black;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
}

A.Breadcrumb:link
{
	font-size: 10pt;
	color: darkslateblue;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
	text-decoration: none;
}

A.Breadcrumb:visited   {
    text-decoration:    none;
	font-size: 10pt;
	color: black;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
}

A.Breadcrumb:active    {
    text-decoration:    none;
	font-size: 10pt;
	color: black;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
}

A.Breadcrumb:hover
{
	font-size: 10pt;
	color: black;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
	text-decoration: underline overline;
}

.navMenu
{
	color: white;
	background-color: #000066;
}

.navCopywrite
{
	height: 30px;
	background-color: #ffcc33;
}

.FooterText
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Sans-Serif;
}

A.FooterText:link
{
	font-size: 10pt;
	color: darkslateblue;
	font-family: Verdana, Tahoma, Sans-Serif;
	text-decoration: none;
}

A.FooterText:visited   {
    text-decoration:    none;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma, Sans-Serif;
}

A.FooterText:active    {
    text-decoration:    none;
	font-size: 10t;
	color: black;
	font-family: Verdana, Tahoma, Sans-Serif;
}

A.FooterText:hover
{
	font-size: 10pt;
	color: darkslateblue;
	text-decoration: underline overline;
	font-family: Verdana, Tahoma, Sans-Serif;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, TD.Normal
{
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

/* text style used for FAQs */
.faqQuestion
{
	font-weight: bold;
	color: #660099;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
}

.faqAnswer
{
	color: black;
	font-family: 'Comic Sans MS' , Tahoma, Sans-Serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: .8em;
    font-weight: normal;
}
.main_dnnmenu_container
{
	color: white;
	background-color: #000066;
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 0px;
	cursor: hand;
	color: white;
	padding-top: 0px;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;
	background-color: #000066;
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


/* ================================
    CSS STYLES FOR Module Event
   ================================
*/

.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: black 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: black;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.EventTitle
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	width: 100%;
	background-color: #000066;
	text-align: center;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: white;
	background-color: #000066;
	text-align: center;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: darkblue !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: darkblue !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #ccff99;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: bold;
}

.EventSelector
{
	background-color: #c0c0e0;
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	

/* styles for the articles by category module */
.ArticleTitle,
.ArticleTitle a,
.ArticleTitle a:visited,
.ArticleTitle a:hover
{
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	color: #663399;
}

.FancyHeader {
	background-color: AA0700;
	color: white;
	font-size: 18px;
}
.FancyBody {
	background-color: E1D5BB;
	color: 91856B;
	border-top: 1px dotted black;
}
