@charset "utf-8";

/* --------------------------------------------------------------------------------------- 

###############  SCREEN -  Usc Stylesheet  ##################

*	Project Info
*
*	Project : WanerSoft , Usc. site
*	Site : www.wanersoft.com
*	File : css/Style.css
*	Usage : Usc Stylesheet 
*	Copyright : ( c ) 2008  WanerSoft , Inc. 
*	License : Creative Commons ( cc )

*	WebDeveloper Info
*
*	Author : iSong
*	Email : isong.ge@gmail.com
*	Site : www.isonge.cn
	
*	Creation & Subversion Keywords:
*
*	Creation Data : 2008-5-24 
*	LastChangedBy: iSong


 --------------------------------------------------------------------------------------- */




/*--------------------------------------------Reset---------------------------------------------
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*--------------------------------------------Reset End-----------------------------------------
*/





/*--------------------------------------------Defult---------------------------------------------
*/


html {
	color:#678197;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

body {
	color:#666666;
}

a {
	color:#66a3d3;
	text-decoration:none;
}

a:hover {
	color: #f03b58;
}

.float_l {
	float:left;
}

.float_r {
	float:right;
}

.clear {
	clear:both;
}

h1 {
	font-size:1.65em;
}

h2 {
	color: #f03b58;
	font-size:1.6em;
}

h3 {
	color:#333333;
	font-size:1.2em;
}


/*--------------------------------------------Defult End-----------------------------------------
*/




/*--------------------------------------------Global Elements-----------------------------------
*/


/*Link Elements*/

a.topLink {
	color:#678197;
	display:block;
	float:left;
	padding:6px;
	margin:0 2px;
	text-decoration:none;
}

#searchIndex div#header a.topLink {
	margin-top:5px;
}

a.topLink:hover {
	color:#FFF;
	background:#232E31;
}

a.c {
	color: #f03b58;
}

a.c:hover {
	text-decoration:underline;
}
div#content h3 a {
	color:#333333;
}

div#content h3 a:hover {
	text-decoration:underline;
}


/*Tittle Fronts*/

div#header h1 {
	color:#FFF;
}

div#content h2 {
	margin-bottom:1em;
}

div.twoColumn h3 {
	border-bottom:1px solid #CACACA;
	padding-bottom:4px;
}


/*--------------------------------------------Global Elements End----------------------------
*/




/*--------------------------------------------Layout---------------------------------------------
*/


div#header {
	background:#04090B url(../images/bg_header.png) repeat-x left top;
	color:#FFF;
	height:130px;
}

#searchIndex div#header, #searchResult div#header {
    background-position:left -90px;
	height:40px;
	padding:0 20px;
}

div#headTop, div#headBottom {
	width:925px;
	margin:0px auto;
}

div#headTop {
	height:24px;
}

div#headBottom {
	height:62px;
}

#searchResult div#header #searchBox {
	margin:7px 0 0 0;
}

div#wrapper {
	width:925px;
	margin:0px auto;
}

div#siderbar {
	float:left;
}

div#content {
	line-height:1.65em;
	width:685px;
	float:right;
}

div.twoColumn {
	width:300px;
	padding-right:20px;
}

div#footer {
	background:#FFF url(../images/bg_header.png) repeat-x left -125px;
	height:90px;
	padding-top:10px;
	clear:both;
}

div#copyright {
	text-align:center;
	padding:20px 0;
	line-height:1.8em;
	clear:both;
}

/*Uhare*/

div#uHare {
	color:#66a3d3;
	padding:1.2em 0;
}

div#uHare a {
	color:#678197;
}

div#uHare a:hover {
	text-decoration:underline;
}

/*LinkTop*/

div#linkTop {
	text-align:right;
	padding:10px 0;
}

/*CodeBox*/

div.codeBox {
	color:#678197;
	font-size:11px;
	background:#fff5fa;
	border:1px solid #f8b3d0;
	line-height:1.5em;
	margin:0 auto 1em auto;
	padding:1em 2em;
	width:90%;
}


/*--------------------------------------------Layout End-----------------------------------------
*/




/*--------------------------------------------SiteNav---------------------------------------------
*/


#siteNav {
	font-size:12px;
	height:45px;
	width:925px;
	margin:0px auto;
}

#siteNav ul {
	float:right;
}

#siteNav li {
	display:inline;
}

#siteNav a {
	color:#FFF;
	float:left;
	padding:0 0 0 3px;
	margin-left:3px;
	text-decoration:none;
	height:45px;
}

#siteNav a span {
	display:block;
	float:left;
	padding:15px 10px 0 7px;
	height:30px;
}

#siteNav a span img {
	margin:0 4px 0 0;
	vertical-align:text-bottom;
}

#siteNav a:hover {
	color:#000;
	background:#FFF url(../images/left.png) no-repeat left top;
}

#siteNav a:hover span {
	background:#FFF url(../images/right.png) no-repeat right top;
}

#siteNav a.current {
	color:#000;
	background:#FFF url(../images/left.png) no-repeat left top;
}

#siteNav a.current span {
	background:#FFF url(../images/right.png) no-repeat right top;
}


/*--------------------------------------------SiteNav End-------------------------------------
*/




/*--------------------------------------------SideNav---------------------------------------------
*/


div#sideNav {
	width:211px;
}

div#sideNav ul {
	margin-top:0;
	border-top:4px solid #34454f;
	background:transparent url(../images/bg_nav_ul.gif) no-repeat top right;
	padding-bottom:325px;
}

div#sideNav li {
	border-bottom:1px solid #ced3d5;
	background:	transparent url(../images/bg_nav_item_hover.gif) repeat-y top right;
}

div#sideNav li a:link, div#sideNav li a:visited {
	line-height:27px;
	display:	block;
	color:#1a6ab3;
	background:	transparent url(../images/bg_nav_item.gif) repeat-y top right;
}

div#sideNav li a:hover {
	text-decoration:	none;
	background-image:	none;
	color:#0e7fc7;
}

div#sideNav li.current {
	background:transparent url(../images/bg_nav_current.gif) no-repeat center left;
	padding-left:	20px;
	font-weight:bold;
}

div#sideNav li.current a {
	background-image:none;
	background-color:	#fff;
}


/*--------------------------------------------SideNav End------------------------------------------
*/




/*--------------------------------------------Table-BugList-----------------------------------
*/


table#BugList {
	width:100%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em 0 1em;
	border-collapse:collapse;
}

table#BugList thead th {
	text-align:center;
}

table#BugList th {
	color: #678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.4em 1em;
	background:#f4f9fe;
}

table#BugList td {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}


/*--------------------------------------------Table-BugList End-------------------------------
*/




/*--------------------------------------------Forms---------------------------------------------
*/

label {
	line-height:3em;
}

input {
	color:#666;
	font-size:12px;
}

textarea {
	width:681px;
	height:10em;
	padding:2px;
	color:#666;
	font-size:12px;
	border:1px solid #DDDDDD;
}

input[type="text"] {
	padding:3px;
	width:180px;
	height:12px;
	border:1px solid #DDDDDD;
}

input[type="radio"] {
 *margin:-1px 0 0 1px;
}

input[type="file"] {
	height:18px;
	margin:0 0 0 4px;
 *margin:-1px 0 0 4px;
}

* html input.checkbox {
	margin:-1px 0 0 -2px;
}

* html input.radio {
	margin:-1px 0 0 -2px;
}

* html input.file {
	margin:-1px 0 0 1px;
}

div#WanerSearch {
	margin:12% auto 0;
	width:700px;
}

div#WanerSearch img.logo {
	display:block;
	margin:0 auto;
}

div#WanerSearchBox {
	text-align:center;
	margin:24px auto 60px auto;
}

div#WanerSearchBox input.textfield {
	float:none;
	font-size:14px;
	height:16px;
	width:350px;
	margin-left:45px;
	padding:3px;
}

div#WanerSearchBox input.search_button {
	float:none;
	top:7px;
}

*html div#WanerSearchBox input.search_button {
	top:4px;
}

*+html div#WanerSearchBox input.search_button {
	top:4px;
}

div#searchBox {
	float:right;
	width:auto;
	margin:24px 0 0 0;
}

input.textfield {
	float:left;
	border:1px solid #a7a6aa;
	background:#FFFFFF url(../images/bg_input.gif) no-repeat scroll left top;
}

input.search_button {
	float:left;
	left:5px;
	position:relative;
	top:-1px;
}


/*--------------------------------------------Forms End-------------------------------------------
*/




/*--------------------------------------------WanerSearch-----------------------------------------
*/


div#reslutWrapper {
	line-height:1.6em;
	padding:0 20px;
	margin:20px 0 0 0;
}

div#KeyWords {
	color:#678197;
	margin:0 0 2em;
	padding:1em 2em 1.4em 2em;
	background:#fff9ed;
	border:1px solid #fd9;
}

div#KeyWords a {
	color: #f03b58;
	font-size:16px;
	line-height:1.8em;
	padding:0 0 0 1em;
	text-decoration:underline;
}

div.resultItem {
	padding-bottom:1em;
}

div.resultItem div.reslutTittle {
	font-size:15px;
	line-height:1.8em;
}

div.resultItem div.reslutTittle a {
	text-decoration:underline;
}

div.resultItem span.highlight {
	color: #f03b58;
}


/*--------------------------------------------WanerSearch End---------------------------------------
*/




/*--------------------------------------------Article---------------------------------------------
*/


div#article {
	border-bottom:1px dotted #DDDDDD;
	padding-bottom:30px;
	margin-bottom:30px;
}

div#article h3#artileTittle {
	font-size:1.5em;
}

div#articleInfo {
	color:#678197;
	padding:2em 0 1.5em 0;
}

div#articleInfo img {
	vertical-align:text-bottom;
	margin-right:.5em;
}

div#articleInfo span {
	color:#66a3d3;
	margin-right:.5em;
}

div#articleInfo a {
	text-decoration:underline;
}


/*--------------------------------------------Article End-----------------------------------------
*/




/*--------------------------------------------Comment---------------------------------------------
*/


div.comment {
	color:#678197;
	border:1px solid #DDDDDD;
	border-bottom:none;
	padding:1em;
	margin-top:1.5em;
}

div.commentInfo {
	background:transparent url(../images/bg_comment.png) no-repeat left top;
	padding:10px 0 0 12px;
}

div.adminComment {
	background:#f7fdff;
	border:1px solid #b2e0ec;
	border-bottom:none;
	padding:1em;
	margin-top:1em;
}

div.adminCommentInfo {
	background:transparent url(../images/bg_adminComment.png) no-repeat left top;
	padding:10px 0 0 12px;
}

/*--------------------------------------------Comment End--------------------------------------
*/



/*------------------------------------------Div Items---------------------------------------------
*/


div.item {
	margin:	0 35px 30px 0;
	padding-bottom:10px;
	float:left;
	width:190px;
	height:6em;
}

div.itemTitle a:link, .itemTitle a:visited {
	text-decoration:underline;
}

div.itemTitle a:hover {
	text-decoration:underline;
	color: #0A4F8F;
}

div.itemTitle span {
	color: #666;
}

div.itemTitle img {
	margin-bottom:	-4px;
}

div.item .description {
	color:#646464;
}


/*--------------------------------------------Items---------------------------------------------
*/




/*--------------------------------------------UL Items------------------------------------------
*/


ul.topicItem {
	margin:15px 0;
}

ul.topicItem li {
	background:transparent url(../images/icon_article_li.png) no-repeat left top;
	padding:0 0 5px 24px;
	line-height:18px;
	margin:5px 0;
}

ul#BugTip {
	line-height:1.8em;
}

ul#BugTip li {
	background:transparent url(../images/icon_BugTip_li.png) no-repeat left 7px;
	margin-bottom:1em;
	padding-left:18px;
}

ul#LicenseTip {
	line-height:1.2em;
}

ul#LicenseTip li {
	background:transparent url(../images/icon_BugTip_li.png) no-repeat left 2px;
	margin-bottom:0.6em;
	padding-left:18px;
}


/*--------------------------------------------UL Items End---------------------------------------
*/




/*--------------------------------------------Tip Items---------------------------------------------
*/


div.tip {
	color:#678197;
	line-height:1.5em;
	margin:0 0 1em;
	padding:1.5em 2em;
}

div.tip img {
	vertical-align: text-bottom;
	padding:0 2em 0 0;
}

div.info {
	background:#eff7ff;
	border:1px solid #96c2f1;
}

div.allRight {
	background:#f2fddb;
	border:1px solid #adcd3c;
}

div.attation {
	background:#fff5fa;
	border:1px solid #f8b3d0;
}

div.help {
	background:#fff9ed;
	border:1px solid #fd9;
}

span.note {
	color: #f03b58;
}

/*--------------------------------------------Tip Items End-----------------------------------------
*/


/*--------------------------------------------Plist----------------------------------------
*/

div.pList {
	margin:3px;
	padding:3px;
	text-align: left;
	margin-bottom:20px;
}

div.pList a {
	color: #0061de;
	border:#dedfde 1px solid;
	background-position:50% bottom;
	margin-right:3px;
	padding:2px 6px;
	text-decoration:none;
}

div.pList a:hover, div.meneame a:active {
	color: #fff;
	border:#000 1px solid;
	background:#0061de none;
}

div.pList span.current {
	padding:2px 6px;
	font-weight:bold;
	color: #ff0084;
	margin-right:3px;
}

div.pList span.disabled {
	padding:2px 6px;
	color: #adaaad;
	margin-right:3px;
}


/*--------------------------------------------Plist End----------------------------------------
*/
