/*  
Version: 1.0
Author: Gunjan Agrawal

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
*
{
    margin: 0;
    padding: 0;
}

#wrapper
{
    background-color: #fff;
    padding: 10px;
    font-family: Helvetica,sans-serif;
    font-size: 1.2em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px 15px 15px 15px;
}
a:link, a:visited
{
    color: #3c78a7;
    text-decoration: none;
}

a:hover, a:active
{
    color: #3c78a7;
    text-decoration: underline;
}

a img
{
    border: 0;
}

.AddEdit
{
    padding: 10px;
    font-size: 14px;
}
.borderGray
{
    border: 1px solid #ccc;
}
.roundtopleft5, .round5, .roundtop5
{
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}
.roundtopright5, .round5, .roundtop5
{
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
.roundbottomright5, .round5, .roundbottom5
{
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.roundbottomleft5, .round5, .roundbottom5
{
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.roundtopleft10, .round10, .roundtop10
{
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}
.roundtopright10, .round10, .roundtop10
{
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
.roundbottomright10, .round10, .roundbottom10
{
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.roundbottomleft10, .round10, .roundbottom10
{
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
.button, .button1, .buttondis
{
    border: 2px solid #6dc6fe;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto;
    cursor: pointer;
    color: white; /*background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(109,198,254,0.7) )); 	background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(109,198,254,0) 100%); 	background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(109,198,254,0.7) ));*/
    background: -moz-linear-gradient(#6dc6fe,#43a8fa); /* FF 3.6+ */
    background: -ms-linear-gradient(#6dc6fe, #43a8fa); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dc6fe), color-stop(100%, #43a8fa)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#6dc6fe, #43a8fa); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#6dc6fe, #43a8fa); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc6fe', endColorstr='#43a8fa'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc6fe', endColorstr='#43a8fa')"; /* IE8+ */
    background: linear-gradient(#6dc6fe, #43a8fa); /* the standard */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 .3em 5px; /* drop shadow */
    -moz-box-shadow: rgba(0,0,0,0.2) 0 .3em 5px; /* drop shadow */
    box-shadow: rgba(0,0,0,0.2) 0 .3em 5px; /* drop shadow */
}
.buttondis
{
    border: 2px solid #a39ac7;
    cursor: default;
    background: #a39ac7;
    -webkit-box-shadow: none; /* drop shadow */
    -moz-box-shadow: none; /* drop shadow */
    box-shadow: none; /* drop shadow */
}
.button.disabled
{
    border: 2px solid #a39ac7;
    color: Gray;
    background: -moz-linear-gradient(#EEE,#AAA); /* FF 3.6+ */
    background: -ms-linear-gradient(#EEE, #AAA); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #AAA)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#EEE, #AAA); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#EEE, #AAA); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE', endColorstr='#AAA'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE', endColorstr='#AAA')"; /* IE8+ */
    background: linear-gradient(#EEE, #AAA); /* the standard */
}
.buyButton
{
    border: 2px solid #032888;
    font-weight: bold;
    background: -moz-linear-gradient(#11399F,#032888); /* FF 3.6+ */
    background: -ms-linear-gradient(#11399F, #032888); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11399F), color-stop(100%, #032888)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#11399F, #032888); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#11399F, #032888); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11399F', endColorstr='#032888'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#11399F', endColorstr='#032888')"; /* IE8+ */
}
.DropDown
{
    border: 2px solid #eee;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    padding: 3px;
    width: 150px;
    height: 25px;
}
.practice
{
    padding: 10px;
    border-bottom: 1px solid #888;
    margin: 10px 0;
}
#timer
{
    color: #051f50;
    background-color: #fff;
    border: 1px solid #333;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.5em;
}
.practice div
{
    margin: 10px;
}
.practice input
{
    width: 100px;
}
#ans input
{
    width: auto;
    text-align: left;
}
.correct
{
    color: #006400;
}
.wrong
{
    color: #8B0000;
}
.toolTipWrapper
{
    padding: 5px;
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
    background-color: #CADA2A;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#performance
{
    border: 1px solid #F5861A;
    -moz-border-radius: 5px;
    padding: 10px;
}
#performance .left, .tooltip
{
    float: left;
    margin: 10px;
}
#performance .left
{
    width: 100px;
}
#clock
{
    position: relative;
    width: 300px;
    height: 300px;
    background-image: url(../../pics/Practice/clock.jpg);
}
#clock div
{
    position: absolute;
}
#hour
{
    top: 118px;
    left: 129px;
    -moz-transform: rotate(0deg);
}
#minute
{
    top: 98px;
    left: 125px;
}
#longshort div, #longshort span
{
    float: left;
    vertical-align: bottom;
}
.heading
{
    font: bold 30px verdana;
    color: #F5861A;
    align: center;
}
#careers
{
    font: bold 2em verdana;
}
#benefits
{
    font: 1em verdana;
}
#benefits ul
{
    margin: 20px;
}
#positions span
{
    font: bold 1.5em verdana;
    color: #F5861A;
    line-height: 3.5em;
}
#positions label, #benefits h3
{
    color: #3C78A7;
    font: bold 1.3em Georgia, Arial;
    line-height: 2em;
}
#positions
{
    font: 1.1em verdana;
    line-height: 1.7em;
    margin-left: 20px;
}
#gamewindow
{
    background-color: #051f50;
    height: 332px;
}
#gamestats
{
    float: left;
    width: 18%;
    background-color: #051f50;
    color: orange;
    font-weight: bold;
    margin: 50px 0px 0px 5px;
}
#gamestats div
{
    background-color: #051f50;
    font-weight: bold;
    font-size: 18px;
    color: orange;
    height: 20px;
}
#game
{
    float: left;
    width: 80%;
    background-color: #051f50;
    height: 100%;
    overflow: hidden;
}
#game input
{
    margin-left: auto;
    margin-right: auto;
}
.leftblock
{
    color: hsl(208, 50%, 40%) !important;
    background-color: hsl(208, 100%, 75%);
    -webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
    -moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
    box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
    margin-top: 0px;
    border-top: none;
    padding-right: 2.2em;
    padding-left: 0.8em;
    -webkit-border-radius: 5em 1em / 5em 1em;
    -moz-border-radius: 5em 1em / 5em 1em;
    border-radius: 5em 1em / 5em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    text-decoration: none;
    font: 18px/1em 'Droid Sans' , sans-serif;
    font-weight: bold;
    text-shadow: rgba(255,255,255,.5) 0 1px 0;
    background-image: -webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),     							color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
    background-image: -moz-linear-gradient(left, rgba(255,255,255,.55), rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,.5) );
    background-image: gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),     							color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
    background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
    background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%), url(noise.png);
    background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
    padding: .5em .6em .4em .6em;
    margin: .5em;
    display: inline-block;
    position: relative /*border-right: 1px solid #aaa;     border-bottom: 1px solid #aaa;    width: 300px;     text-align: right;     padding: 20px;*/;
}
.leftblock:hover
{
    background-color: hsl(208, 100%, 83%);
    text-decoration: none; /* background: #d6e72c;     cursor: pointer;*/
}
.leftblock:active
{
    background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);
    background-image: -moz-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);
    background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);
    -webkit-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */ rgba(0,0,0,0.4) 0 .1em 1px, /* border */ rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
    -moz-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */ rgba(0,0,0,0.4) 0 .1em 1px, /* border */ rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
    box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */ rgba(0,0,0,0.4) 0 .1em 1px, /* border */ rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
    -moz-border-radius: 5em 1em / 5em 1em;
    -webkit-transform: translateY(.2em);
    -moz-transform: translateY(.2em);
    transform: translateY(.2em);
    text-decoration: none;
}
.leftblock:focus
{
    outline: none;
    color: rgba(254,255,255,0.9) !important;
    text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
}
.rightblock
{
    color: hsl(208, 50%, 40%) !important;
    background-color: #eee;
    -webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
    -moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
    box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
    margin-top: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-left: .8em;
    padding-right: .8em;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: rgba(255,255,255,.5) 0 1px 0;
    background-image: -webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),     							color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
    background-image: -moz-linear-gradient(left, rgba(255,255,255,.55), rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,.5) );
    background-image: gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),     							color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
    background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
    background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%), url(noise.png);
    background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
    padding: .5em .6em .4em .6em;
    margin: .5em;
    text-align: left;
}
.selected
{
    background: #cada2a;
}
.topics
{
    font-weight: bold;
    display: none;
    font-size: 15px;
}
.topics a
{
    outline: none;
    color: Black;
}
.topics ul
{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2em;
    color: White;
}
.topics li
{
    margin: 5px 0;
}
#container
{
    position: absolute;
    left: 540px;
    top: 320px;
    display: none;
}
.topicontainer
{
    float: left;
}

.subtopic
{
    text-decoration: none;
    background-color: #eee;
    font-size: .9em;
    overflow: hidden;
    margin: 3px;
}
.subtopic:hover
{
    cursor: pointer;
    background-color: hsl(208, 100%, 83%);
}
.mask
{
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #999;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.modal
{
    background: white;
    display: none;
    position: fixed;
    padding: 10px;
    z-index: 9999;
}
.shadow
{
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}