/* Forces browser height of 100% */
html {
	height: 100%;
}
/* Body style */
body {
	margin: 0;
	background: #fff;
}
/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	/*line-height: 15px;*/
}
/* ---- DNN Control Panel ---------------------- */
table.ControlPanel {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #888;
}
table.ControlPanel td {
	padding: 0px 0 6px 0;
}
table.ControlPanel td td.SubHead {
	padding: 3px 0 2px 0;
	background: #eaeaea;
	border-bottom: 1px solid #ddd;
}
table.ControlPanel td td td.SubHead {
	background: transparent;
	border: 0;
}
table.ControlPanel td td {
	vertical-align: middle;
	border: 0;
}
table.ControlPanel table td {
	padding: 1px 0 0 0;
}
table.ControlPanel td a {
	margin: 0 4px 0 4px;
	text-align: center;
}
table.ControlPanel .ControlPanel {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	width: 0px;
	height: 100px;
	display: none;
}
/* ---- Containers ----------------------------- */


/* Establishes bg for viewable area */
.SiteColor {
	background: #000000;
}
/* Maintains consistent width */
.SiteWidth {
	width: 930px;
	margin: 0px;
}
/* Spring photo */
.TopRow {
	/*height: 90px;*/
	padding: 0;
	border:0;
	background: url(header.jpg) no-repeat;
}
/* Spring photo - Admin */
.TopRowAdmin {
	height: 318px;
	padding: 0;
	background: url(header_fundo_admin.jpg) no-repeat;
}
/* Contains date/login info */
.HeaderCell {
	text-align: right;
	/*height: 37px;*/
	font-size: 10px;
	color:#FFFFFF
}
/* For search utility */
.SearchTD {
	padding: 0 0 15px 0;
}
/* Contains menu */
.MenuCell {
	padding: 10px;
	height: 20px;
	width: 25px;
}
.FlashHeaderCell {
	padding: 85px 0px 0 27px;
	height: 50px;
}
/* Contains menu - Admin */
.TopRowAdmin .MenuCell {
	padding: 0px 10px 0 60px;
	height: 36px;
}
/* BG for everything between header and footer */
.MiddleRow {
	background: url(meio_fundo.jpg) repeat-y;
	padding: 0px 135px 0 15px;
}
/* BG for everything between header and footer - Admin */
.MiddleRowAdmin {
	background: url(meio_fundo_admin.jpg) repeat-y;
	padding: 0 65px 0 75px;
}
/* Holds breadcrumbs */
.Breadcrumbs {
	padding: 10px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
/* For left-hand column content */
.SideContent {
	width: 0px;
}
/* For main column content */
.MainContent {
	padding: 0 10px 0 0;
}
/* Content in the side pane */
.ContentSide {
}
/* For left column within the main content area */
.ContentLeft {
	width: 225px;
	margin:5px
}
/* For center column within the main content area */
.ContentCenter {
	width: auto;
	margin:5px
}
/* Footer graphic */
.BottomRow {
	background: url(footer_fundo.jpg) no-repeat;
	height: 110px;
	vertical-align: bottom;
	text-align: right;
}
/* Footer graphic - Admin */
.BottomRowAdmin {
	background: url(footer_fundo_admin.jpg) no-repeat;
	height: 110px;
	vertical-align: bottom;
	text-align: right;
}
/* Contains terms/copyright info */
.FooterCell {
	text-align: center;
	padding: 0px;
	font-size: 12px;
	color:#000
}
/* Separator image between header and footer links */
.Bullet {
	background: url(bullet_grey.gif) no-repeat;
	height: 10px;
}
/* ---- Links -------------------------- */


/* Basic links */
a:link, a:visited, a:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	/*padding:10px 10px 10px 10px;*/
}
a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	/*padding:10px 10px 10px 10px;*/
	}
/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	font-weight: bold;
	font-size: 10px;
}
a.LoginLink:hover {
	font-weight: bold;
	font-size: 10px;
}
/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	font-weight: bold;
	font-size: 10px
}
a.BreadcrumbLink:hover, .BreadcrumbLink {
	font-weight: bold;
	font-size: 10px
}
/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	font-weight: bold;
	color: #6E8E05;
}
a.CommandButton:hover {
	font-weight: bold;
	color: #6E8E05;
	text-decoration: none;
}
/* ---- Text ---------------------------- */


/* Style for current date token */
.CurrentDate {
	color: #fff;
	font-size: 10px;
}
/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;
	font-size: 10px;
}
/* Used in admin sections */
.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.ContentSide .Normal, .ContentSide p, .ContentSide td, .ContentSide .NormalBold {
	font-size: 10px;
	color: #000;
}
.Head {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
}
.Normal {
	font-size: 10px;
	color: #000000;
}
/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
/* Normal bold text */
.NormalBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/* ---- Forms ----------------------------- */


select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
/* Applies to text input boxes */
.NormalTextBox {
	color: #000000;
	padding-left: 4px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #000;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
}
.GoButton {
	margin-bottom: -6px;
	position: absolute;
}
.SearchTD a:link, .SearchTD a:visited, .SearchTD a:active, .SearchTD a:hover {
	width: 46px;
	padding: 2px 44px 5px 0;
	padding: 0 0 5px 0;
	height: 20px;
	background: url(search.gif) no-repeat;
	text-decoration: none;
}
/* ---- Main Menu ------------------------- */


/* Container for main menu */
.MainMenu_MenuContainer {
	/*height: 10px;*/
	background-color:#e4cd2b;
	
}
/* Menu bar */
.MainMenu_MenuBar {
	background-color:#e4cd2b;
	/*height: 10px;*/
	/*margin: 1px;*/
}
/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	}
/* Container for submenu */
.MainMenu_SubMenu {
	/*z-index: 1000;*/
	cursor: pointer;
	cursor: hand;
	/*margin: 2px;*/
	padding: 5px;
	/*filter: alpha(opacity=90, FinishOpacity=90, Style=1);
	-moz-opacity: 0.90;*/
	background-color: #e4cd2b;
}
/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:normal;
	color: #FFFFFF;
	background-color: #951A1A;
}
.MainMenu_Idle td, .MainMenu_Selected td, .MainMenu_Active td, .MainMenu_BreadcrumbActive td {
	font-size: 10px;
	/*width: 183px;*/
}
/* Idle state for main menu items*/ 
.MainMenu_Idle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*height: 10px;*/
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	padding: 0 10px 0 10px;
}
/* Hover state for main menu items */
.MainMenu_Selected {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	font-size: 10px;
	background:#e4cd2b;}
	
/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	/*height: 15px;*/
	color: #000;
	/*padding: 1px;*/
	font-weight: bold;
	font-size: 10px;
}
/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}
/* ---- Module Menus ------------------------- */

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #000000;
}
/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 10px;
}
/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}
/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #666;
	padding: 0px;
	filter: none;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}
/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #333;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
	padding: 1px 10px 2px 0px;
}
.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}
/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

/* Barra Lateral */
.barra{
	background:url(barra.jpg) repeat-y no-repeat-x;
	}


/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/