@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.eot");
}

@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.ttf");
}

body
{
background:#fff;
font-family:onestroke;
font-size:20px;margin:0px;padding:0px;text-align:left;direction:ltr;unicode-bidi:embed;
width:1024px;
height:740px;
overflow:auto;
}

h1, h2, h3, h4, h5{font-size:13px;color:#333;margin:0px;padding:0px;}
h1{font-size:14px;margin-bottom:20px;}
h4, h5{font-size:11px;}
a{cursor:pointer;color:#3b5998;-moz-outline-style:none;text-decoration:none;}
a:hover{text-decoration:none;color:#000000;}
select{border:1px solid #BDC7D8;border-radius:3px;font-family:onestroke;font-size:30px;padding:2px;}
td{color:#766FFF;}
td,
td.label{font-size:20px;text-align:left;}
a.tool:hover {background:#ffffff;}
a.tool span {display:none;}
a.tool:hover span{display:inline; position:absolute;background:#ffffff;}

#data td
{
font-size:15px;
}

#results_div td
{
font-size:20px;
color:#000;
}

a
{
text-decoration:none;
}

img
{
border:0px;
}

h2
{
font-size: 30px;
font-weight: bold;
}

div{
    border: 0px solid black;
}
#content{
    background: #c7e9ed; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 1%, #c7e9ed 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9f9f9), color-stop(99%,#c7e9ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 1%,#c7e9ed 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 1%,#c7e9ed 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 1%,#c7e9ed 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#C7E9ED',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f9f9f9 1%,#c7e9ed 99%); /* W3C */

}
#footer{
    position:absolute;
    top:700px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    border: 1px solid black;
    background-color:  #7CBAEF;
    width:1024px;
}
#mainContainer{
    width: 1024px;
    margin: auto;
    background-color: white;
    border: 1px solid black;
}
.maincontent{
    position: relative;
    margin-top: 10px;
    height:570px;
}

.leftpart{
    width: 460px;
    margin-left:298px;
}
.rightpart{
    position: absolute;
    padding-left: 20px;
    left:335px;
    top: 38px;
    width: 390px;
    display: block;
    background-color:  #7CBAEF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.formbutton{
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: 0px;
    padding: 4px 8px;
    background: #f3c5bd; /* Old browsers */
    background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c5bd), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#ff6600), color-stop(100%,#c72200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* W3C */
}
h1,h2{
    text-align: center
}
.textbox{
    border: 1px #7CBAEF solid;
    padding-left: 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    width:200px;
    height: 25px;
   font-family:onestroke;
   outline:none;
   font-size:20px;
}

.button, .button:visited
{
background: #222 url(images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.button:hover { background-color: #111; color: #fff; }
.button:active { top: 1px; }
.small.button, .small.button:visited { font-size: 11px; padding: ; }
.button, .button:visited,
.medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited { font-size: 20px; padding: 8px 14px 9px; }

.grey.button, .grey.button:visited { background-color: #e2e2e2; }
.grey.button:hover { background-color: #e2e2e2; }
.green.button, .green.button:visited { background-color: #91bd09; }
.green.button:hover { background-color: #749a02; }
.blue.button, .blue.button:visited { background-color: #2daebf; }
.blue.button:hover { background-color: #007d9a; }
.red.button, .red.button:visited { background-color: #e33100; }
.red.button:hover { background-color: #872300; }
.magenta.button, .magenta.button:visited { background-color: #a9014b; }
.magenta.button:hover { background-color: #630030; }
.orange.button, .orange.button:visited { background-color: #ff5c00; }
.orange.button:hover { background-color: #d45500; }
.yellow.button, .yellow.button:visited { background-color: #ffb515; }
.yellow.button:hover { background-color: #fc9200; }

.true{
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.72, rgb(20,227,72)),
color-stop(1, rgb(255,255,255))
);

background-image: -moz-linear-gradient(
center bottom,
rgb(20,227,72) 72%,
rgb(255,255,255) 100%
);
}

.false{
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(255,0,9)),
color-stop(1, rgb(250,250,250))
);

background-image: -moz-linear-gradient(
center bottom,
rgb(255,0,9) 0%,
rgb(250,250,250) 100%
);
}

.color
{
width:40px;
height:18px;
border:1px solid #000;
border-radius:4px;
font-size:0px;
cursor:pointer;
}