html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html * {
  margin: 0;
  padding: 0;
}

/* GENERAL */

.spinner {
  position: absolute;
  right:0px;
  padding:4px;
  z-index:999;
}

body {
  background: #fff;
  color: #333;
  font: 12px verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
  color: #666;
  font-weight: bold;
  text-decoration: none;
} 

h1 {
  color: #006dba;
  font-weight: normal;
  font-size: 16px;
  margin-top: .8em;
  margin-right: 0em;
  margin-bottom: .8em;
  margin-left: 0em;
}

ul {
  padding-left: 0px;	
}

input[type="text"],input[type="password"], select, textarea {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  font: 12px verdana, arial, helvetica, sans-serif;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
}
select {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
  border: 1px solid #b2d1ff;
}

.body {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* NAVIGATION MENU */

.nav {
  background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
  border: 1px solid #ccc;
  border-style: none solid solid none;	
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-left: 12px;
  margin:0px;
}

.main_menu .menuButton a{
  background: url(../images/skin/dot_1.png) 8px 50% no-repeat;
  padding-left: 18px;
}
.main_menu .menu_category{
  font-weight:bold;
  background: url(../images/skin/dot_1.png) right 50% no-repeat;
  padding-right: 16px;
}

.menuButton {
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
}
.menuButton a {
  color: #333;
  padding-top:4px;
  padding-right:6px;
  padding-bottom:4px;
  padding-left:6px;
}
.menuButton span.date {
  background: url(../images/skin/cal.png) center left no-repeat;
  color: #333;
  padding-left: 20px;
  padding-right: 5px;
  line-height:16px;
  height:16px;
}
.menuButton span.user {
  background: url(../images/skin/user.png) center left no-repeat;
  color: #333;
  padding-left: 20px;
  padding-right: 5px;
  line-height:16px;
  height:16px;
}
.menuButton a.home {
  background: url(../images/skin/house.png) center left no-repeat;
  color: #333;
  padding-left: 25px;
  padding-right: 5px;
  line-height:16px;
  height:16px;
}
.menuButton a.password {
  background: url(../images/skin/key.png) center left no-repeat;
  color: #333;
  padding-left: 25px;
  padding-right: 5px;
  line-height:16px;
  height:16px;
}
.menuButton a.logout {
  background: url(../images/skin/exit.png) center left no-repeat;
  color: #333;
  padding-left: 25px;
  padding-right: 5px;
  line-height:16px;
  height:16px;
}
.menuButton a.list {
  background: url(../images/skin/database_table.png) center left no-repeat;
  color: #333;
  padding-left: 25px;
}
.menuButton a.create {
  background: url(../images/skin/database_add.png) center left no-repeat;
  color: #333;
  padding-left: 25px;
}
.menuButton a.edit {
  background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
  color: #333;
  padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
  background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
  border: 1px solid #b2d1ff;
  color: #006dba;
  margin: 10px 0 5px 0;
  padding: 5px 5px 5px 30px
}

div.errors {
  background: #fff3f3;
  border: 1px solid red;
  color: #cc0000;
  margin: 10px 0 5px 0;
  padding: 5px 0 5px 0;
}
div.errors ul {
  list-style: none;
  padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
  line-height: 16px;
  padding-left: 30px;
}

td.errors select {
  border: 1px solid red;
}
td.errors input {
  border: 1px solid red;
}

/* TABLES */

table {
  border: 1px solid #ccc;
  margin:0px;
  padding:0px;
  width:100%;
  font-size:12px;
}
tr {
  border: 0;
}
td, th { 
  line-height: 12px;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
}
th {
  background: url(../images/skin/shadow.jpg) repeat-x left bottom;
  color: #666;
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  padding-top: 5px;
  padding-right:6px;
  padding-bottom: 5px;
  padding-left:6px;
}
th a:link, th a:visited, th a:hover {
  color: #333;
  display:block;
  padding-top: 2px;
  padding-right:6px;
  padding-bottom: 2px;
  padding-left:6px;
}
th.asc a, th.desc a {
  background-position: right;
  background-repeat: no-repeat;
}
th.asc a {
  background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
  background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
  background: #f7f7f7;
}
.even {
  background: #fff;
}

/* LIST */

.list table {
  border-collapse: collapse;
}
.list th, .list td {
  border-left: 1px solid #ddd;
}
.list tr:hover {
  background-color: #ddeeff;
}

/* PAGINATION */

.paginateButtons {
  background: #fff url(../images/skin/shadow.jpg) left bottom repeat-x;
  border: 1px solid #ccc;
  border-top: 0;
  color: #666;
  overflow: hidden;
  padding: 6px;
  margin:0px;
  height:16px;
}
.paginateButtons a {
  background: #fff;
  border: 1px solid #ccc;
  border-color: #ccc #aaa #aaa #ccc;
  color: #666;
  margin: 0 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
}
.paginateButtons span {
  padding: 2px 3px;
}

/* DIALOG */

.dialog table {
}

.prop {
  padding: 5px;
}
.prop .name {
  text-align: left;
  white-space: nowrap;
}
.prop .value {
  text-align: left;
}

/* ACTION BUTTONS */

.buttons {
  background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
  border: 1px solid #ccc;
  color: #666;
  margin-top: 5px;
  overflow: hidden;
  padding: 0;
}

.buttons input {
  background: #fff;
  border: 0;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  margin-left: 3px;
  overflow: visible;
  padding: 2px 6px;
}
.buttons input.delete {
  background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
  padding-left: 28px;
  padding-top: 6px;
}
.buttons input.edit {
  background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
  padding-left: 28px;
  padding-top: 6px;
}
.buttons input.save {
  background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
  padding-left: 28px;
  padding-top: 6px;
}


/********************************************************************************/

.logo{
  height:100px;
  background: transparent url(../images/banner.png) 0px 50% repeat-x;
}
.logo .title{
  margin-left:20px;
  height:100px;
  line-height:100px;
  font-family:'黑体';
  font-weight:bold;
  font-size:36px;
  color:#ffffff;
  text-shadow: 0px 0px 20px #fff;
}
.side_bar{
  float:left;
  width: 140px;
  text-align:left;
  padding:0;
  margin:0;
}
.main_area{
  padding:0;
  width:auto;
  margin-left:140px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px; 
}

.center{
  text-align:center;
  vertical-align:middle;
}

#top_searcher form{padding:0;margin:0;}
#top_searcher input[type="text"]{line-height:16px;height:16px;padding-top:0;}
#top_searcher input[type="submit"]{
  line-height:18px;
  height:21px;
  padding-top:0;
  padding-right:5;
  padding-bottom:0;
  padding-left:5;
  border:1px solid #cccccc;
  background: transparent url(../images/skin/shadow.jpg) bottom repeat-x;
}

