/* ================================
    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
{
}

.ControlPanel {
}

/* 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    {
}

/* 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
{
 color:rgb(54,71,81);
 font-size:11px;
 font-weight:normal;
 font-family:Arial, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.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 {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
 color:rgb(255,61,0);
 font-size:12px;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 padding-bottom:8px;
 border-bottom:1px solid rgb(68,210,82);
}

H2  {
 color:rgb(255,61,0);
 font-size:11px;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #0099FF;
text-decoration:underline;
}

A:visited   {
color: #0099FF;
text-decoration:underline;
}

A:active    {
}

A:hover {
color:#00FFFF;
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 {
}

body{ font-family: Arial, Helvetica, sans-serif;
 font-size:11px;}
.search_input_container{
 background-image:url(/Portals/4/search_input.gif);
 height:55px;
 width:190px;
 position:relative;
}
.SearchTextBox{
 position:absolute;
 top:25px;
 left:9px;
 width:148px;
 height:20px;
 border:1px solid rgb(80,121,151);
}
.search_button{
 position:absolute;
 top:25px;
 left:164px;
 width:18px;
 height:18px;
 background-image:url(/Portals/4/search_go.gif)
}
.nav_links a.normal:link{
 color:white;
 text-decoration:none;
}
.nav_links a.normal:hover{
 color:white;
 text-decoration:underline !important;
}
.nav_links a.normal:visited{
 color:white;
 text-decoration:none;
}

.yap_news_links a.normal:link{
 color:rgb(80,121,151);
 text-decoration:none;
}
.yap_news_links a.normal:hover{
 color:rgb(80,121,151);
 text-decoration:underline !important;
}
.yap_news_links a.normal:visited{
 color:rgb(80,121,151);
 text-decoration:none;
}

.FormLabelCell{
 padding:7px 0 7px 10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 color:Red;
}
.FormLabel{
 color:black;
}
.FormTextBox{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 padding-left:2px;
 width:200px;
}
.FormDropDownList{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 width:200px;
}
.FormTextArea{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 width:200px;
}
.FormSubmit{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 padding:5px;
 margin:0 5px 10px 84px;
}
.FormLabelControl{
 color:rgb(71,168,12);
}

.footer{
 background-color:#0093d0;
 color:white;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:normal;
 text-align:right;
 color:#FFFFFF;
 vertical-align:middle;
}

#dnn_footer { padding-top:5px;}

.footer .Normal {color:#FFFFFF;}

.footer a, .footer a:link, .footer a:visited{
 color:white;
 text-decoration:none;
}
.footer a:hover{
 color:white;
 text-decoration:underline;
}
.footer_item{
 color:white;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:normal;
}
a.EventName{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 color:black;
 border-bottom:1px dotted black;
 padding-bottom:7px;
 margin-left:4px; 
 display:block;
 text-decoration:none;
 width:165px;
}
a.EventName:visited{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 color:black;
 border-bottom:1px dotted black;
 padding-bottom:7px;
 margin-left:4px; 
 display:block;
 text-decoration:none;
 width:165px;
}
a.EventName:hover{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 color:black;
 border-bottom:1px dotted black;
 padding-bottom:7px;
 margin-left:4px; 
 display:block;
 text-decoration:underline;
 width:165px;
}
.EventDate{
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 color:rgb(255,61,0);
 margin-left:4px; 
 display:block; 
}


.forminput, .formtextarea, .formlabel{  font-family:Tahoma, Arial, Helvetica, sans-serif;  font-size:11px;}
.forminput, .formtextarea{ width:250px; height:20px; border:1px solid rgb(80,121,151);}

.forminput{ }
.formtextarea{ height:150px }
.formlabel{ display:block; margin-bottom:5px}

.fofform, .fofform td{ text-align:left; padding:10px 0 0 0}
.marg{ padding:25px 0 0 0}
.submitbtn{ margin:10px 0 30px 0; }





.menu_bar {background:#FFFFFF url(bg_nav.gif) 0px 1px repeat-x;}

.menu_bar .MainMenu_MenuContainer {}
.menu_bar .MainMenu_MenuItem td, .menu_bar .MainMenu_MenuItemSel td {height:32px;color: white;font-weight:normal;font-size:11px; padding:0px 10px;}
.menu_bar .MainMenu_MenuItem td {background:#0093d0 url(bg_nav.gif) top left repeat-x;}
.menu_bar .MainMenu_MenuItemSel td {background:#0173a2  url(bg_nav_r.gif) top left repeat-x;}

.MainMenu_SubMenu .MainMenu_MenuItem td.MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuItem td.MainMenu_MenuItemSel {border-top:1px solid #1aaae6 !important;border-bottom:none !important; height:25px;color: white;font-weight:normal;font-size:11px; padding:0px 10px;}
.MainMenu_SubMenu .MainMenu_MenuItem td.MainMenu_MenuItem {background:#0093d0;}
.MainMenu_SubMenu .MainMenu_MenuItem td.MainMenu_MenuItemSel {background:#0173a2  url(bg_nav_r.gif) bottom left repeat-x;}

.MainMenu_SubMenu {border-top:1px solid #FFFFFF; filter:none;}

.MainMenu_SubMenu .MainMenu_MenuIcon, .MainMenu_SubMenu .MainMenu_MenuIcon_sel, .MainMenu_SubMenu .MainMenu_MenuArrow, .MainMenu_SubMenu .MainMenu_RootMenuArrow {display:none !important;}


