
body {background:#FFF url(images/body_bg.png) repeat-x top left; height:100%; width:100%; margin:0px; padding:0px; }
.Master{width:970px; margin:10 auto; border:#556677 1px solid; }
.Header { background:url('images/HeaderBG.jpg') repeat-x; }
.HeaderLeft { background:url('images/HeaderLeft.jpg') no-repeat top left; }
.HeaderRight { background:url('images/HeaderRight.jpg') no-repeat top right; }
.HeaderContent { height: 156px; }
.HeaderInfo { height:80px; padding-left:24px; padding-right:240px; }
.HeaderLogo { height:80px; width:250px; padding-top:10px; float:left;}
.HeaderPanel {
	float:right;
	height:80px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color: #000066;
	overflow:hidden;
}

.HeaderObjectArea { height:50px; padding-left:36px; padding-top:24px; text-align: left;}
.OjectsTable{ padding:0; margin:0; border:0; border-collapse:collapse; border-spacing:0;}

a.MainLinks { font-size:12px; font-weight:normal; font-family:Verdana; color: #000066; }
a.MainLinks, a.MainLinks:link, a.MainLinks:visited, a.MainLinks:hover, a.MainLinks:active { text-decoration: none; }
a.MainLinks:hover{ text-decoration: underline; }

.FloatPanel { line-height:0; font-size:0; height:0; width:0; padding:0; margin:0;}
.FloatLeft { float:left; }
.FloatRight { float:right; }
.ClearFloat { line-height:0; font-size:0; height:0; clear:both; }

img.Welcome { border:none; }

.PaneArea { background: #FFF; }
.ContentBG { background:url('images/ContentBG.jpg') #e8e8f2 no-repeat bottom right; min-height:400px; }
.ContentArea { padding:10px; }
.MenuArea { width:184px; max-width:184px; overflow:hidden; }
.Footer { padding:5px; text-align:center; font-family:Verdana; }

/*---- FileManager ----*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}

a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}

/*---- ControlPanel changes ----*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}

/*---- pane style ----*/
.PainelPrincipal, .PainelSuperior, .PainelInferior{ padding:0px; margin:0px; }
.PainelEsquerdo{ padding:0px 20px 0px 0px; width:20%; margin:0px; }
.PainelDireito{ padding:0px 0px 0px 20px; width:20%; margin:0px; }
.PainelMenu{ padding:0; width:197px; margin:5px; }

/*------------ Breadcrumb Style ----*/
.breadcrumb_text,.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#666; font-size:10px;}
a.Breadcrumb:hover{color:#CCC; font-size:10px;}

/*---- Link Style ----*/
.linkscontainer{padding-top:10px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#666; text-transform:uppercase;}
a.links:hover{color:#CCC;}

/*---- User Style ----*/
.CommandButton, .User,a.User:link,a.User:active,a.User:visited { color:#666; font-size:10px;}
a.User:hover{color:#CCC; font-size:10px;}

/*---- Footer Style ----*/
.Footer,a.Footer:link,a.Footer:active,a.Footer:visited { color:#999; font-size:10px;}
a.Footer:hover{color:#CCC; font-size:10px;}

/*---- Empty panes Style ----*/
.PDNEmptyPane{width:0;padding:0;margin:0;}


/*---------------- Menu ---------------*/

.MenuContainer {
	background-color: #ffffff; 
	text-align: center;
	width:184px;
	font-family:Verdana;
}

.MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 23px; 
	background-color: transparent;
	}

.MenuBreak {
	height: 1px;
	font-size: 1px;
}

.MenuIcon {
	font-family: verdana;
	background-color: #ffffff;
	border-left: #D0D0D0 1px solid;
	border-right: #ffffff 0px solid;
	border-bottom: #D0D0D0 1px solid;
	border-top: #D0D0D0 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 0px;
	padding: 2px;
	display:none; 
}

.MenuSeta {	}

.MenuItem {
	cursor: pointer;
	height: 23px;
	font-size: 11px;
	background-color: #ffffff;
	font-family:Verdana;
}

.MenuItemHover {
	border-top: #D0D0D0 1px solid; 
	border-right: #ffffff 0px solid;
	border-left: #ffffff 0px solid; 
	border-bottom: #D0D0D0 1px solid; 
	cursor: pointer; 
	color: #696969;
	font-size: 11px;
/*	background-color: #EAF4FF;*/ 
	height: 23px;
	}

.RootMenuItem {
	color: #000066;
	font-size:11px;
	height:28px;
	font-weight:bold;
	}

.RootMenuItem TD {
	margin-left: 15px;
}

.RootMenuItem TD { background: #FFF url(images/RootMenuItem.jpg) no-repeat bottom; }

.RootMenuItemHover {
	color: #696969;
	font-size:11px;
	height:28px;
	font-weight:bold;
}

.RootMenuItemHover TD { background: #FFF url(images/RootMenuItemHover.jpg) no-repeat bottom; }

.RootMenuItemActive {
	color: #000099;
	font-size:11px;
	height:28px;
	font-weight:bold;
}

.RootMenuItemActive TD { background: #FFF url(images/RootMenuItem.jpg) no-repeat bottom; };

/*---------------- SubMenu ---------------*/

.SubMenuContainer {
	z-index: 1000;
	background-color: #FFFFFF;
	border:#183577 1px solid;
	border-left:#183577 3px solid;
	border-bottom:#183577 1px solid;
	cursor: pointer; 
	cursor: hand;
	left:5px;
	font-family: verdana;
}

/*	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=4);  */

.SubMenuItemActive TD {
/*	background-image: url(Quadrado.gif); */
/* 	background-repeat: no-repeat; */
/*	height:16px; */
	}

.SubMenuItemHover TD {
/*	background-image: url(QuadradoOver.gif);	 */
/*	background-repeat: no-repeat; */
/*	height:16px; */
	color: #0000CC;
	}


.SubMenuItemActive {
	cursor: pointer; 
	cursor: hand;
	color: #000066;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal; 
	letter-spacing: 0px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #EAF4FF; 
}

/*---------------- Search ---------------*/

span.ServerSkinWidget {
	display:none;
}


