a
{
	text-decoration: none;
	color: black;
}
a img{
	border-width: 0px;
}

legend
{
	color: black;
}
.strong
{
	font-weight: bold;
}

#headcell
{
	vertical-align: top;
	height: 1px;
}
.frameTop
{
	border: 1px solid #0F8AF7;
	margin-bottom: 0.6em;
}
.frameBottom
{
	border: 1px solid #0F8AF7;
	margin-top: 0.6em;
}
#center
{
	vertical-align: top;
}
#left
{
	width: 8em;
	vertical-align: top;
}
ul.menu 
{
	margin: 0 0.6em 0 0;
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #0F8AF7;
}
ul.menu li
{
	border: 1px solid #0F8AF7;
	border-top: none;
}
ul.menu li :hover
{
	color: white;
	background-color: #9CC0ED;
}
.menuCategory
{
	padding-left: 0.7em;
	display: block;
	color: white;
	background-color: #5D9EEE;
}
ul.menu li a
{
	padding: 0 0.3em 0 1.4em;
	display: block;
	font-weight: normal;
	color: black;
}
.topLogo
{
	padding-left: 5px;
}
.topLogo a
{
	font-size: x-large;
	font-weight: bolder;
	color: navy;
}
.topPageTitle
{
	font-size: large;
	font-weight: bolder;
	color: navy;
}
.topUserInfo
{
	text-align: right;
	font-size: small;
	padding-right: 5px;
}
.topUserInfo span
{
	font-weight: bolder;
}
.topUserInfo a
{
	color: #0F8AF7;
	text-decoration: none;
	padding-right: 5px;
}
div.actions
{
	margin-bottom: 0.6em;
	padding-left: 5px;
}
div.actions a
{
	display: block;
	padding: 0.2em;
	color: #0F8AF7;
	font-size: smaller;
}
div.actions a:hover
{
	color: white;
	background-color: #9CC0ED;
}
a.actions_Default
{
	font-weight: bolder;
}
.actions_Error
{
	border: 1px solid #0F8AF7;
	padding: 0.3em;
	margin-bottom: 0.6em;
	font-weight: bolder;
	color: #ff6666;
}
.actions_Warning
{
	font-weight: bolder;
	color: #ff6600;
}
a.actions_SmallLink
{
	font-weight: normal;
	color: #ff6600;
	cursor: pointer;
}

div.actionInfo
{
	margin: 2px;
	margin-bottom: 5px;
	margin-right: 20%;
	text-align: center;
	border: none;
	font-size: x-large;
}
div.actionInfo span
{
	font-weight: bolder;
}

table.grids_table .move
{
	cursor: pointer;
	cursor: hand;
	margin: 1px 5px 0 0;
	float: left;
}

table.simple_table tbody tr td
{
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
fieldset.history
{
	margin: 0 0 0.3em 0;
	border-top: 1px solid #0F8AF7;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
div.DataForm fieldset table tr td
{
	vertical-align: top;
}

div.DataForm table tr td.DataForm_FieldTitle
{
	width: 50%;
	padding-right: 5px;
	text-align: right;
}
fieldset.DataFilter
{
	margin: 0 0 0.6em 0;
	padding: 0em 0em 0.8em 0.8em;
	border: 1px solid #0F8AF7;
}
fieldset.DataFilter form
{
	margin: 0;
}
fieldset.DataFilter span.DataFilter_Action
{
	color: #0F8AF7;
	cursor: pointer;
}
fieldset.DataFilter span.DataFilter_Action :hover
{
	text-decoration: underline;
}
fieldset.DataFilter span.DataFilter_Action_Disabled
{
	color: gray;
}
.EmailView fieldset
{
	margin: 0.1em 0 0 0;
	border: solid 1px #0F8AF7;
}
.EmailView a
{
	color: #0F8AF7;
}
.EmailView a :hover
{
	text-decoration: underline;
}
.EmailView_Preview
{
	padding: 5px;
	border: solid 1px #0F8AF7;
}
#bottom
{
	padding-top: 20px;
	vertical-align: bottom;
	height: 1px;
}
#bottom div
{
	border: 1px solid #0F8AF7;
	text-align: right;
	padding: 0;
}
#bottom div a
{
	padding-right: 0.6em;
}
#LoginForm
{
	margin-top: 1em;
}
div.navigation
{
	border: none;
	padding-left: 0.3em;
	margin-bottom: 0.3em
}
div.navigation span a
{
	font-weight: bolder;
	color: #0F8AF7;
}
div.navigation span :hover
{
	color: white;
	background-color: #9CC0ED
}
a.edit {
	float: left;
}
.print_table_wrapper{
	padding: 0px;
}
table.print_table 
{
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
table.print_table thead tr td, table.print_table tfoot tr td
{
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: black;
	background-color: #DDDDDD;
}
table.print_table tbody tr td
{
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.radio_wrapper{
	white-space: nowrap;
}

#privot_table td 
{
    vertical-align: middle;
}
#install_table {
	width: 500px;
	margin: auto;	
}
#install_table th {
	text-align: left;
}


/*-------------------------------------------body---------------------------------*/
html, body {
    width: 100%;
    height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
}
textarea{
	font-family: arial, sans-serif;
	font-size: 13px;
}

.main{
	border-spacing: 0px;
	border-collapse:collapse;
	table-layout:fixed;
	border: 0px;
	margin: 0px;
	height: 100%;
	background-color: white;
	padding: 1em;
	vertical-align: top;
}

.main td{
	vertical-align: middle;
	white-space:nowrap;
}


#main_panel_body .center{
	padding: 0px;
}

/* -------------------------------------  header -------------------------------*/

#main_header{
	width: 100%;
	border: 0px;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	background-color: #F8F8F8;
	margin-bottom: 0px;
	height: auto;
	font-size: 13px;
	text-decoration: none;
	color: black;
}
#main_header td{
		padding: 0.5em 0px; 
}
#main_header .pointed{
	padding-left: 36px;
}

#main_header #title{
	width: 100%;
}

#main_header #logout{
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
}

#main_header a{
	color: blue;
}


/*-------------------------------------menu----------------------------------------------*/

.menu{
	width: 200px;
	margin-top: 0px;
	padding: 14px;
	border-right-style: solid;
	border-width: 0px;
	border-right-color: #F3F3F3;
	text-decoration: none;
	color: black;
}

.menu .item{
	width: 200px;
}

.menu .item .header{
	padding: 8px 40px 8px 15px;
	color: white;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style:solid;
	border-color: #4C7CA2;
	cursor: pointer;
}

.menu .item .content{
	display: none;
	border: 5px;
	border-style: solid;
	border-color: #F3F3F3;
}
.menu .visible .content{
	display: block;
}
.menu .item .content .inner_item{
	display: block;
	border: 0px;
	border-top: 2px;
	border-top-color: #F3F3F3;
	border-bottom: 2px;
	border-bottom-color: #E9E9E9;
	border-style: solid;
	color: #1E5480;
	padding: 6px 15px;
}


/*---------------------------------------------------------------------------------------*/


.group_description{
	clear:both;
	border: 0px;
	padding: 0px;
	width: 100%;
	
}

.group_description  .header  {
	padding: 0.4em 1em;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-color: #6699FF;
	color: white;
	font-weight: bold;
	margin: 3px 0px;
	cursor: pointer;
}

.group_description .content{
	border: 5px;
	border-style: solid;
	border-color: #F5F5F5;
	text-align: center;
}
.group_description .invisible{
	/*display: none;*/
}
.echanges .content{
	display: none;
}

/*---------------------------------------------------------------------------------------*/

.group_description .content .fields{
	margin: auto;
}
.group_description .content .fields td{
	text-align: left;
	vertical-align: top;
}

.group_description .content .fields td select{
	width: 155px;
	outline: none;
}

.group_description .content .fields a {
	vertical-align: middle;
}
.group_description .content .fields a img{
	border-width: 0px;
}
.group_description .content .fields td input{
	width: 150px;
	outline: none;
}
.group_description .content .fields td input[type=checkbox]{
	width: auto;
	margin-left: 0px;
}
.group_description .content .fields td textarea{
	outline: none;
	max-width: 400px;
}

.group_description .content .fields .label{
	text-align: right;
	vertical-align: top;
	padding: 0px;
	padding-top: 4px;
	padding-right: 10px;
	white-space: no-wrap;
}
.field_group_wrapper{
	margin-right: 160px;
}

.group_description .content .double_columns .inner_column td{
	width: 190px;
}
.group_description .content .single_column td{
	width: 200px;
}

/*---------------------------------------------------------------------------------------*/

.group_description .content .inline{
	margin: auto;
	margin-bottom: 25px;
	
}
.group_description .content .inline thead td{
	border-width: 0px;
	
}

.group_description .content .inline td{
	background-color: white;
	vertical-align: middle;
	padding: 2px 3px;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-color: #E1E1E1;
}

.group_description .content .inline td a{
	color: blue;
}

.group_description .content .inline *{
	outline: none;
}
.group_description .content .inline td input{
	border-width: 0px;
}

.group_description .content .inline td textarea{
	width: 100%;
	border-width: 0px;
	height: 2em;
}


.group_description .content .inline td input[type='checkbox']{
	width: auto;
	margin-left: 40%;
}

.group_description .content .inline thead td{
	padding: 0.5em 1em;
	font-weight: bold;
	background-color: #E9E9E9;
}
.group_description .content .inline .invisible{
	display: none;
}
.group_description .content .inline .read_only{
	background-color: #F6F6F6;
	border-color: #F6F6F6;
	padding: 3px 10px;
}
.group_description .content .inline  .remove_row, .group_description .content .inline  .remove_added_row{
	cursor: pointer;
	border-width: 0px;
	background-color: white;
}
/*------------------------------------------------------------------*/

.toolbar{
	width: 100%;
	border-width: 0px;
	margin-bottom: 1em;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 2px 0px;
}
.toolbar tr {
	padding: 0px;
}

.toolbar .toolbar_button a{
	display: block;
	color: black;
	height: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	padding-left: 31px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 10px;
	
}
.toolbar .toolbar_button.none a{
	padding-left: 10px;
}

.toolbar .toolbar_button{
	background: #F4F4F4 url(../img/toolbar_gradient.png) repeat-x left bottom;
	cursor: pointer;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #F4F4F4;
}

.toolbar td{
	height: 28px;
	border-width: 0px;
	width: auto;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	table-layout: auto;
	display: table-cell;
}
.toolbar .page_description .view_title{
	float: left;
	font-weight: bold;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 50px;
}

.view_title_no_padding{
	float: left;
	font-weight: bold;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 10px;
}

.toolbar .page_description .view_subtitle{
	font-weight: normal;
	font-size: small;
	margin: 0px;
}

.toolbar .page_description{
	white-space: normal;
	background: white;
	padding: 0px;
	padding-top: 5px;
	height: 100%;
	width: 100%;
	cursor: auto;
	vertical-align: middle;
	text-align: center;
}


/*-------------------------------------------------------------------------------------------------------------*/
#tools_menu{
	position: absolute;
	list-style-type: none;
	background-color: white;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #F4F4F4;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: none;
	text-align: left;
}

#tools_menu li{
	width: 100%;
}
#tools_menu li a{
	vertical-align: middle;
	padding: 10px 6px;
	display: block;

}

/*-------------------------------------------------------------------------------------------------------------*/

#specific_actions{
	width: 99%;
	margin: 0;
	padding: 0em;
	border: 6px;
	border-style: solid;
	overflow: auto;
	border-color: #F5F5F5;
	background-color: #E7E7E7;
}
#specific_actions a{
	color: black;
	display: block;
	padding: 0.5em 0.5em;
	margin: 0em 2em;
}
#specific_actions li{
	display: inline;
	float: left;
}

#specific_actions a:hover{
	background-color: #F5F5F5;
}
/*-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
.grids_table{
	width: 100%;
	margin: auto;
	border-spacing: 0px;
}

.grids_table td{
	border-style: solid;
	border-width: 1px;
	border-color: #ECECEC;
	padding:  2px 10px;
}

.grids_table td a{
	color: blue;
}

.grids_table td a:hover{
	text-decoration: underline;
}

.grids_table thead td{
	vertical-align: middle;
	background-color: #2B7BBA;
	border-color: white;
	white-space: normal;
	color: white;
}

.grids_table tfoot tr td {
	background-color: #2B7BBA;
}

.table_hover tr:hover {
	background-color: #E8F5F3;
}

/*-------------------------------------------------------------------------------------------*/

#column_choice
{
	list-style-type: none;
	position: absolute;
	display: none;
	background-color: white;
	cursor: default;
}
#column_choice table{
	margin: auto;
	background-color: white;
	cursor: default;
}
#column_choice table tr{
	background-color: white;
}
#column_choice table td{
	margin: auto;
	height: auto;
	background-color: white;
	font-weight: normal;
	text-align: left;
}
#column_choice .add_col{
	cursor: pointer;
}
#column_choice .remove_col{
	cursor: pointer;
}

#column_choice .columns_apply{
	padding: 0.5em;
	background-color: #6CA1C9;
	margin-bottom: 5px;
	margin-right: 5px;
	color: white;
	cursor: pointer;
}
#column_choice .float_right{
	float: right;
}

#column_choice fieldset{
	clear: both;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #F4F4F4;
	background-color: white;
}
/*------------------------------------------------------------------------------------*/
.nested table{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	padding: 0px;
}
.nested table .choice{
	width: 20px;
	padding: 0px;
}
.nested table td {
	border-width: 0px;
}
.nested table img{
	width: 20px;
}
.nested table tr{
	vertical-align: middle;
}
.nested * {
	padding: 0px;
	margin: 0px;
}
.nested_controll {
	padding: 0 0.6em;
	position: absolute;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	min-width: 8.8em;
}
.nested_controll ul {
	list-style-type: none;
	padding-left: 1em;
}
.nested_controll button {
	border: 0;
	background-color: inherit;
}
.nested_controll button:hover {
	background-color: #9CC0ED;
	color: white;
}
.nested .nested_path {
	float: left;
	padding : 0.1em;
	min-width: 10em;
	min-height: 1.2em;
	cursor: default;
}
/*------------------------------------------------------------------------------------*/
#filters{
	border-style: solid;
	border-width: 6px;
	border-color: #F4F4F4;
	clear: both;
	margin-bottom: 1em;
}

#filter_table{
	width: 100%;
}
#filter_table td{
	padding-left:5px;
}
#filter_table .green_plus{
	cursor: pointer;
}

#filter_table .remove_filter{
	cursor: pointer;
}
#filter_table td .nested table{
	width: 100%;
}

#filter_table .buttons{
	text-align: right;
	height: 3em;
	vertical-align: middle;
}

#filter_table .buttons .button{
	margin-left: 1em;
	padding: 0.5em;
	color: white;
	cursor: pointer;
	width: auto;
}

#filter_table .buttons .confirm{
	background-image: none;
	background-color: #6CA1C9;
}
#filter_table .buttons .clean{
	background-image: none;
	background-color: #C43837;
}
#filter_table td{
	vertical-align: middle;
}
#filter_table input{
	width: 100%;
}
#filter_table .choice{
	width: 1.6em;
}
#filter_table select{
	width: 100%;
}
/*------------------------------------------------------------------------------------*/
#row_count{
	margin-top: 1em;
	background-color: #F3F3F3;
	overflow: hidden;
	padding: 1em 2em;
}
#row_count .float_right{
	float: right;
}
#row_count .float_left{
	float: left;
}
/*------------------------------------------------------------------------------------*/
.point_on_hover{
	cursor: pointer;
}
/*---------------------------------table fields----------------------------------*/
.data_table td{
	white-space: nowrap;
	text-align: left;
}
.data_table .multiline{
	white-space: normal;
}

.file div img{
	vertical-align: middle;
}

.ref img{
	border-width: 0px;
}

.multiline textarea{
	height: 120px;
	width: 180px;
}
.data_table .currency, .data_table .decimal{
	text-align: right;
}
.data_table  .numeric input{
	width: 80px;
}
/*------------------------------------------------------------------------------------*/
.buttons_wrapper{
	margin-top: 5px;
	text-align: center;
}
.button{
	cursor: pointer;
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	min-width: 50px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

#timeout_screen, .ajax_animation{
	text-align: center;
	padding: 2em;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-color: #E5E5E5;
}

.invisible_button{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.provider_error_msg{
	text-align: center;
}

input.button{
	font-family: arial, sans-serif;
	border: 0px;
	padding: 0.5em 1em;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}