/* Start of CMSMS style sheet '04 : Charts2Column M20int' */
/* ----- main def. ----- */

#UC_box
{
        font-size: 11px;
	
        
}

#UC_box h2  
{
	color: #3c57a7;
	font-size: 15px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
        letter-spacing:-0.05em;
	padding: 1px 1px 8px 1px;
	border-bottom: 1px dotted #000000;
        
}

.options
{
        margin: 8px 1px 8px 1px;
        font-size:1.05em;
}

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

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

.image
{
	vertical-align: middle;
}

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

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

table.charts, table.suggestions {
	border-collapse: collapse;
        width: 100%;
}

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

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

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

.charts td, .suggestions td {
        color: #000000;
	font-size: 11px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
        vertical-align: middle;
	height: 34px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 4px;
}

/* <= IE 6 hack */
* html .charts td, * html .suggestions td {
        padding: 0px 4px 0px 4px;
}

/* IE 7 hack */
*:first-child+html .charts td, *:first-child+html .suggestions td {
        padding: 0px 4px 0px 4px;
}

.charts td.row1, .suggestions td.row1 {
	background-color: #FFFFFF;
}

.charts td.row2, .suggestions td.row2 {
	background-color: #d9d9d9;
}

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

.charts a, .suggestions a {
        color: #000000;
        text-decoration: none;
}

.charts a:hover, .suggestions a:hover  {
        color: #000000;
	background-color: transparent;
        text-decoration: underline;
}

table.details
{
	border-collapse: collapse;
        width: 100%;	
        margin-top: 8px;
}

.details th
{
	color: #FFFFFF;
	font-size: 12px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-align: left;
	background-color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px 2px 3px 2px;
}

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

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

.details td
{
	font-size: 11px;	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
        padding: 4px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

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

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

.details td.col1
{
	background-color: #FFFFFF;
	border-left: 1px dotted #000000;
}

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

.entry th {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 3px 2px;
}

.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;
}

.entry td.success
{
	color: #006600;
	background-color: #CFE6B7;
}

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

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

#UC_box select
{
	color: #3c57a7;
	font-size: 14px;
	font-weight: normal;
}

/* // ----- form def. ----- */
/* End of '04 : Charts2Column M20int' */

