/* $Id: UC_style.css - 23/12/2007 */

@charset "utf-8";

/* -------- main def. -------- */

body
{
	font-family: "Verdana", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6f6f6f;
	text-align: center;
 	background-color: #FFFFFF;
  	padding: 0px;
  	margin: 0px;
}
	
#UC_box
{
	text-align: left;
	width: 99%;
	margin: 0px auto;
}

#copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 10px;
	text-align: center;
	margin: 20px 0px 5px 0px;
}

.breadcrumb
{
	background-color: #ffffff;
	padding: 0px;
}

.options
{
	width: 800px;
	margin: 5px 0px 5px 0px;
}

span.clear
{
	display: block;
	clear: both;
}

/* -------- content def. -------- */

h2
{
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 1px 1px 1px 1px;
	letter-spacing: 1px;
}

p.line
{
	font-size: 9px;
	background-image: url(images/line_dotted_h.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 12px;
}

.highlight
{
	color: #84B840;
}

.red
{
	color: #E50000;
}

.green
{
	color: #006600;
}

.text_mini
{
	font-size: 10px;
}

.listen
{
	vertical-align: middle;
}

.vote_box
{
	background-image: url(images/clearpixel.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 0px 0px;
}

.image
{
	vertical-align: middle;
}

/* // -------- content def. -------- */

/* -------- link def. -------- */

a
{
	color: #4E4E4E;
	font-weight: bold;	
}

a:hover
{
	color: #4E4E4E;
}

.breadcrumb a
{
	font-weight: normal;
}

.charts a
{
	font-weight: normal;
	text-decoration: none;
	color: #4E4E4E;
}

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

.suggestions a
{
	font-weight: normal;
	text-decoration: none;
	color: #4E4E4E;
}

.suggestions a:hover
{
	text-decoration: underline;
}

.details a
{
	font-weight: normal;
	text-decoration: none;
	color: #4E4E4E;
}

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

a.highlight
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #4E4E4E;
}

a.highlight:hover
{
	color: #4E4E4E;
}

/* // -------- link def. -------- */

/* ----- table hover effect def. ----- */

.row1
{
	background-color: #FFFFFF;
}

.row2
{
	background-color: #F4F4F4;
}

.hover
{
	background-color: #ebebeb;
}

/* // ----- table hover effect def. ----- */

/* -------- table def. -------- */

table
{
	border-collapse: collapse;
}

.charts th
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #EBEBEB;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 0px solid #EBEBEB;
	padding: 4px 4px 5px 4px;
}

/* <= IE 6 hack */
* html .charts th
{
	border-bottom: 1px solid #EBEBEB;
}

/* IE 7 hack */
*:first-child+html .charts th
{
	border-bottom: 1px solid #EBEBEB;
}

.charts td
{
	vertical-align: middle;
	height: 32px;
	border-right: 0px solid #fcfcfc;
	border-bottom: 0px solid #fcfcfc;
	border-left: 0px solid #fcfcfc;
	padding: 4px;
}

.charts td.row2
{
	background-color: #f6f6f6;
}

.charts td.row1
{
	background-color: #fcfcfc;
}

.charts td.row_single
{
	background-color: #fafaf9;
}

.suggestions th
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #ebebeb;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	padding: 2px 2px 3px 2px;
}

/* <= IE 6 hack */
* html .suggestions th
{
	border-bottom: 1px solid #CCCCCC;
}

/* IE 7 hack */
*:first-child+html .suggestions th
{
	border-bottom: 1px solid #CCCCCC;
}

.suggestions td
{
	vertical-align: middle;
	height: 32px;
	border-right: 0px solid #fcfcfc;
	border-bottom: =px solid #fcfcfc;
	border-left: 0px solid #fcfcfcfc;
	padding: 6px;
}

.suggestions td.row2
{
	background-color: #f6f6f6;
}

.suggestions td.row1
{
	background-color: #fcfcfc;
}

.suggestions td.row_single
{
	background-color: #FFFFFF;
}

table.entry
{
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}

.entry th
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #690503;
	border-top: 1px solid #6699cc;
	border-right: 1px solid #6699cc;
	border-left: 1px solid #6699cc;
	padding: 2px 2px 3px;
}

.entry tr.line
{
	border-top: 1px dotted #CCCCCC;
}

.entry td
{
	padding: 4px;
}

.entry td.row1
{
	background-color: #FFFFFF;
}

.entry td.row2
{
	background-color: #F4F4F4;
}

.entry td.row1_error
{
	font-size: 10px;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 4px 4px 0px 4px;
}

.entry td.row2_error
{
	font-size: 10px;
	color: #FF0000;
	background-color: #F4F4F4;
	padding: 4px 4px 0px 4px;
}

.entry td.error
{
	color: #FF0000;
	background-color: #FFEBEB;
	border-bottom: 1px solid #CCCCCC;
}

.entry td.success
{
	color: #006600;
	background-color: #CFE6B7;
	border-bottom: 1px solid #CCCCCC;
}

table.details
{
	margin-top: 15px;
}

.details th
{
	color: #4e4e4e;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #ebebeb;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	padding: 4px 4px 4px 4px;
}

/* <= IE 6 hack */
* html .details th
{
	border-bottom: 1px solid #CCCCCC;
}

/* IE 7 hack */
*:first-child+html .details th
{
	border-bottom: 1px solid #CCCCCC;
}

.details td
{
	padding: 4px;
	border-right: 1px solid #EBEBEB;;
	border-bottom: 1px solid #EBEBEB;;
	border-left: 1px solid #EBEBEB;;
}

.details td.row1
{
	background-color: #FFFFFF;
}

.details td.row2
{
	background-color: #F4F4F4;
}

.details td.col1
{
	border-left: 1px dotted #CCCCCC;
}

.details td.error
{
	color: #FF0000;
	background-color: #FFEBEB;
	border-bottom: 1px solid #CCCCCC;
}

.details td.success
{
	color: #006600;
	background-color: #CFE6B7;
	border-bottom: 1px solid #CCCCCC;
}

table.stats
{
	font-size: 11px;
}

.stats td
{
	border: 0px;
	padding: 2px 0px 2px 0px;
}


/* // -------- table def. -------- */

/* -------- form def. -------- */

input
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

input.field
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

input.abort
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

select
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

/* -------- form def. -------- */
