/* ================================
    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
{
	font:Normal 12px "Times New Roman", Times, serif;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color:#666666;
}

A.SelectedTab:visited  {
	color:#666666;
}

A.SelectedTab:hover    {
	color:#333;
}

A.SelectedTab:active   {
	color:#666666;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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:normal 12px Georgia, "Times New Roman", Times, serif;
	text-align:justify;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 24px;
	font-weight: Bold;
	color:#4c4c1e;
	/*border-bottom:2px solid #666;*/
	background-image:url(Imagens/H1.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:25px;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: Bold;
	color: #4c4c1e;
	/*border-bottom:2px solid #999;*/
	background-image:url(Imagens/H2.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:21px;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: Bold;
	color: #4c4c1e;
	/*border-bottom:2px solid #999;*/
	background-image:url(Imagens/H3.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:18px;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #4c4c1e;
	/*border-bottom:1px solid #999;*/
	background-image:url(Imagens/H4.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:16px;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c1e;
	/*border-bottom:2px dotted #999;*/
	background-image:url(Imagens/H5.gif);
	background-repeat:no-repeat;
	background-position:-2px 1px;
	padding-left:16px;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c1e;
	/*border-bottom:1px dotted #999;*/
	background-image:url(Imagens/H6.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:14px;
}


TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
	list-style-image:url(Imagens/li1.gif);
	list-style-position:outside;
}

UL LI LI    {
	list-style-image:url(Imagens/li2.gif);
	list-style-position:outside;
}

UL LI LI LI {
	list-style-image:url(Imagens/li3.gif);
	list-style-position:outside;
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
a img {border:none;}

div.UDT_Input, div.UDT_Input input{width:100%;text-align:left; }
.UDT_Caption{
                width:100%; 
                text-align:left;
                font:Bold 12px "Times New Roman", Times, serif;
 	color: #4c4c1e;}
div.UDT_Form{width:350px;}
div.UDT_Buttons{width:100%;}
#dnn_ctr972_Default_Form_Assinatura,
#dnn_ctr971_Default_Form_Assinatura{margin-bottom:5px;}
#dnn_ctr972_Default_Form_Assinatura tr td,
#dnn_ctr971_Default_Form_Assinatura tr td{white-space:nowrap;}
#dnn_ctr972_Default_Form_Assinatura tr td input,
#dnn_ctr972_Default_Form_Assinatura tr td label,
#dnn_ctr971_Default_Form_Assinatura tr td input,
#dnn_ctr971_Default_Form_Assinatura tr td label
{
 	padding:0px;
 	margin:0px;
 	font:Bold 12px "Times New Roman", Times, serif;
                color:#4c4c1e;
}
#dnn_ctr971_Default_Form_Assinatura_0,
#dnn_ctr971_Default_Form_Assinatura_1,
#dnn_ctr972_Default_Form_Assinatura_0,
#dnn_ctr972_Default_Form_Assinatura_1
{
 	position:relative;
 	top:2px; left:2px;
 	width:23px;
}

.UDT_Buttons{white-space:nowrap;}
#dnn_ctr1268_Default_Form_lblRequiredFootnote{font-size:10px;}


