:selection{ background-color: #E13300; color: white; }
:moz-selection{ background-color: #E13300; color: white; }
:webkit-selection{ background-color: #E13300; color: white; }

body {
    background-image:url("images\bg.jpg");
    background-color: #f9f9f9;
    margin: 40px;
    font: 10px/20px normal Helvetica, Arial, sans-serif;
    color: #4F5155;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5px;
    margin-bottom: 3px;

}

#leftdash{
    float: left;
    display: inline;
    width: 50%;
    border: 2px #888888 solid;
    background-color: #68a9e3;
}
#rightdash{
    float: left;
    display: inline;
    width: 50%;
    border: 2px #888888 solid;
    background-color: #68a9e3;
}
a {
    color: #003399;
    background-color: transparent;
    font-weight: normal;
}
h1 {
    color: #444;
    background-color: transparent;
    border: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
    -moz-padding: 14px 15px 10px 15px;
}
.styled-select {
    width:100px;
    overflow: hidden;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    height: 30px;
    border-radius:2px;
}

select {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 3px;
    -moz-padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 0px 0 -5px 0;
    padding: 0px 0px 0px 0px;
    -moz-padding: 0px 0px 0px 0px;
    height:auto;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
}
.headerlog{
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
    -moz-padding: 0px 0px 0px 0px;
    height:auto;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
    line-height: 20px;
}
.headerlog2{
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
    -moz-padding: 0px 0px 0px 0px;
    height:auto;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
    line-height: 15px;
    width: 60%;
}
.menuheader {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
    height:40px;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
}
.footer {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background: rgb(211, 33, 31); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(211, 33, 31) 0%, rgba(212, 88, 62,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212, 88, 62)), color-stop(100%,rgba(53,183,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(211, 33, 31) 0%,rgba(212, 88, 62,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(211, 33, 31) 0%,rgba(212, 88, 62,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(211, 33, 31) 0%,rgba(212, 88, 62,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgb(210, 87, 61) 0%,rgb(184, 19, 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a587f', endColorstr='#35b7ce',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D0D0D0;
    color: #F2FAFF;
    display: block;
    margin: 1px 0 10px 0;
    padding: 10px 10px 12px 10px;
    -moz-padding: 14px 10px 12px 10px;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
    height:100px;
}
.footerindex {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background: rgb(10,88,127); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(10,88,127,1) 0%, rgba(53,183,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,88,127,1)), color-stop(100%,rgba(53,183,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a587f', endColorstr='#35b7ce',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D0D0D0;
    color: #F2FAFF;
    display: block;
    margin: 1px 0 10px 0;
    padding: 10px 10px 12px 10px;
    -moz-padding: 14px 10px 12px 10px;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
    height:260px;
}
.footeranroid {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background: rgb(10,88,127); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(10,88,127,1) 0%, rgba(53,183,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,88,127,1)), color-stop(100%,rgba(53,183,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(10,88,127,1) 0%,rgba(53,183,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a587f', endColorstr='#35b7ce',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D0D0D0;
    color: #F2FAFF;
    display: block;
    margin: 1px 0 1px 0;
    padding: 36px 10px 12px 10px;
    -moz-padding: 12px 10px 12px 10px;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
    height:70px;
    width: 100%;
}
.menus {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 5px 0 5px 0;
    padding: 12px 10px 12px 10px;
    -moz-padding: 12px 10px 12px 10px;
    width:99%;
}
#logincon{
    border: 1px solid #D0D0D0;
    border-radius:2px;
    -moz-border-radius:2px;
    width:100%;
    height: 235px;
    display:  block;
    float: left;
    -moz-padding-top: 32px;
    -moz-padding-left: 5px;
    -moz-padding-top: 32px;
    -moz-padding-left: 5px;
    padding-top: 32px;
    padding-left: 5px;
    padding-top: 32px;
    padding-left: 5px;
}
.login {
     background-image:linear-gradient(to right, #f95e5e 0%, #ce3a21 41%, #7b0b05 100%);
    background-position:initial initial;
    background-repeat:initial initial;
    border:1px solid #D0D0D0;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    float:left;
    height:46px;
    margin-left:59%;
    padding:6px;
    -moz-padding:6px;
    width:300px;
}
.login2 {
   background-image: linear-gradient(to right, #f38d76 0%, #f3746e 41%, #9a1b08 100%);
    background-position:initial initial;
    background-repeat:initial initial;
    border:1px solid #D0D0D0;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    float:left;
    height:19px;
    margin-left:12%;
    padding:7px;
    -moz-padding:7px;
    width:730px;
    margin-top: 1%;
}
#body{
    margin: 0px 0px 0px 0px;
    color: #002166;
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    width: 100%;
    background: rgb(167,207,223); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}
#body2 {
    background-image:url("images\bg.jpg");
    background-color: #f9f9f9;
    margin: 0px;
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    color: #4F5155;
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height:6px;
}
p.footer{
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    -moz-padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

#container{
    margin: auto;
    border: 1px solid #D0D0D0;
    -webkit-box-shadow: 0 0 8px #D0D0D0;

}
#container2{
    margin: auto;
    border: 1px solid #D0D0D0;
    -webkit-box-shadow: 0 0 8px #D0D0D0;

}
#logout{
    float: right;
    margin-right: 10px;
}
#clock{
    float: right;
    margin-right: 50%;
}
label{
    color: #000000;
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 10px;
}
table.tftable {
    font-size:12px;
    color:#333333;
    width:100%;
    border-width: 1px;
    border-color: #729ea5;
    border-collapse: collapse;
}
table.tftable th {
    font-size:12px;
    background-color:#F4857E;
    border-width: 1px;
    padding: 2px;
    -moz-padding: 2px;
    border-style: solid;
    border-color: #729ea5;
    text-align:center;
}
table.tftable tr {
    background-color:#F1CCCC;
}

table.tftable td {
    font-size:11px;
    border-width: 1px;
    padding: 2px;
    -moz-padding: 2px;
    border-style: solid;
    border-color: whitesmoke;
}
table.tftableweb {
    font-size:6px;
    color:#333333;
    width:100%;
    border-width: 1px;
    border-color: #729ea5;
    border-collapse: collapse;
}
table.tftableweb th {
    font-size:6px;
    background-color:#acc8cc;
    border-width: 1px;
    padding: 2px;
    -moz-padding: 2px;
    border-style: solid;
    border-color: #729ea5;
    text-align:center;
}
table.tftableweb tr {
    background-color:#d4e3e5;
}
table.tftableweb td {
    font-size:6px;
    border-width: 1px;
    padding: 2px;
    -moz-padding: 2px;
    border-style: solid;
    border-color: whitesmoke;
    white-space: normal;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -moz-padding: 0;
    margin: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.form-2 {
    /* Size and position */
    width: 340px;
    margin: 2px auto 2px;
    padding: 15px;
    -moz-padding: 15px;
    position: relative;
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    color: #7e7975;
}
.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    -moz-padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}
.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
    -moz-padding-right: 2px;
}
.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
    -moz-padding-left: 2px;
}
.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    -moz-padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}
.form-2 .float:first-of-type {
    padding-right: 5px;
}
.form-2 .float:last-of-type {
    padding-left: 5px;
}
.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    -moz-padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}
.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}
.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    -moz-padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}
.form-2 label:hover input {
    border-color: #CCC;
}
.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}
.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 49%;
    height: 38px;
    float: left;
    position: relative;
    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;
    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}
.form-2 input[type=submit] {
    margin-left: 23%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}
.form-2 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}
.form-2 input[type=submit]:hover,
.form-2 .log-twitter:hover {
    box-shadow:
        inset 0 1px rgba(255,255,255,0.3),
        inset 0 20px 40px rgba(255,255,255,0.15);
}
.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}
/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}
.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}
.form-2 p:last-of-type {
    clear: both;
}
.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}
.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}
.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}
.btn-style{
    border : solid 0px #ffffff;
    border-radius : 3px;
    moz-border-radius : 3px;
    -webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
    -moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
    box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
    font-size : 16px;
    color : #073312;
    padding : 1px 10px;
    -moz-padding : 1px 10px;
    background : #f7f7f7;
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#8ab4d4));
    background : -moz-linear-gradient(top, #f7f7f7 0%, #8ab4d4 100%);
    background : -webkit-linear-gradient(top, #f7f7f7 0%, #8ab4d4 100%);
    background : -o-linear-gradient(top, #f7f7f7 0%, #8ab4d4 100%);
    background : -ms-linear-gradient(top, #f7f7f7 0%, #8ab4d4 100%);
    background : linear-gradient(top, #f7f7f7 0%, #8ab4d4 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#8ab4d4',GradientType=0 );
}
input[type=button], input[type=text],input[type=password]
{
    border-radius: 2px;
    color: #002166;
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 14px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 2px;
}
#input{
    width: 100%;
}
.textbox { 
    border: 1px solid #c4c4c4;
    height: 25px;
    width: 275px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    -moz-padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
} 
.textbox:focus { 
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
} 
#delaydisplay{
    width:50%;
    display:inline-table;
    font-size:12px;
    background: #deefff; /* Old browsers */
    background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
    border:1px;
    border-color:#F2FAFF;
    border-style:inset;
    width: 100%;
    padding:9px 4px 9px 1px;
    -moz-padding:9px 4px 9px 1px;
    margin: 5px 0px 3px 1px;
}
#timedisplay{
    width:20%;
    background: #93cede; /* Old browsers */
    background: -moz-linear-gradient(top,  #93cede 0%, #75bdd1 41%, #49a5bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cede), color-stop(41%,#75bdd1), color-stop(100%,#49a5bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding:11px 3px 4px 5px;
    -moz-padding:11px 3px 4px 5px;
    display:inline-table;
}
#timedisplayofficer{
    width:50%;
    background: #93cede; /* Old browsers */
    background: -moz-linear-gradient(top,  #93cede 0%, #75bdd1 41%, #49a5bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cede), color-stop(41%,#75bdd1), color-stop(100%,#49a5bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding:11px 3px 4px 5px;
    -moz-padding:11px 3px 4px 5px;
    display:inline-table;
}
#timedisplayofficerheader{
    width:100%;
    background: rgb(241,231,103); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
    /* IE6-9 */
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding:11px 3px 4px 5px;
    -moz-padding:11px 3px 4px 5px;
    display:inline-table;
}
#rulesdisplay{
    background: #ce000a; /* Old browsers */
    background: -moz-linear-gradient(top,  #ce000a 0%, #ff0084 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce000a), color-stop(100%,#ff0084)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ce000a 0%,#ff0084 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ce000a 0%,#ff0084 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ce000a 0%,#ff0084 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ce000a 0%,#ff0084 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce000a', endColorstr='#ff0084',GradientType=0 ); /* IE6-9 */
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding:11px 5px 11px 3px;
    -moz-padding:11px 5px 11px 3px;
    display:inline-block;
    margin: 1px 2px 3px 1px;
}
#rulesdisplaytap{
    background: #a7cfdf; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding:11px 5px 11px 3px;
    -moz-padding:11px 5px 11px 3px;
    display:inline-block;
}
#rulesdisplaymain{

    background: rgb(207,231,250); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding: 9px 17px 9px 11px;
    -moz-padding: 9px 17px 9px 11px;
    display:inline-block;
    width: 100%;
    margin: 5px 1px 2px 0px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    font-size: 14px;
    border-radius:5px;
}
#rulesdisplaymainnew{
    background: -moz-linear-gradient(top,  rgba(22,72,137,1) 0%, rgba(125,185,232,0) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,72,137,1)), color-stop(100%,rgba(125,185,232,0))); 
    background: -webkit-linear-gradient(top,  rgba(22,72,137,1) 0%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(top,  rgba(22,72,137,1) 0%,rgba(125,185,232,0) 100%); 
    background: -ms-linear-gradient(top,  rgba(22,72,137,1) 0%,rgba(125,185,232,0) 100%);  
    background: linear-gradient(to bottom,  rgba(22,72,137,1) 0%,rgba(125,185,232,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164889', endColorstr='#007db9e8',GradientType=0 );  
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding: 9px 17px 9px 11px;
    -moz-padding: 9px 17px 9px 11px;
    display:inline-block;
    width: 100%;
    height: 30px;
    margin: 5px 1px 2px 0px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    font-size: 14px;
}
#checkbox{
    width:1.5em;
    height:2em;;
}
#checkboxlabel{
    color:#00f;
    background:#ddd;
    font-size: 12px;
}
#contactDispaly{
    background: #a7cfdf; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding:10px 45px 35px 5px;
    -moz-padding:10px 45px 35px 5px;
    display:inline-block;
    width: 100%;
    float: right;
    height: 10%;
    margin-left: 2px;
}
#displayalert{
    width:100%;
    background: -moz-linear-gradient(top,  rgba(73,119,150,1) 0%, rgba(73,119,150,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,119,150,1)), color-stop(1%,rgba(73,119,150,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(73,119,150,1) 0%,rgba(73,119,150,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(73,119,150,1) 0%,rgba(73,119,150,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(73,119,150,1) 0%,rgba(73,119,150,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(73,119,150,1) 0%,rgba(73,119,150,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#497796', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    margin: 1px 0px 2px 0px;
    border: 1px #d9d9d9 solid;
    font-size:12px;
    padding:10px 3px 6px 5px;
    -moz-padding:10px 3px 6px 5px;
    display:inline-table;
    border-radius:5px;
}
p {background-color:#e0ffff;}
#visibility{
    line-height:0px;
    visibility: hidden;
}
#partnes{
    background: rgb(79,133,187); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(79,133,187,1) 0%, rgba(79,133,187,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,133,187,1)), color-stop(100%,rgba(79,133,187,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* IE6-9 */
}
.colmain {
    background-color: #6c6763;
    float: left;
    width: 90%;
    height: 100%;
    margin: 10px;
    border-width: 4px; border-style: double; border-color: red;
}
.col1 {
    background-color: #98bede;
    float: left;
    width: 30%;
    height: 100px;
    margin: 10px;
    border-width: 4px; border-style: double; 
    border-color: #68a9e3;
    border-radius: 5px;
    line-height: 100px;
    text-align: center;
}
.col2 {
    background-color: #98bede;
    float: left;
    height: 100px;
    overflow: hidden;
    display: table-cell; /* turn this off to lock height at 65px */
    width: 30%;
    margin: 10px;
    border-width: 4px; border-style: double; border-color: #68a9e3;
    border-radius: 5px;
    line-height: 100px;
    text-align: center;
}
.col3 {
    background-color: #98bede;
    float: left;
    height: 100px;
    width: 30%;
    margin: 10px;
    border-width: 4px; border-style: double; border-color: #68a9e3;
    border-radius: 5px;
    line-height: 100px;
    text-align: center;

}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
