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

@charset "utf-8";

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

body
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
 	background: #002F43 url(images/bg01.jpg) repeat-x;
  	padding: 0px;
  	margin: 0px;
}

slidemenubar
{
	position:fixed;
border:1.5px solid black;
background: #002F43 url(images/nav.jpg) repeat-x;
layer-background-color:#F2F2F2;
font:bold 10px Verdana;
line-height:20px;
}

slidemenubar2
{
		position:fixed;
border:1.5px solid black;
background: #002F43 url(images/nav.jpg) repeat-x;
layer-background-color:#F2F2F2;
font:bold 10px Verdana;
line-height:20px;
}
	
#UC_box
{
	text-align: left;
	width: 800px;
	margin: 0px auto;
}

#bg1 {
	background: url(images/bg07_inv.png) no-repeat center top;
}

.full-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #00121c;
	background-color : #00121c;
	background-repeat:no-repeat; background-position-x:rihgt
}

#header {
	width: 900px;
	height: 135px;
	margin: 0px auto;
	text-transform: lowercase;
	color: #000000;
}

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

.breadcrumb
{
	background-color: #EEEEEE;
	background-image: url('images/capm.gif');
	padding: 2px;
}

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

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

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

h2
{
	color: #FEB400;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/line_dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 1px 6px 1px;
	letter-spacing: 2px;
}

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;
	color: #ffffff;
}

.listen
{
	vertical-align: middle;
}

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

.image
{
	vertical-align: middle;
}

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

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

a
{
	color: #FFFFFF;
	font-weight: bold;	
}

a:hover
{
	color: #BFDFFF;
}

.breadcrumb a
{
	font-weight: normal;
}

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

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

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

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

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

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

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

a.highlight:hover
{
	color: #BFDFFF;
}

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

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

.row1
{
	background-color: #00121C;
	color: #FFFFFF;
}

.row2
{
	background-color: #00121C;
	color: #FFFFFF;
}

.hover
{
	background-color: #01273A;
	color: #FFFFFF;
}

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

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

table
{
	border-collapse: collapse;
}

.charts th
{
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url('images/capm.gif');
	padding: 2px 2px 3px 2px;
}

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

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

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

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

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

.charts td.row_single
{
	background-color: #00121C;
	color: #FFFFFF;
}

.suggestions th
{
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url('images/capm.gif');
	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: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 4px;
}

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

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

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

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

.entry th
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url('images/capm.gif');
	padding: 2px 2px 3px 2px;
}

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

.entry td
{
	padding: 4px;
}

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

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

.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: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url('images/capm.gif');
	padding: 2px 2px 3px 2px;
}

/* <= 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 #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

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

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

.details td.col1
{
	border-left: 1px dotted #CCCCCC;
	color: #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. -------- */

#dropinboxv2cover{
width: 380px; /*change width to desired */
height: 220px; /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 360px; /*change width to above width-20. */
height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid #FFB000; /*Customize box appearance*/
background-color: #00121C;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}


