/*************************************************************************************************
 * METICUBE
 * v1.0
 * 17/02/2004
 * Nuno Alves
 *************************************************************************************************/


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 300px;
}

/*************************************************************************************************
 * TAGS HTML
 *************************************************************************************************/
BODY
{
    background-color: #aaaaaa;
	margin: 0px 0px 0px 0px;
	
	scrollbar-arrow-color: #666666;
	scrollbar-face-color:#eeeeee;
	scrollbar-track-color: #ffffff;
	
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color: #666666;
	
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color:#ffffff;
}
H1
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #990000;
	margin: 0px 0px 0px 0px;
}
H2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
	margin: 0px 0px 0px 0px;
}
H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}
H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}
TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
SMALL
{
    font-size: 8px;
}
BIG
{
    font-size: 14px;
}
BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}
UL LI
{
    list-style-type: square;
}
UL LI LI
{
    list-style-type: disc;
}
UL LI LI LI
{
    list-style-type: circle;
}
OL LI
{
    list-style-type: decimal;
}
OL OL LI
{
    list-style-type: lower-alpha;
}
OL OL OL LI
{
    list-style-type: lower-roman;
}
HR
{
    color: #000000;
    height: 1pt;
    text-align: left;
}
P
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
 }
 
TD P
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
 }

/**************************************************/
/**************************************************/
/* hyperlink style for buttons and selected tabs   */
.Selected
{
	background-repeat:no-repeat;
	background-image: url(/images/SelectedImage.jpg);
	font-weight:bold;
	font-size: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height:20px;
	text-align:right;
	vertical-align:top;
	padding-right:28px;
	width:222px;
}

.Selected A:link, .Selected A:visited, .Selected A:active, .Selected A:hover
{
	text-decoration: none;
	color: #FFFFFF;	
}

A:link, A:visited,  A:active, A:hover
{
	text-decoration: none;
	color: #000000;	
	font-weight:bold;
}

/******************************/
.NotSelected
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	height:20px;
	color: #34302E;
	text-align:right;
	vertical-align:top;
	padding-right:28px;
	width:222px;
}

.NotSelected A:link, .NotSelected A:visited, .NotSelected A:active
{
   text-decoration: none;
   color: #34302E;
}

.NotSelected A:hover
{
    text-decoration: none;
	color: #c84a18;
}

/**************************************************/
/* hyperlink style for buttons and selected sub tabs   */
/**************************************************/
.SelectedSubTab
{
	background-repeat:no-repeat;
	background-image: url(/images/SelectedImage_peq.jpg);
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height:16px;
	text-align:right;
	vertical-align:top;
	padding-right:28px;
}

.SelectedSubTab A:link, .SelectedSubTab A:visited, .SelectedSubTab A:active, .SelectedSubTab A:hover
{
	text-decoration: none;
	color: #ffffff;	
}

/******************************/
.NotSelectedSubTab
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	height:16px;
	color: #716e6f;
	text-align:right;
	vertical-align:top;
	padding-right:28px
}

.NotSelectedSubTab A:link, .NotSelectedSubTab A:active, .NotSelectedSubTab A:visited
{
   text-decoration: none;
   color: #716e6f;
}

.NotSelectedSubTab A:hover
{
    text-decoration: none;
	color: #c84a18;
}

.subsubTabsDiv
{
	padding-top:4px;
}

/**************************************************/
/* hyperlink style for buttons and selected sub sub tabs   */
/**************************************************/
.SelectedSubSubTab
{
	font-weight:bold;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height:12px;
	text-align:right;
	vertical-align:top;
	padding-right:0px;
	color: #c84a18;	
}

.SelectedSubSubTab A:link, .SelectedSubSubTab A:visited, .SelectedSubSubTab A:active, .SelectedSubSubTab A:hover
{
	text-decoration: none;
	color: #c84a18;	
}

/******************************/
.NotSelectedSubSubTab
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	height:12px;
	color: #34302E;
	text-align:right;
	vertical-align:top;
	padding-right:0px
}

.NotSelectedSubSubTab A:link, .NotSelectedSubSubTab A:active, .NotSelectedSubSubTab A:visited
{
   text-decoration: none;
   color: #34302E;
}

.NotSelectedSubSubTab A:hover
{
    text-decoration: none;
	color: #bbbbbb;
}
/******************************/
.TitlePT
{
	font-family:Arial, verdana,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#34302e;
	text-align:right;
	padding-right:28px;
	padding-bottom:5px;
}
.TitleEN
{
	font-family:Arial, verdana,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#9c9a9a;
	text-align:right;
	padding-right:28px
}

/*-----------------------------------------------------*/
/*       MOdule Products (MTCB) CSS Classes            */
/*-----------------------------------------------------*/
.mtcb_products_horizSeparator
{
	 width:15px; 
	 height:1px;
}

.mtcb_Products_bottomSeparator
{
	padding-bottom:6px;
}

.mtcb_Products_Name
{
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34302e;	
	vertical-align:top;
	padding-left:1px;
}
.mtcb_Products_Price
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_Products_View_More
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_Products_View_More_Link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_Products_ShortDescription
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_Products_Document
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_Products_Document_Link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_Products_Description
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_Products_Voltar_Link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductDetail_Name
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c84a18;	
}
.mtcb_ProductDetail_Price
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductDetail_ShortDescription
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductDetail_Document
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductDetail_ProductFields
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductDetail_Description
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductDetail_RelProducts
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34302e;	
}
.mtcb_ProductDetail_ProductFields_Name
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #34302e;	
	text-align:left;
}
.mtcb_ProductDetail_ProductFields_Value
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
	text-align:right;
	padding-left:10px;
}
.mtcb_ProductsPager
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductsDGItemStyle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34302e;	
}
.mtcb_ProductDetail_ProductFields_Main_Table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 3px;
	font-weight: bold;
	color: #34302e;	
}

/*--------END of MOdule Products (MTCB) CSS Classes----*/

.PortalHeaderMenu
{
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}

/* hyperlink style for the site links */
.PortalHeaderMenu A:link
{
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}
.PortalHeaderMenu A:visited
{
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}
.PortalHeaderMenu A:active
{
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
.PortalHeaderMenu A:hover
{
	padding: 0px 0px 0px 5px;
	color: #A2B42E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
.PortalHeaderMenuSeparator
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
}

/*************************************************************************************************
 * SECONDARY TABS
 *************************************************************************************************/
.SecondaryTabs, .SecondaryTabs A:link, .SecondaryTabs A:visited, .SecondaryTabs A:active
{
	padding-left:	0px;
	padding-right:	5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
.SecondaryTabs A:hover
{
	padding-left:	0px;
	padding-right:	5px;
	color: #A2B42E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}	
.SelectedSecondaryTabs, .SelectedSecondaryTabs A:link, .SelectedSecondaryTabs A:hover, .SelectedSecondaryTabs A:visited, .SelectedSecondaryTabs A:active
{
	padding-left:	0px;
	padding-right:	5px;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}

/*************************************************************************************************
 * WEB Concept 
 *************************************************************************************************/
.WEBConcept
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px; 
    font-weight: bold;
    font-weight: normal;
}
.WEBConcept A
{
    COLOR: #666666;
    TEXT-DECORATION: none;
}
.WEBConcept A:link
{
    COLOR: #666666;
}
.WEBConcept A:visited
{
    COLOR: #666666;
    TEXT-DECORATION: none;
}
.WEBConcept A:hover
{
    COLOR: #AA1133;
    TEXT-DECORATION: none;
}
.WEBConcept A:active
{
    COLOR: #666666;
    TEXT-DECORATION: none;
}

/*************************************************************************************************
 * LEFT PANEL
 *************************************************************************************************/
.LeftPane
{
	width:235px;
    padding-right:14px;
}

.LeftPane_No_breadCrumbs
{
 
	width:250px;	
}

/*************************************************************************************************
 * CONTENT PANEL
 *************************************************************************************************/
.ContentPane
{
	padding-left:20px;
}
.contentPane_No_breadCrumbs
{
	width:448px;
}

/*************************************************************************************************
 * RIGHT PANEL
 *************************************************************************************************/
.rightPane_No_breadCrumbs
{
}

/* =============================
   BreadCrumbs styles
   ============================= */
.BreadCrumbs		
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE:9px;
	padding-left:6px;
	font-weight:bold;
	color: #34302E;
}

.BreadCrumbsLink, .BreadCrumbsLink:link, .BreadCrumbsLink:visited 
{
	text-decoration:none;
	color: #34302E;
}
.BreadCrumbsLink:hover	
{
	text-decoration:none;
	color: #34302E;
}

.BreadCrumbsText  /* class for separador or text elements inbreadCrumbs*/
{
	padding-left:2px;
	padding-right:2px;
}



/* Module title*/
.TitleHead
{
    font-weight: bold;
    font-size: 15px;
    color: #c84a18;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;
   	padding-bottom:14px;
   	text-transform:uppercase;
}


/*************************************************************************************************
 * NEWS Module 
 *************************************************************************************************/

.NewsLinkPopup
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #34302E;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
}

.NewsHeader
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #34302E;
	text-align:left;
	vertical-align:middle;
}
.NewsBody
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color: #34302E;
}
.NewsDate
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #9c9a9a;
	text-align:left;
	vertical-align:middle;
}
.NewsLink A:link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: underline;
    color: #003399;
}
.NewsLink A:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #003399;
}
.NewsLink A:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #003399;
}
.NewsLink A:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #003399;
}

/*********************
Annoucements Module
/*********************/
.AnnoucementsTitle
{
	font-weight: bold;
    font-size: 15px;
    color: #c84a18;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;
  	text-transform:uppercase;
  	height:20px;
  	vertical-align:middle;
}
.AnnoucementsNormal
{
	font-weight: normal;
    font-size: 10px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;	
}
.AnnoucementsNormalBold
{
	font-weight: bold;
    font-size: 10px;
    color: #990000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;
}

.AnnoucementsLink
{
	font-weight: bold;
    font-size: 10px;
    color: #9c9a9a;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;
   	text-decoration:none;
}
.AnnoucementsTitleSeparator
{
	height:14;
	width:1px;
}
.AnnouncementsTable
{
	padding-left:0px;
}

/*********************
* DesktopDefault
**********************/
.desktopDefaultPanel
{
	width:778px;	
	background-color:#FFFFFF;
	height:580px;
	border: solid 1px #666666;
}

.OverflowDiv
{
	height:440px;
	overflow:auto;
	padding-right:10px;
	width:478px;
	
}

.imageProducts
{
	position:relative;
}

/*****/
.bannerLogo
{
	width:95px;
	text-align:left;
	padding-left:162px;
}

/*****/
.bannerLogoQuality
{
	width:175px;
	text-align:right;
}

/**********/
.SimpleImageView
{
	padding:3px; 
	border:solid 1px #444444; 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	}
   	
   	/* Module title*/
.Title
{
    font-weight: bold;
    font-size: 12px;
    color: #c84a18;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;
   	padding-bottom:14px;
 }
 
 .WYSIWYG
 {
	text-decoration:none; 
	font-weight:normal;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.head, .SubSubHead
{
	text-decoration:none; 
	font-weight:bold;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.SubHead
{
	text-decoration:none; 
	font-weight:normal;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}


.CommandButton
{
	height:20px;
	margin:2px;
	border:solid 1px #666666;
	padding:2px;
	color:#000000;
	text-decoration:none; 
	font-weight:normal;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;

}
/*-----------------------------------------------------*/
/*       Module Forms (MTCB) CSS Classes               */
/*-----------------------------------------------------*/

.mtcb_Forms_Panel
{}

.mtcb_Forms_PageBreak_Panel
{}

.mtcb_Forms_Table
{}

.mtcb_Forms_Question
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	width:100%;
	vertical-align:middle;
}

.mtcb_Forms_Description
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

.mtcb_Forms_Separator
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003466;	
	text-align:left;
	text-transform:uppercase;
}

.mtcb_Forms_Separator_Desc
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	text-align:left;
}
.mtcb_Forms_Separator_Desc TD
{
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}
.mtcb_Forms_Lists
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

.mtcb_Forms_dropdown
{
}

.mtcb_Forms_Message_Sucess
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	text-align:center;

}

.mtcb_Forms_Errors_Panel
{
}

.mtcb_Forms_Message_Error
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#ff3300;
	font-weight: normal;
}

.Mtcb_forms_errorMsg_req
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ff3300;
	font-weight: normal;
}

.Mtcb_forms_errorMsg_Compare
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ff3300;
	font-weight: normal;
}

.Mtcb_forms_errorMsg_range
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ff3300;
	font-weight: normal;
}

.Mtcb_forms_errorMsg_regExpress
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ff3300;
	font-weight: normal;
}

.Mtcb_forms_errorMsg_PreDefined_RegExp
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ff3300;
	font-weight: normal;
}

.mtcb_forms_Divisor
{
	width:1px;
	height:5px;
}

.mtcb_forms_Divisor_separator
{
	width:1px;
	height:20px;
}

.mtcb_Forms_Table_row
{}

.mtcb_Forms_Table_row_Divisor
{}

.mtcb_Forms_Table_row_Desc
{}

.mtcb_Forms_Table_row_Answer
{}

.mtcb_Forms_Table_Cell_Divisor
{}

.mtcb_Forms_Table_Cell_Edit
{	
	vertical-align:top;
}

.mtcb_Forms_Table_Cell_Separator
{}

.mtcb_Forms_Table_cell_SeparatorDesc
{}

.mtcb_Forms_Table_cell_Desc
{
	width:200px;
	vertical-align:top;
}

.mtcb_Forms_Table_cell_Question_Under
{
	width:100%;
}

.mtcb_Forms_Table_cell_Answer_Under
{	
	width:100%;
}

.mtcb_Forms_Table_cell_Question_Front
{
	width:25%;
	vertical-align:top;
}

.mtcb_Forms_Table_cell_Answer_Front
{
	width:100%;
	vertical-align:top;
}

.mtcb_Forms_Table_cell_Answer_Front input
{
	width:70%;
	vertical-align:top;
	font-size:11px
}

.mtcb_forms_table_buttons
{
}

.mtcb_forms_Errors_summary
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	border:solid 1px #aaaaaa;
	background-color:#eeeeee;
	width:100%;
	height:25px;
	padding: 4px;
}

.mtcb_FormsButton
{
	border: #FFFFFF 0px solid;
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	background: #FFFFFF;
	overflow: visible;
	text-align: center;
	vertical-align:middle;
	text-decoration:underline;
}

.mtcb_forms_cell_btPrev
{
	text-align:left;
	vertical-align:middle;
	width:33%;
}

.mtcb_forms_cell_btNext
{
	text-align:right;
	vertical-align:middle;
	width:33%;
}	

.mtcb_forms_cell_PageInfo
{
	text-align:center;
	vertical-align:middle;
	width:33%;
}

.mtcb_forms_PageInfo
{
	border: #FFFFFF 0px solid;
	padding: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	background: #FFFFFF;
	overflow: visible;
	line-height: 10px;
	text-align: center;
}

TEXTAREA
{
	height:50px;
	width:70%;
}

/*--------END of MOdule Forms (MTCB) CSS Classes----*/

/******************************/
.NewsRoll
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	height:18px;
	color: #716e6f;
	
}
.NewsTitle
{
	font-weight: bold;
    font-size: 15px;
    color: #c84a18;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;
  	text-transform:uppercase;
}

.ProductsDetailSchema
{
	font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	text-align:left;
   	padding-left:10px;
}
