/* titles */
.coach-title-god { color: #333366 }
.coach-title-commi { color: #330066 }
.coach-title-red { color: #CC0000 }
.coach-title-big {  }
.coach-title-inn { color: #336633 }
.coach-title-dead { color: #666666 }
.coach-title-fairy{ color: #FF0066 }
.coach-title-faux { color: #666666 }
.coach-title-teen { color: #FF0066 }
.coach-title-barmaid { color: #FF3366 }
.coach-title-wood { color: #993300 }
.coach-title-golden { color: #FF9900 }


/* div classes */
div.div_tooltip {
	background-color: #EEE;
	background-image: url(images/info.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #333333;
	font-size: 12px;
	margin: 1em;
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em;
	padding-left: 50px;
	min-height: 50px;
}

div.div_error {
	background-color: #FFCC99;
	background-image: url(images/error.png);
	border: 1px solid #CC0000;
	color: #CC0000;
	font-weight: bold;
}

div.div_validate {
	background-color: #CCFF99;
	background-image: url(images/ok.png);
	border: 1px solid #00CC00;
	color: #00CC00;
	font-weight: bold;
}

div.div_info {
	border: 1px solid #999966;
	background-color: #FFFFCC;
	background-image: url(images/warn.png);
}

div.div_commands {
}
div.div_commands ul {
	margin: 2px;
	padding: 0px;
}
div.div_commands li {
	border-right: 1px solid #CCCCCC;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}
div.div_commands input.button {
	background: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #3333CC;
	width: auto;
}
div.div_commands select {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #3333CC;
	width: auto;
}

div.div_loader {
	background-image: url(images/loader_big.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

div.div_popup {
	background-color: #FFFFFF;
	border: 5px solid #999;
	padding: 1em;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

/* dl classes */
dl.form dt {
	font-weight: bold;	
	padding: 2px;
}
dl.form dd {
	background-color: #EEEEEE;
	border-top : 1px solid #999999;
	padding: 2px;
	margin-left: 0px;
}

/* p classes */
p.refresh_info

/* span classes */
span.rss_feed {
	padding: 2px;
}
span.rss_feed img {
	float: left;
	margin-right: 2px;
}

/* table classes */
table.table td {
	border-top: 1px solid #CCCCCC;
}
table.form {
	clear: both;
}
table.form td {
	background-color: #EEEEEE;
	border-top : 1px solid #999999;
	vertical-align: top;
}
table.form th {
	text-align: left;
	vertical-align: top;
	width: 50%;
}

/* tr classes */
tr.last_line td {
	border-top: none;
}
tr.row_disabled td {
	background-color: #CCC;
	font-style: italic;
}
tr.row_selected td {
	background-color: #FC9;
}
tr.underline td {
	background-color: #CF9;
	font-weight: bold;
}
tr.overline td, tr.overline th {
	background-color: #DDD;
	font-weight: bold;
}
tr.alternate td {
	background: #eee;
}

/* td classes size */
td.cell_3 {
	width: 3% !important;
}
td.cell_5 {
	width: 5% !important;
}
td.cell_10 {
	width: 10% !important;
}
td.cell_15 {
	width: 15% !important;
}
td.cell_20 {
	width: 20% !important;
}
.per_3 {
	width: 3% !important;
}
.per_5 {
	width: 5% !important;
}
.per_10 {
	width: 10% !important;
}
.per_20 {
	width: 20% !important;
}
.per_25 {
	width: 25% !important;
}
.per_30 {
	width: 30% !important;
}
.per_50 {
	width: 50% !important;
}
.pix_20 {
	width: 20px !important;
}
.pix_40 {
	width: 20px !important;
}

/* td classes align */
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
td.top {
	vertical-align: top;
}

/* controls */
/* combobox */
.combobox {
	font-family: Arial, Helvetica, sans-serif;
}
.combobox div.selection {
	border: 1px solid #000;
	padding: 2px;
	position: relative;
}
.combobox div.selection .item {
	margin-right: 18px;
	overflow: hidden;
}
.combobox div.selection .arrow {
	border: 1px solid #CCC;
	bottom: 2px;
	background-color: #EEE;
	background-image: url(images/combobox.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 2px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 16px;
}
.combobox div.list {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 2px;
	position: absolute;
	overflow: auto;	
	height: 100px;
	z-index: 100;
}
.combobox div.list_item {
	overflow: hidden;
}
.combobox div.list_item:hover {
	background-color:#EEE;
}

/* select */
select.select {
	width: 80%;
}


