
.emptyPlaceMarker {
	z-index: 2;
	border-right: red thin dashed;
	border-top: red thin dashed;
	border-left: red thin dashed;
	border-bottom: red thin dashed;
	background-color: Transparent;
}
.hide_menus .menu_children {
	display: none;
}
table, textarea, input {
	font-size: 9pt;
	font-family: Verdana, Sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}
.error, .message {
	background: #EFEFF6 url(images/error.gif) no-repeat 6px center;
	border: 1px solid #B3B3BF;
	margin: 10px;
	padding: 10px;
	padding-left: 50px;
}
.message {
	background: #EFEFF6 url(images/message.gif) no-repeat 12px center;
}
.error p {
	color: #FF0000;
}
.error_outer, .message_outer {
	overflow: auto;
	width: 100%;
}
#verticalcenter {
	margin: 0;
	margin-top: 25%;
	width: 50%;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bluebox {
	background: #EFEFF6;
	border: 1px solid #B3B3BF;
}
#logout_link {
	float: right;
}
.validation-advice {
	padding-left: 10px;
	font-weight: bold;
	color: #FF0000;
	font-size: 8pt;
}
.input {
	border: 1px solid #00A8E6;
}
.address-not-empty,
.required {
	border: 1px solid #F55151;
}
.validation-failed {
	border: 1px solid #FF3300;
}
.validation-passed {
	border: 1px solid #00CC00;
}
input.required, textarea.required, .address-not-empty {
	background: #FFFFFF url(/images/required_field.gif) no-repeat right center;
	padding-right: 20px;
}
input.validation-failed, textarea.validation-failed {
	background: #FFFFFF url(/images/required_field.gif) no-repeat right center;
	color: #FF3300;
	padding-right: 20px;
}
input.validation-passed, textarea.validation-passed {
	background: #FFFFFF url(/images/validated.gif) no-repeat right center;
	padding-right: 20px;
	border: 1px solid #00CC00;
}
body .disabled {
	border: 1px solid #00A8E6;
	background-color: #F2F2F2;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
legend {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
fieldset {
	padding: 3px;
	border: 1px solid #828183;
	margin: 2px;
	margin-bottom: 4px;
	margin-top: 4px;
}
/* A fix for Idiot Explorer */
.fieldset_outer {
	padding:
}
.fieldset_outer fieldset {
	margin: 0;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.dropmarker {
      height:2px;
      width:50px;
      margin-top:-3px;
      margin-left:-5px;
      z-index:1000;
      overflow: hidden;
      background: #000000;
}

.field-label {

}

.field-widget {

}
.gui_table, .gui_table_list, .draggable_table {
	background: #EEEEEE;
	border-left: 1px solid #CCCCCC;
	font-size: 8pt;
}

.gui_table {
	background: #DDDDDD;
}
.gui_table td {
	background: #EEEEEE;
}
.gui_table th {
	cursor: pointer;
	cursor: hand;
}
body .gui_high td {
	background: #DDDDDD;
}
.draggable_table {
	margin: 1px;
}
.ol_draggable {
	list-style-type: none;
	min-width: 200px;
	min-height: 200px;
	margin: 0;
	padding: 0;
}
.ol_draggable li {
	margin-left: 7px;
	margin-right: 7px;
}
#gui_dnd_outter {
	padding: 0;
	border: 0;
}
.gui_table_list {
	border: 0;
	margin: 0;
}
.gui_table_list td {
	padding: 0;
}
.gui_table th {
	padding: 3px;
	background: #CCCCCC;
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.th, .outter_handle_th {
	background: #CCCCCC;
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.attributes_td {
	line-height: 30px;
}
.attributes_td input {
	width: 60px;
}
.attributes_td .input_rep {
	width: 600px;
}
.outter_handle {
	cursor: move;
	padding: 0;
	width: 10px;
	height: 20px;
	background: url(images/handle.png) repeat-y left top;
}
.outter_handle_th {
	padding: 0;
	width: 10px;
}
#gui_dnd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gui_dnd_table th {
	padding: 0;
}
.column_no {
	text-align: center;
	font-weight: bold;
	background: #CCCCCC;
	margin: 0;
	margin-bottom: 11px;
	padding: 3px;
	border-bottom: 1px solid #AAAAAA;
}
#list_order_dnd {
	list-style-type: none;
	margin: 0;
	border: 0px solid #FF0000;
	cursor: move;
	padding: 0;
}
#list_order_dnd li {
	margin: 0;
	background: #EEEEEE;
	padding: 0;
	float: left;
}
.tcat {
	background: #D9E5F7 url(images/tcat.gif) repeat-x top left;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
.tleft {
	background: url(images/top_left.gif) no-repeat top left;
	padding: 0;
	margin: 0;
}
.tright {
	background: url(images/top_right.gif) no-repeat top right;
	line-height: 27px;
	padding: 0;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	color: #6F6F6F;
	font-size: 8pt;
}
.tcat h1 {
	font-size: 11pt;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	padding-right: 6px;
}
.tfoot {
	background: #D9E5F7 url(images/tfoot.gif) repeat-x bottom left;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.bleft {
	background: url(images/bottom_left.gif) no-repeat bottom left;
	padding: 0;
	margin: 0;
	zoom: 1;
}
.bright {
	background: url(images/bottom_right.gif) no-repeat bottom right;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
}
.tinner {
	background: #D9E5F7;
	padding-left: 3px;
	padding-right: 3px;
}
.content_left {
	background: #F4F7FC url(images/content_border.gif) repeat-y left;
}
.content_right {
	background: url(images/content_border.gif) repeat-y right;
}
.content_top {
	background: url(images/content_top.gif) repeat-x top;
}
.content_tleft {
	background: url(images/content_tleft.gif) no-repeat left top;
}
.content_tright {
	background: url(images/content_tright.gif) no-repeat right top;
}
.content_bottom {
	background: url(images/content_bottom.gif) repeat-x bottom;
}
.content_bleft {
	background: url(images/content_bleft.gif) no-repeat left bottom;
}
.content_bright {
	background: url(images/content_bright.gif) no-repeat right bottom;
	padding: 5px;
}
#container {
	margin: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.bottom_right {
	text-align: right;
	padding-right: 10px;
}

.tborder {
	background: #DDE1ED;
}
.tborder th {
	background: #F7FBFF url(images/thead.gif) repeat-x top;
	padding-top: 6px;
	padding-bottom: 6px;
}
.tinner .tborder {
	border: 1px solid #B5C4FF;
}
.alt3_row td,
.alt2_row td,
.alt1_row td,
.alt_select td,
.alt_highlight td,
.alt3,
.alt2,
.alt1 {
	background: #F4F7FC;
	border-top: 1px solid #FFFFFF;
	padding: 4px;
}
.alt2_row td,
.alt2 {
	background: #EFF4FB;
}
.alt3_row td,
.alt3 {
	background-color: #D9E5F7;
}
.alt_highlight td,
.alt_highlight {
	background-color: #E4EBF3;
}
.alt_select td,
.alt_select {
	background-color: #D8E7F7;
}

.main_bk {
	background: #F2F5FF;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	padding: 7px;
}
/* Tooltip */

.tooltip_top {
	background: url(images/tooltip_top.gif) repeat-x top;
	height: 21px;
	font-size: 1px;
	margin-left: 25px;
	margin-right: 6px;
}
.tooltip_topleft {
	background: url(images/tooltip_tl.gif) no-repeat left top;
	height: 21px;
	width: 25px;
	font-size: 1px;
	float: left;
}
.tooltip_topright {
	background: url(images/tooltip_tr.gif) no-repeat right top;
	height: 21px;
	width: 6px;
	font-size: 1px;
	float: right;
}

.tooltip_container_right .tooltip_topleft {
	background: url(images/tooltip_tl_right.gif) no-repeat left top;
	height: 21px;
	width: 6px;
	font-size: 1px;
	float: left;
}
.tooltip_container_right .tooltip_topright {
	background: url(images/tooltip_tr_right.gif) no-repeat right top;
	height: 21px;
	width: 25px;
	font-size: 1px;
	float: right;
}



.tooltip {
	background: #FFFBD3;
	color: #57574E;
	font-size: 8pt;
}
.tooltip_left {
	background: url(images/tooltip_left.gif) repeat-y left;
}
.tooltip_right {
	background: url(images/tooltip_right.gif) repeat-y right;
	padding-left: 10px;
	padding-right: 10px;
}

.tooltip_bottom {
	background: url(images/tooltip_bottom.gif) repeat-x bottom;
	height: 6px;
	font-size: 1px;
	margin-left: 6px;
	margin-right: 6px;
}
.tooltip_bottomleft {
	background: url(images/tooltip_bl.gif) no-repeat left bottom;
	height: 6px;
	width: 6px;
	font-size: 1px;
	float: left;
}
.tooltip_bottomright {
	background: url(images/tooltip_br.gif) no-repeat right bottom;
	height: 6px;
	width: 6px;
	font-size: 1px;
	float: right;
}

.tooltip_container, .tooltip_container_right {
	position: absolute;
	z-index: 999px;
}

.alert_top {
	background: #FCF1F5 url(images/alert_top.gif) repeat-x top;
	margin-left: 6px;
	margin-right: 6px;
	height: 6px;
}
.alert_bottom {
	background: #FCF1F5 url(images/alert_bottom.gif) repeat-x bottom;
	margin-left: 6px;
	margin-right: 6px;
	height: 6px;
}
.alert_tleft {
	background: url(images/alert_tleft.gif) no-repeat left top;
	float: left;
	height: 6px;
	width: 6px;
}
.alert_tright {
	background: url(images/alert_tright.gif) no-repeat right top;
	float: right;
	height: 6px;
	width: 6px;
}
.alert_bleft {
	background: url(images/alert_bleft.gif) no-repeat left bottom;
	float: left;
	height: 6px;
	width: 6px;
}
.alert_bright {
	background: url(images/alert_bright.gif) no-repeat right bottom;
	float: right;
	height: 6px;
	width: 6px;
}

.alert_left {
	background: #FCF1F5 url(images/alert_left.gif) repeat-y left;
}
.alert_right {
	background: url(images/alert_right.gif) repeat-y right;
	padding: 6px;
	padding-left: 16px;
	padding-bottom: 2px;
}
.alert_main {
	background: #FCF1F5 url(images/alert_warning.gif) no-repeat left;
	padding: 4px;
	padding-left: 44px;
	padding-bottom: 0;
}

.alert_button {
	text-align: center;
	margin-top: 20px;
}

.warning {
	color: #FF0000;
}
.alertbox {
	position: absolute;
	width: 70%;
	cursor: move;
	z-index: 9999999;
}

.perpage {
	float: right;
	padding: 3px;
	padding-right: 6px;
}
.increments {
	white-space: nowrap;
	padding-left: 3px;
}
.attached {
	padding: 2px;
	padding-left: 5px;
	white-space: nowrap;
}
.attached img {
	vertical-align: top;
}
#search_show, #search_hide {
	text-align: center;
}
.tooltipimg {
	vertical-align: middle;
	margin-left: 3px;
}
#preload {
	visibility: hidden;
	position: absolute;
}
.letter_body {
	padding: 0;
}
.letter {
	padding: 6px;
	color: #000000;
}
#letter_message {
	margin: 0;
	margin-bottom: 10px;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.inner_schemes table {
	margin: 10px;
	border: 1px solid #999999;
}
.inner_schemes th {
	background: #FFFFFF;
}
.embedded_table {
	padding: 0;
}
.tinner .embedded_table table {
	border: 0;
	border-top: 1px solid #BCCDFB;
}
.embedded_table th {
	text-align: left;
	background-image: none;
	border: 0;
}
.print {
	display: none;
}
.child_td {
	background: #FFFFFF;
}
.date_between {
	float: left;
	widht: 50px;
}

#calendar {

}

/* overall table */
#calendar table {
	padding: 0;
}

/* the day headers across the top */
#calendar th {
	background: #565;
	color: #fff;
	margin: 3px;
	padding: 2px 5px;
	text-align: center;
}

#calendar th a {
	color: #FFFFFF;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
	background: #eee;
	color: #000;
	padding: 4px;
	margin:0;
	height:60px;
	vertical-align:top;
	border:1px solid #fff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
	background: #CCCCCC;
}

#calendar .week_day {
	text-align: center;
	font-weight: bold;
	width: 14%;
	height: auto;
}

#calendar .today {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.body_shell {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 6px;
}
#calendar .day_num {
	text-align: right;
	font-weight: bold;
	float: right;
	padding-left: 4px;
}
#calendar .day_name {
	font-size: 7pt;
	font-style: italic;
	line-height: 9pt;
	color: #660099;
}
.today .day_num {
	font-weight: bold;
}
.day_num_outer {
	overflow: hidden;
	width: 100%;
	margin-bottom: 6px;
}
#calendar .cell_contents {
	font-size: 7pt;
	margin-left: -4px;
	margin-right: -4px;
	padding: 2px;
	padding-left: 2px;
}
.cell_contents a, .cell_contents a:link, .cell_contents a:visited {
	text-decoration: none;
}
.cell_contents a:hover {
	text-decoration: underline;
}
.lightbox_inner {

}

#calendar .showing_month {
	font-weight: bold;
}
#calendar .right {
	text-align: right;
}
#calendar .left {
	text-align: left;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}

input.hotdate {
	background: #FBEFEF;
}

.fields_left table,
.fields_right table {
	text-align: left;
}
.fields_left {
	float: left;
	text-align: center;
	width: 49%;
}
.fields_right {
	float: right;
	text-align: center;
	width: 49%;
}
th {
	text-align: left;
}
.today {
	background: #FFFFFF;
}
.today .cell_contents div {
	margin-bottom: 4px;
	border: 1px solid #E9E9E9;
	background: #F9F9F9;
	padding: 2px;
}

.cell_contents div {
	margin-bottom: 4px;
	border: 1px solid #DDDDDD;
	background: #F9F9F9;
	padding: 2px;
}
.empty_cell {
	font-style: italic;
	padding: 5px;
}
.cell_contents {
	padding-top: 10px;
	padding-bottom: 10px;
}
#cal_monthly td {
	height: auto;
}
#cal_monthly td {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#cal_monthly .cell_contents {
	margin: 0;
	font-size: 8pt;
}
.today .day_header {
	background: #F78E8E;
}
.day_header {
	background: #FFFFFF;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #DDDDDD;
}

.options_dd {
	background: #F7F7F7;
	position: absolute;
	margin-top: 25px;
	right: 10px;
	padding: 0;
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	border: 1px solid #CCCCCC;
}

.options_dd a {
	padding: 0px;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	height: 24px;
	line-height: 24px;
	border: 1px solid #F7F7F7;
}

.options_dd a:hover {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #0000FF;
}