html, body, form {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow:hidden;
}


A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: 0px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fcl {
    clear: both;
}

td {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    color: #6d6d6d;
}

.txt {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    color: #6d6d6d;
    line-height: 1.3;
}

.stxt {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    color: #6d6d6d;
}

.container {
    width: 100%;
    height: 100%;
    background:  #fff;
}

.admincol1 {
    width: 15%;
    max-width: 260px;
    height: 100%;
    background: url(../imgs/admin-left.png) no-repeat #555555 top left;
}

.admincol2 {
    width: 85%;
    height: 100%;
}

.rightcontainer {
    max-width: 95%;
    margin: 0 auto;
    padding: 3% 0;
    
}

.line {
    border: 1px dotted #838383;
    margin: 25px 0;
}

.logheading {
    font-family: Calibri;
    font-size: 240%;
    color: #363636;
}



.inptext {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: bold;
    color: #494949;
    padding-bottom: 2px;
}

.loginp {
    font-family: 'Arial Unicode MS';
    font-size: 13px;
    background-color: #a2a2a2;
    border: 1px solid #a2a2a2;
    color: #fff;
    width: 250PX;
    padding: 8px;
}

.logbut {
    width: 150px;
    height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    background: url(../imgs/login-icon.png) #2d4bae no-repeat;
    background-position: 10px 4px;
    font-size: 18px;
    text-align: left;
    padding-left: 55px;
    cursor: pointer;
    border: 3px solid #2d4bae;
}

.loginp-forgotten {
    font-family: 'Arial Unicode MS';
    font-size: 13px;
    background-color: #a2a2a2;
    border: 1px solid #a2a2a2;
    color: #fff;
    width: 350PX;
    padding: 8px;
}

#lblMessage {
    font-family: 'Arial Unicode MS';
    font-size: 18px;
    color: red;
}

.col1 {
    width: 20%;
    height: 100%;
    position:relative;
    background: url(../imgs/login_side-new2.jpg) no-repeat center bottom ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
    
}

.col2 {
    width: 80%;
    height: 100%;
    position:relative;
}

.leftmenu {
    max-width: 236px;
    margin: 0 auto;
    height: 100%;
    width:100%;
    /*background: url(../imgs/admin-menu-left-back.png) repeat-x #ededed top;*/
    padding:22% 0 15% 0;
}

.mainlogo {
    /*border-bottom: 1px solid #cfcfcf;*/
    max-width:240px;
    width:100%;
    margin: 0 auto;
}

.mainmenu {
    margin: 0 auto;
    width:100%;
    padding-top:17%;
}

.menuitem {
    font-family: 'Arial Unicode MS';
    font-size: 11px;
    color: #646464;
    margin-bottom: 15px;
}

.menulink {
    font-family: 'Arial Unicode MS';
    font-size: 14px;
    font-weight: bold;
    color: #646464;
}

    .menulink:hover {
        color: #57bb1b;
    }

.menulinkS {
    color: #57bb1b;
}

.tablecol1 {
    background: url(../imgs/admin-left.png) no-repeat #4b4b4b top left;
    width: 1.5%;
    height: 100%;
    max-width: 19px;
}

.tablecol1-front {
    background: url(../imgs/left-main.jpg) no-repeat #1c3183 top left;
    width: 1.5%;
    height: 100%;
    max-width: 19px;
}

.tablecol2 {
    width: 17.5%;
    max-width: 256px;
    height: 100%;
    background: url(../imgs/admin-menu-left-back.png) repeat-x #ededed top;
}

.tablecol3 {
    width: 80%;
    max-width: 256px;
    height: 100%;
    background:  #fff;
    position:relative;
}
/*pagination start*/
 .pagination {
  height:49px;
 float:right;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 10px 4px 0px 10px;
  text-decoration: none;
  border-left-width: 0;
  font-family: Arial,Tahoma, helvetica;
  font-size: 2em;
  color:#7d7d7d;
}


.pagination a:hover,
.pagination .active a {
   color: #db007c;
}
 
.pagination .active a {
  color: #db007c;
  cursor: default;
}

.pagination .next a {
   background:url(../imgs/page-right.gif) no-repeat;
  height:49px;
  width:58px;
  padding: 0px;
  margin-left:15px;
  
}

.pagination .prev a {
   background:url(../imgs/page-left.gif) no-repeat;
  height:49px;
  width:58px;
  padding: 0px;
  margin-left:15px;
  
}

.frontcol1 {
    width: 22%;
    
    height: 100%;
    position:relative;
    background: url(../imgs/login_side.jpg) no-repeat center bottom; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.frontcol2 {
    width:78%;
    height: 100%;
}
.logline {
    width: 100%;
    position:absolute;
    z-index:2;
    background: url(../imgs/log-line.png);
    
    font-family: Calibri;
    font-size: 110%;
    color: #fff;
}
.logout {
    color:#87cf60;
}

.menulinkFront {
   font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding-top:8px;
    text-transform:uppercase;
    text-align:center;
    width:100%;
    display:block;
    
}
.menulinkFront-selected {
   font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #57bb1b;
     padding-top:8px;
     text-transform:uppercase;
      text-align:center;
      width:100%;
    display:block;
    
}
.menulinkFront:hover {
        color: #57bb1b;
    }








.frontboxcontainer {
    margin-top:15px;
    background:url(../imgs/take-back.gif) repeat;
    width:100%;
    max-width:1024px;
    height:379px;
    overflow:hidden;
    position:relative;
}

.nameblock {
    padding:15px 35px 15px 0;

}
     .linename {
        border-left:1px solid #e7e7e7;
        padding-left:35px;

    }

.nameblock .t1 {
    font-family:'Myriad Pro';
    color:#646464;
    font-size:14px;
    font-weight:bold;
}

.nameblock .t2 {
    font-family:'Myriad Pro';
    color:#5cbf1d;
    font-size:35px;
    
}
 .menuGallery {
    font-family: 'Arial Unicode MS';
    font-size: 18px;
    font-weight: bold;
    color: #646464;
    padding:4px 10px;
   
}

.log-access {
    font-family: 'Arial Unicode MS';
    color:#87cf60;
    font-size:12px;
    font-weight:bold;
   
}
.dashstripe {
    height: 100%;
    width: 25%;
    opacity: 0.8;
    filter: alpha(opacity=90);
    cursor:pointer;
}

.dashstripe:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dashstripe-top {
    width: 100%;
    height: 60%;
    overflow: hidden;
    position: relative;
}
.playedgame {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;  
    
}
.playedgameContent {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    display:none;
}
.pageloader {
    position: absolute;
    z-index: 200;
    width: 210px;
    height: 270px;
    background:url(../imgs/ajax-loader.gif) #eaeaea no-repeat center center;
    display:none;
}


.playedgameClose {
    right: 0;
    top: 0;
    position: absolute;
}

.playedgametext {
    right: 30%;
    top: 30%;
    position: absolute;
    width: 40%;
    font-family: 'Arial Unicode MS';
    font-size: 18px;
    color: #646464;
}

A.footer:LINK, A.footer:VISITED, A.footer:ACTIVE, A.footer:HOVER, A.footer:FOCUS {
    font-family: 'Arial Unicode MS';
    font-size: 11px;
    font-weight:bold;
    color: #fff;
    text-decoration:none;
    
}

