
body
{
//    width: 790px;
//    height: 600px; 
 background: #1d435a;
}

/*GAME*/

#thewrapper {
    width: 751px ;
    margin-left: auto ;
    margin-right: auto ;
}


#gameheader {
	background-color:white;
	top:2px;
	left:20px;
	height:30px;
	width:741px;
	position:relative;
    line-height: 30px;
	padding-left:10px;
}

#gamefooter {
        top:20px;
        left:20px;
        height:30px;
        width:741px;
        position:relative;
        line-height: 30px;
        padding-left:10px;
}

#game
{
    top:10px;
    left:20px;
    width: 751px;
    height: 501px;
    position:relative;
    overflow: hidden;
}

#background
{
    position: absolute;
    width: 751px;
    z-index: -50;
}

/* BUTTONS */



.hidden { display: none; }

.btn 
{
    text-align: center;
    padding-top: 2px;
    position: absolute;
    top: 430px;
    left: 322px;
    width: 110px;
    height: 26px;
	font-family:Arial;
	font-size:18px;
	color:#0066FF;
	cursor: pointer;
	background: url('../img/buttons.jpg') 0 0;
}

.hand_info
{
    top: 400px;
    font-family:Arial;
	font-size:20px;
}

.hand_info_next
{
    top: 422px;
    font-family:Arial;
        font-size:20px;
}

#enter_btn
{
    top: 50%;
}


#text_label
{
    position: absolute;

    text-align: left;
    padding-left: 2px;
	font-family:Arial;
	font-size:15px;
	
    width: 150px;
    height: 20px;
    top: 200px;
}

/*  MISC    */

.center_text 
{
    position: absolute;
    text-align:center;
    width:100%;
    display: block;
}


/*  SCREENS  */

.screen
{
    display:none;
    position:absolute;
    width: 750px;
    height: 500px;
    top:0px;
    left:0px;
}

/*  LOADING SCREEN  */

#loading_text
{
    position:absolute;
    top:50%;
    font-family:Arial;
    font-size:20px;
    color:#0066FF;
}

#loading_screen
{
    display:block;
}

/*  INITIAL SCREEN  */

#logo
{
    position: absolute;
    left:80px;
    top: 25px;
}

#categoryimage
{
    position: absolute;
    left:545px;
    top: 10px;
    padding:2px;
    border:2px solid black;
}

#title
{
    white-space:pre;
    font-family:Arial;
    font-size:24px;
    color:#000033;
    position: absolute;
    top: 36%;
    #text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
}

#category
{
    font-family:Arial;
    font-size:20px;
    color:#0066FF;
    position: absolute;
    left:40px;
    top:465px;
    text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
	display:block;
}

#author
{
    font-family:Arial;
    font-size:18px;
    color:#0066FF;
    position: absolute;
    top: 50%;
}

#intro {
	font-family:Arial;
	font-size:17px;
	color: #000000;
	text-align: center;
    top: 58%;
    left: 15%;
    width: 70%;
}

#copyright {
	font-family:Arial;
	font-size:14px;
	color: #0066FF;
	text-align: center;
    top: 95%;
    font-weight:bold;
}

/*  RESULT SCREEN   */

#qcorrectionURL
{
    position: absolute;
    top: 96%;
    left: 80%;
    font-family:Arial;
	font-size:14px;
	color: #0066FF;
	cursor: pointer;
}

#correct {
    top: 10%;
	font-family:Arial;
	font-weight:bold;
	font-size:25px;
	color:#336600;
	text-align: center;
 //   text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
text-shadow: 0 0 0.4em #8F7;
}

#incorrect 
{
    top: 10%;
	font-family:Arial;
	font-weight:bold;
	font-size:25px;
	color:#CC0033;
	text-align: center;
    text-shadow: -1px 0 orange, 0 1px orange, 1px 0 orange, 0 -1px orange;
}

#correct_img {
    position:absolute;
    display:block;
    left:650px;
    top:45px;
    padding:2px;
    width: 50px;
    height: 50px;
}

#incorrect_img {
    position:absolute;
    display:block;
    left:650px;
    top:45px;
    padding:2px;
    width: 50px;
    height: 50px;
}

#qinfo
{
    top:25%;
    left: 30px;
	width: 690px;
	font-family:Arial;
        white-space:pre-wrap;
	font-size:20px;
	color:#000000;
	overflow: auto;
	text-align:left;
 //       background-color: #F1FFF2;
	  background-color: #eeeeee;
	overflow-x:hidden;
       padding:5px;
height: 280px; 
border:1px dotted black;
}

#qanswer
{
    top:18%;
	font-family:Arial;
	font-size:20px;
	color:#000000;
}

/*  GAME  SCREEN    */


#category_icon
{
    position:absolute;
    display:block;
    left:10px;
    top:467px;
    width: 20px;
    height: 20px;
    border:0px;
 //   background: url('../img/logo.gif') -220px 0;
}

//#category_name
//{
//    position:absolute;
//    display:block;
//    left:50px;
//    top:462px;
//    font-size:20px;
//    font-family:arial;
 //   background: url('../img/logo.gif') -220px 0;
//}

#game_logo
{
    position: absolute;
    width:100%;
}

#score_text
{
    font-size: 12px;
    top: 5px;
    left: 650px;
    position:absolute;
    color: #0066FF;
}
#question_text
{
    font-size: 12px;
    top: 45px;
    left: 650px;
    position:absolute;
    color: #0066FF;
}
#score_box
{
    font-size: 20px;
    top: 20px;
    left: 650px;
    position:absolute;
    width:12%;
    height:5%;
    background-color: #0066C8;
    color: #FFFFFF;
}
#question_box
{   
    font-size: 20px;
    top: 60px;
    left: 650px;
    position:absolute;
    width:12%;
    height:5%;
    background-color: #0066C8;
    color: #FFFFFF;
}

#qcategory
{
    color: #003300;
    top: 80px;
    font-size:20px;
}

#qtext
{
    left: 30px;
    width: 690px;
    top: 125px;
    font-size:22px;
    font-weight:bold;
}

#qhint
{
    color: #003300;
    top: 150px;
    font-size:20px;
}


#back_box
{
    top: 23px;
    left: 130px;
    position:absolute;
    width:495px;
    height:24px;
    background-color: #FFDD66;
    z-index:-20;
}
#timer_box
{
    top: 25px;
    left: 132px;
    position:absolute;
    width:400px;
    height:20px;
    background-color: #0033C8;
    z-index:-10;
}

#arrow_div
{
    position:absolute;
    top:10px;
    left:530px;
}

#arrow_img
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:0;
}

#timer_number
{
    position:absolute;
    top: 14px;
    left: 40px;
    width: 40px;
    font-size: 20px;
    color:#FFFFFF;
    z-index:10;
}

/*  MULTIOPTIONS    */

.possible_option
{
    position:absolute;
    width: 650px;
//    height: 45px;
    text-align: left;
    text-indent: 20px;
    font-size: 20px;
    padding-top: 2px;
    left: 50px;
	background: url('../img/options.jpg') 0 0;
	cursor: pointer;
}

#option0
{
    top: 250px;
}

#option1
{
    //top: 290px;
	top: 295px;
}

#option2
{
    //top: 330px;
	top: 340px;
}

#option3
{
    //top: 370px;
	top:385px;
}



#mini_logo
{
    position:absolute;
    display:block;
    left:10px;
    top:10px;
    padding:2px;
    border:1px solid black;
    width: 108px;
    height: 73px;
 //   background: url('../img/logo.gif') -220px 0;
}


#mini_ftlogo
{
    position:absolute;
    display:block;
    left:575px;
    top:450px;    
    width: 150px;
    height:34px;
    background: url('../img/ft_logo_tiny.png');
// -220px 0;
}

