/* ================================
    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 {
color: #000033;
}

A.OtherTabs:visited  {
color: #000033;
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
  font-family: Tahoma;
  font-size: 10pt; 
  color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  font-family: Tahoma;
  font-size: 10pt; 
  color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: tahoma;
font-size: 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: tahoma;
font-size: 8pt;
}

.Announce
{
font-family: tahoma;
font-size: 8pt;
}

.ReadMore
{
font-family: tahoma;
font-size: 8pt;
font-weight:bold;
font-decoaration: underline;
}
.NormalAnnounce
{
font-size: 9pt;
font-weight: bold;
color: #333333;
font-family: tahoma;
}
.NormalRed
{
}

.NormalBold
{
font-family: tahoma;
font-size: 10pt;
font-weight: bold;
}

/* 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 {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
font-size: 10pt;
font-weight: bold;
color: #000000;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #003EEF;
}

A:visited   {
color: #003EEF;
}

A:active    {
color: #003EEF;
}

A:hover {
color: #C77603;
}

SMALL   {
}

BIG {
}



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 {
}



/* ================================
    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: tahoma;
 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: tahoma;
 border-collapse: collapse;
 text-align: center;
 width: 400px;
 height: 400px;
}

.EventTitle
{
 font-weight: bold;
 font-size: 9pt;
 background-image: none;
 width: 100%;
 height: 100%;
 background-color: #617D1C;
 text-align: center;
}

.EventTitle, .EventTitle td
{
 font-weight: bold;
 font-size: 11pt;
 background-image: none;
 color: #ffffff;
 background-color: #617D1C;
 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: #ffffff !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: tahoma;
 background-color: silver;
}

.EventDay, .EventDay td
{
 font-size: 7pt;
 color: #0000ff !important;
 font-family: tahoma;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
 font-size: 7pt;
 color: #0000ff !important;
 font-family: tahoma;
}

.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;
} 

.NewsDiv {
border-bottom: 1px solid #DDD;
padding-bottom: 14px;
margin-bottom: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.NewsTitle h1 {
color: #000;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
line-height: 1.1em;
font-size:20px;
font-family: Georgia, "Times New Roman", Times, serif;
TEXT-ALIGN: left; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
PADDING-TOP: 4px
}

.NewsTitle a:link, .NewsTitle a:visited{color:#000000; font-weight:normal; text-decoration:none;}
.NewsTitle a:hover{color:#333333; font-weight:normal; text-decoration:underline;}

.NewsSummary {
font-size: 13px;
font-family: Georgia, Times New Roman, Verdana, Arial;
color:#111111;
TEXT-ALIGN: left; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
PADDING-TOP: 1px
margin-bottom: 5px;
line-height: 18px;
}

.NewsByline {
font-size: 11px;
margin: 4px 0 3px;
padding-left:2px;
}

.NewsTimestamp {
color: #930000;
font-size: 11px;
font-style: italic;
}

.NewsMore {
text-align:right;
color: #930000;
font-size: 12px;
padding-right:2px;
}

.NewsMore a:link, .NewsMore a:visited{color:#0000ff; font-weight:normal; text-decoration:underline;}
.NewsMore a:hover{color:#333333; font-weight:normal; text-decoration:underline;}

.NewsWrapper {
border-left: dotted 1px #666666; 
border-right: dotted 1px #666666; 
border-top: solid 4px #1c1c1c; 
border-bottom: solid 8px #666666; 
padding:2px;
}

.NewsHeader {
vertical-align:top; 
text-align:left;
}




.AnnouncementsDiv {
border-bottom: 1px solid #DDD;
padding-bottom: 14px;
margin-bottom: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
text-align:left;
}


.AnnouncementsWrapper {
border-left: dotted 1px #666666; 
border-right: dotted 1px #666666; 
border-top: solid 4px #1c1c1c; 
border-bottom: solid 8px #666666; 
padding:2px;
}

.AnnouncementsHeader {
vertical-align:top; 
text-align:left;

}

.AnnouncementsTitle h1 {
color: #000;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
line-height: 1.1em;
font-size:20px;
font-family: Georgia, "Times New Roman", Times, serif;
TEXT-ALIGN: left; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
PADDING-TOP: 4px
}
.AnnouncementsListSummary {
font-size: 13px;
color: #66aa81;
text-decoration:none;
}

.AnnouncementsSummary {
font-size: 13px;
color: #000000;
}


.AnnouncementsH {
color: #000;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
line-height: 1.1em;
font-size:20px;
font-family: Georgia, "Times New Roman", Times, serif;

}

.NoNews {
font-size: 13px;
color: #000000;
text-decoration:none;
padding-top:20px;
padding-bottom:20px;
padding-left:4px;
font-family: Georgia, "Times New Roman", Times, serif;
}


/* JOBS MODULE */

.JobsDiv {
border-bottom: 1px solid #DDD;
padding-bottom: 14px;
margin-bottom: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.JobsTitle h1 {
color: #000;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
line-height: 1.1em;
font-size:20px;
font-family: Georgia, "Times New Roman", Times, serif;
TEXT-ALIGN: left; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
PADDING-TOP: 4px
}

.JobsTitle h2 {
color: #000;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
line-height: 1.1em;
font-size:16px;
font-family: Georgia, "Times New Roman", Times, serif;
TEXT-ALIGN: left; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
PADDING-TOP: 4px
}

.JobsTitle a:link, .JobsTitle a:visited{color:#000000; font-weight:normal; text-decoration:none;}
.JobsTitle a:hover{color:#333333; font-weight:normal; text-decoration:underline;}

.JobsSummary {
font-size: 13px;
font-family: Georgia, Times New Roman, Verdana, Arial;
color:#111111;
TEXT-ALIGN: left; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
PADDING-TOP: 1px
margin-bottom: 5px;
line-height: 18px;
}

.JobsByline {
font-size: 11px;
margin: 4px 0 3px;
padding-left:2px;
}

.JobsTimestamp {
color: #930000;
font-size: 11px;
font-style: italic;
}

.JobsMore {
text-align:right;
color: #930000;
font-size: 12px;
padding-right:2px;
}

.JobsWrapper {
border-left: dotted 1px #666666; 
border-right: dotted 1px #666666; 
border-top: solid 4px #1c1c1c; 
border-bottom: solid 8px #666666; 
padding:2px;
}

.JobsHeader {
vertical-align:top; 
text-align:left;
}

.JobDate {
font-size: 13px;
font-family: Georgia, Times New Roman, Verdana, Arial;
color:#111111;
TEXT-ALIGN: left; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
PADDING-TOP: 1px
margin-bottom: 5px;
line-height: 18px;
}


/* HOME PAGE STYLING */

.homeDiv {
padding:2px;
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
line-height:1.1em;
width:588px;
text-align:center;
height:auto;

}

.homeDiv a:link, .homeDiv a:visited{color:#000000; font-weight:bold; text-decoration:none;}
.homeDiv a:hover{color:#333333; font-weight:bold; text-decoration:underline;}


.homeDiv h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#000000;
line-height:1.2em;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
text-align:left;	

}

.homeCell {
padding:4px 4px 4px 10px;
line-height:1.2em;
width:150px;
display:inline;
float:left;
text-align:left;

}

.homeCellLong {
padding:4px 4px 4px 10px;
line-height:1.2em;
width:406px;
display:inline;
float:left;
text-align:left;
}

.homeIntro {
border-bottom: dotted 1px #dddddd;
margin-bottom:10px;
padding:4px 4px 10px 4px;
line-height:1.4em;
letter-spacing: 0.06em;
width:588px;
display:inline;
float:left;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
text-align:left;
}

.homeIntroFirst {
line-height:1.1em;
letter-spacing: 0.001em;
font-family:Georgia, Geneva, sans-serif;
font-size:20px;
font-weight:bold;
}


.clear {
	clear:both;
}

.homeMoreInfo {
border-bottom: dotted 1px #dddddd;
margin-bottom:10px;
padding:4px 4px 10px 4px;
line-height:1.4em;
width:588px;
display:inline;
float:left;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
text-align:left;
}

.homeMoreInfo a:link, .homeMoreInfo a:visited{color:#000000; font-weight:bold; text-decoration:none;}
.homeMoreInfo a:hover{color:#333333; font-weight:bold; text-decoration:underline;}


.homeMoreInfo h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#000000;
line-height:1.2em;
font-weight:bold;
padding-top:8px;
padding-bottom:-2px;
text-align:left;	

}


.skinmaster{
position:relative;
z-index:0;
}

.menuTD {
position:relative;
z-index:10 !important;
}



