/* ================================
	    CSS STYLES FOR DotNetNuke
   ================================
*/ 


body {
	background-attachment: fixed;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	background-position: center top;
	margin:0px;
	
}

table, tr, td, p {
	font-family: verdana;
	font-size: 10px;
	line-height: 1.5em;
}

table {
	padding: 0;
}


select, input {
	font-family: verdana;
	font-size: 10px;
	color: #333;
}

h3 {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.principalTable {
	background-color: #FFFFFF;
}

.logoTable {
	background: center top no-repeat;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.centerTable {
	background: url(images/back.jpg) top repeat-y;
}

.centerUpTable {
	background: url(images/back.jpg) top repeat-y;
	color: #003366;
	font-family: verdana, Helvetica, sans-serif;
}

.superiorTable {
	background: url(images/superior.jpg) top repeat-y;
	font-family: verdana;
	font-size: 10px;
	color: #003366;
}

.footerTable {
	background: url(images/rodape.jpg) bottom repeat-y;
	font-family: verdana;
	font-size: 10px;
	color: #003366;
}

.style1 {
	color: #36599D;
	font-weight: bold;
}

/* Current Date
----------------------------------------------------------------------------------------*/
.date {
	color: #ff0000;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 10px;
    color: #000;
    font-family: verdana;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
    text-decoration:    none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


/* Main Menu */

.MainMenu_MenuContainer {
	background: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

.MainMenu_MenuItem {
	color: #003366; 
	cursor: pointer; 
	cursor: hand; 
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;	
	padding-left: 7px;
	padding-right: 10px;
	height: 21px;
	border: 0;
	
}

.MainMenu_MenuItemSel {
	background: #f5f5f5;
	color: #555;
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	padding-left: 7px;
	padding-right: 10px;
	height: 21px;
	width: 100%;
	border: 0;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
/*	background:  url(wm_submenu_bg.gif) bottom center no-repeat  #fff; */
	background: #fff;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin-top: 5px;
	border: 1px solid #dadada;
	padding: 3px;
	filter: none;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #819BB6; 
	background: #fff;
	cursor: pointer; 
	cursor: hand; 
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;	
	padding-left: 2px;
	padding-right: 8px;
	height: 21px;
	border: 0;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #2c2c2c;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #fff;
	margin-top: 5px;
	border: 1px solid #819BB6;
	padding: 3px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 2px;
	padding-right: 8px;
	height: 21px;
	border: 0;
	background: #819BB6;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #999;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #6F88A3;
	text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #333;
	text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #747474;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #747474;
	padding: 1px 2px 1px 3px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background: #888;
}


a.CommandButton:hover {
	color: #fff;
	padding: 1px 2px 1px 3px;
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #747474;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #747474;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background: #666;
}

a.Normal:link, a.Normal:visited {
	color: #6F88A3;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

a.Normal:hover {
	color: #333;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}


a:link, a:visited {
	color: #6F88A3;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
	color: #333;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}


.Head {
	font-size: 9pt;
	font-family: verdana, Helvetica, sans-serif;
	color: #003366;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
}

.Normal {
	color: #666;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
}

.NormalRed {
	color: #D08D00;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

.NormalBold {
	color: #555;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

.NormalBold1 {
	color: #000;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}
.NormalTextBox {
	color: #686868;
	padding-left: 4px;
	line-height: 13px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 1px solid #f5f5f5;
	visibility: invisible;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 10px;
  font-weight: normal;
}

.textoGet  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style: normal;
	color: #CC3300;
}
