@charset "utf-8";
/* CSS Document */

/* STANDARD QUESTION STARTS HERE */
 body              {background-color:#333; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
.main_container    {width:1000px; margin-left:auto; margin-right:auto; margin-top:0px;}
.question_cont     {background-color:#9C0; width:100%; min-height:100px; overflow:hidden;}
.question_cont div {color:#FFF; font-size:18px; text-align:center; margin-top:30px;}
.answers_cont      {background-color:#FFF; width:100%; min-height:300px; overflow:hidden;} 
.answer_checker    {float:left;}
.answer_text       {float:left; width:100%; margin-top:0px; margin-bottom:5px; font-size:16px; color:#666;}
.answer_text:hover {background-color:#e9e9ea;}
.answer_text a     {margin-left:10px; width:950px; float:left; display:block;}
.answer_img        {float:left; position:relative; width:310px; margin-top:2px; margin-bottom:5px; min-height:120px; font-size:22px; margin-left:13px; margin-right:10px; color:#666;}
.image             {margin-top:8px; margin-left:10px; height:150px; margin-left:10px;}
.answer_img:hover  {background-color:#e9e9ea;}
.answer_combo      {float:left; position:relative; width:310px; margin-top:2px; min-height:100px; font-size:16px; margin-left:10px; margin-right:10px; color:#666;}
.image2            {margin-top:8px; margin-left:10px; min-height:80px; margin-left:10px;}
.answer_combo a    {margin-top:-55px; margin-left:100px; width:200px; display:block; text-align:center;}
.answer_combo:hover{background-color:#e9e9ea;}
/* STANDARD QUESTION ENDS HERE */

/* TRACKBAR QUESTION STARTS HERE */
.trackBar          {width:480px; height:200px; margin-left:10px; text-align:center; color:#666; float:left;}
.trackMin          {color:#666; text-align:left;  display:block; width:100%; margin-left:10px; float:left; margin-top:-25px;}
.trackMax          {color:#666; text-align:right; display:block; width:100%; margin-right:10px; float:right; margin-top:-25px;}

.pointCont         {margin-left:5%;}
.pointCont2        {margin-left:4%;}
.point             {width:100px; height:30px; float:left; border:solid; border-width:1px; border-color:#666; border-top:none; }
.point0            {width:20px; height:30px;  float:left; border:solid; border-width:1px; border-color:#666; border-top:none; }
.pNumb             {width:100px; height:30px; float:left; text-align:left;  color:#666; }
.pNumN             {width:103px; height:30px; float:left; text-align:right; color:#666; }
.pNumb2            {width:26px; height:30px; float:left; text-align:center; color:#666; margin-left:7px; }
/* TRACKBAR QUESTION ENDS HERE */

/* TABLE QUESTION STARTS HERE */
.table             {width:100%;  border:solid; border-width:1px; border-color:#CCC;}
.q_cell            {border:solid; border-width:1px; border-color:#CCC; color:#666;  font-size:14px;}
.a_cell            {border:solid; border-width:1px; border-color:#CCC; color:#666; cursor:pointer; font-size:12px;}
.a_cell:hover      {background-color:#9F3;}
/* TABLE QUESTION ENDS HERE */

.button            {background-color:#9C0; display:block; width:100%; height:50px; border-bottom-left-radius:20px; border-bottom-right-radius:20px; cursor:pointer;
                    font-size:24px; color:#FFF; border:none;}
.button:hover      {background-color:#999;}


/* ADMIN STARTS HERE */
.admin_row         { border-bottom-color:#CCC; border-bottom-style:solid; border-bottom-width:1px; width:96%; margin-left:2%;}
.admin_row2        { border-bottom-color:#CCC; border-bottom-style:solid; border-bottom-width:1px; width:96%; height:70px; margin-left:2%;}
.admin_row3        { border-bottom-color:#CCC; border-bottom-style:solid; border-bottom-width:1px; width:96%; height:110px; margin-left:2%;}
.admin_text        { float:left; width:480px; color:#333;}
.admin_cont        {}
.admin_cont_element{width:475px;}
.admin_quest_text  {width:470px; height:50px;}
.admin_quest_text2 {width:470px;}
.admin_quest_text3 {width:470px; height:50px; margin-top:10px;}
.admin_quest_text4 {width:480px; margin-top:10px;}
.answ_but          {float:left; display:block; width:300px; height:30px; background-color:#9C0; margin-left:15px; text-align:center; padding-top:3px; color:#FFF; cursor:pointer;}
.answ_but:hover    {background-color:#999; color:#333;}
.answ_but2         {float:left; display:block; width:457px; height:30px; background-color:#9C0; margin-left:15px; text-align:center; padding-top:3px; color:#FFF; cursor:pointer;}
.answ_but2:hover   {background-color:#999; color:#333;}
.answ_but3         {float:left; display:block; width:930px; height:30px; background-color:#9C0; margin-left:15px; text-align:center; padding-top:3px; color:#FFF; cursor:pointer;}
.answ_but3:hover   {background-color:#999; color:#333;}