
/*
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
*/

body,td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

hr {
	border-color: #ccc;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.page_wide {
	width: 929px;
}

.number {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.strong {
	font-weight: bold;
}

table.content {
	border-collapse: collapse;
}

table.content td {
	vertical-align: top;
	border: 0;
	padding: 0;
}

div#nav {
	text-align: left;
	padding: 5px;
	font-size: 8pt;
}

ul.menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
	width: 100%;
	display: inline;
}

ul.menu li {
	float: left;
	padding: 0 0 0 0px;
	margin: 4px 0 0 1px;

}

ul.menu li a {
	font: bold 10pt Arial;
	color: white;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px 10px 5px 8px;
	background: url('/img/tab_bg.png') repeat-x;
	border-width: 1px 1px 0 1px;
	border-color: #777;
	border-style: solid;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

ul.menu li a:hover {
	text-decoration: underline !important;
}

ul.menu li a.selected {
	background: url('/img/tab_bg_sel.png') repeat-x !important;
}

div.under_menu {
	clear: both;
	border-top: 6px solid #ab64aa;
	border-bottom: 1px solid gray;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}


.section_title {
	color: #783a85;
	font: bold 18pt Arial;
}

.right {
	text-align: right;
}

div.dt {
	border-width: 1px;
}

div.dt.hover {
	background-color: #eee;
	border: 1px solid #aaf;
}

div#dt_editor {
	border-left: 1px solid #aaf;
	border-right: 1px solid #aaf;
	border-bottom: 1px solid #aaf;
	text-align: left;
	background-color: #ddd;
	padding: 1ex;
	font: 8pt Arial;
}

form.login {
	position: relative;
}

table.login {
	position: absolute;
	top: 90px;
	right: 1ex;
}

table.login td {
	text-align: right;
	font-size: 9pt;
	vertical-align: middle;
	color: white;
}


div.submenu {
	border-collapse: collapse;
	border-bottom: 1px solid gray;
}

div.submenu xxx {
	font-size: 1px;
}
	

div.submenu td {
	border: 1px solid gray;
}

div.submenu_selected {
}

div.submenu a {
	text-decoration: none;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

div.submenu_selected a {
	color: white;
	font-weight: bold;
}

div.submenu div.submenu_tl {
	height: 4px;
	width: 4px;
	position: absolute;
}

div.submenu div.submenu_bl {
	height: 4px;
	width: 4px;
	position: absolute;
}

div.submenu_selected div.submenu_tl {
}

div.submenu_selected div.submenu_bl {
}

div.submenu div.submenu_label {
	position: relative;
	padding-left: 4px;
	padding-right: 1ex;
}

div.submenu_selected div.submenu_label {
}

div.submenu div.submenu_horiz {
	position: relative;
	left: 4px;
	height: 4px;
}

div.submenu_selected div.submenu_horiz {
	//background-color: #773982;
}

div.submenu div.submenu_ml {
	position: absolute;
	width: 4px;
}

div.submenu_selected div.submenu_ml {
	//background-color: #773982;
}

div.submenu_row {
	position: relative;
	overflow: hidden;
}

.bg_sel {
	background-color: #773982;
	color: #efe8ea;
}

.rc {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.list {
	xxfloat: left;
}

div.list div.filters {
	background-color: #ddd;
	padding: 1ex;
	font-size: 9pt;
	
}

div.list table.list {
	clear: left;
}

table.list {
	border-collapse: collapse;
	width: 100%;
}

table.list tr {
	border-bottom: 1px solid #ddd;
}

table.list tr.selected {
	background-color: #aaa;
}

table.list td {
	font-size: 8pt;
	vertical-align: middle;
	padding: 0 4px;
	xx-white-space: pre;
	border: 1px solid #ddd;
}

table.wide {
	width: 100%;
}

table.list td.text {
	padding: 0 2pt;
}

table.list td.wide {
	width: 100%;
}

table.list tr.hover {
	background-color: #c18fc2;
}

table.list th {
	color: #773982;
	font-size: 8pt;
	text-align: center;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	padding: 0 2pt;
	vertical-align: bottom;
}


table.form {
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 0 3px;
	margin: 1em 0 1em 0;
}

table.form tr {
}

table.form th {
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	padding-right: 3px;
	vertical-align: baseline;
}

table.form td {
	font-size: 8pt;
	vertical-align: baseline;
}


div.form {
	background-color: #ddd;
	border-bottom: 1px solid gray;
	padding: 1ex;
}

.dt_header {
	font-family: Arial,sans-serif !important;
	font-size: 22pt;
	font-weight: bold;
	xxcolor: #c18fc2;
	color: #783a85;
}

.dt_content {
	font-size: 9pt;
	color: #444;
}


ol.fieldset {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.fieldset li label {
	display: block;
	padding: 1ex 0 0.3ex 0;
	font-size: 8pt;
}

input.primary {
	background-color: orange;
}

div.paginator {
	margin: 0;
	font: 9pt Arial;
	text-align: center;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	border-top: 1px solid #bbb;
	padding: 1ex;
	
}

div.paginator a {
	padding: 0 2pt;
}

div.letters {
}

div.letters a {
	text-decoration: none;
	padding: 2pt 4pt;
	color: #773982;
}

div.letters a:hover {
	text-decoration: underline;
}

.section-header {
	background-color: #773982;
	color: white;
	position: relative;
}

.section-header a {
	color: white;
	text-decoration: none;
}

div.label {
	font-weight: bold;
}

.ui-accordion h3.ui-state-active span {
	display: none;
}

.ui-accordion h3.ui-state-default span {
	color: #bbb;
	font-size: 90%;
}

.loading {
	color: red;
}

ul.column {
	list-style-type: none;
	xxlist-style-image: none;
	xxxlist-style-position: outside;
	margin: 0 0 0 0px;
	padding: 0;
}

ul.column li {
	padding: 0;
}


table.grid {
	border-collapse: collapse;
	background-color: white;
	border: 1px solid gray !important;
}

table.grid td {
	border: 1px solid gray;
	vertical-align: middle;
	padding: 0.7ex;
}

table.grid th {
	border: 1px solid gray;
	font-weight: bold;
	background-color: gray;
	color: white;
	padding: 0.5ex;
}

.disabled {
	color: #aaa;
}

.altrow1 {
	background-color: white;
}

.altrow2 {
	background-color: #ddd;
}

fieldset {
}

span.err {
	color: #ff0000;
}


button.star {
	xxbackground: transparent url(/img/star.gif);

	background-color: transparent !important;
	width: 24px;
	height: 24px;
	border: 0 none;
	padding: 0;
	margin: 0;
}

button.star_off {
	background-image: url(/img/rating_off.gif);
	xx-background-position: 0 0;
}

button.star_over {
	background-image: url(/img/rating_over.gif) !important;
	xx-background-position: 0 -30px !important;
}

button.star_on {
	background-image: url(/img/rating_on.gif);
	xx-background-position: 0 -60px;
	xx-background: transparent url(/img/star-pink.gif);
}

