.widget_alert {
	margin: 5px 0px 5px 4px;
	font-size: 12px;
	color: red;
}

.widget_table_header td {
	color: #00009C;
	font-weight: bold;
	font-size: 12px;
}

.widget_table_text td {
	color: black;
	font-size: 11px;
}

.dojoAjaxAnchor {
	
}

a:hover.dojoAjaxAnchor {
	text-decoration: none;
}

/* 
================================================
	autosuggest, inquisitor style
================================================
*/
div.autosuggest {
	position: absolute;
	/*
	background-image: url(../images/img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	*/
	background-color: #FFF;
	padding: 0;
	/*margin: 5px 0 0 0;*/
	margin: 0px;
	border: 1px solid #999;
	border-top-width: 0px;
	width: 300px;
}

div.autosuggest div.as_header {
	position: relative;
	height: 3px;
	padding: 0 6px;
	/*
	background-image: url(../images/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	*/
	background-color: #FFF;
	overflow: hidden;
}

div.autosuggest div.as_footer {
	position: relative;
	height: 4px;
	/*	padding: 0 6px;
	margin-top:3px */
	padding: 0px;
	margin-top: 0px;
	/*
	background-image: url(../images/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	*/
	background-color: #FFF;
	overflow: hidden;
}

div.autosuggest div.as_footer { /*
	background-image: url(../images/img_inquisitor/ul_corner_br.gif);
	*/
	background-color: #FFF;
}

div.autosuggest div.as_header div.as_corner,div.autosuggest div.as_footer div.as_corner
	{
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 6px;
	/*
	background-image: url(../images/img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
	background-color: #FFF;
}

div.autosuggest div.as_footer div.as_corner { /*
	background-image: url(../images/img_inquisitor/ul_corner_bl.gif);
	*/
	background-color: #FFF;
}

div.autosuggest div.as_header div.as_bar,div.autosuggest div.as_footer div.as_bar
	{
	height: 6px;
	overflow: hidden;
	background-color: #FFF;
}

div.autosuggest ul {
	list-style: none;
	/*	margin: 0 0 -4px 0; */
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #FFF;
}

div.autosuggest ul li {
	color: #999;
	padding: 0;
	margin: 3px 4px;
	text-align: left;
}

div.autosuggest ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}

div.autosuggest ul li a:hover {
	background-color: #444;
}

div.autosuggest ul li.as_highlight a:hover {
	background-color: #aec4e8;
}

div.autosuggest ul li a span {
	display: block;
	padding: 1px 6px;
	font-weight: normal;
}

div.autosuggest ul li a span small {
	font-weight: normal;
	color: #000;
}

div.autosuggest ul li.as_highlight a span small {
	color: #000;
}

div.autosuggest ul li.as_highlight a {
	color: #fff;
	background-color: #aec4e8;
	/*
	background-image: url(../images/img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
}

div.autosuggest ul li.as_highlight a span { /*
	background-image: url(../images/img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	*/
	
}

div.autosuggest ul li a .tl,div.autosuggest ul li a .tr {
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

div.autosuggest ul li a .tr {
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl {
	left: 0;
	/*
	background-image: url(../images/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
	*/
}

div.autosuggest ul li.as_highlight a .tr {
	right: 0;
	/*
	background-image: url(../images/img_inquisitor/hl_corner_tr.gif);
	
	background-position: bottom right;
	*/
}

div.autosuggest ul li.as_warning {
	font-weight: normal;
	text-align: center;
}

div.autosuggest ul em {
	font-style: normal;
	color: #000000;
}

.nullButton {
	background: transparent;
	background-repeat: repeat;
	height: 25px; /* Height of button background height */
	border: 0px;
	padding: 0px;
	text-align: center;
	overflow: visible;
	margin: 0px;
}

.cu-button-normal {
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.normal.left.png')
		no-repeat top left;
	display: block;
	color: #fff;
	font: bold 11px Arial;
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
	cursor: default;
}

.cu-button-normal-right {
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.normal.right.png')
		no-repeat top right;
	display: block;
	padding: 0px 11px 0px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	height: 25px; /* Height of button background height */
}

.cu-button-hover-left { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.hover.left.png')
		no-repeat top left;
}

.cu-button-hover-right { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.hover.right.png')
		no-repeat top right;
	color: #fff;
	padding: 0px 11px 0px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	text-align: center;
	height: 25px; /* Height of button background height */
}

.cu-button-pressed-left { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.pressed.left.png')
		no-repeat top left;
	height: 25px; /* Height of button background height */
}

.cu-button-pressed-right { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.pressed.right.png')
		no-repeat top right;
	padding: 0px 11px 0px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	height: 25px; /* Height of button background height */
}

.cu-button-disabled { /* Disabled state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.disabled.left.png')
		no-repeat top left;
	display: block;
	color: #ddd;
	font: bold 11px Arial; /* Change 12px as desired */
	line-height: 14px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
	cursor: default;
}

.cu-button-disabled-right { /* Disabled state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/cu.button.disabled.right.png')
		no-repeat top right;
	padding: 0px 11px 0px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	height: 25px; /* Height of button background height */
}

.silver-button-normal {
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.normal.left.png')
		no-repeat top left;
	display: block;
	color: #333;
	font: bold 11px Arial;
	line-height: 14px;
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
	cursor: default;
}

.silver-button-normal-right {
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.normal.right.png')
		no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
}

.silver-button-hover-left { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.hover.left.png')
		no-repeat top left;
}

.silver-button-hover-right { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.hover.right.png')
		no-repeat top right;
	color: #000;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	text-align: center;
}

.silver-button-pressed-left { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.pressed.left.png')
		no-repeat top left;
}

.silver-button-pressed-right { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.pressed.right.png')
		no-repeat top right;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
}

.silver-button-disabled { /* Disabled state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.disabled.left.png')
		no-repeat top left;
	display: block;
	color: #000;
	font: bold 11px Arial; /* Change 12px as desired */
	line-height: 14px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
	cursor: default;
}

.silver-button-disabled-right { /* Disabled state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.disabled.right.png')
		no-repeat top right;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
}

.blue-button-normal {
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.normal.left.png')
		no-repeat top left;
	display: block;
	color: #0d5cab;
	font: bold 12px Arial;
	line-height: 14px;
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
	cursor: default;
}

.blue-button-normal-right {
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.normal.right.png')
		no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
}

.blue-button-hover-left { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.hover.left.png')
		no-repeat top left;
}

.blue-button-hover-right { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.hover.right.png')
		no-repeat top right;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	text-align: center;
}

.blue-button-pressed-left { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.pressed.left.png')
		no-repeat top left;
}

.blue-button-pressed-right { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.pressed.right.png')
		no-repeat top right;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
}

.blue-button-disabled { /* Disabled state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.disabled.left.png')
		no-repeat top left;
	display: block;
	font: bold 11px Arial; /* Change 12px as desired */
	line-height: 14px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
	cursor: default;
}

.blue-button-disabled-right { /* Disabled state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/blue.button.disabled.right.png')
		no-repeat top right;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
}


.orange-button-normal {
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.normal.left.png')
        no-repeat top left;
    display: block;
    color: #0d5cab;
    font: bold 12px Arial;
    line-height: 14px;
    height: 25px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    text-align: center;
    cursor: default;
}

.orange-button-normal-right {
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.normal.right.png')
        no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0px;
    /*Set 9px below to match value of 'padding-left' value above*/
}

.orange-button-hover-left { /* Hover state CSS */
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.hover.left.png')
        no-repeat top left;
}

.orange-button-hover-right { /* Hover state CSS */
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.hover.right.png')
        no-repeat top right;
    padding: 4px 11px 4px 0px;
    /*Set 9px below to match value of 'padding-left' value above*/
    text-align: center;
}

.orange-button-pressed-left { /* Pressed state CSS */
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.pressed.left.png')
        no-repeat top left;
}

.orange-button-pressed-right { /* Pressed state CSS */
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.pressed.right.png')
        no-repeat top right;
    padding: 4px 11px 4px 0px;
    /*Set 9px below to match value of 'padding-left' value above*/
}

.orange-button-disabled { /* Disabled state CSS */
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.disabled.left.png')
        no-repeat top left;
    display: block;
    font: bold 11px Arial; /* Change 12px as desired */
    line-height: 14px;
    /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 25px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    text-align: center;
    cursor: default;
}

.orange-button-disabled-right { /* Disabled state CSS */
    background: transparent
        url('../dojo/src/circleup/widget/template/images/orange.button.disabled.right.png')
        no-repeat top right;
    padding: 4px 11px 4px 0px;
    /*Set 9px below to match value of 'padding-left' value above*/
}

.hand {
	cursor: pointer;
}

.buttonwrapper {
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	clear: both;
}

/* This section is used by the fileupload contents */
.CUButton {
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.normal.left.png')
		no-repeat top left;
	display: block;
	color: #333;
	font: bold 11px Arial;
	line-height: 14px;
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
	cursor: default;
}

a.CUButton span { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.normal.right.png')
		no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	color: black;
	cursor: pointer;
	cursor: hand;
}

a.CUButton:hover { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.hover.left.png')
		no-repeat top left;
	cursor: pointer;
	cursor: hand;
}

a.CUButton:hover span { /* Hover state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.hover.right.png')
		no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0px;
	/*Set 9px below to match value of 'padding-left' value above*/
	color: black;
	cursor: pointer;
	cursor: hand;
}

a:active .CUButton { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.pressed.left.png')
		no-repeat top left;
}

a:active .CUButton span { /* Pressed state CSS */
	background: transparent
		url('../dojo/src/circleup/widget/template/images/silver.button.pressed.right.png')
		no-repeat top right;
}

.CUDialog {
	background-color: #d6e2f2;
}

.CUDialogHeader {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	vertical-align: middle;
}

.CUDialogBorder {
	border: 1px solid #2c61a7;
	background-color: #fff;
}

.CUDialogContent {
	position : relative;
	padding: 4px;
	margin: 4px;
	border: 1px solid #2c61a7;
	background-color: #d6e2f2;
}

.dojoLayoutContainer{ 
	position: relative; 
	display: block; 
	overflow: hidden; 
}

body .dojoAlignTop, body .dojoAlignBottom, body .dojoAlignLeft, body .dojoAlignRight { 
	position: absolute; 
	overflow: hidden; 
}

body .dojoAlignClient { 
	position: relative; 
}

.dojoAlignClient { 
	overflow: auto; 
}

.dojoTabContainer {
}

.dojoTabPaneWrapper {
	border: 1px solid #6290d2;
	_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
	display: block;
	clear: both;
	overflow: visible;
	padding: 1px;
	position : static;
}

.dojoTabLabels-top {
	position: static;
	top: 0px;
	left: 0px;
	overflow: visible;
	width: 100%;
	z-index: 2;
	/* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */
}

.dojoTabNoLayout.dojoTabLabels-top .dojoTab {
	_margin-bottom: 0px; /* IE filter so top border lines up correctly */
}

.dojoTab {
	position: static;
	float: left;
	padding-left: 9px;
	border-bottom: 1px solid #6290d2;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_left.gif)
		no-repeat left top;
	cursor: pointer;
	white-space: nowrap;
	z-index: 3;
	margin-right: 3px;
	min-width: 75px;
	text-align: center;
}

.dojoTab div {
	display: block;
	padding: 4px 15px 4px 6px;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_top_right.gif)
		no-repeat right top;
	color: #FFF;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 13px;
}

.dojoTab .close {
	display: inline-block;
	height: 12px;
	width: 12px;
	padding: 0 12px 0 0;
	margin: 0 -10px 0 10px;
	cursor: default;
	font-size: small;
}

.dojoTab .closeImage {
	background:
		url(../dojo/src/circleup/widget/template/images/tab_close.gif)
		no-repeat right top;
}

.dojoTab .closeHover {
	background-image:
		url(../dojo/src/circleup/widget/template/images/tab_close_h.gif)
		;
}

.dojoTab.current {
	background-position: 0 -31px;
	border-bottom: 1px solid #fda21d;
}

.dojoTab.current div {
	background-position: 100% -31px;
}

/* bottom tabs */
.dojoTabLabels-bottom {
	position: relative;
	bottom: 0px;
	left: 0px;
	overflow: visible;
	margin-top: -1px;
	width: 100%;
	z-index: 2;
}

.dojoTabNoLayout.dojoTabLabels-bottom {
	position: relative;
}

.dojoTabLabels-bottom .dojoTab {
	border-top: 1px solid #6290d2;
	border-bottom: 0;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_bot_left.gif)
		no-repeat left bottom;
}

.dojoTabLabels-bottom .dojoTab div {
	background:
		url(../dojo/src/circleup/widget/template/images/tab_bot_right.gif)
		no-repeat right bottom;
}

.dojoTabLabels-bottom .dojoTab.current {
	border-top: 0;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_bot_left_curr.gif)
		no-repeat left bottom;
}

.dojoTabLabels-bottom .dojoTab.current div {
	padding-top: 4px;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_bot_right_curr.gif)
		no-repeat right bottom;
}

/* right-h tabs */
.dojoTabLabels-right-h {
	overflow: visible;
	margin-left: -1px;
	z-index: 2;
	float: right;
}

.dojoTabLabels-right-h .dojoTab {
	padding-left: 0;
	border-left: 1px solid #6290d2;
	border-bottom: 0;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_bot_right.gif)
		no-repeat right bottom;
	float: none;
}

.dojoTabLabels-right-h .dojoTab div {
	padding: 4px 15px 4px 15px;
}

.dojoTabLabels-right-h .dojoTab.current {
	border-left: 0;
	border-bottom: 1px solid #6290d2;
}

/* left-h tabs */
.dojoTabLabels-left-h {
	overflow: visible;
	margin-right: -1px;
	z-index: 2;
	float : left;
}

.dojoTabLabels-left-h .dojoTab {
	border-right: 1px solid #6290d2;
	border-bottom: 0;
	float: none;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_top_left.gif)
		no-repeat left top;
}

.dojoTabLabels-left-h .dojoTab.current {
	border-right: 0;
	border-bottom: 1px solid #6290d2;
	padding-bottom: 0;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_top_left.gif)
		no-repeat 0 -31px;
}

.dojoTabLabels-left-h .dojoTab div {
	background: 0;
	border-bottom: 1px solid #6290d2;
}

#mainTabContainer {
	width: 100%;
	height: 100%;
}

.dojoPopupMenu2 {
	position: absolute;
	border: 1px solid #a0a0a0 !important;
	background: #ffffff !important;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.dojoMenuItem2 {
	white-space: nowrap;
	margin: 0;
	color: #000000;
}

.dojoMenuItem2Hover {
	background-color: #BBDFFF;
	cursor: pointer;
	cursor: hand;
	color: #000000;
}

.dojoMenuItem2Icon {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	width: 0px !important;
	height: 0px !important;
	padding-right: 1px;
	padding-left: 1px;
}

.dojoMenuItem2Label {
	position: relative;
	vertical-align: middle;
	font-family: arial;
	font-size: 12px;
}

/* main label text */
.dojoMenuItem2Label {
	position: relative;
	vertical-align: middle;
}

.dojoMenuItem2Accel {
	position: relative;
	vertical-align: middle;
	padding-left: 3px;
}

.dojoMenuItem2Disabled .dojoMenuItem2Label,.dojoMenuItem2Disabled .dojoMenuItem2Accel {
	color: #607a9e;
}

.dojoMenuItem2Submenu {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:
		url(../dojo/src/circleup/widget/template/images/submenu_off.gif);
	width: 5px;
	height: 9px;
	padding-left: 3px;
}

.dojoMenuItem2Hover .dojoMenuItem2Submenu {
	background-image:
		url(../dojo/src/circleup/widget/template/images/submenu_on.gif);
}

.dojoMenuItem2Disabled .dojoMenuItem2Submenu {
	background-image:
		url(../dojo/src/circleup/widget/template/images/submenu_disabled.gif);
}

.dojoMenuSeparator2 {
	font-size: 1px;
	margin: 0;
}

.dojoMenuSeparator2Top {
	height: 50%;
	border-bottom: 1px solid #7a98c4;
	margin: 0px 2px;
	font-size: 1px;
}

.dojoMenuSeparator2Bottom {
	height: 50%;
	border-top: 1px solid #c9deff;
	margin: 0px 2px;
	font-size: 1px;
}

.dojoMenuBar2 {
	background: #E1EFFC
		repeat-x top left;
	/*border-bottom:1px solid #6b9fec;*/
	padding: 2px 0px;
	outline:none;
	position:static;
	width:100%;
}

.dojoMenuBar2 .dojoMenuItem2 {
	white-space: nowrap;
	vertical-align: middle;
	padding: 3px 8px;
	cursor: pointer;
	cursor: hand;
	border : 1px solid #BBBBBB;
	background-color : #F9F9F9;
	color: #333333;
	float:left;
	margin-left:5px;
	outline:none;
}

.dojoMenuBar2 .dojoMenuItem2Hover {
	color: #000000;
	background-color : #f6f6f6;
}

.dojoMenuBar2 .dojoMenuItem2Disabled {
	color: #777777;
	background-color : #dddddd;
	cursor: default;
}

.msgDialogError {
	font-family: Verdana, Arial;
	width: 100%;
	padding: 0px;
	color: #c90202;
}

.msgDialogMsg {
	font-family: Verdana, Arial;
	width: 100%;
	padding: 0px;
	color: #000000;
}

div#uservoice-feedback-launcher {
	position: absolute;
	right: 1px;
	width: 25px;
	height: 120px;
	font-family: arial;
	font-size: 11px;
	color: #1030CC;
}

a.uservoice {
	display: block;
	background-color: #F2F6FB;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	color: #1030CC;
}

a.uservoice:hover {
	text-decoration: none;
	background-color: #F8981C !important;
	cursor: pointer;
}

div#uservoice-feedback-drag {
	height: 15px;
	width: 25px;
	background-color: #F2F6FB;
	border: outset 1px #F2F6FB;
	border-right: none;
	border-bottom: 1px solid #a2a6ff;
}

a#uservoice-feedback-hide {
	height: 15px;
	width: 25px;
	border: outset 1px #F2F6FB;
	border-right: none;
	border-top: 1px solid #a2a6ff;
}

a#uservoice-feedback-show {
	margin-top: 107px;
	height: 15px;
	width: 25px;
	border: outset 1px #F2F6FB;
	border-right: none;
}

a#uservoice-feedback-tab {
	background: #F2F6FB
		url(http://circleupfeedback.uservoice.com/images/feedback_tab_black.png)
		-2px 0px no-repeat;
	border-left: outset 1px #F2F6FB;
	height: 90px;
	width: 25px;
}

.order_form {
	width : 100%;
}

.order_form th {
	height : 24px;
	padding: 0px;
	margin: 0px;
}

.order_form td {
	padding: 5px 0px;
	border : 0px;
	vertical-align: top;
}

.order_form_line_item td {
	vertical-align: top;
	border-bottom : 1px solid #ddd;
	height : 50px;
}

.order_form_last_line_item td {
	border-bottom : none;
}

.order_form_quantity {
	width:80px;
	text-align:center;
}

.order_form_quantity input {
	display:block;
	margin : auto;
	width : 22px;
}

.order_form_description {
}

.order_form_attachments {
	margin-top : 5px;
}

.order_form_unit {
	width:80px;
	text-align: right;
}

.order_form_item_total {
	width:80px;
	text-align: right;
}

.order_form_bottom td {
	margin-top : 10px;
	border-top : 1px solid #A0A0A0;
	padding-left:5px;
}

.order_form_fees_label {
	text-align: right;
}

.order_form_fees {
	text-align: right;
}

.order_form_total_label {
	font-weight:bold;
	font-size: 13px;
	text-align: right;
}

.order_form_total_amount {
	font-weight:bold;
	font-size: 13px;
	text-align: right;
}

.resizable_rich_textarea {
	border : 1px solid #96adc4; 
	padding : 4px 1px 7px 4px;
}

.resizable_rich_textarea_focus {
	border : 1px solid #96adc4; 
}

.syntaxError {
	color : #ff0000;
}

.syntaxError a {
	color : #ff0000;
}

.validSyntax {
}

/*
================================================
	combo box
================================================
*/
.dojoComboBox {
	margin: 0px;
	padding: 0px;
}

.dojoComboBoxOuter {
	background : #ffffff;
	border: 1px solid #96adc4;
	margin: 0px;
	padding: 3px;
	display:inline;
	display:table !important;
	display:inline-block;
}

/* the input box */
input.dojoComboBox {
	display:inline;
    border: 0px;
    margin: 0px;
    padding : 1px;
    vertical-align : middle;
    width : width:100%;
}

input.dojoComboBox:focus {
	outline : 0px !important; 
}

/* the down arrow */
img.dojoComboBox {
	display: inline;
	border: 0px;
	margin : 0px;
	padding: 0px;
	vertical-align:middle;
}

.arrow .dojoComboBoxOuter {
    padding : 2px;
}

.arrow input.dojoComboBox {
    padding : 0px;
}

.arrow img.dojoComboBox {
    padding-left : 2px;
}

.disabled dojoComboBoxOuter {
	border-color : #d3d1c7;
}

.disabled input.dojoComboBox {
	color : #aaaaaa;
}

/* IE vertical-alignment calculations can be off by +-1 but these margins are collapsed away */
.dj_ie img.dojoComboBox {
}

/* the drop down */
.dojoComboBoxOptions {
    font-family: Arial, Tahoma, verdana;
    font-size: 12px;
    color:#323232;
	/* font-size: 0.7em; */
	background-color: white;
	border: 1px solid #96adc4;
	position: absolute;
	z-index: 1000; 
	overflow: hidden;
	cursor: default;
}

.dojoComboBoxItem {
	padding-left: 2px;
	padding-top: 2px;
	margin: 0px;
}

.dojoComboBoxItemEven {
	background-color: #f4f4f4;
}

.dojoComboBoxItemOdd {
	background-color: white;
}

.dojoComboBoxItemHighlight {
	background-color: #aec4e8;
	color: white;
}

.staticTab {
	position: static;
	float: left;
	padding-left: 9px;
	border-bottom: 1px solid #6290d2;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_left.gif)
		no-repeat left top;
	cursor: pointer;
	white-space: nowrap;
	margin-right: 3px;
	min-width: 75px;
	text-align: center;
}

.staticTab div {
	display: block;
	padding: 4px 15px 4px 6px;
	background:
		url(../dojo/src/circleup/widget/template/images/tab_top_right.gif)
		no-repeat right top;
	color: #FFF;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 13px;
}

.dojoSplitContainer{
	position: relative;
	overflow: hidden;
	display: block;
}

.dojoSplitPane{
	position: absolute;
}

.dojoSplitContainerSizerH {
	font-size: 1px;
	cursor: move;
	cursor: w-resize;
	background-image: url( '../default/web/common/slider_slice.gif' );
	background-repeat: repeat-y;
	margin: 0;
}


.dojoSplitContainerSizerV {
	font-size: 1px;
	cursor: move;
	cursor: n-resize;
	background-image: url( '../default/web/common/vertical_slider_slice.gif' );
	background-repeat: repeat-x;
	margin: 0;
}

.dojoSplitContainerVirtualSizerH {
	font-size: 1px;
	cursor: move;
	cursor: w-resize;
	background-color : #bbbbbb;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	margin: 0;
	top : 0px;
}

.dojoSplitContainerVirtualSizerV {
	font-size: 1px;
	cursor: move;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	margin: 0;
	cursor: n-resize;
	background-color : #bbbbbb;
	top : 0px;
}


.dojoTree {
	font: caption;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
}


.dojoTreeNodeLabelTitle {
	padding-left: 2px;
	color: WindowText;
}

.dojoTreeNodeLabel {
	cursor:hand;
	cursor:pointer;
}

.dojoTreeNodeLabelTitle:hover {
	text-decoration: underline;
}

.dojoTreeNodeLabelSelected {
	background-color: Highlight;
	color: HighlightText;
}

.dojoTree div {
	white-space: nowrap;
}

.dojoTree img, .dojoTreeNodeLabel img {
	vertical-align: middle;
}

#contentPane_loading {
	display : none;
	background-color:#FFFFCC ;
	border:1px solid #345388;
	position:absolute;
	left : 50%;
	top : 0px;
	margin-left: -38px;
	width:76px;
	padding : 2px 0px;
	text-align : center;
	font-weight : bold;
}

#groupNameSelectionWidget_comboBox {
	margin-top : 3px;
}

.EditableGrid table {
	width : 100%;
}

.EditableGrid table th,
.EditableGrid table td {
	background-color:#FFFFFF;
	border-color: #CCCCCC;
	border-style:none solid solid none;
	border-width:0 1px 1px 0;
	letter-spacing:0;
	position : relative;
	z-index : 1;
	overflow:visible;
	padding:0px;
	white-space:normal;
	word-spacing:0;
}

.EditableGrid table td:hover {
}

.EditableGrid table td.editableRegionEditing {
	z-index : 10 !important;
}

.EditableGrid table th {
	background-color:#FFFFCC ;
}

.EditableGrid input.tabStop,
.EditableCell input.tabStop {
	width:1px;
	height:1px;
	background:transparent;
	border:none;
	position:absolute;
	top : -2000px;
	z-index:2;
}

.EditableCell {
	position : relative;
	padding : 1px 3px;
}

div.EditableCell.editableRegion {
	background-color : transparent !important;
}

div.EditableCell.editableRegionSelected {
	border : 1px solid #0000ff;
	padding : 0px 2px;
}

.editableRegionEditing div.EditableCell {
	background-color : #ffffff !important;
	border : 0px;
	padding : 0px;
	margin : 0px;
}

.EditableCell .inlineEditBox input{
	position : absolute;
	border:1px solid #96ADC4;
	padding:3px;
	margin : 0px;
	top : 0px;
	left : 0px;
	z-index : 3;
	overflow:visible;
}

.EditableCell .inlineEditBox input:focus {
	outline : 0px;
}

.EditableCell span {
	margin : 0px 2px;
	height : 100%;
	width : 100%;
	display : block;
	padding : 0px;
	margin : 0px;
}

