/* UTF-8: ï»¿ */


/*************** Begin a ****************/
a
{
	font: 8pt Arial;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
}

a.orange
{
	font: 8pt Arial;
	color: #e58805;
	text-decoration: none;
	font-weight: bold;
}

a.blue
{
	font: 8pt Arial;
	color: #0000ff;
	text-decoration: none;
}

a.menu
{
	font: 8pt Arial;
	color: #000000;
	text-decoration: none;
}

a.info_title
{
	font: 12pt Arial;
	color: #156c3c;
	font-weight:bold;
}

/**************** End a *******************/

/*************** Begin body ***************/
body {
	font: 8pt Arial;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
/*************** End body ***************/

/*************** Begin fieldset ***************/
fieldset {
  width: 99%;
  padding: 0px;
  margin: 0px;
	border: 1px solid #63666f;
}
/*************** End fieldset ***************/

/*************** Begin form ***************/
form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*************** End form ***************/

/*************** Begin div ***************/

div.ContentHolderStandard
{
	padding: 10px;
}

/*************** End div ***************/

/*************** Begin table ***************/
	table.list {
		font: 8pt Arial;
		border: 1px solid #63666f;
	}
/*************** End table ***************/

/*************** Begin tr ***************/

	tr.list {
		font: 8pt Arial;
		font-weight: bold;
		background-color: #d0d3d1;
		background: url('/images/theme/green/listbg.png');
		color: #000000;
		height: 19px;
	}

	tr.rowodd {
		background-color: #ffffff;
	}

	tr.roweven {
		background-color: #f0fff5;
	}

	tr.mouseover {
		/* do nothing */
	}
	tr.mouseover:hover {
		background-color: #dddddd;
	}

	tr.timepickerhead
	{
		background-color: #c9e1b7;
		height: 16px;
	}

/*************** End tr ***************/

/*************** Begin td ***************/
td {
}
	td.info_title
	{
		font: 12pt Arial;
		color: #156c3c;
		font-weight:bold;
	}

	td.listvert	{
		font: 8pt Arial;
		background-color: #d0d1d3;
		border-right: 1px solid #63666f;
		color: #000000;
		height: 16px;
	}

	td.list	{
		border-right: 1px solid #63666f;
		padding-left: 3px;
		padding-right: 3px;
		white-space: nowrap;
	}

	td.listleft	{
		border-right: 1px solid #63666f;
		padding-left: 3px;
		padding-right: 0px;
		white-space: nowrap;
	}

	td.listright	{
		border-right: 1px solid #63666f;
		padding-left: 0px;
		padding-right: 3px;
		white-space: nowrap;
	}
	
	td.listnone	{
		border-right: 1px solid #63666f;
		padding-left: 0px;
		padding-right: 0px;
		white-space: nowrap;
	}

	td.listborder	{
		border-bottom: 1px solid #63666f;
		border-right: 1px solid #63666f;
		padding-left: 3px;
		padding-right: 3px;
		white-space: nowrap;
	}

	td.listborderlast	{
		border-bottom: 1px solid #63666f;
		padding-left: 3px;
		padding-right: 3px;
		white-space: nowrap;
	}

	td.listlast	{
		padding-left: 3px;
		padding-right: 3px;
		white-space: normal;
	}
	
	td.eventblock {
		background-image:url('/images/theme/green/event_block_bg.png');
	}

	td.wraplist	{
		border-right: 1px solid #63666f;
		padding-left: 3px;
		padding-right: 3px;
	}

	td.wraplistlast {
		padding-left: 3px;
		padding-right: 3px;
	}

	td.fieldbackground {
		background-image:url('/images/theme/green/field_bg.png');
	}

/*************** End td ***************/

/*************** Begin Autocomplete ***************/
div.autocomplete
{
	position: absolute;
	z-index: 10;
	width: 300px !important;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected
{
	background-color: #c9e1b7;
}

div.autocomplete ul li
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

div.autocomplete span.noshow {
  display: none;
}
/*************** End Autocomplete ***************/

.heading
{
	font: 12pt Arial;
	color: #63666f;
	background-color: #c9e1b7;
	font-weight: bold;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
}

.headingbackground
{
	color: #000000;
	background-color: #c9e1b7;
}

.gray
{
	background-color: #d0d1d3;
}

.alert
{
	color: #ff0000;
	font-weight: bold;
}

.text_grey
{
	color: #999999;
}

.border
{
	background-color: #63666f;
}

.companyname
{
	font: 12pt Arial;
	font-weight: bold;
}

td.menu
{
	color: #63666f;
}

.fieldname
{
	background-color: #f0f0f0;
}

input
{
	font: 8pt Arial;
}

input[type="text"]
{
	border: 1px solid #63666f;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

input[type="password"]
{
	border: 1px solid #63666f;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

input.noborder
{
	border: 0px;
	background-color: transparent;
}

textarea.noborder
{
	border: 0px;
	background-color: transparent;

}

textarea.eventblock
{
	background-image:url('/images/theme/green/event_block_bg.png');
}

button
{
	overflow: visible;
  font: 8pt Arial;
  height: 21px;
  border: 1px solid #63666f;
  background-image: url('/images/theme/green/but_bg.png');
  margin: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

button.imgbutton
{
	overflow: visible;
	border:1px solid #ffffff;
	margin: 0px;
	padding:0px;
	height:27px;
	width:30px;
	background-image:url('/images/theme/green/inv.gif');
	background-color: #ffffff;
}

button.imgbutton_over
{
	overflow: visible;
	border: 1px solid #bedcaa;
	margin: 0px;
	padding:0px;
	height:27px;
	width:30px;
	background-image:url('/images/theme/green/inv.gif');
	background-color: #ffffff;
}

input.button
{
	overflow: visible;
  height: 21px;
  border: 1px solid #63666f;
  background-image: url('/images/theme/green/but_bg.png');
  margin: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

input.buttonwide
{
	overflow: visible;
	height: 21px;
  border: 1px solid #63666f;
  background-image: url('/images/theme/green/but_bg.png');
  margin: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

input.cbsmall
{
	height: 13px;
	width:13px;
}

textarea
{
	font: 8pt Arial;
	border: 1px solid #63666f;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

select
{
	font: 8pt Arial;
	border: 1px solid #63666f;
}

hr
{
	height: 1px;
	color: #63666f;
	padding: 0px;
}

h2
{
	font: 10pt Arial;
	font-weight: bold;
}

.tip_bg
{
  background-color: #f7ffb8;
}

.tip_border
{
  background-color: #b5b032;
}

.align_off {
	border : 2px solid #ffffff;
}
.align_on {
	border : 2px solid #ff0000;
}

.img_pick {
	width : 20px;
	height : 20px;
	border : 1px solid #ffffff;
}

.img_pick_over {
	width : 20px;
	height : 20px;
	border : 1px solid #ff0000;
}

.headingcalendar
{
	color: #63666f;
	font-weight: bold;
	background-color: #d0d1d3;
	height: 30px;
}

.grayreddate
{
	background-color: #d0d1d3;
	color: #ff0000;
}

.hand
{
	cursor: pointer;
}

.help_bg
{
	background-color: #f7ffb8;
}

.help_border
{
  background-color: #b5b032;
}

.tip_bg
{
  background-color: #f7ffb8;
}

.tip_border
{
  background-color: #b5b032;
}

.alert_bg
{
  background-color: #ff846b;
}

.alert_border
{
  background-color: #b53632;
}

.disabled
{
	background-color: #f0f0f0;
}

#content-container
{
width:100%;
height:100%;
padding:0;
position: relative;
margin: 0px;
}

.box
{
float: left;
position: relative;
margin: 5px;
width:185px;
height:185px;
background-color: #cdeeb7;
}

.smallbox
{
float: left;
position: relative;
margin: 2px;
width:167px;
height:157px;
background-color: #cdeeb7;
}

.inner_box
{
position: relative;
float:left;
width:183px;
height:157px;
padding:0px;
border: 1px solid #b0d496;
}

.smallinner_box
{
position: relative;
float:left;
width:165px;
height:129px;
padding:0px;
border: 1px solid #b7dd9c;
}

.boxheader
{
padding-left: 5px;
padding-top: 5px;
margin: 0;
height:20px;
cursor:move;
border: 1px solid #b0d496;
border-bottom: 0px;
}

.smallboxheader
{
background-color: #b7dd9c;
background-image: url('/images/theme/green/smallbox_header.png');
padding-left: 5px;
padding-top: 5px;
margin: 0;
height:20px;
border: 1px solid #b0d496;
border-bottom: 0px;
}

.archivestatus
{
background-color: #b7dd9c;
}

.archivestatus_border
{
border: 1px solid #b0d496;
}

.module_panel
{
background-color: #b7dd9c;
border: 1px solid #b0d496;
}

input.input_border
{
border: 1px solid #b0d496;
}

.input_border
{
border: 1px solid #b0d496;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

/********** Begin table **********/
table.noborder_4ds
{
	border-style:none;
}
/********** End table **********/

/********** Begin td **********/
td.info_tc_4ds
{
	width:3px;
	background-image:url('/images/theme/green/info_m.png');
}
td.info_tl_4ds
{
	height:3px;
	background-image:url('/images/theme/green/info_tl.png');
}
td.info_tr_4ds
{
	height:3px;
	background-image:url('/images/theme/green/info_tr.png');
}
td.info_m_4ds
{
	background-image:url('/images/theme/green/info_m.png');
}
td.info_bl_4ds
{
	height:3px;
	background-image:url('/images/theme/green/info_bl.png');
}
td.info_br_4ds
{
	height:3px;
	background-image:url('/images/theme/green/info_br.png');
}

td.top_4ds
{
	vertical-align:top;
}

td.middle_4ds
{
	vertical-align:middle;
}

td.list_column_minus_4ds
{
	background-image: url('/images/theme/green/minus.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px;
}

td.list_column_plus_4ds
{
	background-image: url('/images/theme/green/plus.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px;
}

td.image_trashcan_4ds
{
	background-image: url('/images/theme/green/trashcan.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px;
}

td.image_comment_4ds
{
	background-image: url('/images/theme/green/comment.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 13px;
}

td.image_no_comment_4ds
{
	background-image: url('/images/theme/green/nocomment.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 13px;
}

td.nowrap_4ds
{
	white-space: nowrap;
}

td.hidden_4ds
{
	display: none;
}

td.group_body_top_4ds
{
	border-left: solid 1px #a5a5a8;
	border-right: solid 1px #a5a5a8;
	border-bottom: solid 1px #a5a5a8;
}

td.group_head_4ds
{
	background-image: url('/images/theme/green/tab_m.png');
	border-left: solid 1px #a5a5a8;
	border-right: solid 1px #a5a5a8;
	border-bottom: solid 1px #a5a5a8;
	font-weight: bold;
	color: #000000;
}

td.tree_border_4ds
{
	border-top: solid 1px #a5a5a8;
	border-left: solid 1px #a5a5a8;
	border-right: solid 1px #a5a5a8;
	border-bottom: solid 1px #a5a5a8;
}
/********** End td **********/

/********** Begin div **********/
div.loading_4ds
{
	padding: 2.0em;
	background-image: url('/images/theme/common/spinner.gif');
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
/********** End div **********/

/********** Begin label **********/
label.info_label_text_4ds
{
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
}
label.info_label_text_4ds_thin
{
	font-weight: lighter;
	white-space: nowrap;
	color: #000000;
}
/********** End label **********/

/********** Begin input **********/
input.info_input_4ds
{
}

input.info_input_readonly_4ds
{
	border: 0px;
	background-color: transparent;
}

input.no_border_4ds
{
	border: 0px;
	background-color: transparent;
}

input.align_right_4ds
{
	text-align:right;
}
/********** End input **********/

/******** Begin textarea ********/
textarea.info_input_readonly_4ds
{
	background-color: transparent;
}
/********* End textarea *********/

/********** Begin img **********/
img.align_middle_4ds
{
	vertical-align: middle;
}
/********** End img **********/

/********** Begin legend **********/
legend.legend_text_4ds
{
	font-style: italic;
	margin-left: 0.75em;
	color: #000;
}
/********** End legend **********/

/********** Begin root classes **********/

.font_bold_4ds
{
	font-weight: bold;
}

.header_text_1_4ds
{
	font-size:14pt;
	font-weight: bold;
}

.header_text_2_4ds
{
	font-size:10pt;
	font-weight: bold;
}
.normal_text_4ds
{
	font-size:8pt;
}

/********** End root classes **********/

/*************** Start submenu ***************/
div.submenu_4ds
{
	position: absolute;
	width: 150px !important;
	background-image:url('/images/theme/green/info_m.png');
	border: 1px solid #63666f;
	margin: 0px;
	padding: 0px;
	z-index: 8;
}

div.submenu_4ds ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.submenu_4ds ul li
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 3px;
	cursor: pointer;
}
/*************** End Menu ***************/

/************ Start layout ***********/
.layout_module_button_4ds
{
	background-image: url('/images/theme/green/layout_button.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
	padding: 2px 3px 2px 3px;
	height: 20px;
	width: 90px;
	text-align: center;
	cursor:move
}

.layout_module_button_selected_4ds
{
	background-image: url('/images/theme/green/layout_button_selected.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
	padding: 2px 3px 2px 3px;
	height: 20px;
	width: 90px;
	text-align: center;
	cursor:move
}

.layout_div_header_4ds
{
	background-image: url('/images/theme/green/layout_divheader.png');
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: top left;
	padding: 2px 3px 2px 3px;
	height: 20px;
}

.layout_div_header_selected_4ds
{
	background-image: url('/images/theme/green/layout_divheader_selected.png');
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: top left;
	padding: 2px 3px 2px 3px;
	height: 20px;
}

td.layout_border_top_4ds
{
	border-top: 1px solid #63666f;
}

td.layout_border_left_4ds
{
	border-left: 1px solid #63666f;
}

td.layout_border_right_4ds
{
	border-right: 1px solid #63666f;
}

td.layout_border_bottom_4ds
{
	border-bottom: 1px solid #63666f;
}

ul.layout_list_horizontal_4ds
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	white-space:nowrap;
}

ul.layout_list_vertical_4ds
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.menu_list_vertical_4ds
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.menu_list_vertical_4ds_inner
{
	list-style-type: circle;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

ul.menu_list_vertical_4ds li a
{
	font-size: 17px;
	display: block;
	width: 220px;
	height: 20px;
}

ul.menu_list_vertical_4ds li a:hover
{
	background: #c9e1b7;
}

ul.menu_list_vertical_4ds_inner li a
{
	font-size: 13px;
	display: block;
	width: 205px;
	height: 16px;
}

ul.menu_list_vertical_4ds_inner li a:hover
{
	background: #c9e1b7;
}

ul.menu_list_vertical_4ds li a.selected
{
	background: #c9e1b7;
}



/************ End layout ***********/

/*************** Begin TableKit ***************/
.sortcol {
	cursor: pointer;
}

.sortasc {
	background-image: url('/images/theme/green/list_down.png');
	background-position: right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.sortdesc {
	background-image: url('/images/theme/green/list_up.png');
	background-position: right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.nosort {
	cursor: default;
}
/*************** End TableKit ***************/

/*********** Start Pagination ********/
.pagination_button {
	padding-left: 6px;
	padding-right: 6px;
	margin: 1px;
	height: 19px;
	border: 1px solid #63666f;
	background-image: url('/images/theme/green/but_bg.png');
	background-color: #ffffff;
	color: #000000;
	font: 8pt Arial;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.pagination_button_active {
	padding-left: 6px;
	padding-right: 6px;
	margin: 1px;
	height: 19px;
	border: 1px solid #63666f;
	background-color: #ffffff;
	color: #000000;
	font: 8pt Arial;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.pagination_button_unactive {
	padding-left: 6px;
	padding-right: 6px;
	margin: 1px;
	height: 19px;
	border: 1px solid #63666f;
	background-image: url('/images/theme/green/but_bg.png');
	background-color: #ffffff;
	color: #63666f;
	font: 8pt Arial;
	text-align: center;
	white-space: nowrap;
}
/*********** End Pagination ********/


/*********** MODAL ********/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
  border: 1px solid #63666f;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #EFEFEF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	/*font: bold 85% "Lucida Grande", Arial, sans-serif;*/
	font: bold 8pt Arial;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 0 0 .75em;
	margin: 0 2em 0 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 2.0em;
	text-indent: -10000px;
	background: transparent url('/images/theme/common/spinner.gif') 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#EFEFEF;
	color:#000;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color:#bedcaa;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/* Tooltip CSS */
.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10001!important;
}

.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }

.tooltip .xboxcontent {
	padding: 0 .5em;
	margin: 0;
	color: #000;
	font: 8pt Arial;
	text-shadow: 2px 2px 0px #CCC;
	word-wrap:break-word;
	border: 1px solid #333;
	border-width: 0px 1px 0 1px;
	background-color: #666;
}

/*********** END MODAL ********/


/*********** SETUP ********/
.boxheadersetup
{
padding-left: 5px;
padding-top: 5px;
margin: 0;
height:15px;
cursor:move;
background-color: #b0d496;
border: 1px solid black;
}

/*********** END SETUP ********/

/*********** PROGRESS BAR ********/
.progressbar {
	border-collapse: collapse;
}
.progressbar td {
	border: 1px solid black;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
.progressbar .done {
	background-image: url('/images/theme/green/info_m.png');
	color: grey;
}
.progressbar .current {
	background-image: url('/images/theme/green/info_m.png');
	border: 3px solid black;
	color: black;
}
.progressbar .todo {
	background: #fff;
	color: black;
}

/*********** END PROGRESS BAR ********/

#brioxtopmenu {
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 900;
		background-color: buttonface;
		border-bottom: 1px solid threedshadow;
		border-right: 1px solid threedshadow;
		height: 33px;
}