/* ================================
    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
{margin:0; margin-left:10; padding:0; background-color:#ffffff; font-family:verdana,arial,helvetica,sans-serif; line-height: 14px}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; line-height: 14px; color: #333333; text-decoration:none;}

/* hyperlink style for the selected tab */
A.SelectedTab:link {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #0A2FA9; text-decoration:underline;
}

A.SelectedTab:visited {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #0A2FA9; text-decoration:underline;}

A.SelectedTab:active  {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #0A2FA9; text-decoration:underline;}

A.SelectedTab:hover   {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #333333; text-decoration:underline;}

/* 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 {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; line-height: 14px; color: #333333; text-decoration:none;}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Normal:link {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #0A2FA9; text-decoration:underline;}

A.Normal:visited  {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #0A2FA9; text-decoration:underline;}

A.Normal:active   {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #0A2FA9; text-decoration:underline;}

A.Normal:hover    {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #333333; text-decoration:underline;}

/* 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    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
list-style-type: disc;
font-weight: normal;
}

UL LI LI    {
font-weight: normal;
}

UL LI LI LI {
font-weight: normal;
}

OL LI   {
font-weight: normal;
}

OL OL LI    {
font-weight: normal;
}

OL OL OL LI {
font-weight: normal;
}

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 {
	cursor: pointer; 
	cursor: hand;
	height: 18px;
	background-color: Transparent;
}

/* Menu */
.MainMenu_MenuItem  {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; line-height: 14px; color: #FFFFFF; text-decoration:none; font-weight: bold;}
A.MainMenu_MenuItem:visited {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #FFFFFF; text-decoration:none;}
A.MainMenu_MenuItem:link {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #FFFFFF; text-decoration:none;}
A.MainMenu_MenuItem:active {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #FFFFFF; text-decoration:none;}

/* Menu Rollover  */
.MainMenu_MenuItemSel {
cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:10px; 
	font-weight: bold; 
	font-style: normal;
	padding: 0px;
	height: 10px;
	background-color: Transparent;
	
}

.MainMenu_MenuIcon {
}

/* SubMenu */
.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #6F96B7; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
    border-bottom: 1px solid white; 
    border-left: 0px; 
    border-top: 1px solid white; 
    border-right: 0px;
}
/* SubMenu Rollover  */
.MainMenu_SubMenuItemSel
{
     background-color: #C1D2EE;
    color: #333333;
}

/* extra space on separator, keep empty  */
.MainMenu_MenuBreak {
	
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}




.text9 {font-family:verdana, arial, helvetica, sans-serif; font-size: 9px; line-height: 12px; color: #3333333; text-decoration:none;}
.text11 {font-family:verdana, arial, helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #666666; text-decoration:none; font-weight: bold;}
.red {font-family:verdana, arial, helvetica, sans-serif; font-size: 9px; line-height: 10px; color: #cc3300; text-decoration:none;}
.bluebold {font-family:verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #0144C0; text-decoration:none; font-weight: bold;}
.header {font-family:verdana, arial, helvetica, sans-serif; font-size: 14pt; line-height: 17pt; color: #0144C0; text-decoration:none; font-weight: bold;}
.subheader {font-family:verdana, arial, helvetica, sans-serif; font-size: 12pt; line-height: 15pt; color: #333333; text-decoration:none; font-weight: bold;}
.mission {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; line-height: 15px; color: #FFFFFF; text-decoration:none;}
.announcement {font-family:verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #cc3300; text-decoration:none; font-weight: bold;}
.largetext {font-family:verdana, arial, helvetica, sans-serif; font-size: 14pt; line-height: 17pt; color: #333333; text-decoration:none; font-weight: bold;}
.largetextred {font-family:verdana, arial, helvetica, sans-serif; font-size: 14pt; line-height: 17pt; color: #cc3300; text-decoration:none; font-weight: bold;}


.content a,.content {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; line-height: 15px; color: #333333; text-decoration:none;}
.content a:visited {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #0144C0; text-decoration:underline;}
.content a:link {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #0144C0; text-decoration:underline;}
.content a:active {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #0144C0; text-decoration:underline;}
.content a:hover {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #333333; text-decoration:underline;}

.topnav a,.topnav {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; line-height: 14px; color: #FFFFFF; text-decoration:none; font-weight: bold;}
.topnav a:visited {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #FFFFFF; text-decoration:none;}
.topnav a:link {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #FFFFFF; text-decoration:none;}
.topnav a:active {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #FFFFFF; text-decoration:none;}
.topnav a:hover {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #FFFFFF; text-decoration:underline;}

.contentwhite a,.contentwhite {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; line-height: 15px; color: #FFFFFF; text-decoration:none;}
.contentwhite a:visited {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #FFFFFF; text-decoration:underline;}
.contentwhite a:link {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #FFFFFF; text-decoration:underline;}
.contentwhite a:active {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #FFFFFF; text-decoration:underline;}
.contentwhite a:hover {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: #333333; text-decoration:underline;}

.gray a,.gray {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; line-height: 14px; color: #999999; text-decoration:none;}
.gray a:visited {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #999999; text-decoration:none;}
.gray a:link {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #999999; text-decoration:none;}
.gray a:active {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #999999; text-decoration:none;}
.gray a:hover {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: #0144C0; text-decoration:underline;}



.submitform {font-family:verdana,arial,helvetica,sans-serif; border:1px solid #89AA72; font-size:9px; color:#666666; width:135px; height:18px;}
.button {font-family:verdana,arial,helvetica,sans-serif; font-size:10px; color:#666666; width:70px; height:22px; font-weight:bold;}

.blueleftborder{border-left: 1px solid #5C85C2;}
.bluerightborder{border-right: 1px solid #5C85C2;}
.bluebottomborder{border-bottom: 1px solid #5C85C2;}
.bluetopborder{border-top: 1px solid #5C85C2;}

.homeNewsCellborder{
background-color:#82A3BE;
border-bottom: 1px solid;
border-bottom-color: #3B6EB9;
border-top: 1px solid;
border-top-color: #3B6EB9;
border-left: 1px solid;
border-left-color: #3B6EB9;
border-right: 1px solid;
border-right-color: #3B6EB9;
}

.contentborder{
border-bottom: 1px solid;
border-bottom-color: #3B6EB9;
border-top: 1px solid;
border-top-color: #3B6EB9;
border-left: 1px solid;
border-left-color: #3B6EB9;
border-right: 1px solid;
border-right-color: #3B6EB9;
}

.GrayCellborder{
border-bottom: 1px solid;
border-bottom-color: #CCCCCC;
border-top: 1px solid;
border-top-color: #CCCCCC;
border-left: 1px solid;
border-left-color: #CCCCCC;
border-right: 1px solid;
border-right-color: #CCCCCC;
}


#marqueecontainer{
	position: relative;
	width: 244px;
	height: 92px;
	overflow: hidden;
	border: 0px;
	padding: 5px;
	
}



