@CHARSET "UTF-8";

* {
	/*font-family: Arial, Sans-serif, Tahoma;*/
	font-family: Tahoma, Verdana, Sans-serif, Simsun;
	font-size: 12px;
	margin: 0pt;
	padding: 0pt;
}

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none 0pt;
	/*border: solid 1px white;*/
}

a:hover img {
	/*border: solid 1px yellow;*/	
}

.ok-icon {
	background: url(assets/icons/check.gif) no-repeat;	
}

.info-icon {
	background: url(assets/icons/information.gif) no-repeat;	
}

.alert-icon {
	background: url(assets/icons/warning.gif) no-repeat;	
}

.error-icon {
	background: url(assets/icons/error.gif) no-repeat;	
}

.header-box {
	text-align: center;	
	margin-top: 10px;
}

.header-box div {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0pt;
}

.header-box div span {
		
}

.green, .ok, .message {
	border: solid 1px #009900;
	background-color: #DDFFDD;
}

.blue, .info {
	border: solid 1px #3C78B5;
	background-color: #D8E4F1;
}

.yellow, .alert, .warning {
	border: solid 1px #F0C000;
	background-color: #FFFFCE;
}

.red, .error {
	border: solid 1px #CC0000;
	background-color: #FFCCCC;
}

.mask-html, .mask-body {
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

.mask-body select {
	visibility: hidden;
}

.mask-div {
	display: none;
	position: absolute;
	
	left: 0;
	top: 0;
	
	z-index: 1024;
	
	width: 100%;
	height: 100%;
	
	background-color: #333333;
	
	opacity: .80;
	filter: alpha(opacity=80);
}

.mask-div[id] {
	position: fixed;
}

.loading {
	background: url(assets/animated-loading-large.gif) center center no-repeat;
}

.loading-lite {
	background: url(assets/animated-loading.gif) center center no-repeat;
}

.loading-red {
	background: url(assets/animated-loading-red.gif) center center no-repeat;
}

.loading *, .loading-lite *, .loading-red * {
	visibility: hidden;
}

.gray {
	color: gray;
}

.clear {
	clear: both;
}

.hidden {
	display: none;	
}

.new {
	background: url(assets/app-recently.gif) right center no-repeat;
}

/* Form Stype Start */

form {
	color: #000;
}

div.form-field {
	line-height: 23px;
	margin: 0pt 0pt 5px;
}

div.form-field.action {
	text-align: center;
}

div.form-field label {
	display: block;
}

div.form-field span.tip, div.form-field span.hint {
	color: #666;
	display: block;
	
	line-height: 20px;
}

div.form-field input.readonly {
	background: #EEEEEE none repeat scroll 0%;
	border: 1px solid #CCCCCC;
}

div.form-field input.large {
	width: 280px;
}

input.text, input.password, input.tiny, textarea {
	border-color: #7C7C7C #C3C3C3 #DDDDDD;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	
	padding: 3px 4px;
}

input.checkbox, select {
	vertical-align: middle;
}

input.tiny {
	width: auto;
}

input.disabled {
	background: #EEEEEE none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
}

button, input.button, .saveButton, .cancelButton {
	/*border: none;
	background: url(assets/button-thin.png) left top no-repeat;
	width: 64px;
	height: 24px;*/
	
	background: #2782D6 none repeat scroll 0 0;
	border-color: #DDDDDD #264F6E #264F6E #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	height: 24px;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 1px 10px;
	text-align: center;
	vertical-align: baseline;
}

button.red, .button.red {
	border: none 0pt;
	background: url(assets/button-red.png) left top no-repeat;
	color: #FFFFFF;
}

button.red-large, .button.red-large {
	border: none 0pt;
	background: url(assets/button-red-large.png) left top no-repeat;
	color: #FFFFFF;
}

.tips-text{
	color: gray;
	font-weight: normal;
	font-size: 14px;
	height: 22px;
}
/* Form Style End */
.editable{
	background-color: #ffffd3;
	cursor: pointer;
}
.switch {
	cursor: pointer;
}
.switch.disable {
	/*background-image: url(assets/star_inactive.png);*/
}

.switch.enable {
	/*background-image: url(assets/star_active.png);*/
}

#user-sign {
	border: solid 1px #89D5EF;
	border-left: solid 8px #89D5EF;
	min-height: 64px;
	
	padding: 8px;
	margin-bottom: 4px;
}

#user-sign span {
	
}
	
#user-sign-wrap {
	background: transparent url(assets/sign-arrow-right.png) no-repeat scroll right center;
	
	padding: 0pt 9px 0pt 0pt;
}

#login .bd {
	padding: 0pt;
}

#login .bd .cell {
	display: block;	
	background-color: #EEEEEE;
	margin: 0pt 0pt 6px;
	/*padding: 4px;*/
}

#login .bd .cell span {
	display: block;	
	
	padding: 3px;
}

.click-edit {
	padding: 0pt 0pt 0pt 16px;
	background: url(assets/click-edit.gif) left top no-repeat;
}

.big-avator {
	display: block;
	
	text-align: center;
}

.big-avator img {
	width: 160px;
}

/* DropDown Menu Start */

.menu {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #3B5888;
	padding: 5px 0;
	width: 120px;

	margin-left: -1px;
	z-index: 1201;
}

.menu .menu-content .menu-item {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.menu .menu-content .menu-item a {
	color: #3B5888;
	display: block;
	padding: 6px 0 6px 10px !important;
	float: none;
}

* html .menu .menu-content .menu-item a {
	height: 1.0em;
}

.menu .menu-content .menu-item a:hover {
	background: #6D84B4;
	color: #FFF;
	text-decoration: none;
}

.menu .menu-content .menu-divider {
	border-bottom:1px solid #EEEEEE;
	cursor:default;
	font-size:1px;
	line-height:1px;
	height: 1px;
	margin:4px 10px;
	list-style:none;
}


/* DropDown Menu End */

/* TabPanel Menu Start */

.tab-panel {
	border-bottom: solid 1px #898989;
	
	margin: 0pt 0pt 10px;
	padding: 14px 10px 0pt;
	
	overflow: hidden;
	
	zoom: 1;
}

.tab-panel .tip {
	color: #787878;
	
	float: right;
}

.tab-bar {
	padding: 0pt 0pt 0pt 2px;
	
	overflow: auto;
	zoom: 1;
}

.tab-bar .tab-button {
	float: left;
	margin-left: -1px;
	
	min-width: 60px;
}

.tab-bar .tab-button.current {
	position: relative;
}

.tab-bar .tab-button a {	
	display: block;
	
	border-color: #898989;
	border-style: solid;
	border-width: 1px 1px 0pt;
	color: #333333;
	/*min-width: 60px;*/
	padding: 3px 1em;
	text-align: center;
	
	cursor: pointer;
}

.tab-bar .tab-button.current a {
	border-color: #3B5888 #5973A9;
	background-color: #6D84B4;
	
	color: #FFFFFF;
}

/* TabPanel Menu End */

