a {
	text-decoration: none;
	margin-right: 3px;
}

.co1 {
	text-align: right;
	white-space: nowrap;
	font-size:13px;
}

.co2 {
	text-align: left;
	margin-right:6px;
	font-size:13px;
	padding:3px;
}

.co3 {
	text-align: left;
	color: red;
	font-size:13px;
}

.panelCo1 {
	width: 200px;
	text-align: left;
	font-size: 12pt;
}

.panelCo2 {
	width: 136px;
	text-align: right;
}

.rich-panel {
	border: 1px solid #DBE1E1;
}

.rich-panel-header {
	border: 0;
	background:  repeat-x -14px -83px;
}
.rich-calendar-input{
	width:80px;	
}

.rich-panel {
	padding: 1px;
	font-size:13px;
}

.rich-panel-body {
	padding: 1px;
	font-size:13px;
}

.rich-panel-body table {
	border-bottom: 0;
}

.tdNormal {
	
}

.tdTop {
	vertical-align: top;
}

.btn {
    padding: 5px 5px 5px 8px;
    background-image: url(../images/163btn.png);
    border: 1px solid #bbbbbb;
    font-weight: bold;
    color: #555555;
    letter-spacing: 3px;
    font-size:10pt;
    margin-left:3px;
}

.btnLink {
	padding: 4px 0 4px 4px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration:underline;
}
.imgBtn {
	border: 0px;
	width: 18px;
	margin-left: 1px;
	cursor: pointer;
}

.rich-stglpanel {
	border-width:0;
}

.rich-stglpanel-header{
	color: blue;
	border-width:0;
	background-color:white;
	height:24px;
	background: url(../images/attachment.png) no-repeat;
}

.rich-stglpnl-marker {
	display: none;
}

.rich-fileupload-list-decor{
	margin-left:3px;
}

.note {
	font-family: 楷体_gb2312;
	color: red;
}

.fieldset {
	border: 1px solid #D5D8DC;
}

#searchForm {
	padding: 8px 0 8px 0;
	verticle-align: bottom;
}

body {
	/*background: url(../images/bg.jpg) no-repeat center top #310b28;*/
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 10pt;
	margin: 0 auto;
	color: #222222;
}

.clear {
	clear: both;
}

a {
	color: #222222;
}

h2 {
	font-size: 18px;
	color: #222222;
	font-weight: normal;
	padding: 0px 0 15px 0;
	margin: 0px;
	clear: both;
}

h3 {
	font-size: 18px;
	color: #222222;
	font-weight: normal;
	padding: 15px 0 5px 20px;
	margin: 0px;
	float: left;
	clear: both;
}

a.forgot_pass {
	float: right;
	color: #222222;
	text-decoration: none;
	background: url(../images/forgotpassword.png) no-repeat left;
	padding: 0 0 0 18px;
	display: block;
	margin: 15px 20px 0 0;
}

#main_container {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0 0px 0;
}

.header {
	width: 100%;
	height: 52px;
}

.header_login {
	width: 600px;
}

.logo {
	float: left;
	padding: 8px 0 0 0;
}

#clock_a {
	float: right;
	padding: 15px 0 0 0;
}

.jclock {
	color: #FFFFFF;
	float: right;
	font-size: 22px;
	font-weight: bold;
	padding: 34px 25px 0 0;
}

.right_header {
	width: 350px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding: 18px 0 0 0;
}

.right_header_logout {
	width: 40px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	margin: 18px 0 0 0;
}

.right_header a {
	margin: 0 5px 0 5px;
	text-decoration: underline;
	color: #FFFFFF;
}

.right_header a.messages {
	background: url(../images/comment.png) no-repeat right;
	padding-right: 20px;
}

.right_header a.logout {
	background: url(../images/user_logout.png) no-repeat right;
	padding-right: 20px;
}

.main_content {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0 3px 0;
}

.footer {
	width: 100%;
	height: 45px;
}

.footer_login {
	width: 600px;
	margin: auto;
}

.left_footer {
	float: left;
	padding: 10px 0 0 10px;
	color: #a8549b;
	font-size: 11px;
}

.left_footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.right_footer {
	float: right;
	padding: 25px 10px 0 0;
}

.left_footer_login {
	float: left;
	padding: 15px 0 0 10px;
	color: #a8549b;
	font-size: 11px;
}

.left_footer_login a {
	color: #FFFFFF;
	text-decoration: none;
}

.right_footer_login {
	float: right;
	padding: 15px 10px 0 0;
}

/*---------------- menu----------------------*/
.menu {
	font-size: 10pt;
	padding: 0;
	float: left;
	width: 100%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 34px;
}

/* style the sub-level lists */
.menu ul ul {
	width: auto;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float: left;
	height: 34px;
	line-height: 34px;
}

/* style the sub level list items */
.menu ul ul li {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	line-height: 1em;
}

/* style the links for the top level */
.menu a,.menu a:visited {
	display: block;
	float: left;
	height: 100%;
	font-size: 10pt;
	text-decoration: none;
	color: #fff;
	padding: 0 21px 0 17px;
}

.menu a.current {
	background: url(../images/menu_bg.gif) repeat-x center;
}

/* style the sub level links */
.menu ul ul a,.menu ul ul a:visited {
	display: block;
	background: #57c0e8;
	border-bottom: 1px #81dafc solid;
	color: #fff;
	width: 12em;
	height: 100%;
	line-height: 1em;
	padding: 8px 8px;
}

.menu ul table ul a,.menu ul table ul a:visited {
	width: 14em;
	w\idth: 12em;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
	z-index: -1;
}

.menu ul ul table {
	lef\t: -1px;
}

.menu ul ul table ul.left {
	margin-lef\t: 2px;
}

.menu li:hover {
	position: relative;
}

* html .menu a:hover {
	position: relative;
}

/* style the third level background */
.menu ul ul ul a,.menu ul ul ul a:visited {
	background: #57c0e8;
}

/* style the fourth level background */
.menu ul ul ul ul a,.menu ul ul ul ul a:visited {
	background: #57c0e8;
}

/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	background: url(../images/arrow.gif) no-repeat right #309dc7;
}

/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background: url(../images/arrow.gif) no-repeat right #088bb4;
}

/* style the level hovers */ /* first */
.menu a:hover {
	color: #fff;
	background: url(../images/menu_bg.gif) repeat-x center;
}

.menu :hover>a {
	color: #fff;
	background: url(../images/menu_bg.gif) repeat-x center;
}

/* second */
.menu ul ul a:hover {
	color: #fff;
	background: url(../images/menu_bg_a.gif) repeat-x center;
}

.menu ul ul :hover>a {
	color: #fff;
	background: url(../images/menu_bg_a.gif) repeat-x center;
}

/* third */
.menu ul ul ul a:hover {
	background: url(../images/menu_bg_a.gif) repeat-x center;
}

.menu ul ul ul :hover>a {
	background: url(../images/menu_bg_a.gif) repeat-x center;
}

/* fourth */
.menu ul ul ul ul a:hover {
	background: url(../images/menu_bg_a.gif) repeat-x center;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 34px;
	left: 0;
	width: 14em;
	z-index: 999;
}

/* position the third level flyout menu */
.menu ul ul ul {
	left: 14em;
	top: 0;
	width: 14em;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -14em;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul {
	visibility: visible;
	height: auto;
	padding-bottom: 3em;
	/*background: transparent url(../images/trans.gif);*/
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility: visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility: visible;
}

.center_content {
	clear: both;
}

.left_content {
	width: 100%;
	float: left;
	padding: 10px 0 0 3px;
}

.right_content {
	width: 100%;
	float: left;
	padding: 3px 0 0 10px;
}

.sidebarmenu {
	margin: 0px 0;
	padding: 0;
	width: 195px;
}

.sidebarmenu a {
	font-size: 10pt;
}

.sidebarmenu a.menuitem {
	background: url(../images/sidebar_menu_top.gif) no-repeat center top;
	color: #fff;
	display: block;
	position: relative;
	width: 185px;
	height: 31px;
	margin: 0 0 5px 0;
	line-height: 31px;
	padding: 0px 0 0 10px;
	text-decoration: none;
}

.sidebarmenu a.menuitem_green {
	background: url(../images/green_bt.gif) no-repeat center top;
	color: #fff;
	display: block;
	position: relative;
	width: 185px;
	height: 31px;
	margin: 0 0 5px 0;
	line-height: 31px;
	padding: 0px 0 0 10px;
	text-decoration: none;
}

.sidebarmenu a.menuitem_red {
	background: url(../images/red_bt.gif) no-repeat center top;
	color: #fff;
	display: block;
	position: relative;
	width: 185px;
	height: 31px;
	margin: 0 0 5px 0;
	line-height: 31px;
	padding: 0px 0 0 10px;
	text-decoration: none;
}

.sidebarmenu a.menuitem:hover {
	background: url(../images/sidebar_menu_top_a.gif) no-repeat center top;
}

.sidebarmenu a.menuitem_green:hover {
	background: url(../images/green_bt_a.gif) no-repeat center top;
}

.sidebarmenu a.menuitem_red:hover {
	background: url(../images/red_bt_a.gif) no-repeat center top;
}

.sidebarmenu a.menuitem:visited,.sidebarmenu .menuitem:active {
	color: white;
}

.sidebarmenu a.menuitem .statusicon {
	position: absolute;
	top: 11px;
	right: 7px;
	border: none;
}

.sidebarmenu div.submenu {
	background: white;
}

.sidebarmenu div.submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}

.sidebarmenu div.submenu ul li {
	border-bottom: 1px dotted #bfd1d9;
}

.sidebarmenu div.submenu ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 10px;
}

.sidebarmenu div.submenu ul li a:hover {
	background: #e2f0ff;
	color: #0e4354;
}

.sidebar_search {
	background: url(../images/sidebar_menu_top.gif) no-repeat center;
	width: 195px;
	height: 31px;
	margin: 0 0 5px 0;
}

input.search_input {
	width: 155px;
	height: 16px;
	margin: 2px 0 0 5px;
	border: 1px #bdebfd solid;
	background: #92dbf8;
	padding: 4px 0 0 2px;
	float: left;
	color: #096184;
	font-size: 10pt;
}

input.search_submit {
	float: left;
	background: none;
	border: none;
	margin: 7px 0 0 8px;
}

#rounded-corner {
	margin: 0px;
	width: 625px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner thead th.rounded-company {
	width: 26px;
	background: #EDF2F7 url('../images/left.jpg') left top no-repeat;
}

#rounded-corner thead th.rounded-q4 {
	background: #EDF2F7 url('../images/right.jpg') right top no-repeat;
}

#rounded-corner th {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #EDF2F7;
}

#rounded-corner td {
	padding: 8px;
	background: #ecf8fd;
	border-top: 1px solid #fff;
	color: #669;
}

#rounded-corner tfoot td.rounded-foot-left {
	background: #ecf8fd url('../images/botleft.jpg') left bottom no-repeat;
}

#rounded-corner tfoot td.rounded-foot-right {
	background: #ecf8fd url('../images/botright.jpg') right bottom no-repeat
		;
}

#rounded-corner tbody tr:hover td {
	background: #d2e7f0;
}

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../images/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -7em;
	margin-top: -6em;
	opacity: 0;
}

.yes {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #434d17;
	text-shadow: 0px 1px 0px #fff;
	background: url('../images/buttony.png') left top no-repeat;
}

.cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('../images/buttonn.png') left top no-repeat;
}

a.bt_green {
	display: block;
	float: right;
	margin: 10px 5px 10px 5px;
	line-height: 31px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px #8fa42b;
}

a.bt_green strong {
	width: auto;
	height: 31px;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	background: url(../images/bt_green_center.gif) repeat-x center;
}

a.bt_green span.bt_green_lft {
	width: 10px;
	height: 31px;
	display: block;
	float: left;
	background: url(../images/bt_green_left.gif) no-repeat center right;
}

a.bt_green span.bt_green_r {
	width: 10px;
	height: 31px;
	display: block;
	float: left;
	background: url(../images/bt_green_r.gif) no-repeat center right;
}

a:hover .bt_green {
	text-decoration: underline;
}

a.bt_blue {
	display: block;
	float: right;
	margin: 10px 5px 10px 5px;
	line-height: 31px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px #3597bf;
}

a.bt_blue strong {
	width: auto;
	height: 31px;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	background: url(../images/bt_blue_center.gif) repeat-x center;
}

a.bt_blue span.bt_blue_lft {
	width: 10px;
	height: 31px;
	display: block;
	float: left;
	background: url(../images/bt_blue_left.gif) no-repeat center right;
}

a.bt_blue span.bt_blue_r {
	width: 10px;
	height: 31px;
	display: block;
	float: left;
	background: url(../images/bt_blue_r.gif) no-repeat center right;
}

a:hover .bt_blue {
	text-decoration: underline;
}

a.bt_red {
	display: block;
	float: right;
	margin: 10px 5px 10px 5px;
	line-height: 31px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px #c24739;
}

a.bt_red strong {
	width: auto;
	height: 31px;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	background: url(../images/bt_red_center.gif) repeat-x center;
}

a.bt_red span.bt_red_lft {
	width: 10px;
	height: 31px;
	display: block;
	float: left;
	background: url(../images/bt_red_left.gif) no-repeat center right;
}

a.bt_red span.bt_red_r {
	width: 10px;
	height: 31px;
	display: block;
	float: left;
	background: url(../images/bt_red_r.gif) no-repeat center right;
}

a:hover .bt_red {
	text-decoration: underline;
}

.sidebar_box {
	width: 195px;
	padding: 15px 0 5px 0;
}

.sidebar_box_top {
	width: 195px;
	height: 8px;
	background: url(../images/sidebar_box_top.gif) no-repeat center bottom;
}

.sidebar_box_bottom {
	width: 195px;
	height: 8px;
	background: url(../images/sidebar_box_bottom.gif) no-repeat center
		bottom;
}

.sidebar_box_content {
	width: 175px;
	height: auto;
	background-color: #ecf8fd;
	padding: 0 10px 0 10px;
}

.sidebar_box_content h3 {
	color: #49bae8;
	float: left;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.sidebar_box_content h4 {
	color: #f75744;
	float: left;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.sidebar_box_content h5 {
	color: #a4bf40;
	float: left;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.sidebar_box_content p {
	padding: 5px 0 5px 0;
	margin: 0px;
	clear: both;
	font-size: 11px;
	text-align: left;
	line-height: 17px;
}

img.sidebar_icon_right {
	float: right;
	padding: 0 0 0 0;
}

.sidebar_box_content ul {
	list-style: none;
	padding: 10px 0 10px 0;
	margin: 0px;
	clear: both;
}

.sidebar_box_content ul li {
	padding: 5px 0 5px 10px;
	background: url(../images/list_bullet.gif) no-repeat left top;
	background-position: 0px 10px;
}

.warning_box {
	width: 300px;
	height: 130px;
	clear: both;
	background: url(../images/warning.png) no-repeat left #fcfae9;
	border: 1px #e9e6c7 solid;
	background-position: 15px 10px;
	padding: 20px 20px 15px 60px;
	margin: 0 0 -10px 0;
}

.valid_box {
	width: 300px;
	height: 130px;
	clear: both;
	background: url(../images/valid.png) no-repeat left #edfce9;
	border: 1px #cceac4 solid;
	background-position: 15px 10px;
	padding: 20px 20px 15px 60px;
	margin: 0 0 10px 0;
}

.error_box {
	width: 300px;
	height: 130px;
	clear: both;
	background: url(../images/error.png) no-repeat left #fce9e9;
	border: 1px #eac7c7 solid;
	background-position: 15px 10px;
	padding: 20px 20px 15px 60px;
	margin: 0 0 10px 0;
}

/*--------------*/
div.pagination {
	width: 625px;
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0px;
	text-align: center;
	float: left;
	clear: both;
	font-size: 11px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #52bfea;
	text-decoration: none;
	color: #52bfea;
}

div.pagination a:hover,div.pagination a:active {
	border: 1px solid #52bfea;
	color: #fff;
	background-color: #52bfea;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #52bfea;
	font-weight: bold;
	background-color: #52bfea;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

.rich-table {
	border: 1px solid #E2E2E2;
	margin:5px 0 5px 0;
	font-size: 13pt;
}

.rich-table th {
	padding: 3px;
	font-weight: normal;
	font-size: 10pt;
	color: #039;
	background: #EDF2F7;
	border-width: 0px;
}

.rich-table td {
	padding: 3px;
	border-width: 0px;
	color: #669;
	background: #fff;
	font-size: 13px;
}

.rich-table a {
	font-size: 13px;
	line-height: 20px;
}

.rich-table tr {
	border-bottom: 1px solid #fff;
}

.rich-table tr:hover td {
	background: #F5F5F5;
}

.rich-table-nohover tr:hover td {
	background: #fff;
}

.rich-tab-header {
	background-image: url(../images/bgx.png);
	background-position: 0 -793px;
	border-top: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	font-size:13px;
	color: #333;
}

#tab1_shifted td {
	padding: 0;
}

#tab1_shifted table td {
	padding: 3px;
}

#tab2_shifted td {
	padding: 0;
}

#tab2_shifted table td {
	padding: 3px;
}

#tab3_shifted td {
	padding: 0;
}

#tab3_shifted table td {
	padding: 3px;
}

#tab4_shifted td {
	padding: 0;
}

#tab4_shifted table td {
	padding: 3px;
}

#tab5_shifted td {
	padding: 0;
}

#tab5_shifted table td {
	padding: 3px;
}

#tab6_shifted td {
	padding: 0;
}

#tab6_shifted table td {
	padding: 3px;
}

#tab7_shifted td {
	padding: 0;
}

#tab7_shifted table td {
	padding: 3px;
}

#tab8_shifted td {
	padding: 0;
}

#tab8_shifted table td {
	padding: 3px;
}

#tab21_shifted td {
	padding: 0;
}

#tab21_shifted table td {
	padding: 3px;
}

#tab22_shifted td {
	padding: 0;
}

#tab22_shifted table td {
	padding: 3px;
}

#tab31_shifted td {
	padding: 0;
}

#tab31_shifted table td {
	padding: 3px;
}

#tab32_shifted td {
	padding: 0;
}

#tab32_shifted table td {
	padding: 3px;
}

#tab41_shifted td {
	padding: 0;
}

#tab41_shifted table td {
	padding: 3px;
}

#tab42_shifted td {
	padding: 0;
}

#tab42_shifted table td {
	padding: 3px;
}

#tab51_shifted td {
	padding: 0;
}

#tab51_shifted table td {
	padding: 3px;
}

#tab52_shifted td {
	padding: 0;
}

#tab52_shifted table td {
	padding: 3px;
}

.rich-tab-bottom-line {
	padding: 0;
	border-bottom: 1px solid #7F7F7F;
}

.rich-tab-bottom-line td {
	padding: 0;
}

.rich-tab-bottom-line table td table td {
	padding: 3px;
}

.rich-tab-active {
	padding: 0px;
}

.rich-tab-header {
	padding: 0px;
}

.rich-tabpanel-content {
	border-width: 0px;
	border-bottom: 1px solid #EDF2F7;
}

.rich-table-header th{
    border: 1px solid #D8D8D8;
    font-size:13px;
    color: #333;
    font-weight:bold;
    line-height:21px;
}

.rich-tabhdr-side-cell {
	border-width: 0px;
}

.rich-tabhdr-side-border img {
	display: none;
}

.rich-mpnl-content {
	clear: both;
	border: 1px solid #D7D8D9;
	background-position: 15px 10px;
	padding: 20px 20px 15px 60px;
	margin: 0 0 -10px 0;
}
.rich-mpnl-header{
	background-image: url(../images/menu_bg.gif);
}
.rich-dtascroller-table {
	font-family: Candara;
	font-size: 10pt;
}

.rich-dtascroller-table select {
	font-family: Candara;
	font-size: 10pt;
}

.news_content img {
	margin-left: -34px;
}

/*pic news*/
.focusPic {
	background: #fff;
	border: 0;
	width: 335px;
	height: 245px;
}

.focusPic .main {
	width: 335px;
	height: 245px;
	margin: 4px auto 0;
	overflow: hidden;
}

.focusPic .main h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 3px;
}

.focusPic .main .icon {
	border: none;
}

.focusPic .sidePic {
	float: right;
	height: 24px;
}

.sidePic li {
	float: left;
	width: 21px;
	list-style: none;
	margin-right: 3px;
	height: 24px;
	line-height: 26px;
	background: url(../images/focusbg2.gif) no-repeat left bottom;
	text-align: center;
	color: #2B2B2B;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
	cursor: pointer;
}

.sidePic .on {
	background: url(../images/focusbg1.gif) no-repeat left bottom;
	color: #fff;
}

.tab .normal {
	display: none;
}

.tab .on {
	display: block;
}

.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: ".";
}

.normal a:link {
	font-size: 10pt;
}

.picBtn li:hover {
	background: url(../images/focusbg1.gif) no-repeat left bottom;
	color: #fff;
}

.focusPic img {
	border: 0;
	width: 335px;
}

/*end of pic news*/
.datetimeBlue {
	text-align: left;
	font-family: Berlin Sans FB, Constantia, Candara;
	color: blue;
	vertical-align: bottom;
	font-size: 8pt;
}

.datetimeRed {
	text-align: left;
	font-family: Berlin Sans FB, Constantia, Candara;
	color: red;
	vertical-align: bottom;
	font-size: 8pt;
}

.rich-tree {
	font-size: 10pt;
}

fieldset legend{font-size:10pt;font-weight:bold;}

#searchForm{font-size:10pt;}

input[type=text] {
	border: 1px dotted #9CB8CC;
	height: 21px;
	margin: 0 3px 0 3px;
	font-size: 10pt;
	font-weight:normal;
}

textarea {
	border: 1px dotted #9CB8CC;
	margin: 0 3px 0 3px;
}

input[type=password] {
	border: 1px dotted #9CB8CC;
	height: 18px;
	margin: 0 3px 0 3px;
	font-size: 10pt;
	font-weight:bold;
}

select {
	margin-left: 4px;
	font-size:10pt;
}

textarea[type="textarea"], input[type="text"], input[type="password"], select {
    background-position: 1px 1px;
    background-repeat: no-repeat;
    border-style: inset;
    border-width: 1px;
}

textarea[type="textarea"], input[type="text"], input[type="password"], select {
    background-color: #FFFFFF;
    background-image: url("../images/bg_grey.png");
    border-color: #BED6F8;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}