﻿html, body, div, a, form, img
{
    margin: 0px;
    padding: 0px;
    border-style: none;
}
table
{
    border-style: none;
}
html,body
{
	height:100%;
	overflow: hidden;
}
body
{  
	background-color:#c3daf9;
    font-family:Verdana;
    font-size:11px;
    color:Black;
}
/*Layout*/
#header
{
	position:absolute;
	top:0px;
	height: 53px;
	width: 100%;	
	background-image:url(Images/caption-grad.gif);
	background-repeat: repeat-y;
	background-color:#a2c1f5;	
}
#link-panel
{
	position: absolute;
	top: 55px;
	left: 0px;
	width: 210px;
	height: 550px;
	background-color:White;
    border-style:solid;
    border-width:1px;
    border-color:#003399;
}
#content-splitter
{
	float: left;
	height: 100%;
	width: 4px;
	overflow:hidden;
	cursor:w-resize;
}
#content-panel
{
	position: absolute;
	top: 55px;
	left: 216px;
	width: 455px;
	overflow:auto;
    background-color:white;
    border-style:solid;
    border-width:1px;
    border-color:#003399;
}
#footer
{
	clear:both;
	bottom: -1px;
	width: 100%;
	height: 28px;
	position:absolute;
	display:block;
	background-image:url(Images/footer-grad.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
/*Tool-bar*/
.toolbar
{
	border:0px;
	height: 25px;
	vertical-align:middle;
	margin:0px;
	padding:0px;  	
}
.left-part-toolbar
{
	background-image:url(Images/left-part-toolbar-grad.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width: 9px;
}
.toolbar-body
{
	background-image:url(Images/toolbar-grad.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.rght-part-toolbar
{
	background-image:url(Images/right-part-toolbar-grad.gif);
    background-repeat:no-repeat;
    background-position:top left;    
	width: 9px;
}
.toolbar-text
{
    margin-left:18px;
    font-size:11px;
    text-align:center left;
}
.toolbar-img
{   
	background-repeat:no-repeat;
	display: block;
	height:16px;
	padding-left: 10px;
	padding-right:7px;
	vertical-align: middle;
}
.toolbar-img-and-text
{   
	background-repeat:no-repeat;
	display: block;
	height:16px;
	padding-left: 20px;
	vertical-align: middle;
}
.menu-toolbar
{
    vertical-align:top;
}
.toolbar-separating-line
{
	background-image:url(Images/separating-line.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:4px;
	height:25px;
}
   
.toolbar-item
{
	text-decoration: none;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
	text-align: center;
	color: Black;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 1px;
	height: 15px;
	cursor: hand;
}
.toolbar-item:hover
{
	background-image:url(Images/active-a-grad.gif);
	background-repeat:repeat-x;
	background-color:#f7ce6e;
	text-decoration:none;
    border-style:solid;
    border-width:1px;
    border-color:#000080;
	margin:0px;
	height:15px;
}


/*Menu*/
.header-menu
{
	background-image:url(Images/drops.gif);
	background-position:left top;
	background-repeat:no-repeat;
    height:25px;
}
.menu
{
	margin-top: 1px;
	margin-left: 7px;
}
.menu-right
{
	margin-top: 1px;
	width: 1px;
	padding-left:1px;
	padding-right:1px;
}
.menu-item
{
	display: block;
	padding-left: 4px;
	padding-right:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin: 1px;
	color:Black;
	text-indent: -15px;
 }
.menu-item img
{
	display: none;
}
.menu-item-hover
{
	display: block;
	margin: 0px;
	padding-left:6px;
	background-image:url(Images/active-a-grad.gif);
	background-repeat:repeat-x;
	background-color:#f7ce6e;
	text-decoration:none;
    border-style:solid;
    border-width:1px;
    border-color:#000080;
	margin:0px;
	text-indent: -16px;
}
.menu-dinamic
{
	display: block;
	background-color:#f6f6f6;
    background-image:url(Images/dinamic-menu-grad.gif);
    background-repeat:repeat-y;
    background-position:left;
    border-style:solid;
    border-width:1px;
    border-color:#003399;
}
.menu-dinamic-item
{
	display: block;
	margin: 0px;
	padding-left:4px;
	padding-right:19px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	color:Black;
}
.menu-dinamic-item img
{
	margin-right: 8px;
}
.menu-dinamic-item-hover
{
	display: block;
	margin: 1px;
	padding-left: 1px;
	padding-right:16px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image:url(Images/dinamic-hover-menu.gif);
	background-repeat:repeat-x;
	background-color:#fdf0c4;
    border-style:solid;
    border-width:1px;
    border-color:#000080;    
}
/* Left Panel */
.link-panel-pages-container
{
}
.link-panel-page
{	
}
.link-panel-page-title
{
	background-image:url(Images/header-grad.gif);
	background-repeat:repeat-x;
	background-color:Navy;
    height:24px;
    font-family:Tahoma;
    font-size:16px;
    font-weight:bold;
    color:White;
    padding-left:7px;
    padding-top:2px;
    display:block;
}
.link-panel-page-tree
{
	overflow: auto;
	height: 300px;
}
.link-panel-buttons-container
{		
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.link-panel-page-button
{
	padding-left:0px;
	display: block;
	height: 31px;
	width: 100%;
	background-image:url(Images/splitter-passive.gif);
	background-repeat:repeat-x;
	background-color:#99ccff;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000080;
	text-decoration:none;
	vertical-align: middle;
    font-weight:bold;
	color:Black;	
}
.link-panel-page-button:hover
{
	background-image:url(Images/splitter-active.gif);
	background-color:#f7ce6e;
}
.link-panel-page-button img
{
	margin: 6px;
}
/* Content */
.page-title
{
	background-image:url(Images/header-grad.gif);
	background-repeat:repeat-x;
	background-color:Navy;
    height:26px;
    font-family:Tahoma;
    font-size:16px;
    font-weight:bold;
    color:White;
    padding-left:7px;
    padding-top:2px;
    display:block;
}
.page-title-text
{
    font-family:Tahoma;
    font-size:16px;
    font-weight:bold;
    color:White;
    padding-left:7px;
    padding-top:2px;
}

.content-header-img
{
	background-repeat:no-repeat;
	background-position:right;
	padding-right:5px;
	display:block;	
}
/* Footer */
.footer-separator
{
	background-image:url(Images/footer-separator.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-top:12px;
	padding-bottom:1px;
    margin-left:800px;
}
.footer-text
{
	text-align:center;
	vertical-align:bottom;
	padding-bottom:2px;
}
/* Grid */
.grid
{
	font-family: 'Poppins', sans-serif !important;
	font-size:9pt;
	
}
/*.grid-header
{
	background-color: #ECE9D8;
	background-image:url(Images/grid-header.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	border-bottom-style:solid;
	border-bottom-color:#DCD8C8;
	border-bottom-width:3px;
}*/
.grid-header a
{
	text-decoration: none;
	font-weight: normal;	
	display: block;
	color: black;
}


.grid-alternative-row
{
	background-color: #f5f5f5;
}
.grid-selected-row
{
	background-color: #316ac5;
}
.grid-pager
{
	height: 28px;
	background-image:url(Images/footer-grad.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	text-decoration: none;
	font-weight: bold;	
	color: navy;
	padding-top:16px;
}
.grid-pager a
{
	text-decoration: none;
	font-weight: normal;	
	color: black;
}
.grid-pager a:hover
{
	color: navy;
}

/* pages */
.vsep
{
	font-size:0px;
	height:6px;
}

.leftAuto
{
	width: 80%;
	margin-left: 20%;
}

.fieldeditor
{
	font: 8pt Arial, Helvetica, Tahoma, sans-serif;
	color: #1e1e1e;
	width: 98%;
}

.required-field
{
	color: black;
	font-weight:bold;
}

/*header command button styles*/
.buttonBorder
{
	border-left: solid 1px black;
	padding-left: 4px;
}
.tabButtonSkin
{
	font-weight:normal;
}
.activeTabButtonSkin
{
	font-weight:bold;
}

.header-smartpanel
{
	background-image:url(Images/header-grad.gif);
	background-repeat:repeat-x;
	background-color:Navy;
    height:14px;
    font-family:Areal;
    font-size:9pt;
    font-weight:bold;
    color:White;
    padding-left:7px;
    padding-top:2px;
    display:block;
}

/*bottom panel with buttons*/
.actionPanel
{
margin-left: auto; 
text-align: right;
}

.actionbutton
{
	margin-left:1em;
	height:22px;
	padding-left:3px;
	padding-right:3px;
}
/*Header pages*/
.headerGroupTable
{
	width:100%;
	border-style:none;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
.headerGroupDataCell
{
	background-color: #ffffcc;
	text-align: center;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

.headerGroupCaptionCell
{
	text-align: center;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-image: url(Images/header-grad.gif);
	height: 20px;
}

.headerslice
{
	background-image: url(Iimages/header-grad.gif);
	height: 20px;
	padding-left:10px;
}

.leftStatusCell
{
background-color:#ffffcc;
}

.rightStatusCell
{
text-align:right;
}
.statusTable
{
	width: 100%;
}
.mainDataCell
{
	padding-left:2px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #ffffff;
	width: 25%;
}

.mainDataCaptionCell
{
	padding-right: 2px;
	text-align: right;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #ffffcc;
	width: 25%;
}

.login-panel
{
	margin: 150px auto 0px;
	background-image:url(Images/login-panel-grad.gif);
	background-position:center;
    background-repeat:repeat-x;
    border-style:solid;
    border-width:2px;
    border-color:White;
    width:503px;
    vertical-align:middle;
}
.login-panel-text
{
	font-size:15px;
	font-weight:bold;
	font-family:Tahoma;
	color:#336699;
	text-align:center;
}
.login-panel-text:hover
{
	color:#0066ff;
}
.login-panel-small-text
{
	font-size:13px;
 	font-family:Tahoma;
	color:#003399;
	text-align:center;
	margin:0px;
	padding:8px;
}
div.tree-sub {
    margin-left: 1em;
}
img.tree-status, img.tree-icon {
    border: 0;
    padding-right: 3px;
}
div.tree-node a {
    text-decoration: none;
    color: #000;
}
.checkBoxGroupHeader
{
	padding-left:0px;
	display: block;
	width: 100%;
	background-image:url(Images/splitter-passive.gif);
	background-repeat:repeat-x;
	background-color:#99ccff;
	text-decoration:none;
	vertical-align: middle;
    font-weight:bold;
	color:Black;	
}
.butt {
background-color: #003399;	
height: 25px;
	width: auto;
	border: 1px solid #000000;
	font-family: 'Poppins', sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}