﻿/* 全局通用样式 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 宋体, verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

table {
	margin: 0;
	padding: 0;
	border:0;
	
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: 宋体, tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #333333;
}


img {
	border-width: 0;
}

DrOUEntityName{/*选择企业下拉框*/
	
}
input {/*单行文本输入框的样式*/
	border: 1px solid #94B1D5;
	background-color: #FFFFFF;	
}
textarea{/*多行文本输入框的样式*/
	SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #94B1D5; 
    SCROLLBAR-SHADOW-COLOR: #94B1D5;
    SCROLLBAR-ARROW-COLOR: #94B1D5;
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
    SCROLLBAR-TRACK-COLOR:#edf6fd;
    border: 1px solid #94B1D5;
	background-color: #FFFFFF;	

}

.header {/* HEADER部分样式 */
	background-image: url(Images/header_bj_1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	width: 100%;
	height:89px;
}
.header_log {/* log部分样式 */

	margin-left:18px;
	padding-top:10px;
	background-image: url(Images/log_1.jpg);
	background-repeat:no-repeat;
	text-align: left;
	width: 340px;
	height:48px;
}

.header_welcome {/* 欢迎用户窗口部分样式 */
	width: 100%;
	color:White;
	text-align:right;
	margin-top:9px;
}
.header_menu {/* 导航部分样式 */
	background-image: url(Images/ul_bj_1.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height:30px;
	border-bottom:solid 1px #94B1D5;
	border-top:solid 1px #94B1D5;
}

/*导航部分样式 以下部分用于ApplicationTabMenu的显示 开始*/
.Menu_line_left
{
 width:3px;
 background-image:url('Images/MainMenu_line.jpg');
 background-repeat: no-repeat;
}
.applicationTabMenu
{
 width:100%;
 height:30px;
 table-layout:fixed;
}
/*显示前*/
td.ptt {
 color:#3C6AB0;
 /*width:90px;*/
 padding-right:5px;
 padding-left:5px; 
 cursor:pointer;
 background-image: url('Images/MainMenu_link.jpg');
 background-repeat: repeat-x;
 text-align:center;
 height:27px;
 vertical-align:middle;
 padding-top:1px;
}
/*显示后*/
td.att { 
 color:#FFFFFF; 
  /*width: 90px;*/
 padding-right:5px;
 padding-left:5px; 
 cursor:pointer; 
 background-image: url('Images/MainMenu_active.jpg');
 background-repeat: repeat-x;
 text-align:center;
 height:27px;
 vertical-align:middle;
 padding-top: 1px;
 cursor:pointer;
}/*导航部分样式 以下部分用于ApplicationTabMenu的显示 结束*/


.main_left {/* 内容部分的左边 */
	width:171px;
	height:100%;
    background-color:#edf6fd;
}
.main_middle {/* 内容部分的左边 */
	width:20px;
	height:100%;
	float: left;
	background-color: #edf6fd;
	border-right:solid 1px #94B1D5;
	border-left:solid 1px #94B1D5;
	background-image:url(Images/spl.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:hand;
}
.main_right {/* 内容部分的右边 */
	width:100%;
	height:100%;
	text-align:left;
	/*padding-left:15px;
	padding-top:20px;
	background-image:url(Images/main_right_bj.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
}

.main_nav {/* 内容部分的左边导航 */
	width: 175px;
	margin-top:4px;
	margin-left:2px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:35px;
	background-image:url(Images/main_left_nav.jpg);
	background-repeat:no-repeat;
}

/*.main_nav_2 { 内容部分的左边2级导航 
	padding-left:15px;
	height:23px;
}*/
/* 内容部分的左边2级导航开始 */
.main_nav_1 {/* 内容部分的左边2级导航 */
	padding-left:25px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

.main_nav_1 a:link  {
	color: #333333;
}
.main_nav_1 a:visited {
	color: #333333;
}

.main_nav_1 a:hover {
	text-decoration: none;
	color: #d32525;
}

.main_nav_1 a:active {
	color: #333333;
}/* 内容部分的左边2级导航结束 */

/*用户注册界面样式开始*/
.Wizard
{
	height:100%;
	} 
.SideBarStyle
{
	background-color:#BED2E2; 
	vertical-align:top; 
	border:1px solid #fff;
	 width:120px;
	 }
.SideBarButtonStyle
{
	line-height:25px; 
	text-decoration:none; 
	color:#333; 
	width:100%;  
	width:120px; 
	padding-left:15px; 
	background:url(01p_122.gif) no-repeat 0px 5px;
	}
.StepStyle
{
	vertical-align:top;
	}/*用户注册界面样式结束*/




.bottom{/*底部样式 */
	background-image: url(Images/bottom_bj.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding:15px;
	border-top:solid 1px #94B1D5;
}


/* 用户登入界面开始 */
#login_main{ /* 用户登入界面中间部分 */
	width:414px;
	height: 254px;
	font-size: 12px;
	color:#3862A0;
	background-image: url(Images/login_bj.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	text-align: left;
}
#login_btm{/* 用户登入界面倒影部分 */
	width:414px;
	height: 61px;
	color:White;
	font-family:arial;
	background-image: url(Images/login_btm.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.login_main_1{/* 用户登入界面中间部分 */
	margin-top:44px;
	margin-left:86px;
	
}
.login_main_2{/* 用户登入界面中间部分 */
	margin-top:10px;
	margin-left:86px;
}
.login_main_3{/* 用户登入界面中间部分 */
	margin-top:9px;
	margin-left:130px;
}/* 用户登入界面结束 */




h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 13px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 12px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 12px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 12px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 12px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}
/* add by wm 2007/10/30. Object: Standardization the Manage GridViews's Style*/
#tblManageMain
{
	text-align: left;
}
#tblManageButtons
{
	width:600px;
}
.tdAdd
{
	width:15%;
}
.tdDelete
{
	width:40%;
}
.tdQuickSearch
{
	width:20%;
}
.tdQuery
{
}
#tblEditButtons
.tdSave
{
	width:15%;
}
.tdCancel
{
}
#tblQuery
{
}
.lblMessage
{
	color:#666666;
}
/* Make By UserProfile 开始 */
.calender
{
	/*height:21px;*/
}
.rtm_fim{}

.rtm_fim .fim_l{ text-align:right; padding-right:5px;}
.rtm_fim .fim_r{ padding:3px;}

.rtm_hmenu_mg{background-image:url(rtm_hmenu_mg.gif); height:29px; border:1px solid #8391A3; border-bottom:0px;}
.HStaticMenuItemStyle{background-image:url(rtm_hmenu_f.gif); text-align:center; font-weight:bold;  line-height:25px; color:#140050; height:25px; width:75px; background-repeat:no-repeat;}
.HStaticHoverStyle{background-image:url(rtm_hmenu_s.gif);text-align:center;font-weight:bold;  line-height:25px; color:#140050; height:25px; width:75px;background-repeat:no-repeat;}
.HStaticSelectedStyle{background-image:url(rtm_hmenu_s.gif);}

.HStaticMenuItemStyle2{background-image:url(rtm_hmenu_f2.gif); text-align:center; line-height:25px; color:#333; height:25px; width:85px; background-repeat:no-repeat;}
.HStaticHoverStyle2{background-image:url(rtm_hmenu_s2.gif);text-align:center; line-height:25px; color:#333; height:25px; width:85px;background-repeat:no-repeat;}
.HStaticSelectedStyle2{background-image:url(rtm_hmenu_s2.gif);}


.rtm_hmenu_mg2{ height:25px;background-image:url(rtm_hmenu_mg2.gif); }
.rtm_hmenu_mg2_line{ background-color:#D0E0F0; height:2px; border-left:1px solid #8391A3; border-right:1px solid #8391A3;}
.rtm_hmenu_mg2_bg{ border:1px solid #8391A3; padding:10px; background-color:White;}

.rtm_btm{ text-align:right; padding-right:30px;}
/* Make By UserProfile 结束 */

