﻿/* 全局样式   begin*/
/*
comment style by TomieZhang#tencent.com 2009-8-31
version number 1.0.0
*/
/*Reset Css by YUI*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}
body
{
	font: 12px "宋体" ,arial,sans-serif;
}
fieldset
{
	display: inline;
}
button
{
	line-height: 1.2;
	vertical-align: middle;
	cursor: pointer;
}
strong
{
	font-weight: 800;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* 全局样式   end*/

/* DEFAULTS
----------------------------------------------------------*/

body   
{

    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*flash xslt css begin*/
#flashContent
{
	width:1000px;
}
#readerContainer
{
	float:left;
	display: inline;
	width: 79.5%;
	height: 100%;
	overflow: hidden;
	position:absolute;
	z-index:1;
}

.flash_left
{
	float: left;
	display: inline;
	width: 20%;
    height: 100%;
	/*border: solid 1px #333;
	border-right:none;*/
	border-top:none;
	border-bottom:none;
		

	
}

.flash_right
{
	float:left;
	display:none;
	width: 100%;
    height: 100%;
    border: solid 1px #898b8a;
    border-right:none;
	border-bottom:none;
}

.flash_header_right
{
    float:left;
	display: inline;
	width: 100%;
	height:27px;
	background:url(Image/Flashlist.jpg);
	line-height:27px;
  border-right:solid 1px #898b8a;
		 
}

input.flashtxtbox
{
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #999;
    border-right-color: #999;
    color: #000;
    font: 13px arial,sans-serif bold;
    margin: 0 0 0 0;
    padding: 0 8px 0 3px;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    width: 150px;
}
.search_top_flash_div
{
	float: left;
    display: inline;
    margin: 0 0 0 10px;
    position: relative;
    height: 21px;
    line-height: 21px;
    margin-top:2px;
}


.flash_header_right span
{
	margin-left:20px;
	 
}

.flash_header
{
    float: left;
	display: inline;
	width: 100%;
	height:27px;
	background:url(Image/Flashlist.jpg);
	line-height:27px;
    cursor:hand;
		 
}

.flash_header span
{
	margin-left:20px;
	 
}


#flashImageDiv
{
	float:left;
	display: inline;
	cursor:hand;
	width: 16px;
	font-size: 14px;
    background: url(Image/02.png);
	margin-left:4px;	

}

.flash_foldmenu
{
	float:left;
	display:inline;
	width:100%;
    overflow:hidden;
     overflow:auto;
    background-color:#fff;
     border:solid 1px #898b8a;
     border-bottom:none;
   /* border-bottom:solid 1px #898b8a;*/
 
}
.flash_directory
{
	float:right;
	display:inline;
	width:21px;
	height:100%;
}


.mod_FlashPlayer_full
{
	float:right;
	display: inline;
	width: 470px;
	background-color: #fff;
	z-index: -1;
	
}

.mod_FlashPlayer
{
	width: 550;
	height: 500px;
	border: solid 1px #000;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.directory
{
	float:left;
	display:inline;
	width:30%;
	 height:500px;
	margin-top: 10px;
}

.directory2
{
	float:left;
	display:none;
	width:20px;
	 height:500px;
	margin-top: 10px;
}

.imageDiv
{
	float:left;
	display: inline;
	cursor:hand;
	width: 16px;
	line-height: 16px;
	height: 16px;
	text-align: center;
	font-size: 14px;
   background: url(Images/02.png);
}

.imageDiv2
{
	float:left;
	display: inline;
	cursor:hand;
	width: 16px;
	line-height: 16px;
	height: 16px;
	text-align: center;
	font-size: 14px;
    background: url(Image/01.png);
}

.imageDiv3
{
	float:left;
	azimuth:center-left;
	display: inline;
	cursor:hand;
	width: 21px;
	line-height: 50px;
	height: 100%;
	text-align: center;
	font-size: 14px;
	background-color:transparent;
    background: url(Image/directory1.gif);
}

.FlashResult
{
	border:none;
    
}
.FlashResult li a
{
     margin-left:10px;
    font-size:16px;
  
}
.recruit
{
	 width:100%;
	 border:none;
}
.recruitFlash
{
	 width:95%;
	 height:200px;
	 overflow:auto;
}
/*flash xslt css end*/

/* wcpdtree */
#wcpdtree div div
{
    background: url(image/wcpdtree.png) no-repeat;
}
#wcpdtree .folder_collapsable, #wcpdtree .folder_expandable, #wcpdtree .file
{
    background: url(image/wcpdfolder.png) no-repeat;
}
#wcpdtree .checked, #wcpdtree .unchecked, #wcpdtree .indeterminate
{
    background: url(image/wcpdcheck.png) no-repeat;
}
#wcpdtree ul
{
    background: #FFF;
}
#wcpdtree li a, #wcpdtree li span
{
    color: #183152;
}
#wcpdtree .hover
{
    background: #f5f5f5;
}
#wcpdtree .selected
{
    background-color: #e8edf3;
}




/* wcpdtree */
#wcpdtree
{
    float: left;
    display: inline;
    width: 100%;
    padding-bottom: 10px;
}

#wcpdtree li
{
    clear: both;
    display: block;
    line-height: 22px;
    cursor: pointer;
    padding-left: 10px;
    list-style:none;
}

#wcpdtree ul
{
    display: block;
}
#wcpdtree div, #wcpdtree a, #wcpdtree span
{
    display: inline;
    height: 22px;
    line-height: 22px;
    color: #000;
    text-overflow: ellipsis;
}


#wcpdtree div
{
    display: block;
    overflow: hidden;
}
#wcpdtree div div
{
    float: left;
    display: block;
    height: 22px;
    width: 22px;
    border: none;
    background-position: 0 -100px;
}


#wcpdtree a, #wcpdtree a:hover, #wcpdtree a:visited
{
    text-decoration: none;
}

#wcpdtree .collapsable
{
    background-position: 0 -300px;
}
#wcpdtree .first_collapsable
{
    background-position: 0 -250px;
}
#wcpdtree .last_collapsable
{
    background-position: 0 -350px;
}

#wcpdtree .expandable
{
    background-position: 0 -100px;
}

#wcpdtree .first_expandable
{
    background-position: 0 -50px;
}
#wcpdtree .last_expandable
{
    background-position: 0 -150px;
}
#wcpdtree .end_expandable
{
    background-position: 0 0;
}
#wcpdtree .end_collapsable
{
    background-position: 0 -200px;
}

#wcpdtree .indent
{
    background: none;
}
#wcpdtree .line
{
    background-position: 0 -400px;
}
#wcpdtree .node
{
    background-position: 0 -450px;
    width: 22px;
}
#wcpdtree .last .node
{
    background-position: 0 -500px;
}

#wcpdtree .folder_expandable
{
    background-position: 0 0;
}
#wcpdtree .folder_collapsable
{
    background-position: 0 -50px;
}
#wcpdtree .file
{
    background-position: 0 -100px;
    width: 22px;
}

#wcpdtree .unchecked
{
    background-position: 0 0;
}
#wcpdtree .hover .unchecked
{
    background-position: 0 -50px;
}
#wcpdtree .checked
{
    background-position: 0 -100px;
}
#wcpdtree .hover .checked
{
    background-position: 0 -150px;
}
#wcpdtree .indeterminate
{
    background-position: 0 -200px;
}
#wcpdtree .hover .indeterminate
{
    background-position: 0 -250px;
}



/*upgrade.aspx css begin*/
.install
{
	margin: 200px auto 0px auto;
	border: solid 1px #27A4FC;
	width: 500px;
}
.install .title_aspnetdb
{
	padding: 10px 10px 10px 30px;
	background-image: url(Images/aspnetdb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	font-family: Georgia, Verdana,Arial,SunSans-Regular,Sans-Serif;
}
.install .title_db
{
	padding: 10px 10px 10px 30px;
	background-image: url(Images/db.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	font-family: Georgia, Verdana,Arial,SunSans-Regular,Sans-Serif;
}
.install .head
{
	background-color: #055D9C;
	color: white;
	border-bottom: solid 1px #27A4FC;
	padding: 5px 10px 3px 10px;
}
.install .button
{
	width: 100%;
	clear: both;
	background-color: #c0c0c0;
	border-top: solid 1px #27A4FC;
	padding: 10px 0;
	text-align: center;
}
.install .item
{
	width: 100%;
	margin: 8px 0px 4px 0px;
	clear: both;
	line-height: 2em;
}
.install .item .title
{
	float: left;
	text-align: right;
	font-size: 12px;
	width: 120px;
}
.install .item .content
{
	float: left;
	text-align: left;
	margin-left: 10px;
}
/*upgrade.aspx css end*/