/**
* Summur - A JetMambo template
* @version 1.0
* @package Summur
* @copyright (C) 2005 by Christina Dang - All rights reserved!
*/

/* ##################### OVERALL SETTINGS ##################### ok */

body {
  margin: 0px;
  line-height      :150%;
  background-color : #FFFFFF;
  font-family      : Geneva, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000;
}

tr, p, div {
  font-family      : Geneva, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
}

hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

/* ##################### SEARCH ###################### ok */
.search  {
  /**margin-bottom: 20px;*/
  padding-top : 0px ;
  padding-left:35px; 
}
.moduletable-search {
  width              : 178px;
  padding-left       : 50px;
  padding-top        : 5px;
  margin-top         : 3px;
  margin-bottom      : 5px;
  margin-left        : 0px;
}

.moduletable-search th {
  font-size          : 12px;
  text-align         : left;
  color              : #000000;
  margin-top         : 5px;
  padding-top        : 10px ;
  padding-left       : 70px; 
  padding-bottom     : 3px;
}

.moduletable-search td {
  padding-left       : 10px;
}


/* ##################### MODULE SETTINGS ###################### ok */
table.moduletable {
  margin-left      : 7px;
  border-color     : #ededed;
  width            : 100%;
  padding-left     : 2px;
}

table.moduletable th {
  text-align       : left;
  font-size        : 12px;
  color            : #555555;
  border-bottom    : 0px solid #F3CFB1;
  letter-spacing   : 1px;
  padding-top      : 5px ;
  padding-left     : 20px;
  padding-bottom   : 8px;
}

/* ##################### TOPN1 #################### ok */
table.moduletable-topn1 {
  width            : 454;
  height           : 31px;
  margin-top       : 0px;
  margin-left      : 0px;
  margin-bottom    : 0px;
  padding-top      : 0px;
  padding-left     : 0px;
  padding-right    : 0px;
}

table.moduletable-topn1 th {
  font-family      : 宋体 ;
  color            : #000000;
  height           : 20px;
  text-align       : center;
  letter-spacing   : 1px;
  padding          : 0px 0px 0px 0px;
}

table.moduletable-topn1 li{
  list-style      : disc inside ; 
  list-style-type : none;
  padding         : 2px 2px 2px 5px;
  list-style-position : outside;
  background-image:none;
}

table.moduletable-sea {
  padding-top     : 6px;
  padding-left    : 10px;
}



/* ##################### TOPN #################### ok */
table.moduletable-topn {
  width            : 454;
  height           : 29px;
  margin-top       : 0px;
  margin-left      : 0px;
  margin-bottom    : 0px;
  padding-top      : 0px;
  padding-left     : 0px;
  padding-right    : 0px;
}

table.moduletable-topn th {
  font-family      : Geneva, Arial, Helvetica, sans-serif;
  color            : #000000;
  height           : 20px;
  text-align       : center;
  letter-spacing   : 1px;
  padding          : 0px 0px 0px 0px;
}

table.moduletable-topn li{
  list-style      : disc inside ; 
  list-style-type : none;
  padding         : 2px 2px 2px 5px;
  list-style-position : outside;
  background-image:none;
}

table.moduletable-sea {
  padding-top     : 6px;
  padding-left    : 10px;
}

/* ##################### FORMULAR SETTINGS #################### ok */
.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000;
  background       : #fff;
  border           : 1px solid #000;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000;
  background       : #eee;
  border           : 1px solid #D14024;
}

/* ################# SECTION LISTING SETTINGS ################# ok */
.sectiontableheader {
  border-bottom    : 1px solid #C0C0C0;
  padding          : 2px;
  background       : #ECECEC;
  color            : #898989;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 5px;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 5px;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */
a.mainlevel:link, a.mainlevel:visited {
  
  width            : 100%;
  display          : block;
  font-family      : 宋体 ;
  font-size        : small;
  color            : #ffffff;
  border-bottom    : 0px;
  line-height: 25px;
  /*padding-left: 110px;*/
  padding-top      : 0px;
  padding-left     : 19px;
  /*background-position: 5px 0px;*/
  
}

a.mainlevel:hover {
  color            : #ffffff;
  text-decoration  : none;
  background       : #E2E2DD;
  background-color : transparent;
}

a.mainlevel-usr:link, a.mainlevel-usr:visited {
  width            : 100%;
  display          : block;
  font-family      : 宋体 ;
  font-size        : small;
  color            : #852917;
  border-bottom    : 1px dashed #F3CFB1;
  padding          : 2px 2px 2px 41px;
  
 /* background       : url(../images/arrow.png) no-repeat 4px 4px;*/
}

a.mainlevel-usr:hover {
  color            : #AB641D;
  text-decoration  : none;
  background       : url(../images/arrow.png) no-repeat 4px 4px #F3CFB1;
}

/* ###################### mainlevel-nav ##################### ok */
ul#mainlevel-nav {
  padding-left     : 2px;
  margin-left           : 2px;
 margin-right          : 2px;
  font-weight      : normal;
}

ul#mainlevel-nav li {
  width            :59px;
  display          : block;
  float            : left;
  margin           : 0px;
  padding-left          :3px;
  line-height      : 20px;
  white-space      : nowrap;
}

ul#mainlevel-nav li a {
  line-height      : 22px;
  text-align       : center;
  margin-bottom    : 0px;
  font-size        : 13px;
  font-family      : 宋体;
  display          : block;
  text-decoration  : none;
  color            : #ffffff;
  padding-top      :3px;
}
ul#mainlevel-nav li a :visited{
  line-height      : 22px;
  text-align       : center;
  margin-bottom    : 0px;
  font-size        : 13px;
  font-family      : 宋体;
  display          : block;
  text-decoration  : none;
  color            : #ffffff;
  padding-top      :3px;
}

ul#mainlevel-nav li a:hover {
  color            : #e6f8fc;
}
 /* ###################### NAVBAR AT USER3 ##################### ok */
a.mainlevel-botnav {
  padding-right     : 10px;
  margin           : 0px;
  font-size        : 14px;
  font-weight      : normal;
  font-family      : "宋体";
}

a.mainlevel-botnav li {
  display          : block;
  float            : left;
  margin           : 0px;
  padding          : 0px;
  font-size        : 12px;
  line-height      : 22px;
  white-space      : nowrap;
}

ul#mainlevel-botnav li a {
  line-height      : 27px;
  width            : 100px;
  text-align       : center;
  margin-bottom    : 0px;
  font-size        : small;
  display          : block;
  text-decoration  : none;
  color            : #ffffff;
  padding-left     : 1px;
  padding-right    : 1px;
}

ul#mainlevel-botnav li a:hover {
  color            : #ff3300;
}

/* ###################### NAV1 ##################### ok */
ul#mainlevel-nav1 {

  list-style       : none;
  margin         : 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

ul#mainlevel-nav1 li {
  text-align      : center;
  display          : block;
  float            : left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  margin           : 0px;
  padding-left   : 0px;
}

ul#mainlevel-nav1 li a {
  text-align       : center;
  width            : 55px;
  letter-spacing   : 2px;
  /*border-left      : 2px solid #E4DCC7;*/
  padding-left     : 6px;
  margin-left      : 4px;
  margin-right     : 4px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  display          : block;
  text-decoration  : none;
  color            : #666666;
}

ul#mainlevel-nav1 li a:hover {
  color            : #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  text-decoration  : underline;
 }


/* ###################### TNAV ##################### ok */
ul#mainlevel-tnav {

  list-style       : none;
  margin         : 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

ul#mainlevel-tnav li {
  text-align      : right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  display          : block;
  float            : left;
  margin           : 0px;
  padding-left   : 0px;
}

ul#mainlevel-tnav li a {
  text-align       : right;
  width            : 165px;
  letter-spacing   : 0px;
  /*border-left      : 2px solid #E4DCC7;*/
  padding-left     : 6px;
  margin-left      : 4px;
  margin-right     : 4px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;  display          : block;
  text-decoration  : none;
  color            : #FFFFFF;
}

ul#mainlevel-tnav li a:hover {
  color            : #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration  : underline;
 }
/* ###################### NAVBAR AT BOTTOM ##################### ok */
table.moduletable-botn {
  width            : 100%;
  height           : 31px;
  margin-top       : 0px;
  margin-left      : 20px;
  margin-bottom    : 0px;
  padding-top      : 0px;
  padding-left      : 10px;
}

table.moduletable-botn th {
  font-family      : 宋体 ;
  color            : #000000;
  text-align       : right;
  border-bottom    : 1px solid #F3CFB1;
  letter-spacing   : 1px;
  padding          : 0px 0px 2px 28px;
}

table.moduletable-botn li{
  padding         : 2px;
  list-style      : disc inside ; 
  list-style-type : none;
  padding         : 2px 2px 2px 24px;
  /*list-style-position : outside;*/
  background-image:none;
} 
/* ########################### LINKS ########################## ok */

a:link {
  color            : #0000FF;
  text-decoration  : none;
}

a:hover {
  color            : #0000FF;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

/* ################### SMALL FONT SETTINGS #################### ok */
.small {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #D17A24;
  font-style       : italic;
}

.smalldark {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #AB351D;
  font-style       : italic;
}

.createdate, .modifydate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #BABABA;
  font-style       : italic;
}

/* ##################### VOTING SETTINGS ###################### ok */
.content_rating {
  font-style       : italic;
  font-size        : xx-small;
  color            : #D17A24;
}
.content_vote {
  font-size        : xx-small;
  height           : 20px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background       : #eee;
  border           : 1px solid #D14024;
}

/* ##################### PAGE NAVIGATION ###################### ok */
.pagenavbar {
  color            : #fff;
  padding          : 2px;
  text-align       : center;
  font-weight      : bold;
}

.pagenav {
  color            : #F19373;
  font-weight      : bold;
}

a.pagenav:link, a.pagenav:visited {
  color            : #F19373;
  text-decoration  : none;
}

a.pagenav:hover {
  color            : #B2001F;
  text-decoration  : none;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentpane {
  padding-left     : 4px;
  padding-right    : 4px;
  text-align       : justify;
}

.contentpaneopen {
  /*border           : 2px dotted;*/
 margin-top      : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  padding-left     : 0px;
  padding-right    : 0px;
  text-align       : justify;
}

.contentheading, .componentheading {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : small;
  font-weight      : bold;
  color            : #852917;
  border-bottom    : 1px solid #F4EFE3;
}

/* ###################### TABBED EDITING ###################### ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #852917;
  padding          : 5px;
}
.offtab {
  background-color : #F4EFE3;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #AB641D;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #C0C0C0;
  border-right     : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  background-color : #FFF;

}
.poll {
 padding           : 2px;
 font-size         : 12px;
}

/* ##################### MODULE dongtai###################### ok */
table.moduletable-dongtai{
  width                 : 97%;
  margin-top          : 0px;
  margin-bottom    : 0px;
  margin-left          : 0px;
  padding-left         : 0px;
}

table.moduletable-dongtai th {
  font-size        : 12px;
  text-align       : left;
  color            : #333333;
  padding-top      : 0px ;
  padding-left     : 0px;
  padding-bottom   : 0px;
  background       : url(../images/arrow.png) no-repeat;
}

table.moduletable-dongtai li {
  line-height: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  background       : url(../images/arrow.png) no-repeat;
  background-image: url(../images/arrow.png) ; 
  background-repeat: no-repeat;
  background-position: 0px 3px;
  margin-bottom    : 3px;
}

  /* ###################### LATESTNEWS ###################### ok */
a.latestnews:link {
  color            : #000000;
  font-family      : 宋体;
  font-size        : 12px;  
} 
a.latestnews:visited {
  color            : #333333;
  font-family      : 宋体;
  font-size        : 12px;
}
a.latestnews:hover {
  color            : #852917;
  font-family      : 宋体;
  font-size        : 12px;
}

a:link {
  color            : #000000;
  font-family      : 宋体;
  font-size        : small;
  
} 
a:visited {
  color            : #000000;
  text-decoration  : none;
  font-family      : 宋体;
  font-size        : small;
}
a:hover {
  color            : #852917;
  font-family      : 宋体;
  font-size        : small;
}

/* ##################### UL AND LI ###################### ok */ 
ul {
  margin-left       : 40px;
  list-style        : none;
}

li {
  line-height      : 15px;
  padding-left     : 10px;
  padding-top      : 4px;
  background-image : url(../images/arrow.png) ; 
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.sublevel {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : xx-small;
  padding-left     : 5px;
  background       : url(../images/indent1.png) no-repeat 0px 0px 10px 0px #F3CFB1;
  background-color : transparent;
}