* {
    margin: 0;
    padding: 0;
}

body{
    background: url("images/page.gif") repeat;
     min-height: 500px;
    height: auto;
    overflow:scroll;
}
.clear{ clear:both;}
a{ color: #808080;
   -webkit-transition: 0.8s;
   -moz-transition: 0.8s;
   -o-transition: 0.8s;
   -ms-transition: 0.8s;
   transition: 0.8s;
   }
a:hover{ color: #ecebeb;
    cursor: pointer;
text-decoration: none;
   }
#container
{
    width:90%;
    margin:5px 5% 5px 5%;
    -moz-box-shadow: 1px 0 4px -1px #000;
    -webkit-box-shadow: 1px 0 4px -1px #000;
    box-shadow: 1px 0 4px -1px #000;
    background: #FFF;
   
}
.page{ background:#fff;

}
.header
{
    background: #fbfbfb;
    background: -moz-linear-gradient(90deg, #fbfbfb 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(90deg, #fbfbfb 0%, #e5e5e5 100%);
    background: -o-linear-gradient(90deg, #fbfbfb 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(90deg, #fbfbfb 0%, #e5e5e5 100%);
    background: linear-gradient(180deg, #fbfbfb 0%, #e5e5e5 100%);

}
.logo{ margin:10px 2px 10px 10px;
       float:left;
       width: 20%;
       height: 128px;
}
.headtext{float: right;
          text-align: left;
          width: 70%;
          padding:5px 0 0 0;
          font-size:2em;
          color:#5b2669;
          line-height:2em;
          letter-spacing:3px;
          font-weight:bolder;
}
.subtitle{font-size:0.6em;
          color:#d32027;
          line-height:2em;
          padding-left: 40%;
}
.menubar
{
    background: #fbfbfb;
    height:3.7em;
    border:1px solid #d8d8d8;
}
#menu li{
    list-style-type:none;
    display:inline;
    float:right;
    margin-right: 5px;
}
a.reg{ width:69px;
       height:50px;
       background:url("images/reg.png") no-repeat;
       float:left;
       margin:5px 50px 10px 7px;}

a.reg:hover {
    background:url("images/reg_over.png") no-repeat;
    float:left;

}
.dashboard {
    width:69px !important;
    height:50px !important;
    background: url("images/dashboard.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}
.dashboard:hover {
    background:url("images/dashboard_hover.png") no-repeat;
    float:left;
    cursor: pointer
}
.save {
    width:69px !important;
    height:50px !important;
    background: url("images/save.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}
.save:hover {
    background:url("images/save_hover.png") no-repeat;
    float:left;
    cursor: pointer
}
.back {
    width:69px !important;
    height:50px !important;
    background: url("images/back.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}
.back:hover {
    background:url("images/back_hover.png") no-repeat;
    float:left;
    cursor: pointer
}
.button {
    width:69px !important;
    height:50px !important;
    background: url("images/logout.png") no-repeat;
    float:left;
    margin:5px 50px 10px 7px;
    border:0px;
}
.button:hover {
    background:url("images/logout_hover.png") no-repeat;
    float:left;
    cursor: pointer
}
.add {
    width:69px !important;
    height:50px !important;
    background: url("images/add.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}
.add:hover {
    background:url("images/add_hover.png") no-repeat;
   cursor: pointer
}
.delete {
    width:69px !important;
    height:50px !important;
    background: url("images/delete.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}
.delete:hover {
    background:url("images/delete_hover.png") no-repeat;
   cursor: pointer
}
.cancel {
    width:69px !important;
    height:50px !important;
    background: url("images/cancel.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}
.cancel:hover {
    background:url("images/cancel_hover.png") no-repeat;
   cursor: pointer
}
.conductor {
    width:69px !important;
    height:50px !important;
    background: url("images/test_cond.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}

.conductor:hover {
    background:url("images/test_cond_hover.png") no-repeat;
   cursor: pointer
}
.manage {
    width:69px !important;
    height:50px !important;
    background: url("images/managetest.png") no-repeat;
    float:left;
    margin:5px 5px 10px 7px;
    border:0px;
}

.manage:hover {
    background:url("images/managetest_hover.png") no-repeat;
   cursor: pointer
}
.subbtn
{
    font-family:verdana,arial,geneva;
    background:#ffffff url("images/btn.jpg");
    font-size:1em;
    color:#ffffff;
    border-color:#ffffff;
    border-width:4px;
    border-style:outset;
    height:40px;
    width:auto;
    padding-left:2px;
    padding-right:2px;

}
.subbtn:hover
{
    cursor:pointer;
}
.ssubbtn
{
    font-family:verdana,arial,geneva;
    background:#ffffff url("images/btn.jpg");
    font-size:0.8em;
    color:#ffffff;
    border-color:#ffffff;
    border-width:4px;
    border-style:outset;
    height:25px;
    width:auto;
    padding-left:2px;
    padding-right:2px;

}
.ssubbtn:hover
{
    cursor:pointer;
}

table{border:0;
      font-family:verdana,sans-serif;
      font-size:0.8em;
      margin-left:auto;
      margin-right:auto;
      text-align:center;
      margin-top: 10px;
}
.box{ width: 40%;
    margin: 0px auto;
padding:20px 0;}
.login{ margin: 0px;
        padding: 0px;}
.login p{ margin: 0px;
          padding: 5px;}
.login label{font-family:Arial;
             font-size: 12px;
             float:left;
             width:150px;
             display:block;
             text-align:right;
             margin-right:10px;
}	
.login input{ margin:0;	
              width:200px;
              border:1px solid #ddd;		
              padding:3px 5px 3px 5px;
}
.login textarea{ margin:0;	
                 width:200px;
                 height: 100px;
                 border:1px solid #ddd;		
                 padding:3px 5px 3px 5px;
}
.login input[type="checkbox"] {  

    float: left;
    width: 5px;
    margin-left: 100px;
}
 
.login_btn{ margin-left: 190px!important;
            color: #FFF;
            border:none;
            background: -moz-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: -webkit-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: -o-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: -ms-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: linear-gradient(180deg, #535353 0%, #313131 100%);
            cursor: pointer;
            width: 100px !important;
            padding: 5px 0;
}
.btn_other{ margin-left: 10px !important;
            color: #FFF;
            border:none;
            background: -moz-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: -webkit-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: -o-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: -ms-linear-gradient(90deg, #535353 0%, #313131 100%);
            background: linear-gradient(180deg, #535353 0%, #313131 100%);
            cursor: pointer;
            width: 100px !important;
            padding: 5px 0;
}
.btn_new{ margin-left: 10px !important;
            color: #313131;
            border:1px solid #d9d9d9;
            background: -moz-linear-gradient(90deg, #f3f3f3 0%, #d2d2d2 100%);
            background: -webkit-linear-gradient(90deg, #f3f3f3 0%, #d2d2d2 100%);
            background: -o-linear-gradient(90deg, #f3f3f3 0%, #d2d2d2 100%);
            background: -ms-linear-gradient(90deg, #f3f3f3 0%, #d2d2d2 100%);
            background: linear-gradient(180deg, #f3f3f3 0%, #d2d2d2 100%);
            cursor: pointer;
            width: 100px !important;
            padding: 5px 0;
}
.btn {
    text-decoration:none;
    text-align:center;
    background:url("images/img12.jpg") repeat-x;
    color:#ffffff;
    font-family:verdana,sans-serif;
    font-size:1.3em;
    font-weight:bold;
    padding:4px 4px 4px 4px;
    border-color:#ffffff;
    border-width:5px;
    border-style:solid;
    margin-bottom:0;
}



#footer
{
    background: #535353;
    background: -moz-linear-gradient(90deg, #535353 0%, #313131 100%);
    background: -webkit-linear-gradient(90deg, #535353 0%, #313131 100%);
    background: -o-linear-gradient(90deg, #535353 0%, #313131 100%);
    background: -ms-linear-gradient(90deg, #535353 0%, #313131 100%);
    background: linear-gradient(180deg, #535353 0%, #313131 100%);
    height:2em;
    color:#ffffff;
    text-align:center;
    padding:10px 5px;
    font-family:verdana,sans-serif;
    font-size:0.8em;
}
#footer a
{
    color:#ffffff;
}
#footer a:hover
{
    color:#ccc;
}

.message
{
    width:89%;
    margin: 0 auto;
    text-align: center;
  
    background:#ffcccc;
    color:#ff0000;
    font-size:1.2em;
    padding:2px 5px 2px 5px;
}

.admpage
{
    background:transparent;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-bottom: 10px;

}
.btmimg
{
    z-index:40;
    position:relative;
    opacity: 0.55;
    filter:alpha(opacity:0.55);
    -moz-opacity:0.55;
    -khtml-opacity: 0.55;
}
.admin_wimg{ z-index:100;
        
         margin: 0 auto;
         padding-top: 10px;
         text-align:center;
}
.tc_wimg{ z-index:100;
          width:600px;
         
         margin: 0 auto;
         padding-top: 10px;
         text-align:center;
}
.topimg{ z-index:100;
         width:25%;
         margin: 0 auto;
         padding-top: 10px;
         text-align:center;
}

.test{ width: 60%;
       margin: 0 auto;
       margin-bottom: 15px;}

table.test th {
    font-family: verdana,arial,sans-serif;
    font-size:14px;
    border-width: 0px;
    padding: 8px;
    border-style: solid;
    border-color: #a3c7d7;
    background-color: #313131;
    color: #fff;
}
table.test td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #c9dbeb;
    background-color: #ffffff;
    font-size:11px;
    color:#333333;
}
/* tooltip */
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:#fff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
    padding: 15px 0 0 0;
    width:200px;
    color: #993300;
    text-align: center;
    filter: alpha(opacity:90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.90;
}
a.tt:hover span.top{
    display: block;
    padding: 30px 8px 0;
    background: url("images/bubble.gif") no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
    display: block;
    padding: 0 8px;
    background: url("images/bubble_filler.gif") repeat bottom;
}
a.tt:hover span.bottom{
    display: block;
    padding:3px 8px 10px;
    color: #548912;
    background: url("images/bubble.gif") no-repeat bottom;
}

.test{ width:60%;
       margin: 0px auto;
       margin-bottom: 15px;
       margin-top: 10px;
       border-collapse: collapse;}

table.test th {
    font-family: verdana,arial,sans-serif;
    font-size:12px;
    padding: 8px;
    border: 1px solid #3c3c3c;
    background-color: #81c241;
    color: #fff;
}
table.test td {border: 1px solid #3c3c3c;
               padding: 8px;
               background-color: #ffffff;
               font-size:11px;
               color:#333333;
}

.datatable {width: 100%;
            margin: 0 auto;
            border: 1px solid #D6DDE6;
            border-collapse: collapse;
            text-align:left;
            font-size:1em;
}
.datatable td {border: 1px solid #c9dbeb;
               padding: 8px;
               font-size:12px;
               color:#333333;

}
.datatable .tddata
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.tddata a:link,.tddata a:visited{
    color:white;
    text-decoration:none;
}
.tddata a:hover,.tddata a:active{
    color:white;
    text-decoration:none;
}

.datatable th {
    font-family: verdana,arial,sans-serif;
    font-size:12px;
    border-width: 0px;
    padding: 8px;
    border-style: solid;
    border-color: #a3c7d7;
    background-color: #313131;
    color: #fff;
}
.datatable tr{
    background-color: #ffffee;
    color: #000000;
}
.datatable tr .alt{
    background-color: #ffeeee;
    color: #000000;
}
.datatable tr:hover {
    background-color: #ccccff;
    color: #000000;
}

.help
{
    background-color:#7dc142;
    color:#ffffff;
    font-size:0.7em;
    font-weight:bolder;
    padding:2%;
    margin:0 0 4% 2%;

}

.pmsg
{
    width:100%;
    margin:0 auto;
    background:#e2e2e2;
    color:#cc0000;
    font-size:1.2em;
    padding:2px 0px 2px 0px;
  


}
.aclass 
{
    font-family:verdana,arial,geneva;
    background:#ffffff url("images/btn.jpg");
    font-size:1em;
    color:#ffffff;
    border-color:#ffffff;
    border-width:4px;
    border-style:outset;
    width:auto;
    height:28px;
    padding:6px 2px 1px 2px;

}
.aclass a:link,.aclass a:visited,aclass:hover,a:active
{
    text-decoration:none;
    color:#ffffff;
}

.tc
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.timerclass
{
    /* background-color: #ccffff;*/
    background:url("images/bg_form.gif");
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #000;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
    border-top-style: ridge;
    padding:1px 2px;
    font-size:90%;

}

.ntab
{
    text-align:left;
}
.ntab td
{
    color: #FFF;
    padding:1px 2px 1px 2px;
}
.label_txt{font-family:Arial;
                 font-size: 12px;
                 float:left;
                 width:150px;
                 display:block;
                 text-align:right;
                 margin:10px 10px 0 0;
}	
input{ margin:0;	
              width:200px;
              border:1px solid #ddd;		
              padding:3px 5px 3px 5px;
}
select{ margin:0;	
              width:200px;
              border:1px solid #ddd;		
              padding:3px 5px 3px 5px;
}
textarea{ margin:0;	
                 width:200px;
                 height: 100px;
                 border:1px solid #ddd;		
                 padding:3px 5px 3px 5px;
}
input[type="checkbox"] {  

    float: left;
    width: 5px;
    margin-left: 10px;
}
input[type="radio"] {  

    width: 20px;
    margin-left:5px;
}
.text_area{width:96.8%;
          text-align:left;
          margin-left:2%;
          margin-top:2px;
          font-size:120%;
          font-weight:bold;
          margin-bottom:0;
          color:#232323;
          padding:2px 2px 2px 2px;}

.practicetest{ width:90%;
       margin: 0px auto;
       
       border-collapse: collapse;}

table.practicetest th {
    font-family: verdana,arial,sans-serif;
    font-size:12px;
    padding: 8px;
    border:none;
    color: #fff;
}
table.practicetest td {border: none;
               padding: 5px;
               background-color: #ffffff;
               font-size:11px;
               color:#333333;
               text-align: left;
}
.new_table {width: 100%;
            margin: 0 auto;
            border: 1px solid #D6DDE6;
            border-collapse: collapse;
            text-align:left;
            font-size:1em;
}
.new_table td {border: 1px solid #c9dbeb;
               padding: 8px;
               font-size:12px;
               color:#333333;

}
.new_table .newdata
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.newdata a:link,.newdata a:visited{
    color:white;
    text-decoration:none;
}
.newdata a:hover,.newdata a:active{
    color:white;
    text-decoration:none;
}

.new_table th {
    font-family: verdana,arial,sans-serif;
    font-size:12px;
    border-width: 0px;
    padding: 8px;
    border-style: solid;
    border-color: #a3c7d7;
    background-color: #313131;
    color: #fff;
}
.new_table tr{
    background-color: #fff;
    color: #000000;
}
.new_table tr .alt{
    background-color: #fff;
    color: #000000;
}
.new_table tr:hover {
    background-color: #ccccff;
    color: #000000;
}
.more_btn{ width: 60%;
    float: right;}
.chart{ width: 650px;
    margin: 0px auto;
    padding:60px 0 20px 0;}
.chart_left{ float: left;
    width: 322px;}
.chart_right{ float: right;
    width: 322px;}
.chart_mid{ margin:5px 0px;}