
html,body{
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container{
	position: relative;
	height:100%;
/*	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: 5px top;
*/
}

body>#container{
	height: auto;
	min-height: 100%;
	height: 78vh;
}



/****************************************

				HEADER

****************************************/

#header{
	background-color: #ffffff;
	height: 65px;
	z-index:2;
}

#header #logo_box{
	clear: right;
	float: left;
	width: 25%;
}

#header #logo_box img{
	margin-top: 0px;
	margin-left: 29px;
}

#header #login_message_box{
	clear: right;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 48%;
	padding-top: 23px;
	padding-bottom: 25px;
	text-align: center;
	color: #000000;
}

#header #login_message_box .message{
	white-space: nowrap;
}

#header #login_message_box .message img{
	margin-right: 45px;
	margin-left: 45px;
	white-space: nowrap;
}

#header #logout_box{
	float: right;
	width: 25%;
	text-align: right;
	top:0px;
}

#header #logout_box a{
	float: right;
	margin-top: 11px;
	margin-right: 29px;
	display: block;
	width: 103px;
	height: 43px;
	text-decoration: none;
}

#header #logout_box a:link,
#header #logout_box a:visited{
	background-image: url(../images/logout_button.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header #logout_box a:hover{
	background-image: url(../images/logout_button_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/****************************************

				MAIN MENU

****************************************/

#main_menu{
	background-color: #ffffff;
	float: left;
	width: 100%;
	height: 49px;
	text-align:right;
	background-image: url(../images/main_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	z-index:2;
}


#main_menu .opener{
	background-image: url(../images/main_menu_opener.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_menu .list{
	white-space: nowrap;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 14px;
	padding-bottom: 14px;
	height: 44px;
	color: #ffffff;
}

#main_menu .list .active:link,
#main_menu .list .active:visited{
	color: #FEC51B;
	text-decoration: none;
}

#main_menu .list .active:hover{
	color: #FEC51B;
	text-decoration: none;
}


#main_menu .list .normal:link,
#main_menu .list .normal:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#main_menu .list .normal:hover{
	color: #FEC51B;
	text-decoration: none;
}

#main_menu .closer{
	background-image: url(../images/main_menu_closer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/****************************************

				MAIN BOX

****************************************/

#main_box{
	clear: both;
	width: 100%;
	height: 78vh;
	display: block;
}


/****************************************

				LATERAL MENU

****************************************/

#lateral_menu{
	background-color: #F0F0F0;
	float:left;
	position:relative;
	width: 270px;
	height: auto;
	min-height:500px;
	display:block;
	margin-left: 10px;
	position: relative;
	z-index:0;
	-moz-border-radius:0px 0px 7px 0px;
	-webkit-border-radius:0px 0px 7px 0px;
	border-radius:0px 0px 7px 0px;
	border-right:solid 5px #dcdcdc;
	vertical-align:top;
	padding-bottom:100px;
}

#lateral_menu .list{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 60px;
	padding: 0px;
	list-style: none;
	color: #155490;
	height: 98%;
	display:block;
	background-color: #F0F0F0;
	top:0px;
}

#lateral_menu .list li{
	margin-top: 11px;
	margin-bottom: 0px;
	display: block;
}

#lateral_menu .list li a{
	text-decoration: none;
	display: block;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#lateral_menu .list li .normal:link,
#lateral_menu .list li .normal:visited{
	color: #155490;
}

#lateral_menu .list li .normal:hover{
	background-color: #CCCCCC;
	color: #ffffff;
	background-image: url(../images/lateral_menu_explore_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

#lateral_menu .list li .active{
	background-color: #155490;
	color: #ffffff;
	background-image: url(../images/lateral_menu_active_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

#lateral_menu .list li .explore{
	background-color: #CCCCCC;
	color: #ffffff;
	background-image: url(../images/lateral_menu_explore_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

#lateral_menu .list .sublayer_opener{
	color: #155490;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffffff;
	background-image: url(../images/lateral_menu_sublayer_opener.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	line-height: 12px;
	display: block;
}

#lateral_menu .list .sublayer{
	color: #155490;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	display: block;
}


#lateral_menu .sublist,
#lateral_menu .sublist_2{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	float: none;
	display: block;
	height: 100%;
}

#lateral_menu .sublist li,
#lateral_menu .sublist_2 li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	height: 100%;
	display: block;
	background-image: url(../images/lateral_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #FFFFFF;
}

#lateral_menu .sublist_2 li{
	padding-left: 15px;


}

#lateral_menu .sublist li a,
#lateral_menu .sublist_2 li a{
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	display: block;
}

#lateral_menu .sublist li .sub_normal,
#lateral_menu .sublist_2 li .sub_normal{
	padding-left: 32px;
	color: #838383;
	background-image: url(../images/lateral_menu_sublayer_point_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#lateral_menu .sublist li .sub_normal:hover,
#lateral_menu .sublist li .sub_active,
#lateral_menu .sublist_2 li .sub_normal:hover,
#lateral_menu .sublist_2 li .sub_active{
	padding-left: 32px;
	color: #155490;
	background-image: url(../images/lateral_menu_sublayer_point_1_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#lateral_menu .sublist li .sub_active,
#lateral_menu .sublist_2 li .sub_active{
	font-weight: bold;
}

#lateral_menu .sublist li .sub_normal_closer,
#lateral_menu .sublist_2 li .sub_normal_closer{
	padding-left: 32px;
	color: #838383;
	background-image: url(../images/lateral_menu_sublayer_point_1_closer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#lateral_menu .sublist li .sub_normal_closer:hover,
#lateral_menu .sublist li .sub_active_closer,
#lateral_menu .sublist_2 li .sub_normal_closer:hover,
#lateral_menu .sublist_2 li .sub_active_closer{
	padding-left: 32px;
	color: #155490;
	background-image: url(../images/lateral_menu_sublayer_point_1_closer_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#lateral_menu .sublist li .sub_active_closer,
#lateral_menu .sublist_2 li .sub_active_closer{
	font-weight: bold;
}

/*
#lateral_menu_open_button,
.lateral_menu_open_button{
	display: block;
	height: 52px;
	line-height: 52px;
	width: 10px;
	text-decoration: none;
	background-color: #636363;
	background-image: url(../images/lateral_menu_open_button.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-right: 0px;
	top: 0px;
	float: right;
	position: absolute;
}

#lateral_menu_open_button:hover,
.lateral_menu_open_button:hover{
	background-image: url(../images/lateral_menu_open_button_hover.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
}
*/

#lateral_menu_close_button,
.lateral_menu_close_button{
	height: 52px;
	line-height: 52px;
	width: 10px;
	text-decoration: none;
	background-color: #636363;
	background-image: url(../images/lateral_menu_close_button.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-left: 270px;
	top: 0px;
	float: right;
	position: absolute;
	-moz-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius:0px 7px 7px 0px;
}

#lateral_menu_close_button:hover,
.lateral_menu_close_button:hover{
	background-image: url(../images/lateral_menu_close_button_hover.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
}

/****************************************

				CONTENT

****************************************/


#content_box{
	background-color: #ffffff;
	margin-left: 300px;
	margin-right: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
}

#content_box_closer{
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 50px;
	width: 100%;
	border-bottom: solid 4px #cccccc;
}

#content_box .title{
	display: block;
	background-image: url(../images/content_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	padding-right: 30px;
	padding-bottom: 12px;
	border-bottom: solid 4px #cccccc;
	line-height: 22px;
	color: #155490;
	font-size: 22px;
	font-weight: bold;
}

#content_box .subtitle{
	display: block;
	padding-right: 30px;
	padding-bottom: 12px;
	margin-top: 7px;
	margin-bottom: 6px;
	line-height: 22px;
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
}

#content_box .last_login_message{
	color: #155490;
	font-size: 12px;
	padding-bottom: 15px;
	border-bottom: solid 4px #cccccc;
	margin-top: 11px;
	margin-bottom: 15px;
}

#content_box .info_box{
	padding: 4px;
	padding-bottom: 10px;
	border: solid 8px #E5E5E5;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_box .info_box .info_box_title{
	color: #ffffff;
	background-color: #155490;
	display: block;
	height: 25px;
	line-height: 22px;
	padding-top: 4px;
	padding-left: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

#content_box .filter{
	border-bottom:solid 4px #cccccc;
	background-color: #f4f4f4;
	height: 40px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	overflow-x:hidden;
	overflow-y:auto;
	height: auto;
}

#content_box .filter .block{
	display: block;
	float: left;
	width: 228px;
	height: 40px;
}

#content_box .filter .block label{
	width: 220px;
	display: block;
	text-align: left;
	line-height: 20px;
	margin: 0px;
	color: #333333;
	font-size: 10px;
}

#content_box .filter .block input,
#content_box .filter .block select{
	width: 220px;
	border: none;
	border: solid 1px #dddddd;;
}

#content_box .filter a img{
	border: none;
	margin-top: -23px;
	float: right;
	margin-right: 2px;
}

/*
#content_box .filter .search{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	padding-right: 25px;
	width: 31px;
	margin-right: 30px;
	margin-top: 25px;
	float: left;
}
*/

#content_box .filter .search{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding:0px;
	padding-right: 25px;
	margin-right: 30px;
	margin-top: 25px;
	float: left;
	border:none;
	width: 55px;
	margin-right:20px;
}

#content_box .filter .search:hover{
	background-image: url(../images/search_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#content_box .filter .export,
#content_box .filter .export:hover,
#content_box .filter .export_xml,
#content_box .filter .export_xml:hover,
#content_box .filter .crs,
#content_box .filter .crs:hover{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/filter_button.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	width: 110px;
	margin-right: 15px;
	margin-top: 10px;
	float: left;
	line-height: 26px;
	background-color: #dedede;
	border: solid 1px #cccccc;
	white-space: nowrap;
}

#content_box .filter .export:hover{
	border: solid 1px #dddddd;
	color: #336699;
}

#content_box .filter .export_xml{
	border: solid 1px #cccccc;
	color: #333333;
}

#content_box .filter .export_xml:hover{
	border: solid 1px #dddddd;
	color: #336699;
}

#content_box .filter .crs{
	border: solid 1px #cccccc;
	background-image: url(../images/filter_button_crs.png);
	color: #eeeeee;
}

#content_box .filter .crs:hover{
	border: solid 1px #dddddd;
	background-image: url(../images/filter_button_crs.png);
	color: #dddd00;
}

#content_box .filter .filter_export_box{
	display:	block;
	width:	100%;
	height:	auto;
	float:	left;
}

#content_box .filter .export img,
#content_box .filter .export:hover img,
#content_box .filter .export_xml img,
#content_box .filter .export_xml:hover img,
#content_box .filter .crs img,
#content_box .filter .crs:hover img{
	display: inline;
	float:left;
	margin-top: 5px;
}

#content_box .filter .crs img,
#content_box .filter .crs:hover img{
	margin-top: 3px;
}



#content_box .new_button_box{
	background-color: #155490;
	margin-top: 13px;
	width: 100%;
	line-height: 24px;
	height: 24px;
}

#content_box .new_button_box a{
	line-height: 24px;
	height: 24px;
	width: 200px;
	padding-left: 29px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/content_button_new_link.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	display: block;
}

#content_box .new_button_box a:hover{
	padding-left: 29px;
	color: #fec827;
	background-image: url(../images/content_button_new_hover.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

#content_box .new_button_box a.selected {
	background-image: url(../images/content_button_new_hover.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}


.service_to_invoice_container {
	height:50px;
	width:880px;
	overflow:hidden;
	margin:0 0 0 10px;
}

.service_to_invoice_container .service {
	border:1px solid #dedede;
	height:30px;
	/*width:800px;*/
	line-height:30px;
	padding:5px;
	font-size:11px;
}

.service_to_invoice_container .service img {
	position:absolute;
	top:-33px;
	left:800px;
}

.service_to_invoice_container .service .invoice_detail, .service_to_invoice_container .service .invoice_detail_new {
	font-size:11px;
	text-align:right;
}

.relative {
	position:relative;
	width:1px;
	height:1px;
}

#new_service_caption img {
	position:absolute;
	top:-5px;
}

.ui-draggable-helper {
	background:#7f9db9;
	color:#ffffff;
	padding:2px;
}

.ui-draggable-helper li {
	color:#000000;
}

#droppable {
	z-index:0;
	position:absolute;
	border:1px dashed #000000;
	width:880px;
	height:20px;
	padding:10px 0;
	text-align:center;
}

.ui-droppable-highlight {
	background:#7f9db9;
	color:#ffffff;
	border:1px dashed #ffffff;
}

#not_matching {
	width:850px;
	height:200px;
	overflow:auto;
	text-align:left;
	background:#ffffff;
	border:1px solid #7f9db9;
	font-weight:normal;
	margin:0 auto;
	color:#000000;
}

#container_droppable {
	position:relative;
	z-index:0;
	height:40px;
	margin:10px 0 10px 10px;
}

#result {
	z-index:1;
	width:880px;
	height:auto;
	margin:10px 0 0 0;
}

.filter_list {
	float:left;
	margin:15px 0 0 60px;
}

.filter_code {
	float:left;
	margin:15px 0 0 50px;
	width:200px;
}

.container_label {
	text-align:center;
	margin:15px 0 5px 0;
}

#page_list, #page_list_office {
	display:none;
	position:relative;
	width:330px;
	height:auto;
}

#page_list_content, #page_list_content_office {
	position:absolute;
	top:0;
	left:-145px;
	width:auto;
	height:auto;
}

#close, #close_office {
	position:absolute;
	top:-22px;
	left:230px;
	display:none;
}

/*
#content_box .new_button_box{
	text-align: left;
}


#content_box .new_button_box .new_button,
#content_box .new_button_box .new_button_sub{
	display: block;
	text-align: center;
	background-image: url(../images/content_button_new_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 228px;
	height: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border: none;
	color: #000000;
}

#content_box .new_button_box .new_button_sub{
	margin: 0px;
	margin-bottom: 5px;
}


#content_box .new_button_box .new_button_hover, #content_box .new_button_box .new_button:hover,
#content_box .new_button_box .new_button_hover, #content_box .new_button_box .new_button_sub:hover{
	display: block;
	text-align: center;
	background-image: url(../images/content_button_new_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 228px;
	height: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
	color: #000000;
}
*/



/****************************************

			CONTENT table

****************************************/

#content_box .show_table{
	width: 100%;
}

#content_box .show_table .columns .tit {
	height:30px;
	padding:10px 5px 0 5px;
}

#content_box .show_table .columns th{
	background-image: url(../images/content_table_columns_th.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	padding-top: 14px;
	height: 0px;
}

#content_box .show_table .columns th .border{
	background-image: url(../images/content_table_columns_th_border.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 2px;
	height: 13px;
	float: right;
	clear: left;
	margin-top: -19px;
	margin-right: -5px;
}

#content_box .show_table .columns .th_first{
	width: 1%;
}

#content_box .show_table .columns .th_order{
	background-image: url(../images/content_table_columns_th.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	padding-top: 14px;
	height: 0px;
}

#content_box .show_table .columns .th_order .border{
	margin-top: -25px;
}

#content_box .show_table .columns .th_order a{
	color: #666666;
	text-decoration: none;
	height: 13px;
	display: block;
	padding-right: 5px;
}

#content_box .show_table .columns .th_order a:hover,
#content_box .show_table .columns .th_order .name_order_active{
	color: #2683df;
	text-decoration: none;
	height: 13px;
	display: block;
}

#content_box .show_table .columns .th_order .arrows{
	width: 32px;
	height: 9px;
	position: relative;
	display: block;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 0px;
}

#content_box .show_table .columns .th_order .asc,
#content_box .show_table .columns .th_order .asc_active,
#content_box .show_table .columns .th_order .desc,
#content_box .show_table .columns .th_order .desc_active{
	display: block;
	width: 16px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	margin-left: 0px;
}
#content_box .show_table .columns .th_order .asc{
	background-image: url(../images/content_table_columns_th_asc.gif);
}
#content_box .show_table .columns .th_order .asc:hover,
#content_box .show_table .columns .th_order .asc_active{
	background-image: url(../images/content_table_columns_th_asc_hover.gif);
}
#content_box .show_table .columns .th_order .desc{
	background-image: url(../images/content_table_columns_th_desc.gif);
	margin-left: 16px;
}
#content_box .show_table .columns .th_order .desc:hover,
#content_box .show_table .columns .th_order .desc_active{
	background-image: url(../images/content_table_columns_th_desc_hover.gif);
	margin-left: 16px;
}


#content_box .show_table .utility td{
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	height: 48px;
	background-image: url(../images/content_table_utility_td.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

#content_box .show_table .utility td .table_utility_links{
	float: left;
	padding-top: 17px;
	padding-bottom: 20px;
}

#content_box .show_table .utility td .table_utility_links a{
	color: #333333;
	text-decoration: none;
}
#content_box .show_table .utility td .table_utility_links a:hover{
	color: #cc9900;
}

#content_box .show_table .utility td .paginate{
	height: 13px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	float: right;
	margin-top: 3px;
}

#content_box .show_table .utility td .paginate td{
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	background-image: none;
}

#content_box .show_table .utility td .paginate td a{
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 13px;
	height: 13px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
}
#content_box .show_table .utility td .paginate td a:hover{
	color: #cc9900;
}

#content_box .show_table .utility td .paginate .page{
	margin-left: 2px;
	margin-right: 2px;
}

#content_box .show_table .utility td .paginate .first{
	background-image: url(../images/go_to_page_first.gif);
}

#content_box .show_table .utility td .paginate .first:hover{
	background-image: url(../images/go_to_page_first_hover.gif);
}

#content_box .show_table .utility td .paginate .prev{
	background-image: url(../images/go_to_page_prev.gif);
}

#content_box .show_table .utility td .paginate .prev:hover{
	background-image: url(../images/go_to_page_prev_hover.gif);
}

#content_box .show_table .utility td .paginate .next{
	background-image: url(../images/go_to_page_next.gif);
}

#content_box .show_table .utility td .paginate .next:hover{
	background-image: url(../images/go_to_page_next_hover.gif);
}

#content_box .show_table .utility td .paginate .last{
	background-image: url(../images/go_to_page_last.gif);
}

#content_box .show_table .utility td .paginate .last:hover{
	background-image: url(../images/go_to_page_last_hover.gif);
}

#content_box .show_table tr td{
	height: 27px;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	color: #333333;
	white-space: nowrap;
}


#content_box .show_table tr td a,
#content_box .show_table tr td img{
	border: none;
}

#content_box .show_table .tr_even{
	background-color: #F0F0F0;
}
#content_box .show_table .tr_odd{
	background-color: #FFFFFF;
}

#content_box .show_table .tr_odd:hover,
#content_box .show_table .tr_even:hover{
	background-color: #D9E8F0;
}

#content_box .show_table .tr_even .numeric,
#content_box .show_table .tr_odd .numeric{
	text-align: right;
	width: 60px;
	white-space: nowrap;
}

#content_box .show_table .tr_even .link,
#content_box .show_table .tr_odd .link{
	text-align: right;
	width: 1%;
}

#content_box .show_table .tr_even .link a:link,
#content_box .show_table .tr_even .link a:visited,
#content_box .show_table .tr_odd .link a:link,
#content_box .show_table .tr_odd .link a:visited{
	text-decoration:none;
	margin-right: 5px;
}

#content_box .show_table .tr_even .link a:hover,
#content_box .show_table .tr_odd .link a:hover{
	text-decoration:underline;
	margin-right: 5px;
}

#content_box .show_table tr td .google_maps_link{
	text-decoration:none;
	width:15px;
	height:15px;
	display: block;
	float: left;
}

#content_box .show_table tr td .google_maps_link:link,
#content_box .show_table tr td .google_maps_link:visited{
	background-image: url(../images/mappa.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_box .show_table tr td .google_maps_link:hover{
	background-image: url(../images/mappa_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



#content_box .show_table .tr_even .td_move,
#content_box .show_table .tr_odd .td_move{
	white-space: nowrap;
	padding: 0px;
	width: 73px;
}

#content_box .show_table .td_move .move_up,
#content_box .show_table .td_move .move_down,
#content_box .show_table .td_move .nothing_up,
#content_box .show_table .td_move .nothing_down{
	display: block;
	height: 16px;
	width: 14px;
	text-decoration: none;
}

#content_box .show_table .td_move .move_up,
#content_box .show_table .td_move .nothing_up{
	float:left;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 12px;
}

#content_box .show_table .td_move .move_down,
#content_box .show_table .td_move .nothing_down{
	margin-right: 22px;
	margin-left: 37px;
	margin-top: 5px;
	margin-bottom: 4px;
}

#content_box .show_table .td_move .nothing_up,
#content_box .show_table .td_move .nothing_down{
	cursor: default;
}

#content_box .show_table .td_move .move_up:link,
#content_box .show_table .td_move .move_up:visited{
	background-image: url(../images/move_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_box .show_table .td_move .move_up:hover{
	background-image: url(../images/move_up_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_box .show_table .td_move .move_down:link,
#content_box .show_table .td_move .move_down:visited{
	background-image: url(../images/move_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_box .show_table .td_move .move_down:hover{
	background-image: url(../images/move_down_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_box .show_table .tr_even .check,
#content_box .show_table .tr_odd .check{
	width: 1%;
}


#content_box .show_table tr td .adm_menu_title{
	position: relative;
	line-height: 27px;
	height: 27px;
	display: block;
	padding: 0px;
}

#content_box .show_table tr td .border_0_up,
#content_box .show_table tr td .border_0_down,
#content_box .show_table tr td .border_0_middle,
#content_box .show_table tr td .border_0_total{
	top: 0px;
	width: 3px;
	height: 27px;
	display: inline;
	position: absolute;
	background-color: #87B8ED;
}

#content_box .show_table tr td .border_1_up,
#content_box .show_table tr td .border_1_down,
#content_box .show_table tr td .border_1_middle,
#content_box .show_table tr td .border_1_total{
	top: 0px;
	width: 3px;
	height: 27px;
	display: inline;
	position: absolute;
	background-color: #18589E;
}

#content_box .show_table tr td .border_0_up,
#content_box .show_table tr td .border_1_up{
	height: 20px;
}

#content_box .show_table tr td .border_0_down,
#content_box .show_table tr td .border_1_down{
	height: 20px;
	margin-top: 7px;
}

#content_box .show_table tr td .border_0_middle,
#content_box .show_table tr td .border_1_middle{
	height: 13px;
	margin-top: 7px;
}





/****************************************

			CONTENT Form

****************************************/

#content_box .form_table{
	width: 100%;
}

#content_box .form_table tr th{
	padding: 2px;
	color: #606060;
	vertical-align: top;
	padding-top: 8px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 5px;
}

#content_box .form_table tr th .duty{
	color: #FF0000;
	padding-right: 5px;
}

#content_box .form_table tr th .note{
	color: #ABABAB;
	padding-top: 5px;
	display: block;
	font-weight: normal;
}

#content_box .form_table tr th .move_right{
	background-color: #ffffff;
	border: none;
	color: #009900;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../images/matching_button_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_box .form_table tr .move_up{
	background-color: #ffffff;
	border: none;
	color: #009900;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	margin-right: 25px;
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../images/matching_button_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: left;
}

#content_box .form_table tr td{
	padding: 2px;
	text-align:left;
	width: 80%;
	color: #606060;
	vertical-align: top;
	line-height: 20px;
}


#content_box .form_table tr td input.text,
#content_box .form_table tr td input.button,
#content_box .form_table tr td input.submit,
#content_box .form_table tr td textarea,
#content_box .form_table tr td select{
	border: solid 1px #cccccc;
	font-size: 11px;
	font-family: verdana;
}

#content_box .form_table tr td .work_document_command_list{
	list-style: none;
	padding-left:0px;
	margin:0px;
	display:block;
	height: 22px;
	width: 420px;
}

#content_box .form_table tr td .work_document_command_list .link{
	display: inline;
	float: left;
	width: 160px;
	height: 20px;
}

#content_box .form_table tr td .work_document_command_list .link_cancel{
	display: inline;
	float: left;
	width: 80px;
}

#content_box .form_table tr td .work_document_command_list .normal,
#content_box .form_table tr td .work_document_command_list .active,
#content_box .form_table tr td .work_document_command_list .link_cancel .normal{
	width: 160px;
	height: 20px;
	display: block;
	white-space: nowrap;
	text-align: center;
	color: #0000aa;
}

#content_box .form_table tr td .work_document_command_list .normal:hover,
#content_box .form_table tr td .work_document_command_list .active:hover,
#content_box .form_table tr td .work_document_command_list .link_cancel .normal:hover{
	text-decoration: none;
}

#content_box .form_table tr td .work_document_command_list .normal{
	background-color: #ffffff;
	border: solid 1px #dedede;
	font-weight: normal;
}

#content_box .form_table tr td .work_document_command_list .link_cancel .normal{
	width: 80px;
}

#content_box .form_table tr td .work_document_command_list .active{
	background-color: #fffecc;
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
	font-weight: bold;
	text-decoration: none;
}

#content_box .form_table tr td .work_document_edit_box{
	background-color: #fffecc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: solid 1px #dedede;
	border-top: 0px;
	display:block;
	width: 380px;
}

#content_box .form_table tr .td_submit{
	padding-top: 20px;
	text-align: left;
}

#content_box .form_table .submit_button,
#content_box .form_table .submit_button_short{
	display: block;
	text-align: right;
	background-image: url(../images/content_button_submit_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 208px;
	height: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	border: none;
	color: #FFFFFF;
}

#content_box .form_table .submit_button_short,
#content_box .form_table .submit_button:hover{
	background-image: url(../images/content_button_submit_short_link.gif);
	width: 100px;
}


#content_box .form_table .submit_button_hover,
#content_box .form_table .submit_button:hover{
	display: block;
	text-align: right;
	background-image: url(../images/content_button_submit_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	width: 208px;
	height: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	border: none;
	color: #FFFFFF;
}

#content_box .form_table .submit_unlock {
	float:left;
	width:190px;
	height:19px;
	padding:6px 18px 5px 0;
	margin:0 20px 0 0;
	text-align:right;
	color:#ffffff;
    font-size:13px;
    font-weight:bold;
	background:URL(../images/content_button_unlock_link.gif);
	cursor:default;
}

#content_box .form_table .submit_unlock:hover {
	background:URL(../images/content_button_unlock_hover.gif);
}

#content_box .form_table tr td .matching_fields{
	width: 150px;
}

#content_box .form_table tr td .matching_fields th,
#content_box .form_table tr td .matching_fields td{
	text-align: center;
	vertical-align: middle;
	height: 5px;
	padding: 5px;
	color: #aaaaaa;
	white-space: nowrap;
}

#content_box .form_table tr td .matching_fields .source,
#content_box .form_table tr td .matching_fields .destination{
	color: #009900;
	margin: 0px;
}

#content_box .form_table tr td .matching_fields td .move_left,
#content_box .form_table tr td .matching_fields td .move_right{
	background-color: #ffffff;
	border: none;
	color: #009900;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	display: block;
	width: 28px;
	height: 28px;
}

#content_box .form_table tr td .matching_fields td .move_left{
	background-image: url(../images/matching_button_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_box .form_table tr td .matching_fields td .move_right{
	background-image: url(../images/matching_button_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_box .form_table tr td .matching_fields td .move_left:hover,
#content_box .form_table tr td .matching_fields td .move_right:hover{
	background-color: #ffffff;
	border: none;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	display: block;
	width: 28px;
	height: 28px;
}

#content_box .form_table tr td .matching_fields td .move_left:hover{
	background-image: url(../images/matching_button_left_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_box .form_table tr td .matching_fields td .move_right:hover{
	background-image: url(../images/matching_button_right_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content_box .form_table tr .td_subtitle{
	color: #115599;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

#content_box .form_table .tr_separetor th,
#content_box .form_table .tr_separetor td{
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
}

#content_box .form_table td img{
	border: none;
	margin-top: 5px;
	margin-left: 5px;
}

#content_box .form_table tr td .table_share {
	width:600px;
	border-top:1px solid #7f9db9;
	border-right:1px solid #7f9db9;
}

#content_box .form_table tr td .table_share tr td {
	width:30%;
	height:20px;
	vertical-align:middle;
	border-left:1px solid #7f9db9;
	border-bottom:1px solid #7f9db9;
	padding:0 0 0 5px;
}

#content_box .form_table tr td .container_share {
	margin:0 0 15px 0;
	width:617px;
	height:95px;
	overflow-y:auto;
	overflow-x:hidden;
}

#content_box fieldset{
	display: block;
	border: solid 1px #115599;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 10px;
	white-space: normal;
	padding: 5px;
}

#content_box fieldset legend{
	font-weight: bold;
	font-size: 14px;
}

#content_box fieldset legend a{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-weight:bold;
	font-size: 20px;
}

#content_box fieldset div{
	width:85%;
	margin:10px;
	margin-top:7px;
	height:125px;
	overflow-x:hidden;
	overflow-y:auto;
}

#content_box fieldset .new_button_box{
	width:100%;
	margin:0px;
	margin-top: 5px;
}
#content_box fieldset table{
	width:90%;
}

#content_box fieldset div i{
	color: #aaaaaa;
}

#completed_bar {
	width:100px;
	height:10px;
	margin:5px 0 5px 5px;
	border:1px solid #000000;
}

#completed_bar div {
	float:left;
	height:10px;
}


#completed_bar div.red_to_orange {
	width:50px;
	/* fallback (Opera) */
	background:#24ff00;
	/* Mozilla: */
	background: -moz-linear-gradient(left, #cb0101, #f5b300);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, right top, from(#cb0101), to(#f5b300));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#cb0101', EndColorStr='#f5b300', GradientType=1);
}

#completed_bar div.orange_to_green {
	width:50px;
	/* fallback (Opera) */
	background:#24ff00;
	/* Mozilla: */
	background: -moz-linear-gradient(left, #f5b300, #24ff00);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, right top, from(#f5b300), to(#24ff00));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#f5b300', EndColorStr='#24ff00', GradientType=1);
}

.todolist_relative {
	position:relative;
	width:105px;
	height:1px;
}

.todolist_absolute {
	position:absolute;
	height:10px;
	background:#ffffff;
	top:-16px;
	right:-1px;
}


/****************************************

				FOOTER

****************************************/

#footer_box{
	text-align: left;
	position: absolute;
	width: 100%;
	left: 0px;
	display: block;
	bottom:40px;
/*
	background-color: #336699;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
*/	height: 20px;
	border-top: dashed 1px #cccccc;
}

#footer_box .opener{
/*
	background-image: url(../images/footer_opener.jpg);
	background-repeat: no-repeat;
	background-position: left top;
*/
}

#footer_box .list{
	white-space: nowrap;
	margin: 0px;
	padding-left: 18px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 14px;
	padding: 0px;
	color: #999999;
	margin-top: -20px;
	margin-left: -2px;
}

#footer_box .list a{
	margin-left: 38px;
}

#footer_box .list a:link,
#footer_box .list a:visited{
	color: #999999;
	text-decoration: none;
	padding-left:0px;
	font-weight:bold;
}

#footer_box .list a:hover{
	color: #FEC51B;
	text-decoration: none;
	padding-left:0px;
}

#footer_box .credits{
	margin-left: 38px;
	margin-top: 30px;
	text-align: left;
	color: #999999;
	padding:0px;
}

#footer_box .closer{
/*
	background-image: url(../images/footer_closer.gif);
	background-repeat: no-repeat;
	background-position: right top;
*/
}





.btn_long {
	background:URL(../images/content_button.gif) no-repeat;
	width:280px;
	height:24px;
	padding:8px 0 0 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.btn_long:hover {
	background:URL(../images/content_button_hover.gif) no-repeat;
}

.btn_long a {
	color:#ffffff;
	text-decoration:none;
}

.btn_short {
	background:URL(../images/content_button_submit_short_link.gif) no-repeat;
	width:91px;
	height:26px;
	text-align:center;
	font-size:11px;
	font-family:verdana;
	padding:3px 0 0 0;
	cursor:pointer;
	color:#ffffff;
}

.btn_short:hover {
	background:URL(../images/content_button_submit_short_link_hover.gif) no-repeat;
}

.clearer{
	display:block;
	clear:both;
}

.btn_listing{
	width:130px;
	height:25px;
	background:URL(../images/content_button_new_link.png) no-repeat;
	background-position:center left;
	cursor:pointer;
	padding:5px 0 0 25px;
	margin:5px 0;
	line-height:15px;
	text-decoration:none;
	color:#999999;
}

.btn_listing:hover{
	background:URL(../images/content_button_new_hover.png) no-repeat;
}

.btn_file{
	float:left;
	width:80px;
}





.advance_search{
	background-image: url(../images/file_search_advance_help_link.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 165px;
	height: 28px;
	position: absolute;
	margin-top: -45px;
	margin-left: 297px;
}

.advance_search a{
	line-height: 25px;
	margin-left: 29px;
	text-decoration: none;
	color: #0E3862;
}

.advance_search a:hover{
	color: #5566FF;
}



.advice_box{
	background-color:#ddddaa;
	padding:2px;
	padding-left:10px;
	border:solid 1px #777733;
	margin:3px;
	margin-bottom:5px;
	cursor:pointer;
}

.advice_box_focus{
	background-color:#ffffcc;
}

