/*---- Master Style Sheet for DNN ----*/   

body {
	margin: 0;
	background-color: #E3D1BC;
	border-top: 5px solid #006F49;
}

#wrapper {
	border-left:1px solid #006F49;
	border-right:1px solid #006F49;
	border-bottom:1px solid #006F49;
	background-color:#FFFFFF;
}

#branding {
	margin: 0 0 0 10px;
	float: left;
}

#header {
	top: 94px;
	position: relative;
	float: right;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.divide {
	vertical-align: middle;
}

.menu-cell {
	padding: 0 10px;
}

.search-cell {
	padding: 0 10px;
}

.Search label {
	display: none;
}

#dnn_dnnSEARCH_optWeb {
	display: none;
}

#dnn_dnnSEARCH_optSite {
	display: none;
}

.search-cell input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006F49;
	background: F1F1F1;
	border: 1px solid #FFF
}

#subnav {
	border:1px solid #FFF;
}

.sub1 {
	padding: 5px 6px 5px 14px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	background: url(breadicon.gif) no-repeat left;
}

.sub2 {
	padding: 5px 6px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-left: 1px solid #FFF;
}

.sub3 {
	padding: 5px 6px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-left: 1px solid #FFF;
}

.sub4 {
	padding: 5px 6px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-left: 1px solid #FFF;
}

.sub4 a:link { color: #FFFFFF; text-decoration: underline }
.sub4 a:active { color: #FFFFFF; text-decoration: underline }
.sub4 a:visited { color: #FFFFFF; text-decoration: underline }
.sub4 a:hover { color: #FFFFFF; text-decoration: none }

#footer {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#footerRule {
	padding: 10px 0 0 0;
	border-top: 1px solid #F4C78C;
}


/* --------------------------------------------------------------- */

.FuturePane {
	width: 286px;
	background: #F8D9B1;
	padding: 5px;
}

.FuturePane p, .FuturePane td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.GovernmentPane {
	width: 286px;
	background: #A8CEC1;
	padding: 5px;
}

.GovernmentPane p, .GovernmentPane td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ResidentsPane {
	width: 286px;
	background: #A8CEC1;
	padding: 5px;
}

.ResidentsPane p, .ResidentsPane td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ContentPane {
	padding: 10px 11px;
}

.ContentPane p, .ContentPane td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.LeftPane {
	padding: 10px 0 10px 11px;
}

.LeftPane p, .LeftPane td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.RightPane {
	padding: 10px 11px 10px 0;
}

.RightPane p, .RightPane td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#FFFFFF;
	border: none;
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color: #ffffff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}

A.SelectedTab:active {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}

A.SelectedTab:hover {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:active {
    text-decoration: underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover {
    text-decoration: underline;
    font-weight: bold;
	color:#FFFFFF;
}

.Login {
}

A.Login:link {
	color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

A.Login:visited {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

A.Login:active {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

A.Login:hover {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


/* GENERAL */
/* style for module titles */
.Head { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #333333; }

/* style of item titles on edit and admin pages */
.SubHead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003366; }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: black; }

/* text style used for most text rendered by modules */
.Normal { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
.NormalRed { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ff0000; }
.NormalBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
A.CommandButton:link    { text-decoration: underline; color: #003366; }
A.CommandButton:visited { text-decoration: underline; color: #003366; }
A.CommandButton:active  { text-decoration: underline; color: #003366; }
A.CommandButton:hover   { text-decoration: underline; color: #ff0000; }
    
/* GENERIC */

H2, H3, H4, H5, H6 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #006F49; }

A:link    { text-decoration: underline; color: #0000FF; }
A:visited { text-decoration: underline; color: #9900CC; }
A:active  { text-decoration: underline; color: #FF0000; }
A:hover   { text-decoration: none; color: #000000; }

UL          { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
OL          { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
UL LI       { list-style-type: square ; }
UL LI LI    { list-style-type: disc; }
UL LI LI LI { list-style-type: circle; }
OL LI       { list-style-type: decimal; }
OL OL LI    { list-style-type: lower-alpha; }
OL OL OL LI { list-style-type: lower-roman; }

HR { color: dimgrey; height: 1pt; text-align: left; }

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    

.Message {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/* style of item titles by Announcements and events */

.ItemTitle {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}

/* Menu CSS */

.MenuBg {
	BACKGROUND: url(menu-bg.gif) repeat-x;
	height: 31px;
}

.MainMenu_MenuContainer {
	HEIGHT: 31px;
	border: none;
}
	
.MainMenu_MenuBar {
	HEIGHT: 31px;
	background: url(menu-bg.gif) repeat-x;
}

/*sub menu items*/
.MainMenu_MenuItem {
	font-weight: bold;
	font-size: 13px; 
	COLOR: #fff; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px; 
	border-left: 0px solid #8C8E4D;
	border-bottom: 0px solid #8C8E4D;
	border-top: 0px solid #8C8E4D;
	border-right: 0px solid #8C8E4D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
}
.MainMenu_MenuItemSel {
	font-weight: bold;
	font-size: 13px; 
	background-color: #FFF; 
	color: #006F49; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px;
	border-left: 0px solid #8C8E4D;
	border-bottom: 0px solid #8C8E4D;
	border-top: 0px solid #8C8E4D;
	border-right: 0px solid #8C8E4D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	height: 20px;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	BACKGROUND-COLOR: #FFF;
	PADDING-TOP: 0px;
	HEIGHT: 20px;
	border-left: 0px solid #003366;
	border-top: 0px solid #003366;
	border-bottom: 0px solid #003366;
	border-right: 0px none;
	DISPLAY: none;
}

.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #006F49;
	FILTER: ; 
	CURSOR: hand;
	PADDING: 3px;
	BORDER: 2px solid #FFF; 
}

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}
.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.MainMenu_LeftOff{
	PADDING-LEFT: 5px;
	BACKGROUND: url(tab_left_off.gif) no-repeat right;
	HEIGHT: 31px;
}
.MainMenu_LeftOn{
	PADDING-LEFT: 5px;
	BACKGROUND: url(tab_left_on.gif) no-repeat right;
	HEIGHT: 31px;
}

.MainMenu_RightOff {
	PADDING-LEFT: 5px;
	BACKGROUND: url(tab_right_off.gif) no-repeat left;
	HEIGHT: 31px;
}

.MainMenu_RightOn {
	PADDING-LEFT: 5px;
	BACKGROUND: url(tab_right_on.gif) no-repeat left;
	HEIGHT: 31px;
}

.MainMenu_Normal {
	BACKGROUND: url(tab_bg_off.gif) repeat-x 50%; 
	HEIGHT: 31px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.MainMenu_Selected {
	background: url(tab_bg_on.gif) repeat-x 50%;
	HEIGHT: 31px;
	font-weight: bold;
	color: #006F49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.MainMenu_BreadcrumbActive {
	BACKGROUND: url(tab_bg_on.gif) scroll repeat-x 50%;
	HEIGHT: 31px;
	color: #006F49;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.MainMenu_Active {
	BACKGROUND: url(tab_bg_on.gif) repeat-x 50%; 
	HEIGHT: 31px;
	color: #006F49;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.curr {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
 
.BreadCrumb {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:active {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.BreadcrumbSeparator {
	color: #FFF;
}

.Copyright {
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}

.Search {
	color: #FFF;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

A.Search:link {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

A.Search:hover {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

A.Search:active {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

A.Search:visited {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

.EventLink, .DayLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


