/*
 * Derek Clayton
 *   www.DerekClayton.com
 * May 2009
 * (c) Copyright Derek Clayton 2009
 */

@media all {

/* CLIENT */
div.rate * {
	/*font-family: tahoma, Arial, Helvetica, sans-serif;*/
	/*font-size: small;*/
}
div.rate {
	overflow: auto;
	/*max-height: 450px;*/
	clear: both;
}
table.rate { margin: 0px; padding: 0px; clear: both; width: auto; }
table.rate tr {  }
table.rate tr td textarea,
table.rate tr td input {
	vertical-align: top;
	margin: 0;
	padding: 1px 2px 1px 2px;
	border: 1px solid #aaaacc;
	color: #444444;
	/*white-space: nowrap;*/
}

table.rate tr th { vertical-align: bottom; border-bottom: 1px solid #000088; line-height: 94%; padding: 1px 5px 2px 5px; }
table.rate tr td { vertical-align: top; border-bottom: 1px solid #e8e8ff; line-height: 94%; padding: 1px 5px 0px 5px; }
table.rate tr td.label { font-weight: bold; padding-right: 10px; text-align: right; }

table.rate tr td input.date   { width: 80px; }
table.rate tr td input.number { width: 120px; }
table.rate tr td input.char   { width: 480px; }
table.rate tr td textarea.text,
table.rate tr td input.text   { width: 480px; height: 150px; }
table.rate tr td input.other  { width: 100px; }
table.rate tr td input.submit { width: 100px; border: 1px solid #aaaacc; background-color: #e8e8ff; font-variant: small-caps; font-weight: bold; }
table.rate tr td input.submit:hover { border: 1px solid #44aa44; color: #44aa44; background-color: #e8ffe8; cursor: pointer; font-weight: bold; }
table.rate tr td input.cancel { width: 100px; border: 1px solid #aaaacc; background-color: #e8e8ff; font-variant: small-caps; font-weight: bold; }
table.rate tr td input.cancel:hover { border: 1px solid #aa4444; color: #aa4444; background-color: #ffe8e8; cursor: pointer; font-weight: bold; }
.required { border-color: #aa4444; }
.missing { background-color: #ffeeee; }
.error { /*red*/
	color: #aa4444;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
	background-color: #ffe8e8;
	border: 1px solid #aa4444;
}
.success { /*green*/
	color: #44aa44;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	background-color: #e8ffe8;
	font-weight: bold;
	border: 1px solid #44aa44;
}
.warning { /*yellow*/
	color: #aaaa44;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
	background-color: #ffffe8;
	border: 1px solid #aaaa44;
}


br.left { clear: left }
br.right { clear: right }

.globalaction {
	margin-top: 10px;
}
.globalaction {
	margin-top: 10px;
}
.globalaction a {
	/*color: #44aa44;*/
	margin-right: 5px;
	display: block;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #aaaacc;
	background-color: #e8e8ff;
	width: 115px;
	font-variant: small-caps;
	font-weight: bold;
}
.globalaction a:hover {
	color: #44aa44;
	font-weight: bold;
	text-decoration: none;
	background-color: #e8ffe8;
	border: 1px solid #44aa44;
	cursor: pointer;
}
.globalaction .buttons {
	float: left;
	margin-bottom: 10px;
}
.globalaction .search {
	float: right;
	margin-bottom: 10px;
}
.selected { font-weight: bold; font-size: medium; }



/* STAR RATING */
div.rating-background {
	width: 150px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	background: url("happy_15_background.png") left top repeat-x;
	z-index: 1;
	/*margin-left: 5px!important;*/
}

div.rating-current {
	position: relative;
	top: 0px;
	left: 0px;
	/* width handled within php code */
	height: 15px;
	padding: 0px;
	margin: 0px;
	background: url("happy_15_current.png") left top repeat-x;
	z-index: 2;
}

div.rating-select {
	position: relative;
	top: -15px;
	left: 0px;
	width: 150px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	z-index: 3;
}
div.rating-select a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
}
div.rating-select a:hover {
	background: url("happy_15_select.png") left top no-repeat;
}
div.rating-print { visibility: hidden; display: none; }

.want, a.want {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 8px;
	margin: 0;
	padding: 0px 1px 0px 1px;
}
a.want:hover { text-decoration: none; }



/* Editing */
.editbutton a:hover {
	color: #880000;
	background-color: #ffdddd;
	border-left:   1px solid #ffeeee;
	border-top:    1px solid #ffeeee;
	border-right:  1px solid #110000;
	border-bottom: 1px solid #110000;
	text-decoration: none;
}

.editbutton a {
	padding: 0px 3px 0px 3px;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;

	color: #eedddd;
	background-color: #eeeeee;
	border-left:   1px solid #ffeeee;
	border-top:    1px solid #ffeeee;
	border-right:  1px solid #eedddd;
	border-bottom: 1px solid #eedddd;
}

.missing { color: #ff9999; font-style: italic; }
.notes {   color: #ff9999; font-style: italic; }


} /* End Media All */



/* ===== PRINT ===== */
@media print {

/* Hide These */
div.rating-select { top: 0px; }
.editbutton { visibility: hidden; display: none; }
div.rating-background { visibility: hidden; display: none; }
div.globalaction { visibility: hidden; display: none; }

/* Show These */
div.rating-print { visibility: visible; display: inline; }

}