body {
	font-family:  sans-serif, ËÎÌå;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
p, td, div {
  font: 12px "sans-serif", "Arial", "Verdana";
}

th {
  font: 12px "sans-serif", "Arial", "Verdana";
  font-weight: bold;
}

form {
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  font: 12px "courier new";
}

a:visited {
  color: #335B64;
  text-decoration: none;
}

a:link {
  color: #335B64;
  text-decoration: none;
}

a:hover {
  color: #EB8A3D;
  text-decoration: underline;
}

a:active {
  color: #EB8A3D;
  text-decoration: underline;
}

.clear {
  clear: both;
  float: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
  display:block;
}

.nowrap {
  white-space:nowrap;
}
h1 {
  background: #F4FAFB;
  border: 1px solid #BBDDE5;
  color: #9CACAF;
  font-size: 14px;
  padding: 7px 10px;
  margin: 5px 0 0 0;
  overflow:hidden;
}

h1 a:visited {
  color: #333;
}

h1 a:link {
  color: #333;
}

h1 a:hover {
  color: #EB8A3D;
}

h1 span{zoom:1;}

h1 .action-span {
  float: right;
  padding-left: 10px;
}

h1 .action-span a {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display:block;
  padding:2px 5px 2px 23px;
  *padding:4px 5px 2px 23px;
  border:1px solid #278296;
  border-right:2px solid #278296;
  border-bottom:2px solid #278296;
  background:#DDEEF2 url(../images/icon_add.gif) no-repeat 3px center;
  *background:#DDEEF2 url(../images/icon_add.gif) no-repeat 3px 3px;
}

h1 .action-span a:hover {
  border:1px solid #5FA6B6;
  border-right:2px solid #5FA6B6;
  border-bottom:2px solid #5FA6B6;
  background:#FFF url(../images/icon_add.gif) no-repeat 3px center;
  *background:#FFF url(../images/icon_add.gif) no-repeat 3px 3px;
  color:#666;
  text-decoration:none;
}

h1 .action-span1 {
  float:left;
  margin-top:2px;
}
.user-menu{
	text-align: center;
	background: #F4FAFB;
	border: 1px solid #BBDDE5;
	width: 996px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.user-menu span{
	text-align: center;
	font-size: 14px;
	border: 1px solid;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}
.side-div{
	background: #F4FAFB;
	border: 1px solid #BBDDE5;
	margin-top: 5px;
	width: 256px;
}
.user-main{
	background: #F4FAFB;
	border: 1px solid #BBDDE5;
	margin-top: 5px;
	width: 99%;
	height: 100%;
}
.long-user-main{
	background: #F4FAFB;
	border: 1px solid #BBDDE5;
	margin-top: 5px;
	width: 730px;
	height: 100%;
}
.user-div{
	background: #F4FAFB;
	border: 1px solid #BBDDE5;
	margin-top: 5px;
	width: 256px;
}
td.label {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 1em;
  width: 30%;
}

td.narrow-label {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 1em;
  width: 20%;
}
input.button {
  padding: 2px 8px 0px;
  margin: 2px 2px;
  border: 1px solid #2D5082;
  background: url(../images/button_bg.gif) repeat-x;
}