/* Main */
body {
	font:12px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
}
/* Text */
.normal {
	font:12px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	line-height:18px;
}
.normalbold {
	font:bold 12px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	line-height:20px;
}
.normaldisabled {
	font:12px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	color:#ccc;
	line-height:20px;
}
a:link, a:visited, a:active {
	font:12px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	text-decoration:none;
	line-height:20px;
	color:#667766;
}
a:hover {
	font:12px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	color:red;
	text-decoration:underline;
	line-height:20px;
}
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { 
	color: #6A6A6A; 
	border: 1px solid #ABABAB; 
	background: #EFEFEF; 
	padding: 2px 3px 3px 4px; 
	font:bold 10px Verdana; 
	text-decoration: none; 
	height: 20px; 
	vertical-align:middle;
}
a.CommandButton:hover { 
	color: #6A6A6A; 
	border: 1px solid #868686; 
	background: #DFDFDF; padding: 2px 3px 3px 4px; 
	font:bold 10px Verdana;  
	text-decoration: none; 
	height: 20px; 
	vertical-align:middle;
}

/* Panes */
.TopPane {
	/* padding:10px 11px 0; */
}
.LeftPane { //* 0 6 11 */
	padding:0 10px 11px;
}
.ContentPane {
	padding:0 10px;
}
.RightPane {
	padding:0 10px 11px;
	/*background-color:#eff7e0;*/
	background-color:#f7f7f7;
	border-left: 1px dotted gray;
}
.BottomPane {	
	padding:0 11px;
}


/* Header */
#Header {
	/* linia verde de sus */
	/*background:url('images/blue_line.png') repeat-x;*/
	height:130px;
}
#HeaderBg {
	background:url('images/header_bg.jpg') repeat-x;
}
#SiglaBg {
	background:url('images/sigla_bg.png') no-repeat center;
	/*width:270px;*/
	/*padding-left: 50px;*/
	/*z-index:4;*/
}

#menu_bg {
	background:url('images/menu_bg.png') repeat-x;	
	height:40px;
	z-index:3
}
/* Footer */
#Footer {
	background:url('images/spacer1.png') repeat-x;		
	height:40px;
}
#lower_bg {
	background:url('images/spacer.png') repeat-x;
	z-index:3;	
}
/* Shadow */
.left_shadow {
	background:url('images/left_shadow.png') repeat-y;	
}
.right_shadow {
	background:url('images/right_shadow.png') repeat-y;	
}
/* Solpart Menu class */
.MainMenu_MenuContainer{ background:transparent; width:100%;z-index: 4;}
.MainMenu_MenuBar{}
.MainMenu_MenuItemSel { background:transparent; }
.MainMenu_MenuIcon{ 
 	background:#FFFFFF; 
 	padding:2px;
	cursor:pointer; 
	cursor:hand; 
	text-align:center; 
	width:16px;
	height:22px;
	border:0px;
}
.MainMenu_MenuArrow
{ 
	display:none; 
}
.MainMenu_RootMenuArrow
{ 
	display:none; 
}
.MainMenu_MenuBreak
{
	display:none; 
}
.MainMenu_MenuItem{ 
	color:#325167;
	font:bold 8pt Tahoma;
	border:0px; 
}
.rootmenuitem td{ 
	cursor:pointer; 
	cursor:hand;
	color:#ffffff; 
	font:bold 11px Tahoma;
	background:transparent;
	height:40px;
	padding:10px;
}
.rootmenuitemselected td{	
	cursor:pointer; 
	cursor:hand;
	color:#84C225;
	font:bold 11px Tahoma;
	height:40px;
	background:transparent repeat-x;	
	padding:10px;	
	z-index:4;
}
.rootmenuitembreadcrumb td{
	cursor:pointer; 
	cursor:hand;
	color:#84C225;
	font:bold 11px Tahoma;		
	height:40px;
	background:transparent repeat-x;	
	padding:10px;
	z-index:4;
}
.submenu{	
	cursor:pointer; 
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc; 
	cursor: hand;		
	margin-left:5px;
	background:#FFFFFF repeat-x;
	padding-right:23px;
	z-index:4;
}
.submenuitemselected {
	cursor: pointer; 
	cursor: hand;
	color:#84C225;
	font:bold 8pt Tahoma;
	margin-left:5px;
	z-index:4;		
}
.submenuitembreadcrumb {
	cursor: pointer; 
	cursor: hand; 
	color:#84C225;
	font:bold 8pt Tahoma;	
	margin-left:5px;
	z-index:4;	
}
/* Skin object class */
selectedtab, a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active {
	font:bold 10px Arial;
    color:#ffffff;      
}
A.SelectedTab:hover {
	font:bold 10px Arial;
	COLOR:#ff9913;
}
.SmallPrint, a.SmallPrint:link, a.SmallPrint:visited, a.SmallPrint:active {
	font:normal 12px Verdana;
	color:#ffffff;	
	vertical-align:middle;
}
A.SmallPrint:hover {
	font:normal 12px Verdana;
	COLOR:#ff9913;
}


/* Login section */
#login {
	background:url('images/Login.png') no-repeat;	
	height:36px;
	width:182px;
	color:#FFFFFF;
	font:bold 12px Arial;
	padding:0 14px 0 0;
	vertical-align: middle;		
	text-align: center;
	float: right;
	overflow: hidden; 
}
#login[id] {display:table;position:relative;}
#inner {position:relative;top:-55%;left:+16%}	/* for explorer only */
#inner[id] {position:static;padding:0 0 6px 0;}
#middle {position:absolute;top:45%;left:+16%}	/* for explorer only*/
#middle[id] {display:table-cell;vertical-align:middle;position:static;}
/* Container section */
.ContainerGreen {
	color: #94B24A;
	font:bold 18px Arial;
}
.ContainerBlack {
	color: #FFFFFF;
	font:bold 15px Arial;
}
.ContainerOrange {
	color: #FF9913;
	font:bold 18px Arial;
}
.ContainerBlue {
	color: #0098BE;
	font:bold 18px Arial;
}
.content1{
	background:url('images/angle.gif') no-repeat bottom right; 
	padding:10px 10px 10px 20px; 
	line-height:20px;
}

/* Table formatting */
table.SimpleTable
{
	border-color:Black;
	border-width:0 0 1px 1px;
	border-style:solid;
}

table.SimpleTable td
{
	border-color: Black;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding:2px 2px 2px 2px;
}

.CommonSidebarHeader
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	/*background-color: #C4E98B; */   /* was #d2e6bd */
	/*color: #4E6254; */      /* was #698d73 */
	background-color: #FFFFFF;
	color: #395910;
	padding: 2px;
	padding-left: 1px;
	/*background-image: url('images/sidebar-header.gif');
	background-position: top left;
	background-repeat: no-repeat;*/
	font-size: 9px;
	margin: 0px;
	/*font-weight: 600;*/
	width:165px;
}

.CommonSidebarHeaderText
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: 550;
	/*width:180px;*/
}

.CommonSidebarContent
{
	/*margin-bottom: 5px;*/
	display: list-item;
	list-style-type: square;	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #cccccc;*/
	background-color: #ffffff;
	overflow: hidden;
	/*width:188px;*/
}

.CommonSideBar
{
	padding: 0px;
	border-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width:226px;
}
