/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

P
{
	line-height:16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #464441;
	margin-bottom:0px;
	margin-top:0px;
}

/* 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   {
	font-weight: bold;
	font-size: 16px;
	color: #00618a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #00618a;
}

/* 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
{
	line-height:16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #464441;
	margin-bottom:0px;
	margin-top:0px;
}

/* 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     {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #00618a;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #00618a;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #00618a;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #00618a;
}
    
/* GENERIC */
H1  {
	font-weight: bold;
	font-size: 20px;
	color: #00618a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-top:1px;
	padding-left:32px;
}

H2  {
	font-weight: bold;
	font-size: 16px;
	color: #00618a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

H3  {
	font-weight: bold;
	font-size: 14px;
	color: #00618a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL{
	margin-bottom:10px;
	margin-top:5px;
}

UL LI
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#3D3938;
	list-style-image:url(img/maior.gif);
}
UL LI LI
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3938;
	list-style-type: circle;
}
UL LI LI LI
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3938;
	list-style-type: circle;
}
OL LI
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image:url(img/maior.gif);
	color:#3D3938;
}
OL OL LI
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3938;
}
OL OL OL LI
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3938;
}
HR
{
	color: #000000;
	height: 1pt;
	text-align: left;
}

/* 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 {
}

.MenuText, A.MenuText:link, A.MenuText:visited, A.MenuText:hover, A.MenuText:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
	background-color: #4286A5;
	border-right: solid 1px #ffffff;
	line-height: 24px;
	padding: 4px 4px 5px 1px;
}

.MenuTextLast, A.MenuTextLast:link, A.MenuTextLast:visited, A.MenuTextLast:hover, A.MenuTextLast:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
	background-color: #4286A5;
	line-height: 24px;
	padding: 4px 4px 5px 1px;
}


.MenuTextSelected, A.MenuTextSelected:link, A.MenuTextSelected:visited, A.MenuTextSelected:hover, A.MenuTextSelected:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
	background-color: #00618A;
	border-right: solid 1px #ffffff;
	line-height: 24px;
	padding: 4px 4px 5px 1px;
}

.MenuTextSelectedLast, A.MenuTextSelectedLast:link, A.MenuTextSelectedLast:visited, A.MenuTextSelectedLast:hover, A.MenuTextSelectedLast:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
	background-color: #00618A;
	line-height: 24px;
	padding: 4px 4px 5px 1px;
}

.CssNavigatortbl
{	
	vertical-align:top;
	background-color: #4286A5;
}

.CssNavigator
{
	height: 24px;
	background-color: #4286A5;
}

.MenuTextSecond, A.MenuTextSecond:link, A.MenuTextSecond:visited, A.MenuTextSecond:hover, A.MenuTextSecond:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4286A5;
	font-weight: bold;
	text-decoration: underline;
	text-align:left;
	vertical-align:text-bottom;
}


.MenuTextAdmin, A.MenuTextAdmin:link, A.MenuTextAdmin:visited, A.MenuTextAdmin:hover, A.MenuTextAdmin:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4286A5;
	font-weight: bold;
	text-decoration: underline;
	text-align:left;
	vertical-align:text-bottom;
}

.MenuTextAdminSelected, A.MenuTextAdminSelected:link, A.MenuTextAdminSelected:visited, A.MenuTextAdminSelected:hover, A.MenuTextAdminSelected:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4286A5;
	font-weight: bold;
	text-decoration: underline;
	text-align:left;
	vertical-align:text-bottom;
}

.MenuSubText, A.MenuSubText:link, A.MenuSubText:visited, A.MenuSubText:hover, A.MenuSubText:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color:#00618A;
	font-weight:normal;
	padding: 2px 0px 0px 3px; 
}

.MenuSubTextSelected, A.MenuSubTextSelected:link, A.MenuSubTextSelected:visited, A.MenuSubTextSelected:hover, A.MenuSubTextSelected:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#00618A;
	font-weight:bold;
	padding: 2px 0px 0px 3px; 
}

.MenuSubTextSeparator
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#00618A;
	font-weight:normal;
}


.CssSubNavigator
{
	padding-left:29px;
	padding-bottom:12px;
	position: relative;
}

.LangCss, A.LangCss:link, A.LangCss:visited, A.LangCss:hover, A.LangCss:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color:#00618A;
	font-weight:bold;
	vertical-align:bottom;
	padding: 7px 0 0 12px;
	position:absolute;
}

.LangCssSelected, A.LangCssSelected:link, A.LangCssSelected:visited, A.LangCssSelected:hover, A.LangCssSelected:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#0c3a5a;
	font-weight:bold;
	vertical-align:bottom;
	padding: 7px 0 0 12px;
	position:absolute;
}


.mtcb_FooterText
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#8c8689;
	padding-top: 4px;
}
.mtcb_FooterText A:link, .mtcb_FooterText A:hover, .mtcb_FooterText A:active, .mtcb_FooterText A:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: underline;
	color:#00618a;
}

/* ================================
    CSS STYLES FOR GENERAL LINK
   ================================ */  

A:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
	color:#00618a;
}
A:visited 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
	color:#00618a;
}
A:active 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
	color:#00618a;
}
A:hover 
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
	color:#00618a;
}

/* ================================
    CSS STYLES FOR SEARCH
   ================================ */   

.SearchCommandButton, A.SearchCommandButton, A.SearchCommandButton:link, A.SearchCommandButton:visited, A.SearchCommandButton:hover, A.SearchCommandButton:active
{
	border: #00618a 1px solid;
	padding: 1px 3px 1px 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #00618a;
	text-align: center;
	text-decoration: none;
	background: #edebd6;
}

.SearchNormalTextBox
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
	height:21px;
	border: solid 1px #00618a;
}


.mtcb_Forms_Table_cell_Answer_TextBox
{	
	width:100%;
	border:solid 1px #00618a;
	background-color:#ffffff;
}

.msgError{
	color : Red;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style: italic;
}

.msgRequired8{
	color : Red;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
	font-style: italic;
}




/* ================================
    CSS STYLES FOR News
   ================================ */ 

.imgborder
{
	border-style: solid;
	border-color: #E1E1E1;
	border-width: 1px;
}  

.mtcb_News_Link, A.mtcb_News_Link, A.mtcb_News_Link:link, A.mtcb_News_Link:visited, A.mtcb_News_Link:hover, A.mtcb_News_Link:active
{
    font-weight: bold;
    font-size: 12px;
    color: #4D90AD;
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}

.mtcb_News_Linka, A.mtcb_News_Linka, A.mtcb_News_Linka:link, A.mtcb_News_Linka:visited, A.mtcb_News_Linka:hover, A.mtcb_News_Linka:active
{
    font-weight: bold;
    font-size: 12px;
    color: #00618A;
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    text-decoration: underline;
}

.mtcb_News_NewsDate
{
	color: #4D90AD;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}



.mtcb_News_NewsBody
{
	color: #464441;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}