/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
P
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    margin-bottom:0px;
	margin-top:0px;
}

.CssMouseOver
{
	cursor: pointer;
}

/* 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-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-bottom:0px;
	margin-top:0px;
}

/* 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 
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    margin-bottom:0px;
	margin-top:0px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    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     {
}
    
/* 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  
{
	color: #000000;
	text-decoration: none;
}

A:visited   
{
	color: #000000;
	text-decoration: none;
}

A:active    
{
	color: #000000;
	text-decoration: none;
}

A:hover 
{
	color: #000000;
	text-decoration: none;
}

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 {
}

.CssBgImgMenu
{
	width: 82;
	height: 15;
	text-align: center;
	background-image: url(img/bgimgmenu.png);
}

.MenuOne, A.MenuOne:link, A.MenuOne:visited, A.MenuOne:hover, A.MenuOne:active
{
	font-family: Century Gothic, Arial, Verdana;
	font-size:9px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.MenuOneSelected, A.MenuOneSelected:link, A.MenuOneSelected:visited, A.MenuOneSelected:hover, A.MenuOneSelected:active
{
	font-family: Century Gothic, Arial, Verdana;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


.MenuLevelOneInAdmin, A.MenuLevelOneInAdmin:link, A.MenuLevelOneInAdmin:visited, A.MenuLevelOneInAdmin:hover, A.MenuLevelOneInAdmin:active
{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #373739;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px 9px 0px 9px;
}

.MenuLevelOneInAdminSelected, A.MenuLevelOneInAdminSelected:link, A.MenuLevelOneInAdminSelected:visited, A.MenuLevelOneInAdminSelected:hover, A.MenuLevelOneInAdminSelected:active
{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E71AF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


.MenuAdminItemStyle
{
	background-color: #3B8FB2;
}

.MenuAdmin, A.MenuAdmin:link, A.MenuAdmin:visited, A.MenuAdmin:hover, A.MenuAdmin:active
{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #3B8FB2;
	padding: 0 0 0 12px;
}

.MenuAdminSelected, A.MenuAdminSelected:link, A.MenuAdminSelected:visited, A.MenuAdminSelected:hover, A.MenuAdminSelected:active
{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	background-color: #3B8FB2;
	padding: 0 0 0 12px;
}

.MenuAdminChildItemStyle
{
	background-color: #B3C782;
	padding-left: 28px;
}


.MenuAdminChildSelectedItemStyle
{
	background-color: #426550;
	padding-left: 16px;
	padding-bottom: 3px;
}

.MenuAdminChild, A.MenuAdminChild:link, A.MenuAdminChild:visited, A.MenuAdminChild:hover, A.MenuAdminChild:active
{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	background-color: #B3C782;
	line-height: 24px;
}

.MenuAdminChildSelected, A.MenuAdminChildSelected:link, A.MenuAdminChildSelected:visited, A.MenuAdminChildSelected:hover, A.MenuAdminChildSelected:active
{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #426550;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	line-height: 24px;
}



.breadcrumbCss
{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #5A8CA2;
	font-weight: bold;
}

.breadcrumbCss, A.breadcrumbCss:link, A.breadcrumbCss:visited, A.breadcrumbCss:hover, A.breadcrumbCss:active
{
	font-family: Century Gothic, Arial, Verdana;
	font-size: 15px;
	color: #5A8CA2;
	font-weight: bold;
	text-decoration: none;
}


.breadcrumb
{
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Century Gothic, Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
}

.white {
	background-color: #ffffff;
}


.TitleMod
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
	font-weight:bold;	
}

.TextBoxes
{
	font-family: Century Gothic, Arial, Verdana;
	font-size:10px;
	border-width:0px;
	background-color:#EEEEEE;
	
}

.lblContactCSS
{
	font-size:9px;
	font-family: Century Gothic, Arial, Verdana;
	color:#000000;
}

.lblRADCSS
{
	font-size:9px;
	font-family: Century Gothic, Arial, Verdana;
	color:#000000;	
}

.BtEnviar, a.BtEnviar:hover, a.BtEnviar:link, a.BtEnviar:visited, a.BtEnviar:active
{
	font-size:12px;
	font-weight:bold;
	font-family: Century Gothic, Arial, Verdana;
	background-color:#0E71AF;
	text-align:center;
	padding: 2px 6px 1px 6px;	
	color:#FFFFFF;	
}

.ObrigatorioCSS
{
	font-size :9px;
	font-family: Century Gothic, Arial, Verdana;
	color:#000000;	
}
.ObrigatorioREDCSS
{
	font-size :9px;
	font-family: Century Gothic, Arial, Verdana;
	color:#FF0000;	
}

.msgError{
	color : Red;
	font-family: Century Gothic, Arial, Verdana;
	font-size : 9px;
	font-style: italic;
}

.msgRequired8{
	color : Red;
	font-family: Century Gothic, Arial, Verdana;
	font-size : 8px;
	font-style: italic;
}

/* ================================
    CSS STYLES FOR MODULE NEWS
   ================================ */   

.BtBgAzul, a.BtBgAzul:hover, a.BtBgAzul:link, a.BtBgAzul:visited, a.BtBgAzul:active
{
	font-size:12px;
	font-weight:bold;
	font-family: Century Gothic, Arial, Verdana;
	background-color:#0E71AF;
	text-align:center;
	padding: 2px 6px 1px 6px;	
	color:#FFFFFF;	
}


.mtcb_News_Title
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-bottom:0px;
	margin-top:0px;
}

.mtcb_News_Title_Link, a.mtcb_News_Title_Link:link, a.mtcb_News_Title_Link:visited, a.mtcb_News_Title_Link:active
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 9px;
    font-weight: bold;
    margin-bottom:0px;
	margin-top:0px;
	color: Black;
}

a.mtcb_News_Title_Link:hover
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 9px;
    font-weight: bold;
    margin-bottom:0px;
	margin-top:0px;
	color: #0E71AF;
}

.mtcb_News_Body
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    margin-bottom:0px;
	margin-top:0px;
	text-align: center;
}

.CssBt
{
	font-size: 12px;
	font-weight: bold;
	font-family: Century Gothic, Arial, Verdana;
	background-color: #0E71AF;
	text-align: center;
	padding-top: 2px;	
}

.labelBgAzul
{
	font-size:12px;
	font-weight:bold;
	font-family: Century Gothic, Arial, Verdana;
	background-color:#0E71AF;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;		
	color:#FFFFFF;	
}

.labelBgWhite 
{
	font-size:8px;
	background-color: #ffffff;
}

/* ================================
    CSS STYLES FOR PAGGING
   ================================ */   
.CSSClassBgTable
{
	font-size:8px;
	border-style: none;
	border-width: 0px;
	vertical-align: bottom;
}

/* ================================
    CSS STYLES FOR CATALOGO
   ================================ */   
.mtcb_Catalogo_Title
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
	color: #0E71AF;
	margin: 0px 0px 0px 0px;
	line-height:100%;
}

.mtcb_Catalogo_SubTitle
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
	color: #0E71AF;
	margin: 0px 0px 0px 0px;
	line-height:100%;
}

.mtcb_Catalogo_Normal
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	line-height:100%;
}

.mtcb_Catalogo_Skirting
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 9px;
    font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	line-height:100%;
}

.mtcb_Catalogo_DisponivelBrevemente
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 9px;
    font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 8px;
	line-height:100%;
	text-align: center;
}


.mtcb_Catalogo_Title_Link, a.mtcb_Catalogo_Title_Link:link, a.mtcb_Catalogo_Title_Link:visited, a.mtcb_Catalogo_Title_Link:active, a.mtcb_Catalogo_Title_Link:hover
{
	font-family: Century Gothic, Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
	color: #000000;
	margin-bottom:0px;
	margin-top:0px;
}

table.CatalogoItem 
{
	border: solid 1px #0E71AF;
	width: 75px;
	padding-left: 4px;
}

table.CatalogoItemHidde
{
	border: solid 1px #FFFFFF;
	width: 75px;
	padding-left: 4px;
}


