/* ========== General ========== */
@font-face {
	font-family: "jsat";
	src: url('Ubuntu-Regular.ttf') format('truetype');
	font-weight: normal;
}

body {
	background-color: transparent;
	font-family: jsat, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

button, input[type="button"], input[type="submit"] { 
	border-radius: 5px;
	border-style: solid;
	border: 1px #4a7298 solid;
}

legend {
	color: #336699;
	font-weight: bold;
	white-space: nowrap;
}

b {
	background-color:transparent;
}

fieldset {
	border: 1px solid #E7E7E7;
	margin-top: .5em;
	margin-left: 0.25em;
	padding: 5px;
}

select {
	font-size: 95.0%;
	border: 1px #4a7298 solid;
	margin-top: 0em;
	padding: 2px;
	border-radius: 5px;
	min-height: 24px
}

textarea {
	font-size: 11px;
	border:  2px #4a7298 solid;
	padding: 2px;
	border-radius: 5px;
}

a:hover {
	color: red;
}

.ar_component_msg {
	border-width: 1px;
	background-color: #FFFFCC;
	border-style: solid;
	border-color: #000000;
	font-size: 12px;
}

.ar_tooltip {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #FFFFCC;
	padding: 3px;
	border: solid 1px;
}

.ar_container_header_status {
	padding:0px;
	max-height:20px;
	margin: 0px;
	border-width: 1px;
	background-image: url(../images/header.png);
	background-repeat:repeat-x;
}

.ar_container_footer {
	border-width: 1px;
	background-color: #6A6262;
}


.ar_container_navigation {
	overflow: auto; 
	position: absolute; 
	top: 30px; 
	bottom: 30px; 
	left: 2px; 
	width:250px;
}

label {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
}

.ar_label {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

.ar_label_single {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.ar_select_list {
	font-size: 11px;
	padding: 0px;
}

/* ========== Componente Window ========== */
.ar_window_header {
	text-align: center;
	border: #4a7298 1px solid;
	color: white;
	padding: 0px;
	height: 26px;
	font-weight: bold;
	background-color: #4a7298;
	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
}

#container_window {
	padding: 10px;
}

.ar_window_header_button {
	border-left: 0px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #FFFFFF;
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ar_window_area {
	border: #8d8a8a 1px solid;
	border-top: 0px;
	background-color: #FFFFFF;
	vertical-align:top;
	border-bottom-left-radius: 5px;
 	border-bottom-right-radius: 5px;
}

.ar_window_buttons_area {
	text-align: right;
	padding: 2px;
}

.ar_window_button {
	min-width: 60px;
	height: 22px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
}

.ar_window_description {
	text-align: center;
	vertical-align: middle;
	background-color: #F0F0F0;
	border-radius: 5px;
}

.ar_window_error {
	text-align: center;
	color: red;
	vertical-align: middle;
	background-color: #F0F0F0;
}

.ar_window_label {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.ar_window_entry {
	text-align: left;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

.ar_comp_label {
	background-color:#E6EAF2;
	color:#5495D5;
	font-size:9px;

	font-weight:bold;
	line-height:15px;
	text-align:right;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
	min-width: 100px;
}

.ar_comp_input {
	background-color:#EEEEEE;
	font-size: 11px;
	line-height:15px;
	text-align:left;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
}

.ar_window_features_label {
	color:#000000;
	text-align: right;
	font-weight:bold;
	font-size:10px;
	width: 150px;
	background-color: #F2F2F2;
}

.ar_window_features_description {
	text-align:left;
	font-size:10px;
	background-color: #F2F2F2;
}


/* ========== Componente Selector ========== */
.ar_selector_button {
	background-color: #EAF1FF;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
	height: 20px;
	width: 20px;
}

.ar_selector_text {
 	background-color: #FFFFFF;
 	border: 1px #4a7298 solid;
 	font-size: 11px;
 	padding: 2px;
 	height: 16px;
 	border-radius: 5px;
  	height: 18px;
  	margin-right: 2px;
}

.ar_selector_combo {
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #336699 #8CB1D1 #8CB1D1 #336699;
	font-size: 11px;
}

/* ========== Componente Grid ========== */
table .ar_grid {
	background: #D1D9E8;
	border-width: 0px;
}

table .ar_grid th {
	color: black;
	font-weight: normal;
	text-align: center;
	background-color: #E1EBF2;
	border: #CCCCCC solid 1px;

}

.ar_grid_td {
	background-color: #FFFFFF;
	cursor: pointer;
	vertical-align: top;
}

.ar_grid_last_selected_td {
	background-color: #E1EBF2;
	cursor: pointer;
	vertical-align: top;
}

.ar_grid_group_header_td {
	background-color: #F0F0F0;
	cursor: pointer;
	vertical-align: top;
}

.ar_grid_header_selectors {
	background-color: #E1EBF2;
	cursor: default;
}

.ar_grid_header {
	color: #000000;
	text-align: right;
	background-color: #D1D9E8;
	padding: 4px;
}

.ar_grid_button {
	border-width: 1px;
 	background-color: #ffffff;
 	border-style: solid;
 	font-size: 11px;
 	height: 22px;
 	cursor: pointer;
 	padding: 2px;
 	margin: 1px;
}

.ar_grid_operation_menu {
	cursor: default;
}

.ar_grid_operation_menu_disabled {
	cursor: default;
	color: lightGray;
}

.ar_grid_hiperlink {
	text-decoration:underline;
	color: #0000cc;
}

.ar_grid_toolbar_button {
	height: 30px; 
	font-size: 11px;
	border-width: 1px;
	background-color: #ffffff; 
	vertical-align: middle; 
	border-style: solid;
	background-repeat: no-repeat;
	background-position:left;
	cursor: pointer;	
	border-color: #CCCCCC;
	background-size: 20px;
	min-width: 100px;
}

.ar_grid_toolbar_small_button {
	height: 22px;
	font-size: 11px;
	border-width: 1px;
	background-color: #ffffff;
	vertical-align: middle;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border-color: #CCCCCC;
	background-size: 20px;
	min-width: 24px;
	margin-left: 1px;
}


.ar_refresh_button {
	width: 100px;
	height: 25px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/refresh-button.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 18px;
}

/* ========== Componente Input ========== */
.ar_input_text {
	border: 1px #4a7298 solid;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	height: 16px;
	border-radius: 5px
}

.ar_input_text_required {
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #FF0000;
	font-size: 11px;
}

.ar_input_numeric {
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #336699 #8CB1D1 #8CB1D1 #336699;
	font-size: 11px;
	text-align: right;
	padding: 2px;
}

.ar_input_msg {
	border-width: 1px;
	background-color: #FFFFCC;
	border-style: solid;
	border-color: #000000;
	font-size: 12px;
}

/* ========== Header y status ========== */
.ar_header_text {
	font-size: 10px;
	/*color: #000000;*/
	background-color: #bad1ee;
	vertical-align: middle;
	/*border-bottom-color: #CCCCCC;
	border-bottom-style: outset;
	border-bottom-width: 1px;*/
}

.ar_header_raised {
	border-style: outset;
	border-width: 1px;
	border-color: #bad1ee;
}

.ar_header_lowered {
	border-style: inset;
	border-width: 1px;
	border-color: #bad1ee;
}

.ar_header_button {
	height: 20px;
	width: 100px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/window-cancel-button.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.ar_header_tools_button {
	height: 20px;
	width: 100px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/tools.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.ar_header_help_button {
	height: 20px;
	width: 100px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/help.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.ar_main_page_button {
	/*height: 60px;
	width: 300px;
	font-size: 14px;
	margin: 2px 2px 2px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-position: left;
	background-repeat: no-repeat;*/
	
	border: 0px;
	background-color: white;
	text-align: left;
	color: #177EE5;
}

.ar_main_page_link:hover
{
	color:#177EE5;
	text-decoration:underline;
}

.ar_main_page_link
{
	text-align: left;
	color:#177EE5;
	font-size: 12px;
	text-decoration: none;
}

.ar_status_text {
	font-size: 10px;
	color: #000000;
	background-color: #bad1ee;
	vertical-align: middle;
	/*border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;*/
}

/* ========== Navegación ========== */
.ar_nav_button {
	margin: 1px 2px 1px 2px;
	background-color: #EAF1FF;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
}

.ar_nav_text {
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #336699 #8CB1D1 #8CB1D1 #336699;
	font-size: 12px;
}

.ar_nav_module {
	padding: 0em;
	margin-top: .5em;
	margin-bottom: 0em;
	text-decoration: none;
	color: #000000;
	background-color: #DCDFEF;
	border: 1px solid #CCCCCC;
	width: 100%;
	font-size: 11px;
}

.ar_nav_item {
	font-size: 10px;
	padding: .0em;
	margin-top: .25em;
	margin-bottom: 0em;
	text-decoration: none;
	color: #000000;
	width: 100%;
}

/* ========== TAB MYFACES ========== */
table.myFaces_panelTabbedPane {
	border-style: none;
	padding: 0;
	border-spacing: 0;
	empty-cells: show;
}

.myFaces_panelTabbedPane_activeHeaderCell {
	border-top: 1px outset silver;
	border-right: 1px outset silver;
	border-bottom: 0px none;
	border-left: 1px outset silver;
	text-align: center;
}

.myFaces_panelTabbedPane_inactiveHeaderCell,.myFaces_panelTabbedPane_disabledHeaderCell
	{
	border-top: 1px outset silver;
	border-right: 1px outset silver;
	border-bottom: 0px none;
	border-left: 1px outset silver;
	text-align: center;
	background-color: silver;
}

.myFaces_panelTabbedPane_activeHeaderCell input,.myFaces_panelTabbedPane_inactiveHeaderCell input,.myFaces_panelTabbedPane_disabledHeaderCell label
	{
	font-family: jsat, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
	width: 100%;
}

.myFaces_panelTabbedPane_activeHeaderCell input {
	font-family: jsat, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

.myFaces_panelTabbedPane_inactiveHeaderCell input {
	cursor: pointer;
	background-color: #D1D9E8;
}

.myFaces_panelTabbedPane_disabledHeaderCell label {
	cursor: default;
	background-color: #D1D9E8;
}

.myFaces_panelTabbedPane_emptyHeaderCell {
	border-style: none;
}

.myFaces_panelTabbedPane_activeHeaderCell input:hover,.myFaces_panelTabbedPane_inactiveHeaderCell input:hover
	{
	border-top: 0px;
}

.myFaces_panelTabbedPane_subHeaderCell {
	height: 1px;
	line-height: 0;
	font-size: 0;
	border-bottom: 0px none;
}

.myFaces_panelTabbedPane_subHeaderCell_active {
	border-top: 0px none;
}

.myFaces_panelTabbedPane_subHeaderCell_inactive {
	border-top: 1px outset silver;
}

.myFaces_panelTabbedPane_subHeaderCell_first {
	border-left: 1px outset silver;
}

.myFaces_panelTabbedPane_subHeaderCell_last {
	border-top: 1px outset silver;
	border-right: 1px outset silver;
}

.myFaces_panelTabbedPane_pane {
	border-top: 0px none;
	border-right: 1px outset silver;
	border-bottom: 1px outset silver;
	border-left: 1px outset silver;
	padding: 5px;
}

/* ========== Componente Fecha ========== */
.ar_fecha_cpYearNavigation,.ar_fecha_cpMonthNavigation {
	background-color: #5495D5;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.ar_fecha_cpDayColumnHeader,.ar_fecha_cpYearNavigation,.ar_fecha_cpMonthNavigation,.ar_fecha_cpCurrentMonthDate,.ar_fecha_cpCurrentMonthDateDisabled,.ar_fecha_cpOtherMonthDate,.ar_fecha_cpOtherMonthDateDisabled,.ar_fecha_cpCurrentDate,.ar_fecha_cpCurrentDateDisabled,.ar_fecha_cpTodayText,.ar_fecha_cpTodayTextDisabled,.ar_fecha_cpText
	{
	font-size: 8pt;
}

td.ar_fecha_cpDayColumnHeader {
	text-align: right;
	border-bottom: solid thin #5495D5;
	border-width: 0px 0px 1px 0px;
}

.ar_fecha_cpCurrentMonthDate,.ar_fecha_cpOtherMonthDate,.ar_fecha_cpCurrentDate
	{
	text-align: right;
	text-decoration: none;
}

.ar_fecha_cpCurrentMonthDateDisabled,.ar_fecha_cpOtherMonthDateDisabled,.ar_fecha_cpCurrentDateDisabled
	{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.ar_fecha_cpCurrentMonthDate {
	color: #5495D5;
	font-weight: bold;
}

.ar_fecha_cpCurrentDate {
	color: #FFFFFF;
	font-weight: bold;
}

.ar_fecha_cpOtherMonthDate {
	color: #808080;
}

td.ar_fecha_cpCurrentDate {
	color: #FFFFFF;
	background-color: #5495D5;
	border-width: 1px;
	border: solid thin #000000;
}

td.ar_fecha_cpCurrentDateDisabled {
	border-width: 1px;
	border: solid thin #FFAAAA;
}

td.ar_fecha_cpTodayText,td.ar_fecha_cpTodayTextDisabled {
	border-top: solid thin #5495D5;
	border-width: 1px 0px 0px 0px;
}

a.ar_fecha_cpTodayText,SPAN.ar_fecha_cpTodayTextDisabled {
	height: 20px;
}

a.ar_fecha_cpTodayText {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

span.ar_fecha_cpTodayTextDisabled {
	color: #D0D0D0;
}

.ar_fecha_cpBorder {
	border: solid thin #465F7D;
}

/* ========== Componente Tree ========== */
	/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
.dtree {
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #333;
	text-decoration: none;
}

.dtree a.node,.dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover,.dtree a.nodeSel:hover {
	color: red;
}

.dtree a.nodeSel {
	background-color: #DCDFEF;
}

.dtree .clip {
	overflow: hidden;
}

/* ========== Menú flotante ========== */
ul#menu {
	width: 150px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #EAF1FF;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
}

ul#menu ol {
	display: none;
	background-color: #FFFFFF;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

ul#menu li,ul#menu a {
	font-size: 11px;
	color: #000000;
}

ul#menu li {
	border-bottom: solid 1px #b9a894;
	line-height: 15px;
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu a {
	text-decoration: none;
	outline: none;
}

ul#menu a:hover {
	font-weight:bold;
}

ul#menu a.active {
	font-weight:bold;
	/*color: #be5028;*/
}

.ar_middle {
	vertical-align: middle;
}

.ar_top {
	vertical-align: top;
}



.ar_window_label {
	background-color:#E6EAF2;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
}

.ar_window_entry {
	background-color:#EEEEEE;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
	text-align:left;
	vertical-align:middle;
}

.ar_window_cancel_button {
	min-width: 80px;
	height: 26px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/window-cancel-button.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 18px;
	
	background-color:  #4a7298;
	border-color: #4a7298;
	color: white;
}

.ar_window_ok_button {
	min-width: 80px;
	height: 26px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/window-ok-button.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 18px;
	
	background-color:  #4a7298;
	border-color: #4a7298;
	color: white;
}

.ar_window_next_button, .ar_window_prev_button {
	min-width: 80px;
	height: 26px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-color:  #4a7298;
	border-color: #4a7298;
	color: white;
}

.ar_window_button_deleteFI {
	
	height: 17px;
	font-size: 12px;
	margin: 1px 2px 1px 2px;
	background-color: #EAF1FF;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
	font-weight:bold;
}

.ar_box_panel_caption {
	background: #F0F0F0 none repeat;
	border-bottom: 1px solid #E7E7E7;
	padding-left: 2px; 
	padding-right: 2px;
	color: #336699;
	font-weight: bold; 
	cursor:pointer;
}

.ar_box_panel {
	border: #E7E7E7 1px solid;
}

.ar_box_portalPanel {
	margin-bottom: 4px;
}

.ar_box_portalCaption { 
	padding-top: 1px;  
	padding-bottom: 2px;
}

.ar_expanding_menu_header {
	background-color: #E1EBF2;
	cursor: default;
	color: #000000;
	height: 20px;
}

.ar_expanding_menu_border {
	border: 3px solid silver;
	text-align: left;
	background-color: white;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	text-decoration: none;
	cursor:pointer;
	text-align: center;
}

.ar_expanding_menu_item {
	color:#000000;
	text-align: left;
}

.ar_expanding_menu_item_disabled {
	color: lightGray;
	cursor: default;
	text-align: left;
}


.ar_node {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
}

.ar_filtrador_filtrar_button {
	width: 100px;
	height: 22px;
	font-size: 10px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/selp_filtro.ico);
	background-position: right;
	background-repeat: no-repeat;
}

.ar_filtrador_guardar_button {
	width: 100px;
	height: 22px;
	font-size: 10px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;

	background-image: url(../images/filtergrid-save.ico);
	background-position: right;
	background-repeat: no-repeat;
}





.ar_fondo {
	border-style: solid; 
	border-width: 1px; 
	height: 26px; 
	font-size: 10px; 
	background-color: rgb(255, 255, 255); 
	background-position:left; 
	background-image: url(../images/filtergrid-save.ico); 
	background-repeat: no-repeat;
}


.ar_fondo_filtrar_button {
	border-style: solid; 
	border-width: 1px; 
	height: 26px; 
	font-size: 10px; 
	background-color: rgb(255, 255, 255); 
	background-position:left; 
	
	background-image: url(../images/selp_filtro.ico); 
	background-repeat: no-repeat;
	margin-right: 0px;
}

.ar_search_button {
	height: 40px;
	width: 80px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	background-color: #F0F0F0;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
	
	background-image: url(../images/search.gif); 
	background-repeat: no-repeat;
	margin-right: 0px;
	background-position: left;
}

.ar_box_panel_inside_caption {
	background: #FFFFFF none repeat;
	padding-left: 2px;
	padding-right: 2px;
	color: #336699;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px; 
}

.ar_comp_label_width {
	background-color:#E6EAF2;
	color:#5495D5;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	text-align:right;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
	width: 150px;
}

.arGwsColStyle1 {
	width:1%;
}

.arGwsColStyle2 {
	width:99%;
}

.aGwsButton {
	background-color: #D1D9E8;
	border: 0;
}


.ar_f3_value {
	background-color: #F6F6F6;
	border-width: 1px;
	border-style: solid;
	border-color: #336699 #8CB1D1 #8CB1D1 #336699;
	font-size: 11px;
	height: 18px;
}

.ar_f3_cbobox {
	border-width: 2px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #4a7298;
	font-size: 11px;
}

.ar_f3_filter_background {
	background-color: #EEEEEE;
}

.ar_f3_filter_buttons_background {
	background-color: #CCCCCC;
	border-radius: 5px;
	padding: 10px;
}


.ar_f3_button {
	width: 80px;
	height: 26px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
	
	background-color:  #4a7298;
	border-color: #4a7298;
	color: white;
}

.ar_f3_filter_button {
	width: 80px;
	height: 26px;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
	border-top: 1px outset #B1B1B1;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px outset #B1B1B1;
	background-image: url(../images/filter.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 18px;

	background-color: #4a7298;
	border-color: #4a7298;
	color: white;
		
}

.ThemeOfficeMenuFolderLeft img {
  width: 24px;
  height: 24px;
}

.ThemeOfficeSubMenuTable {
  font-family: jsat, verdana, arial, sans-serif !important;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft, .ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft {
  background-color: #0397D7 !important;
}

.ThemeOfficeMenuItemLeft img {
	width: 24px;
	height: 24px;
}

.ThemeOfficeMainItem {
 	border-radius: 5px;
}

ul.tabbernav li a:link {
	color: #4a7298;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}