/* ================================
    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 {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;	
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.ContentPane  { 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.RightPane  { 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* 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   
{
	vertical-align: text-top;
	font-family: Verdana;
	color: #5FA036;
	font-weight: bold;
	font-size:  15px;        
}

SPAN.Head
{
	vertical-align: text-top;
	font-family: Verdana;
	color: #5FA036;
	font-weight: bold;
	font-size:  15px;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	vertical-align: text-top;
	font-family: Verdana;
	color: #5FA036;
	font-weight: bold;
	font-size:  11px; 
              
}

/* 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;
    	font-size:  11px;
    	color: #6F6C6B;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: Verdana;
    	font-size:  11px;
    	font-weight:   bold;
    	color: #666666;
}

/* 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 */

p {
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
}

br {
	margin: -4px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5FA036;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5FA036;
	margin: 0px;	
	margin-top: 4px;
	margin-bottom: 4px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F37021;
	margin: 0px;	
	margin-top: 4px;
	margin-bottom: 4px;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family: Verdana;
    font-size:  11px;
    font-weight:   bold;
    color: #488521;
}

A:visited   {
	font-family: Verdana;
    font-size:  11px;
    font-weight:   bold;
	color: #488521;
}

A:active    {
	font-family: Verdana;
    font-size:  11px;
    font-weight:   bold;
	color: #488521;
}

A:hover {
	font-family: Verdana;
    font-size:  11px;
    font-weight:   bold;
	color: #488521;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* Login Module */
A.LoginModuleLink:link {
	color: #5FA036;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A.LoginModuleLink:visited {
	color: #5FA036;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A.LoginModuleLink:active {
	color: #5FA036;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A.LoginModuleLink:hover {
	color: #5FA036;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.LoginModuleText {
	color: #5FA036;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* 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 
{
	width: 140;	
        background-color: Transparent;
}

.MainMenu_MenuBar 
{	
	
}

.MainMenu_MenuItem 
{	
	background-color: #72BF44;
	font-family: Verdana;
	font-size: 11px;	
	height: 23px;
	color: #FFFFFF;
	background-image: url(/Portals/_default/Skins/biotecnologia/images/bg_menu.gif);
        border: none;
}

.MainMenu_MenuIcon 
{		
	background-color: #72BF44;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;	
	height: 23px;
	background-image: url(/Portals/_default/Skins/biotecnologia/images/bg_menu.gif);
        border: none;
}

.MainMenu_SubMenuItem 
{
	background-color: #72BF44;	
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;	
	height: 23px;
	background-image: url(/Portals/_default/Skins/biotecnologia/images/bg_menu.gif);        
}

.MainMenu_SubMenu
{
	background-color: #72BF44;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;	
	height: 23px;        	
}

.MainMenu_MenuBreak 
{	
	background-color: #72BF44;
	background-image: url(/Portals/_default/Skins/biotecnologia/images/bg_menu_over.gif);
	font-family: Verdana;        
}

.MainMenu_MenuItemSel 
{
	background-color: #72BF44;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;	
	height: 23px;
	background-image: url(/Portals/_default/Skins/biotecnologia/images/bg_menu_over.gif);	
        border: none;
}

.MainMenu_MenuArrow 
{	
	background-color: #72BF44;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;	
	height: 23px;
        border: none;	
}

.MainMenu_RootMenuArrow 
{	
	background-color: #72BF44;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;	
	height: 23px;
}

/******************************************************/
/*  CLASSES ESPECFICAS								  */

A.Login:link {
    text-decoration: none;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}

A.Login:visited  {
    text-decoration: none;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}

A.Login:active   {
    text-decoration: none;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}

A.Login:hover    {
    text-decoration: none;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}

.Login {
    text-decoration: none;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}

.CurrentDate {
	font-family: Verdana;
	font-weight: bold;
	color: #666666;	
	font-size: 11px;	
}

.FooterText {
	font-family: Verdana;
	font-weight: bold;
	color: #40811A;	
	font-size: 11px;	
	background-color: #CBE4B7;

}

/******************************************************/


.espacoconteudo {
	padding: 8px;
}

.espacodireita {
	padding: 0px;
	margin: 0px;
	
}


.espacodireita
img {
	padding: 0px;
	margin: 0px;	
	border: none;
}

.bannerflash {
	text-align: center;
}

.baselogin {
	background-color: #5FA036;
	/*background-color: #465F61;	*/
	border-bottom-color: #72BF44;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px;
	padding-left: 17px;	
	background-image: url(/Portals/_default/Skins/biotecnologia/images/ico_login.gif);
	background-repeat: no-repeat;
	background-position: 4px left;
}

.basesair {
	background-color: #5FA036;
	/*background-color: #465F61;*/
	/*background-color: #FDC900;	amarelo */
	/*background-color: #72BF44; verde */
	border-bottom-color: #72BF44;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px;
	padding-left: 17px;
	margin: 4px;
	background-image: url(/Portals/_default/Skins/biotecnologia/images/ico_sair.gif);
	background-repeat: no-repeat;
	background-position: 4px left;
}

