/* CSS Document */
*{
  margin:0 auto;
}
body{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  background:#fff;
}
div, ul, p, h1, h2, h3, h4, h5, h6, img{
  padding:0px;
  margin:0px;
}
form, input{
  margin:0 auto;
}
ul{
  list-style-type:none;
}
a{
  text-decoration:none;
  color:#000000;
}
a:hover{
  text-decoration:underline;
  color:#000000;
}
.spacer{
  line-height:0px;
  font-size:0px;
  clear:both;
}
h2{
  font-family:"Trebuchet MS";
  color:#f2684c;
  font-size:30px;
  text-align:center;
  padding:20px 0 20px 0;
}
h4{
  font-family:tahoma;
  color:#000;
  font-size:15px;
}
p{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  text-align:justify;
}
.submit-bg{
  width:66px;
  height:21px;
  line-height:21px;
  background:url(../images/sign-in-bg.gif) no-repeat 0 0;
  font-family:tahoma;
  font-weight:bold;
  font-size:11px;
  color:#000000;
  border:none;
 }
/*---content---*/
#content{
  width:1000px;
  margin:0 auto;
  background:url(../images/footer-bg.jpg) no-repeat bottom center;
}
/*---content---*/

/* -----------header -------*/
#header{
  width:1000px;
  background:url(../images/header-bg.jpg) no-repeat;
}

/* logo */
#logo{
  width:550px;
  float:left;
  margin-top:20px;
}

/* banner */
#banner{
  width:728px;
  height:90px;
  float:right;
  padding:30px 37px 30px 0;
}
 
/* -----------header end-------*/
/*-----------menu------*/
#menu{
  width:950px;
  float:left;
  text-align:right;
  padding-top:10px;
}
#menu ul{
  padding:0px;
  margin:0px;
}
#menu ul li{
  font-family:tahoma;
  font-size:11px;
  color:#f2684c;
  display:inline;
  padding:0 10px 0 10px;
  font-weight:bold;
  border-left:#000 1px solid;
}
#menu ul li a{
  text-decoration:none;
  color:#000;
}
#menu ul li a:hover{
  text-decoration:underline;
  color:#000;
}
#menu ul .none{
  border:none;
}
/*-----------menu------*/

/* -----------body -------*/
#body{
  width:1000px;
}

/* -----------body left-------*/

#body-left{
  width:214px;
  float:left;
}

/* bookmark  */
/* bookmark  */
.bookmark{
  width:200px;
  margin:0 auto;
  padding:20px 0 0 0;
}
/*  statistics  */

.statistics{
  width:200px;
  margin:0 auto;
  clear:both;
}
.statistics-top{
  width:200px;
  height:33px;
  line-height:33px;
  text-align:center;
  font-family:"Trebuchet MS";
  font-size:20px;
  color:#fff;
  background:url(../images/statistics-top.gif) no-repeat top center;
}
.statistics-bottom{
  width:200px;
  height:10px;
  background:url(../images/statistics-bottom.gif) no-repeat top center;
}
.statistics-middel{
  width:200px;
  background:url(../images/statistics-middel.gif) repeat-y;
  padding:10px 0 0px 0;
}
.statistics-con{
  width:160px;
  margin:0 auto;
  padding:0px 0 6px 0;
}
.statistics-con span{
  color:#ff0000;
  font-weight:bold;
}
.statistics-con-left{
  width:110px;
  float:left;
}
.statistics-con-right{
  width:50px;
  float:right;
}
.statistics-con-left2{
  width:90px;
  float:left;
}
.statistics-con-right2{
  width:70px;
  float:right;
}

/* navigation  */
#navigation{
  width:171px;
  margin:0 auto;
  padding:20px 0 0 0;
}
#navigation h3{
  font-family:"Trebuchet MS";
  font-size:25px;
  color:#5c9201;
  text-align:center;
  padding-bottom:20px;
}
#navigation ul{
  padding:0px;
  margin:0px;
}
#navigation ul li{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  display:block;
  font-weight:bold;
}
#navigation ul li a{
  text-decoration:none;
  color:#000;
  background:url(../images/navigation.gif) no-repeat;
  display:block;
  width:134px;
  height:48px;
  line-height:40px;
  padding-left:37px;
}
#navigation ul li a:hover{
  text-decoration:none;
  color:#000;
  background:url(../images/navigation-hover.gif) no-repeat;
  display:block;
  width:134px;
  height:48px;
  line-height:40px;
  display:block;
  padding-left:37px;
}
#navigation ul .no{
  background:url(../images/navigation-hover.gif) no-repeat;
}
/*  search */
#search{
  width:171px;
  margin:0 auto;
  padding:20px 0 0 0;
}
.search{
  font-family:tahoma;
  font-size:11px;
  color:#666666;
  width:167px;
  border:#e1dede 1px solid;
  height:20px;
  line-height:20px;
}
#search h3{
  font-family:"Trebuchet MS";
  font-size:25px;
  color:#5c9201;
  text-align:center;
  padding-bottom:10px;
}
/* -----------body left end-------*/
/* -----------body right-------*/
#body-right{
  width:214px;
  float:right;
}

/* login */
.login{
  width:180px;
  margin:0 auto;
  padding-bottom:7px;
  color:#FF0000;
}
.login-left{
  width:90px;
  float:left;
}
.login-right{
  width:90px;
  float:right;
  color:#000;
}
.login-right a{
  color:#000;
  text-decoration:none;
}
.login-right a:hover{
  color:#f2684c;
  text-decoration:underline;
}
.login-input{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  width:175px;
}
.login-left a{
  color:#000;
  text-decoration:none;
}
.login-left a:hover{
  color:#f2684c;
  text-decoration:underline;
}
/* banner-right */
#banner-right{
  width:160px;
  height:600px;
  margin:0 auto;
  padding:20px 0 20px 0;
}

/* homepage */
#homepage{
  width:192px;
  margin:0 auto;
}
#homepage img{
  margin-bottom:10px;
}

/*  Affilates */
.Affilates{
  width:200px;
  margin:0 auto;
  padding:10px 0 0 0;
  clear:both;
}
.Affilates-middel{
  width:180px;
  margin:0 auto;
}
.Affilates ul{
  padding:0px;
  margin:0px;
}
.Affilates ul li{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  display:block;
  font-weight:bold;
}
.Affilates ul li a{
  text-decoration:none;
  color:#000;
  background:url(../images/affiliated.gif) no-repeat 0 6px;
  display:block;
  width:160px;
  height:20px;
  line-height:20px;
  padding-left:20px;
}
.Affilates ul li a:hover{
  text-decoration:none;
  color:#000;
  background:url(../images/affiliated_hover.gif) no-repeat 0 6px;
  display:block;
  width:160px;
  height:20px;
  line-height:20px;
  padding-left:20px;
}
.Affilates ul li a span{
  color:#FF0000;
}
/* -----------body right end-------*/
/* -----------body middel-------*/
#body-middle{
  width:572px;
  float:left;
}

/*  gallery */
#gallery{
  width:572px;
  margin:0 auto 20px auto;
}
.gallery_left{
  width:22px;
  height:281px;
  background:url(../images/gallery-left.gif) no-repeat;
  float:left;
}
.gallery_right{
  width:22px;
  height:281px;
  background:url(../images/gallery-right.gif) no-repeat;
  float:left;
}
.gallery_middel{
  width:528px;
  height:281px;
  background:url(../images/gallery-middel.gif) repeat-x;
  float:left;
}
.gallery_middel_left{
  width:300px;
  height:281px;
  float:left;
}
.gallery_middel_right{
  width:228px;
  height:281px;
  float:right;
  position:relative;
}
.gallery_middel_left_swf{
  width:296px;
  height:244px;
  float:right;
  padding-top:18px;
}
.gallery_middel_right_top{
  width:228px;
  height:43px;
  line-height:43px;
  background:url(../images/hottes-new-games.gif) no-repeat center top;
  color:#0a0a02;
  font-family:"Trebuchet MS";
  font-size:20px;
  text-align:center;
}
.gallery_middel_right_middel{
  width:228px;
  font-family:tahoma;
  font-size:11px;
  color:#000;
  text-align:justify;
}
.gallery_middel_right_middel h3{
   font-family:"Trebuchet MS";
   font-size:15px;
   color:#ff322d;
   padding:10px 0px 0 20px;
   margin:0px;
}
.gallery_middel_right_middel p{
   font-family:tahoma;
   font-size:11px;
   color:#000;
   padding:5px 0px 0 20px;
   margin:0px;
}
.gallery_middel_right_bottom{
  width:160px;
  padding-left:68px;
  height:43px;
  line-height:43px;
  position:absolute;
  bottom:20px;
  background:url(../images/gallery-play-new.gif) no-repeat center top;
  font-family:tahoma;
  color:#FFFFFF;
  font-size:25px;
}
.gallery_middel_right_bottom a{
  color:#FFFFFF;
  text-decoration:none;
}
/*  latest game */
#latest-game{
  width:550px;
  margin:0 auto;
}
.latest-top{
  width:550px;
  background:url(../images/latest-top.gif) no-repeat top;
  height:15px;
}
.latest-bottom{
  width:550px;
  background:url(../images/latest-bottom.gif) no-repeat bottom;
  height:15px;
}
.latest-middel{
  width:550px;
  background:url(../images/latest-middel.gif) repeat-y;
}
/*.iframe{
  width:497px;
  margin:0 auto;
}*/
.latest-con{
  width:497px;
  margin:0 auto;
  background:#ffd2e8;
}
.latest-con h3{
  font-family:"Trebuchet MS";
  font-size:25px;
  color:#490225;
  padding-bottom:10px;
}
.latest-con-violet{
  width:497px;
  margin:0 auto 20px auto;
  background:#8b99fe;
}
.latest-violet-left{
  width:52px;
  height:207px;
  float:left;
  padding:0 0 0 0;
  background:url(../images/action-game_bg.gif) no-repeat top center;
}
.latest-violet-left2{
  width:52px;
  height:207px;
  float:left;
  padding:0 0 0 0;
  background:url(../images/racing-game_bg.gif) no-repeat top center;
}
.latest-violet-left3{
  width:52px;
  height:207px;
  float:left;
  padding:0 0 0 0;
  background:url(../images/sports-game_bg.gif) no-repeat top center;
}
.latest-violet-right{
  width:10px;
  height:207px;
  float:right;
}
.latest-violet-middel{
  width:435px;
  height:207px;
  float:left;
}
.latest-violet-middel-top{
  width:435px;
  float:left;
}
.latest-violet-middel-bottom{
  width:425px;
  float:left;
  height:35px;
  line-height:35px;
  text-align:right;
  font-weight:bold;
  color:#e13423;
  padding-right:10px;
}
.latest-violet-middel-bottom a{
  color:#000;
  font-weight:bold;
  text-decoration:none;
  }
.latest-violet-middel-bottom a:hover{
  color:#000;
  text-decoration:underline;
  }
.game{
  width:128px;
  float:left;
  padding-left:10px;
}
.game-2{
  width:128px;
  float:left;
  padding-left:15px;
}
.game-3{
  width:128px;
  float:left;
  padding-left:15px;
}
.play-now{
  width:114px;
  height:36px;
  line-height:20px;
  margin:11px auto 0px auto;
  background:url(../images/play-now.gif) no-repeat;
  text-align:center;
  color:#FF0000;
  font-weight:bold;
}
.play-now a{
  color:#FF0000;
  text-decoration:none;
}
.play-now a:hover{
  color:#FF0000;
  text-decoration:underline;
}
.game-bg{
  width:128px;
  height:121px;
  margin:0 auto;
  background:url(../images/action-thombel-bg.gif) no-repeat;
}
.thum{
  width:116px;
  height:84px;
  margin:0 auto;
  padding:5px 0 6px 0;
}
.game-name{
  width:128px;
  margin:0 auto;
  text-align:center;
  color:#000000;
}
.game-name a{
  text-decoration:none;
  color:#000000;
 }
.game-name a:hover{
  text-decoration:underline;
  color:#000000;
 }
 
 /* 2nd-color */
.latest-con-2nd-color{
  width:497px;
  margin:0 auto 20px auto;
  background:#cefe5c;
}
.play-now-2nd{
  width:114px;
  height:36px;
  line-height:20px;
  margin:11px auto 0px auto;
  background:url(../images/play-now-2nd.gif) no-repeat;
  text-align:center;
  color:#FF0000;
  font-weight:bold;
}
.play-now-2nd a{
  color:#FF0000;
  text-decoration:none;
}
.play-now-2nd a:hover{
  color:#FF0000;
  text-decoration:underline;
}
.game-bg-2nd{
  width:128px;
  height:121px;
  margin:0 auto;
  background:url(../images/action-thombel-bg-2nd.gif) no-repeat;
}

 /* 3rd-color */
.latest-con-3rd-color{
  width:497px;
  margin:0 auto 20px auto;
  background:#bfe8ff;
}
.play-now-3rd{
  width:114px;
  height:36px;
  line-height:20px;
  margin:11px auto 0px auto;
  background:url(../images/play-now-3rd.gif) no-repeat;
  text-align:center;
  color:#FF0000;
  font-weight:bold;
}
.play-now-3rd a{
  color:#FF0000;
  text-decoration:none;
}
.play-now-3rd a:hover{
  color:#FF0000;
  text-decoration:underline;
}
.game-bg-3rd{
  width:128px;
  height:121px;
  margin:0 auto;
  background:url(../images/action-thombel-bg-3rd.gif) no-repeat;
}
.home-down-add{
  width:300px;
  margin:0 auto;
  padding-top:20px;
}
/* -----------body middel end-------*/

/* -----------body end-------*/

/* -----------footer -------*/
#footer{
  width:1000px;
  text-align:center;
  height:80px;
  padding-top:40px;
  clear:both;
}
#footer p{
  font-size:9px;
  text-align:center;
  color:#7f8182;
}
#footer p a{
  font-size:9px;
  color:#7f8182;
}
#footer p a:hover{
  font-size:9px;
  color:#0195ff;
}
/* -----------footer end-------*/
.latest-top-link{
  width:497px;
  margin:0 auto 20px auto;
  padding-bottom:10px;
  color:#490225;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  border-bottom:#000000 1px dashed;
}
.latest-top-link ul{
  padding:0px;
  margin:0px;
}
.latest-top-link ul li{
  font-family:tahoma;
  font-size:12px;
  color:#fc3007;
  font-weight:bold;
  display:inline;
  padding:0 0 0 5px;
}
.latest-top-link ul li a{
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#fc3007;
  background:url(../images/arro.gif) no-repeat right 4px;
  padding:0 18px 0 0px;
}
.latest-top-link ul li a:hover{
  text-decoration:underline;
  color:#fc3007;
}
/*---------registration---------*/
.registration-message{
  width:360px;
  padding-left:137px;
  margin:0 auto;
  color:#FF0000;
  height:15px;
  line-height:15px;
}
.registration{
  width:497px;
  margin:0 auto;
  padding-bottom:5px;
}
.registration-left{
  width:130px;
  float:left;
  font-weight:bold;
  padding-left:7px;
}
.registration-right{
  width:360px;
  float:right;
}
.regi-textarea{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#000000 1px solid;
  width:250px;
  height:80px;
}
.regi-input{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#000000 1px solid;
  width:250px;
  height:15px;
  line-height:15px;
}
.regi-select{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#000000 1px solid;
  width:250px;
  height:20px;
  line-height:20px;
}
.gender{
  width:30px;
  float:left;
}
.gender-fe{
  width:40px;
  float:left;
}
.gender-fe2{
  width:50px;
  float:left;
}
.gender2{
  width:20px;
  float:left;
}
.gender3{
  width:30px;
  float:left;
}
.gender4{
  width:40px;
  float:left;
}
.Security{
  width:120px;
  float:left;
}
.Security-input{
  width:120px;
  float:left;
  font-family:tahoma;
  width:119px;
  height:30px;
  line-height:30px;
  font-size:20px;
  font-weight:normal;
}
/*---------registration end---------*/
/*--------link page----------*/
.latest-con ul{
  padding:0px;
  margin:0px;
}
.latest-con ul li{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  display:block;
}
.latest-con ul li a{
  text-decoration:none;
  color:#000;
  background:url(../images/affiliated.gif) no-repeat 0 0px;
  height:20px;
  line-height:20px;
  padding-left:20px;
  font-weight:bold;
}
.latest-con ul li a:hover{
  text-decoration:none;
  color:#000;
  background:url(../images/affiliated_hover.gif) no-repeat 0 0px;
  height:20px;
  line-height:20px;
  padding-left:20px;
}
.link-bottom{
  width:497px;
  margin:20px auto 0 auto;
}
/*--------link page end----------*/
/*--------member list-------------*/
.member-list{
  width:497px;
  margin:0 auto;
  height:20px;
  line-height:20px;
  border-bottom:#bf7e9e 1px solid;
}
.member-list-Status{
  width:70px;
  float:left;
  height:20px;
  line-height:20px;
  padding-left:10px;
}
.member-list-Status img{
  margin:4px 0 0 10px;
}
.member-list-Name-head{
  width:197px;
  float:left;
  height:20px;
  line-height:20px;
}
.member-list-Name{
  width:197px;
  float:left;
  height:20px;
  line-height:20px;
  color:#012bff;
}
.member-list-Date-Joined {
  width:100px;
  float:left;
  height:20px;
  line-height:20px;
}
.member-list-Game-Plays {
  width:100px;
  float:left;
  height:20px;
  line-height:20px;
}
.member-list-number{
  width:497px;
  margin:0 auto;
  padding-top:20px;
  height:30px;
  line-height:20px;
  text-align:center;
}
.member-list-number ul{
  padding:0px;
  margin:0px;
}
.member-list-number ul li{
  font-family:tahoma;
  font-size:11px;
  color:#f2684c;
  display:inline;
  padding:0 8px 0 8px;
  font-weight:bold;
  border-left:#000 1px solid;
}
.member-list-number ul li a{
  text-decoration:none;
  color:#000;
}
.member-list-number ul li a:hover{
  text-decoration:none;
  color:#f2684c;
}
.member-list-number ul .none{
  border:none;
}
/*--------member list end-------------*/
/*--------playgame-----------*/
#play-game{
  width:779px;
  float:left;
}
.play-game{
  width:762px;
  margin:0 auto;
}
.play-game-top{
  width:762px;
  background:url(../images/play-game-top.gif) no-repeat top center;
  height:14px;
}
.play-game-bottom{
  width:762px;
  background:url(../images/play-game-bottom.gif) no-repeat top center;
  height:14px;
}
.play-game-moddel{
  width:762px;
  background:url(../images/play-game-middel.gif) repeat-y;
}
.game-middel{
  width:742px;
  margin:0 auto;
}

/* game page top link */
.game-page-top-link{
  width:742px;
  margin:0 auto 10px auto;
  padding-bottom:10px;
  color:#490225;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  border-bottom:#000000 1px dashed;
}
.game-page-top-link ul{
  padding:0px;
  margin:0px;
}
.game-page-top-link ul li{
  font-family:tahoma;
  font-size:12px;
  color:#fc3007;
  font-weight:bold;
  display:inline;
  padding:0 0 0 5px;
}
.game-page-top-link ul li a{
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#fc3007;
  background:url(../images/arro.gif) no-repeat right 4px;
  padding:0 18px 0 0px;
}
.game-page-top-link ul li a:hover{
  text-decoration:underline;
  color:#fc3007;
}
/* game page top link end */
/* game play add */
.game-play-add{
  width:742px;
  margin:10px auto 10px auto;
}
/* game play add end*/
.game-more{
  width:742px;
  margin:10px auto;
  padding-bottom:10px;
  border-bottom:#000000 1px dashed;
}
.game-more-left{
   width:130px;
   float:left;
}
.game-more-left a{
  font-weight:bold;
  background:url(../images/Previous.gif) no-repeat left 3px;
  padding:0 0 0 17px;
  color:#000;
  text-decoration:none;
}
.game-more-left a:hover{
  text-decoration:none;
  color:#FF0000;
}
.game-more-right{
   width:100px;
   float:right;
}
.game-more-right a{
  font-weight:bold;
  background:url(../images/arro.gif) no-repeat right;
  padding:0 17px 0 0;
  color:#000000;
  text-decoration:none;
}
.game-more-right a:hover{
  text-decoration:none;
  color:#FF0000;
}

/*------Blog Code----*/
#blog-code{
  width:689px;
  background:url(../images/blog-code-middel.gif) repeat-y;
  margin:0 auto;
}
.blog-code-top{
  width:689px;
  background:url(../images/blog-code-top.gif) no-repeat;
  height:10px;
}
.blog-code-bottom{
  width:689px;
  background:url(../images/blog-code-bottom.gif) no-repeat;
  height:10px;
}
.blog-code-middel{
  width:689px;
  background:url(../images/blog-code.gif) no-repeat center left;
  height:174px;
}
.blog-code-middel-text{
  width:645px;
  float:right;
}
.blog-code-middel-text p{
  color:#04106a;
  text-align:center;
  padding:10px 0 30px 0;
  
 }
.game-code-input{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#001fff 1px solid;
  width:600px;
  height:80px;
  background:#dee1fa;
}
/*------Blog Code end----*/

/*------sent massage----*/
#sent-massage{
  width:689px;
  background:url(../images/friends-middel.gif) repeat-y;
  margin:20px auto 0 auto;
}
.sent-massage-top{
  width:689px;
  background:url(../images/friends-top.gif) no-repeat;
  height:10px;
}
.sent-massage-bottom{
  width:689px;
  background:url(../images/friends-bottom.gif) no-repeat;
  height:10px;
}
.sent-massage-middel{
  width:689px;
  background:url(../images/mailsend.gif) no-repeat center left;
}
.sent-massage-middel-text{
  width:636px;
  float:right;
}
.sent-massage-leeft{
  width:318px;
  float:left;
}
.sent-massage-right{
  width:318px;
  float:right;
}
.sent-massage-input2{
  width:280px;
  margin:0 auto;
  color:#FF0000;
  padding:20px 0 5px 0;
}
.sent-massage-input{
  width:280px;
  margin:0 auto;
  color:#FF0000;
  height:20px;
}
.sent-massage-input3{
  width:280px;
  margin:0 auto;
  color:#FF0000;
}
.sent-input{
  width:270px;
  color:#000;
  font-family:tahoma;
  font-size:11px;
}
.anti-spam{
  width:135px;
  float:left;
}
.anti-spam-right{
  width:135px;
  float:right;
}
.mass{
  width:130px;
  height:30px;
  line-height:30px;
}
/*------sent massage end----*/
/*----- action game------------*/
.action_game{
  width:497px;
  margin:0 auto 20px auto;
}
.action{
  width:128px;
  float:left;
  padding:6px 0 6px 0;
  background:url(../images/action-bg.gif) no-repeat center top;
}
.action p{
  text-align:center;
  padding:6px 0 6px 0;
}
.action-imddel{
  width:241px;
  float:left;
  padding:6px 0 6px 0;
  background:url(../images/action-bg.gif) no-repeat center top;
}
.action-imddel p{
  text-align:center;
  padding:6px 0 6px 0;
}
.action-right{
  width:128px;
  float:right;
  padding:6px 0 6px 0;
  background:url(../images/action-bg.gif) no-repeat center top;
}
.action-right p{
  text-align:center;
  padding:6px 0 6px 0;
}
member-list-action{
  width:497px;
  margin:0 auto;
  padding-top:20px;
  height:20px;
  line-height:20px;
  text-align:center;
}
.member-list-action ul{
  padding:0px;
  margin:0px;
}
.member-list-action ul li{
  font-family:tahoma;
  font-size:11px;
  color:#f2684c;
  display:inline;
  padding:0 8px 0 8px;
  font-weight:bold;
  border-left:#000 1px solid;
}
.member-list-action ul li a{
  text-decoration:none;
  color:#000;
}
.member-list-action ul li a:hover{
  text-decoration:none;
  color:#f2684c;
}
.member-list-action ul .none{
  border:none;
}
/*-----action game end-------*/
/*---------admin-------*/
#header-admin{
  width:1000px;
  height:204px;
  background:url(../images/header_admin.jpg) no-repeat;
}
#admin{
  width:900px;
  margin:0 auto;
}
#login{
  width:553px;
  height:275px;
  background:url(../images/login.gif) no-repeat;
  margin:0 auto;
}
.admin-login{
  width:453px;
  margin:0 auto;
  padding:10px 0 0 0;
}
.admin-login-left{
  width:70px;
  float:left;
  padding-left:83px;
  font-size:12px;
}
.admin-login-left2{
  width:120px;
  float:left;
  padding-left:33px;
  font-size:12px;
}
.admin-login-right{
  width:300px;
  float:right;
}
.admin-login-right-massge{
  width:300px;
  float:right;
  color:#FF0000;
}
.admin-input{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  width:230px;
}
.admin-submit{
  font-family:tahoma;
  font-size:11px;
  color:#000;
  width:66px;
  height:21px;
  background:url(../images/sign-bg.gif) no-repeat 0 0;
}
.admin-left{
  width:171px;
  float:left;
  background:#FFFFFF;
}
.admin-right2{
  width:720px;
  float:right;
  margin-top:20px;
}
.admin-right{
  width:720px;
  float:right;
  border:#dedbdb 1px solid;
  margin-top:20px;
  padding-bottom:10px;
}
#login2{
  width:553px;
  height:275px;
  background:url(../images/login.gif) no-repeat;
  margin:70px auto 0 auto;
}
.admin-right-top{
  width:700px;
  margin:0 auto;
  padding:10px;
}
.admin-right-top-right{
  width:350px;
  float:right;
  text-align:right;
}
.admin-right-top-left{
  width:350px;
  float:left;
  font-family:tahoma;
  color:#f2684c;
  font-weight:bold;
  font-size:15px;
}
.admin-right-bottom{
  width:700px;
  margin:0 auto;
  padding:10px 10px 0px 10px;
}
.admin-right-middel{
  width:698px;
  margin:0 auto;
  background:#e7f7ff;
  border-top:#dedbdb 1px solid;
  border-left:#dedbdb 1px solid;
  border-right:#dedbdb 1px solid;
}
.admin-right-middel-top{
  width:698px;
  margin:0 auto;
  background:#feffec;
  border-bottom:#dedbdb 1px solid;
}
.admin-right-middel-top3{
  width:698px;
  margin:0 auto;
  background:#d5effc;
  border-bottom:#dedbdb 1px solid;
}
.admin-Edit2{
  width:679px;
  margin:0 auto;
  padding:10px;
  font-size:11px;
  color:#3b3c3c;
  text-align:justify;
}
.admin-right-middel-top2{
  width:698px;
  margin:0 auto;
  border-bottom:#dedbdb 1px solid;
}
.Name{
  width:97px;
  float:left;
  text-align:center;
  border-left:#dedbdb 1px solid;
  font-weight:bold;
  padding:5px 0 5px 0;
}
.Name2{
  width:137px;
  float:left;
  text-align:center;
  border-left:#dedbdb 1px solid;
  font-weight:bold;
  padding:5px 0 5px 0;
}
.manager_ex_category{
  width:381px;
  float:left;
  text-align:left;
  font-weight:bold;
  padding:5px 0 5px 19px;
}
.email{
  width:199px;
  float:left;
  text-align:center;
  border-left:#dedbdb 1px solid;
  font-weight:bold;
  padding:5px 0 5px 0;
}
.email-2{
  width:160px;
  float:left;
  text-align:center;
  font-weight:bold;
  padding:5px 0 5px 0;
}
.Name-bottom{
  width:97px;
  float:left;
  text-align:center;
  border-left:#dedbdb 1px solid;
  padding:5px 0 5px 0;
}
.Name-bottom2{
  width:137px;
  float:left;
  text-align:center;
  border-left:#dedbdb 1px solid;
  padding:5px 0 5px 0;
}
.maga_ex_bottom{
  width:380px;
  float:left;
  text-align:left;
  padding:5px 0 5px 19px;
}
.email-bottom{
  width:200px;
  float:left;
  text-align:center;
  border-left:#dedbdb 1px solid;
  padding:5px 0 5px 0;
}
.email-bottom-2{
  width:160px;
  float:left;
  text-align:center;
  padding:5px 0 5px 0;
}
.email-bottom-3{
  width:198px;
  float:left;
  text-align:center;
  border-left:#dedbdb 1px solid;
}
.Details{
  width:99px;
  float:left;
  text-align:center;
  border-right:#dedbdb 1px solid;
  padding:5px 0 5px 0;
}
.Details a{
  color:#666666;
  text-decoration:none;
}
.Delete{
  width:98px;
  float:left;
  text-align:center;
  padding:5px 0 5px 0;
}
.Delete a{
  color:#666666;
  text-decoration:none;
}
.admin-Edit{
  width:689px;
  margin:0 auto;
  padding:5px;
  font-size:11px;
  font-weight:bold;
}
.admin-Edit-bottom{
  width:550px;
  margin:0 auto;
  padding:5px 0 5px 0;
}
.admin-Edit-bottom-fild{
  width:440px;
  margin:0 auto;
  padding:0 0 5px 0;
}
.admin-Edit-bottom-left{
  width:120px;
  float:left;
  font-weight:bold;
}
.admin-Edit-bottom-right{
  width:320px;
  float:right;
}
.admin-Edit-bottom-right-left{
  width:70px;
  float:left;
}
.admin-Edit-bottom-right-right{
  width:70px;
  float:left;
}
.admin-Edit-bottom-massg{
  width:320px;
  float:left;
  padding-left:120px;
  color:#FF0000;
  height:15px;
}
.regi-input-admin{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#dedbdb 1px solid;
  width:300px;
  height:15px;
  line-height:15px;
}
.regi-input-browse{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#dedbdb 1px solid;
}
.regi-select-admin{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#dedbdb 1px solid;
  width:300px;
  height:20px;
  line-height:20px;
}
.regi-select-admin-select{
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  border:#dedbdb 1px solid;
  width:300px;
  height:100px;
  line-height:20px;
}
/*---------admin-------*/
/*--------------- Link Exchenge ---------*/
.link_exchenge{/*
  width:555px;*/
  width:495px;
  float:left;
  border:#cd719f 1px solid;
  margin:11px 0 0 0;
}
.link_exchenge p{
  padding:11px;
}
.link_exchenge_top{/*
  width:555px;*/
  width:495px;
  border-bottom:#cd719f 1px solid;
}
.link_exchenge_middel{
  /*width:533px;*/
  width:473px;
  padding:11px 11px 0 11px;
  text-align:center;
  font-family:tahoma;
  font-size:12px;
  color:#000;
  font-weight:bold;
}
.link_exchenge_bottom{
 /* width:533px;*/
  width:473px;
  padding:11px;
}
.link_exchenge_left{
  width:225px;
  float:left;
  padding:11px;
  text-align:center;
  font-family:tahoma;
  font-size:12px;
  color:#000;
  font-weight:bold;
}
.link_exchenge_right{
  width:225px;
  float:right;
  border-left:#cd719f 1px solid;
  padding:11px;
  text-align:center;
  font-family:tahoma;
  font-size:12px;
  color:#000;
  font-weight:bold;
}
.link_input{
  width:473px;
  height:80px;
  background:#ffd2e8;
  border:none;
  overflow:hidden;
  text-align:justify;
}

 /*   admin menu  */
.glossymenu{
	margin:20px 0 0 0;
	padding: 0;
	width:171px; /*width of menu*/
	border: 1px solid #dedbdb;
}

.glossymenu a.menuitem{
	background:url(../images/navigation.gif) no-repeat;
	width:134px;
	height:33px;
	padding-top:15px;
	padding-left:37px;
	font: bold 11px tahoma;
	color:#000000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	background:#FFFFFF url(../images/navigation.gif) no-repeat;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background:url(../images/navigation-hover.gif) no-repeat;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom:#dedbdb 1px solid;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px tahoma;
	color: black;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 35px;
}

.glossymenu div.submenu ul li a:hover{
	background:#feffec;
	color:#000000;
}
/*   admin menu   */

/*--------------- Link Exchenge end ------------*/