/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
                color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
                font-weight: bold;
                /*margin-top: 15px;*/
}
.SubHead2    {
                color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
                font-weight: normal;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */


/* text style used for most text rendered by modules */
.Normal
{
                color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 13px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color:#339411;
line-height:20px;
}
A.CommandButton:visited  {
color:#339411;
line-height:20px;
}
A.CommandButton:active   {
color:#339411;
line-height:20px;
}
A.CommandButton:hover    {
color:#339411;
line-height:20px;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color:#0C7B09;
                font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:none;
}

A:visited   {
	color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:none;
}

A:active    {
	color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:none;
}

A:hover {
	color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Small Footprint style sheet */
.pageLink{
	/*color:#2F2F2F;*/
                color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:underline;
}
.pageLink a:link{
	color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:underline;
}
.pageLink a:visited{
	color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:underline;
}
.pageLink a:active{
	color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:underline;
}
.pageLink a:hover{
	color:#0C7B09;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	text-decoration:underline;
}
.bottomLinks{
	color: #696969;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
                font-weight: normal;
}
.bottomLinks a:link{
	color: #696969;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
                font-weight: normal;
}
.bottomLinks a:visited{
	color: #696969;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
                font-weight: normal;
}
.bottomLinks a:active{
	color: #696969;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
                font-weight: normal;
}
.bottomLinks a:hover{
	color: #696969;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
                font-weight: normal;
}
.pageTitle{
	color:#339411;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 18px;
	font-weight:none;
	background:url(/Portals/1/titleLine.jpg) no-repeat left bottom;
}
.pageTitleB{
	color:#339411;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 18px;
	font-weight:none;
	background:url(/Portals/1/titleLineB.jpg) no-repeat left bottom;
}
.pageTitleC{
	color:#339411;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 15px;
	font-weight:bold;
	background:url(/Portals/1/titleLineB.jpg) no-repeat left bottom;
}
.pageTitleD{
	color:#339411;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 18px;
	font-weight:normal;
	background:url(/Portals/1/titleLineD.jpg) no-repeat left bottom;
}

.pageText{
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
}
.agreement{
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 9px;
}
.agreement a:link{
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 9px;
}
.agreement a:visited{
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 9px;
}
.agreement a:active{
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 9px;
}
.agreement a:hover{
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 9px;
}
#dnn_ctr544_AnyFormV1_CF_11{color:#000000;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 13px;}
#dnn_ctr544_AnyFormV1_CF_12{color:#000000;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 13px;}
#dnn_ctr544_AnyFormV1_lboutmessage{color:#000000;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 13px;}

#dnn_ctr544_AnyFormV1_lbsend{background-color:#FFFFFF;
border: 1px solid #AAAAAA;
text-align: center;
padding-left: 35px;
padding-right: 35px;
height: 23px;
color:#2F2F2F;
text-decoration: none;
line-height: 23px;}

/* MENU STYLESHEET */

#LDmenu{
	list-style: none;
	margin:0;
	padding:0;
	text-decoration: none;
                MARGIN-TOP: -15px
}
html>body #LDmenu{
	list-style: none;
	margin:0;
	padding:0;
	text-decoration: none;
}
#LDmenu .mainMenu{
	list-style: none;
	margin:0;
	padding:0;
	background-image: url('/Portals/1/mainMenuOff.jpg');
	width: 259px;
	height: 28px;
	text-decoration: none;
                display: block;
}
#LDmenu .mainMenu a:hover{
	list-style: none;
	margin:0;
	padding:0;
	background-image: url('/Portals/1/mainMenuOn.jpg');
	width: 259px;
	height: 28px;
	padding-left: 35px;
	color:#ffffff;
	text-decoration: none;
                display: block;
}
html>body #LDmenu .mainMenu a:hover{
	list-style: none;
	margin:0;
	padding:0;
	background-image: url('/Portals/1/mainMenuOn.jpg');
	width: 224px;
	height: 28px;
	padding-left: 35px;
	color:#ffffff;
	text-decoration: none;
                display: block;
}

.menuLinks{
	font-family: Arial, Verdana;
	color:#545454;
	font-size: 14px;
	text-decoration: none;
	line-height: 27px;
	padding-left: 35px;
	width: 259px;
	height: 28px;
}
#LDmenu .subMenu{
	list-style: none;
	margin:0;
	padding:0;
	background-image: url('/Portals/1/subMenuOff.jpg');
	width: 259px;
	height: 28px;
	text-decoration: none;
                display: block;
}
#LDmenu .subMenu a:hover{
	list-style: none;
	margin:0;
	padding:0;
	background-image: url('/Portals/1/subMenuOn.jpg');
	width: 259px;
	height: 28px;
	padding-left: 48px;
	text-decoration: none;
                display: block;
}
html>body #LDmenu .subMenu a:hover{
	list-style: none;
	margin:0;
	padding:0;
	background-image: url('/Portals/1/subMenuOn.jpg');
	width: 211px;
	height: 28px;
	padding-left: 48px;
	text-decoration: none;
                display: block;
}

.submenuLinks{
	font-family: Arial, Verdana;
	color:#545454;
	font-size: 14px;
	text-decoration: none;
	line-height: 27px;
	padding-left: 48px;
	width: 259px;
	height: 28px;
}

/*  END MENU STYLESHEET */
#dnn_ctr546_FormMaster_lblRequired{display:none;}

/* BLOG */
#dnn_ctr577_Blog_lblLogin{display:none;}
#dnn_ctr576_BlogList_lstBlogs{margin-bottom:20px;}
#dnn_ctr575_MainView_ViewBlog_pnlBlogInfo{display:none;}
#dnn_ctr578_Search_cboBlogSelect{width:100px;}
#dnn_ctr578_Search_txtSearch{width:100px;}
#dnn_ctr579_ContentPane{width:190px;float:right;margin-left:10px;background-color:#ECECEC;}
#dnn_ctr578_ContentPane{width:190px;float:right;margin-left:10px;background-color:#ECECEC;}
#dnn_ctr576_ContentPane{width:190px;float:right;margin-left:10px;margin-top:15px;background-color:#ECECEC;}
#dnn_ctr575_ContentPane{width:610px;float:left;margin-right:10px;}
#dnn_ctr576_BlogList_lstBlogs__ctl1_lnkBlog{
                color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
                font-weight: bold;}
#dnn_ctr576_BlogList_lstBlogs__ctl0_lnkBlogIcon{display:none;}
#dnn_ctr576_BlogList_lstBlogs__ctl1_lnkBlogIcon{display:none;}


/* email sign up form */
#dnn_ctr586_FormMaster_lbl_ctl__20070829T040252{padding-right: 8px;}
#dnn_ctr586_FormMaster_lbl_ctl__20070829T040348{padding-right: 8px;}
#dnn_ctr586_FormMaster_lbl_ctl__20070829T040419{padding-right: 8px;}
.CommentsTitle{
	color:#339411;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 16px;
	font-weight:bold;
}
#dnn_ctr586_FormMaster_lblRequired{display:none;]
#Panel1{
border: 1px solid #ff0000;
}
.SubHead1{
                color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 12px;
                font-weight: normal;
/*                padding-top: 12px;*/
}
div{margin:0; padding:0;}
#dnn_ctr644_FormMaster_lblRequired{
display: none;
}
#dnn_ctr648_FormMaster_lblRequired{display:none;}
.formCkLeft{
                position:relative; left: -100px;
                left: -100;
	color:#2F2F2F;
	font-family: Arial, Georgia, Trebuchet MS, Sans-Serif;
	font-size: 14px;
                top: 10px;
}
#dnn_ctr688_FormMaster_lblRequired{display:none;}

#dnn_ctr679_Announcements_lstAnnouncements__ctl0_moreLink{color:#0C7B09;}
#dnn_ctr679_Announcements_lstAnnouncements__ctl1_moreLink{color:#0C7B09;}
#dnn_ctr679_Announcements_lstAnnouncements__ctl2_moreLink{color:#0C7B09;}
#dnn_ctr679_Announcements_lstAnnouncements__ctl3_moreLink{color:#0C7B09;}
#dnn_ctr679_Announcements_lstAnnouncements__ctl4_moreLink{color:#0C7B09;}
#dnn_ctr679_Announcements_lstAnnouncements__ctl5_moreLink{color:#0C7B09;}
#dnn_ctr679_Announcements_lstAnnouncements__ctl6_moreLink{color:#0C7B09;}
#dnn_ctr679_Announcements_lstAnnouncements__ctl0_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl0_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl1_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl2_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl3_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl4_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl5_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl6_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl7_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl8_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl9_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl10_moreLink{color:#0C7B09;}
#dnn_ctr681_Announcements_lstAnnouncements__ctl11_moreLink{color:#0C7B09;}


#dnn_ctr772_ViewEventsCalendar_link_prev{
font-family: Arial;
color:#333333;
font-size:12px;
text-decoration: underline;
}
#dnn_ctr772_ViewEventsCalendar_link_currentWeek{
font-family: Arial;
color:#333333;
font-size:12px;
text-decoration: underline;
}
#dnn_ctr772_ViewEventsCalendar_link_next{
font-family: Arial;
color:#333333;
font-size:12px;
text-decoration: underline;
}
#dnn_ctr776_FormMaster_lblRequired{display:none;}

.Gallery_AltHeaderText{font-family: Arial; color:#333333; font-size:12px; font-weight:normal;}
.Gallery_AltHeaderText:link{font-family: Arial; color:#333333; font-size:12px; font-weight:normal;}
.Gallery_AltHeaderText:visited{font-family: Arial; color:#333333; font-size:12px;font-weight:normal; }
.Gallery_AltHeaderText:active{font-family: Arial; color:#333333; font-size:12px; font-weight:normal;}
.Gallery_AltHeaderText:hover{font-family: Arial; color:#333333; font-size:12px; font-weight:normal;}

.isRSSListItem{text-decoration:underline;}

.grayLinks{font-family: Arial; color:#333333; font-size:12px; font-weight:normal; text-decoration:underline;}
.grayLinks a:link{font-family: Arial; color:#333333; font-size:12px; font-weight:normal; text-decoration:underline;}
.grayLinks a:visited{font-family: Arial; color:#333333; font-size:12px; font-weight:normal; text-decoration:underline;}
.grayLinks a:active{font-family: Arial; color:#333333; font-size:12px; font-weight:normal ;text-decoration:underline;}
.grayLinks a:hover{font-family: Arial; color:#333333; font-size:12px; font-weight:normal; text-decoration:underline;}

