﻿body, div, td
{
	margin:0px 0px 0px 0px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
}

a, a:link, a:active, a:visited, a:hover 
{
	color:#EC018B;
	text-decoration:underline;
}

hr {
	color:#CCC;
}

.toplinks
{
	color:#4F74A2;
	font-size:9px;
}

.toplinks A
{
	color:#4F74A2;
	font-size:9px;
}

.menubar
{
	text-align:center;
	padding-top:9px;
}

.menubar A
{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.titleBar
{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}

.comp
{
	color:#036;
	font-weight:bold;
}

/* Classes que vêem do default.css do site original do FLIP6 */

/* style for module titles */
.Head   {
    font-family:Arial, Helvetica;
    font-size:20px;
    font-weight:bold;
    color:#AE0066;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, blockquote
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:#333;
    line-height:16px;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}





/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}


.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-style: normal; 
	border-left: #AE0066 0px solid; 
	border-bottom: #AE0066 2px solid; 
	border-top: #AE0066 2px solid; 
	border-right: #AE0066 0px solid;
	background-color: Transparent;
}

/*NEW*/
.MainMenu_MenuItem TD, .MainMenu_MenuItemSel TD {
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
}


.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #AE0066; 
	border-left: #AE0066 1px solid; 
	border-bottom: #AE0066 1px solid; 
	border-top: #AE0066 1px solid; 
	text-align: center; 
	width: 15; 
	height: 23;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background-color: #AE0066; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #AE0066 0px solid; 
	border-left: #AE0066 0px solid; 
	border-top: #AE0066 0px solid; 
	border-right: #AE0066 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #AE0066 1px solid; 
	border-left: #AE0066 0px solid; 
	border-top: #AE0066 1px solid;  
	border-right: #AE0066 0px solid; 
	background-color: #AE0066; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-style: normal;
	background-color: #EC018B;
	color:#fff;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #AE0066 1px solid; 
	border-bottom: #AE0066 1px solid; 
	border-top: #AE0066 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px;
	cursor: pointer; 
	cursor: hand;
	
}

/* Classes para a toolbar */
.main_dnnmenu_container {
	background-color: transparent; 
	color:#EC018B;
}
.main_dnnmenu_bar 
{
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	color:#EC018B;
}
.main_dnnmenu_item { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10px;
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 3px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-size: 10px;
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu2_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-size: 10px;
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 2px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	/*background-color: #8da4d3; */
}

.main_dnnmenu_itemhover td {  
	background-color: #EC018B; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 1px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #EC018B;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 3pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 3pt; 
	cursor: pointer; 
	cursor: hand;
}



/* CLASSES PARA CONTEUDOS */
.chaveta 
{
	width:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_traco.gif);
}

.chavetatop
{
	width:15px;
	height:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_top.gif);
}

.chavetacenter
{
	width:15px;
	height:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_center.gif);
}

.chavetabottom
{
	width:15px;
	height:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_bottom.gif);
}

.chavetaright 
{
	width:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_traco_right.gif);
}

.chavetatopright
{
	width:15px;
	height:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_top_right.gif);
}

.chavetacenterright
{
	width:15px;
	height:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_center_right.gif);
}

.chavetabottomright
{
	width:15px;
	height:15px;
	background-image:url(/Portals/_default/Skins/FLIP7/images/chaveta_bottom_right.gif);
}

.chavetalinha 
{
	font-size:1px;
}

.chavetaconteudo 
{
	line-height:15px;
}

.tabelagramatica TD
{
	text-align:center;
}