﻿.f14,.f14 *{font-size:14px}
.f12,.f12 *{font-size:12px}
.info{padding:10px;border:1px solid #cfcfcf;background-color: gray;}
.red,.red *{color:#c00}
.udl,a.udl{text-decoration:underline}
.starcolor {color:Red}
.register_table {width:800px}
.register_edit {width:260px}
.register_th {text-align: right; width:110px}
.register_th_title {font-weight: bold; font-size: 14px; color: orange}


#popupcontent { position: absolute;   
                visibility: hidden;   
                overflow: hidden;   
                border:1px solid #CCC;   
                background-color:#F9F9F9;   
                border:1px solid #333;   
                padding:5px;
}


/* 控制台CSS*/
/* -- 以下是console/domain.aspx用到的css -- */
.link_edit{
	font-size: 12px;
	color: Orange;
	text-decoration: underline;
	cursor:pointer;
}

.link_active{
	font-size: 12px;
	color: Lime;
	text-decoration: underline;
	cursor:pointer;
}

.link_deactive{
	font-size: 12px;
	color: Lime;
	text-decoration: underline;
	cursor:pointer;
}

.link_delete{
	font-size: 12px;
	color: Orange;
	text-decoration: underline;
	cursor:pointer;
}

.link_cancel
{    
	font-size: 12px;
	color:#ff0000;
	text-decoration: underline;
	cursor:pointer;
}

.input_rr_data
{
    font-size: 12px;    
	border:#666666 solid 1px;
	padding:2px 0 0 3px;
	color:#333;
    width:100px;		
}

.input_rr_ttl
{
    font-size: 12px;
	border:#666666 solid 1px;
	padding:2px 0 0 3px;
	color:#333;
	width:50px;	
    text-align: right;
}

.input_rr_netid{
    font-size: 12px;
	border:#666666 solid 1px;
	padding:2px 0 0 3px;
	color:#333;
	width:80px;	
    text-align: left;	
}

.rr_data_size{
    width:110px;	
}
.rr_ttl_size{
	width:60px;
}

.rr_aux_size{
	width:60px;
}
.rr_netid_size{
	width:80px;
}
.tr_onhover{
	background-color:  Black;
}

.btn{
	background:url(/images/button_bg.gif) repeat-x;
	border:#889dad solid 1px;
	font-size:12px;
	height:20px;
	color: #003366;
	padding:3px 3px 0 3px;
}
/* -- 以上是console/domain.aspx用到的css -- */

.link333:link,.link333:visited{
	/* color:#333; */
    color: #FFFFFF;	
	text-decoration:none;
}
.link333:hover,.link333:active{
	/* color:#ff4800; */
    color: Orange;	
	text-decoration:underline;
}
.link333_chk{
	width:100px;
	background-color:#e2e9ee;
	color:#333;
	text-decoration:none;
}

.left_menu_bg{
	width:133px;
	background:url(/images/left_bg.gif) repeat-x;
	height:22px !important;
	height:24px;
	margin-top:4px;
	/* border:1px solid #9abfe9; */
	border:1px solid #cfcfcf;
	text-align:left;
	cursor:pointer;
}
.left_menu_bg1{
	width:135px;
	background:url(/images/left_bg2.gif) repeat-x;
	height:22px !important;
	height:24px;
	margin-top:4px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	text-align:left;
	cursor:pointer;
}
.left_menu_title{
	width:123px ;
	color:#333;
	font-weight:bold;
	margin-left:10px;
	padding-top:4px;
	
}
.left_menu{
	width:133px !important;
	width:135px;
	border-bottom:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	line-height:20px;
	color:#333;
	text-align:left;
	margin-bottom:4px;
	margin-top:-2px !important;
	margin-top:0px;
	padding-top:2px;
	
}
.left_menu1{
	width:135px;
	border-bottom:1px solid #cfcfcf;
	line-height:20px;
	color:#333;
	text-align:left;
	margin-bottom:4px;
	margin-top:-2px !important;
	margin-top:0px;
	padding-top:2px;
	
}

.left_menu_text{
	text-align:left;
	width:123px;
	margin-left:10px;
	color:#333;
	margin-top:2px;
	padding-top:0 !important;
	padding-top:2px;
	line-height:20px;
	cursor:pointer;
}

.left_menu_text2{
	width:133px;
	margin-left:0px;
	line-height:20px;
	padding-top:0 !important;
	padding-top:2px;
}
.left_menu_text2 ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
.left_menu_text2 ul li{
	line-height:20px;
	text-align:left;
	background:url(/images/ico_blue.gif) no-repeat 20px 4px;
	padding-left:27px;
}

.consolebody{padding:10px;border:1px solid #cfcfcf;background-color: gray;}
.td_infotext{color: blue}
/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

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 #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: Orange;
	/* color: #DBB94F; */
}

a:visited 
{
        color: Orange;
/*	color: #C19B28; */
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active 
{
    color: Orange;
/*	color: #C19B28; */
}

body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 宋体, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1013px;
	height: 76px;
	margin: 0 auto 5px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
/*	text-transform: uppercase; */
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 13px;
}

#mainmenu {
	position: absolute;
	right: 37px;
	top: 13px;
	font-size: 12px;	
}

#loginmenu {
	position: absolute;
	right: 100px;
	top: 50px;
	font-size: 12px;
}
.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 12px;
}


.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 12px;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* 1.1 SHIM */

.shim {
	display: none;
}


















/* 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 ALL PAGES */

#home-fixed {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 910px;
	height: 400px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 910px;
	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 #505050;
	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 #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	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;
}










.view {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	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;
}









.buttonbar, .buttonbar-top {
	width: 910px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}












/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 994px;
	height: 50px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 12px;
}

.menub a:visited {
	color: #DBB94F;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

