@CHARSET "ISO-8859-1";

.page-fixr-widget{
border: 1px solid #666666;
margin:5px;
background:#fff;
font-family: verdana;
margin:0;
padding:0;
font-size: 11px;
}

.page-fixr-widget .title-fixr-widget{
font-size: 1.2em;
color:#5c6b1e;
text-align: center;
margin:7px 0px;
font-weight:bold;
}

.page-fixr-widget .title-fixr-widget A:link {text-decoration: underline; color: #5c6b1e;}
.page-fixr-widget .title-fixr-widget A:visited {text-decoration: underline; color: #5c6b1e;}
.page-fixr-widget .title-fixr-widget A:active {text-decoration: underline; color: #5c6b1e;}
.page-fixr-widget .title-fixr-widget A:hover {text-decoration: underline; color: #5c6b1e;}

.page-fixr-widget h2{
font-size: 1.2em;
color:#000;
text-align: center;
margin:0px 0px;
font-weight:bold;
}

.divQuestion{
font-size: 0.8em;
color:#000;
margin:35px 0px 0px 0px;
padding:5px 5px 10px 5px;
}

.divQuestion .question{
font-weight:bold;
}

.divQuestion .source{
text-align: right;
color: orange;
font-weight:bold;
text-decoration: underline;
}

.divQuestion .true{
width:13px;
height:15px;
background: url("../images/true.png") no-repeat left top;
}

.divQuestion .false{
width:13px;
height:15px;
background: url("../images/false.png") no-repeat left top;
}

.divQuestion .answer{
	width: 99%;
}

.divQuestion .yesterdayAnswer{
color:graytext;
}

.divQuestion .answeredToday{
color:#8A4B08;
margin-top: 10px;
}

.divRanking{
font-size: 0.8em;
color:#000;
margin:35px 0px 0px 0px;
padding:5px 5px 10px 5px;
}

.divRanking #myUser{
color: red;
}

.button1 {
margin-top:5px;
color:#000;
font: bold small 'trebuchet ms',helvetica,sans-serif;
font-size:12px;
}

.timeDiv{
height:20px;
color: black;
text-decoration:none;
margin-bottom: 10px;
}

#timeP{
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

#instructions-fixr-widget{
	font-family: verdana;
	font-size: 9px;
}



/*********************
	     MENU
********************/	
#header-fixr-widget {
color:#000;
font:x-small Georgia,Serif;
voice-family: "\"}\""; voice-family:inherit;
font-size:small;
float:left;
width:100%;
background:#DAE0D2 url("/images/bg.gif") repeat-x bottom;
font-size:77%;
line-height:normal;
/*border-top: 1px solid #666666;*/
}

#header-fixr-widget ul li{
	margin-bottom: 0px;
}

#header-fixr-widget ul {
margin:0;
padding:0px 10px 0;
list-style:none;
}

#header-fixr-widget li {
float:left;
background:url("/images/left.gif") no-repeat left top;
margin:0;
padding:0 0 0 9px;
}

#header-fixr-widget a {
display:block;
background:url("/images/right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
font-weight:bold;
color:#765;
}

#header-fixr-widget a:hover {
color:#333;
}

#header-fixr-widget .current {
background-image:url("/images/left_on.gif");
}

#header-fixr-widget .current a {
background-image:url("/images/right_on.gif");
color:#333;
padding-bottom:5px;
}
	
