/*锝匡編锝硷拷iv锞楋緶锞岃〗锟斤浇*/
.leftsection{
	width:20%;
	padding:10px 0% 0px 0%;
	text-align:left;
	color:#7E7E7E;
	
	/* -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px; */
}

.rightsection{
	width:80%;
	padding:10px 0%;
	float:right;
	text-align:left;
	color:#7E7E7E;
}

/*锝匡編锝硷拷锝硷締锝緫锟斤浇*/
.blogimage{
	width:30%;
	float:left;
	padding: 0px;
	margin-left:2%;
	border: 0px solid #e9e9e9;
}

/*锝匡編锝硷拷锞咃緩锝緫锟斤浇*/
.bloginfo{
	width:60%;
	float:right;
	border: 0px solid #eeeeee;
}

/*锞嶏浆锞�嫆锞庯郊锟斤緪锝憋拷锟斤浇*/
.blogwidgetstart{
	width:99%;
	float:left;
	position:relative;
	background-color:white;
	height:auto;
	border:1px solid #e9e9e9;
	margin-top:0px;
}

.blogwidget{
	clear:'both';
	width:99%;
	position:relative;
	background-color:white;
	height:auto;
	border:1px solid #e9e9e9;
	margin-top:20px;
}

/*footer锞戯拷锝�/
#footer{
	width:100%;
	float:left;
	background-image: url(../images/footer-bg.png);
	min-height:50px;
	margin-top:20px;
}

.blogwrapstart{
	width:100%;
	float:left;
	position:relative;
	background-color:white;
	height:auto;
	border:1px solid #e9e9e9;
	margin-left:15px;
}

.blogwrapstartbrief{
	width:100%;
	float:left;
	position:relative;
	background-color:white;
	height:auto;
	border:1px solid #e9e9e9;
}

.blogtitle{
	padding-top:10px;
	background-color:#FFE6D9;
	font-size:20px;
	color:#AE0000;
	width:100%;
	float:left;
	text-align:left;
	border-bottom:0px solid #d5d5d5;
	min-height:25px;
}

.widgettitle{
	padding-top:10px;
	background-color:#FFE6D9;
	font-size:20px;
	color:#AE0000;
	width:100%;
	float:left;
	text-align:left;
	border-bottom:0px solid #d5d5d5;
	min-height:25px;
}

p{ 
	word-wrap:break-word; 
	word-break:normal; 
}

span {
	word-wrap:break-word;
	word-break:normal;
}

.p-show{
	font-size:20pt;
}
.show-span{
	color:black;
	font-size:15pt;
}

#header{
	width:100%;
	float:left;
	/* background-image: url(../images); */
	/* background-image: url(../images/header-bg.png); */
	background-repeat: repeat-x;
	/*height:160px;*/
	height:70px;
	padding-bottom:17px;
}

body{
	width:100%;
	margin:0px;
	padding:0px;
	top:0;
	/* background-image: url(../images); */
	/* background-image: url(../images/bg.png); */
	background-repeat: repeat;
	font: 12px/20px "SimSun","\5b8b\4f53","Arial Narrow",HELVETICA;
}

#navigation{
	background-image: url(../images/bg.png);
	width:100%;
	float:left;
	box-shadow:0px 1px 5px #d0cfcf;
}

#footerbottom{
	/* background-color:white; */
	background-image: url(../images/bg.png);
	width:100%;
	box-shadow:0px -1px 5px #d0cfcf;
	margin-top:25px;
	min-height:46px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index:3000;
}


.ui-spinner-input {
    border: none;
    background: white;
    color: black;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: white url("css/../jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333333;
}

.smallsmoothrectange{
	padding: 6px 12px;
	border-radius:4px;
	/*font-family: sans-serif;*/
	font-family: "SimSun","\5b8b\4f53","Arial Narrow",HELVETICA;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0px 1px 2px #333;
	box-shadow: 0px 1px 2px #999;
	font-size:10pt;
	margin:0px 5px 0px 5px;
}

a:link.orangebutton, a:visited.orangebutton{
	border:1px solid #6495ED;
    background: #6495ED;
    background: -moz-linear-gradient(top, #6495ED, #6495ED);
    background: -webkit-gradient(linear,left top, left bottom, from(#6495ED), to(#6495ED));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#6495ED', EndColorStr='#6495ED', GradientType=0);
	color:white;
}

a:hover.orangebutton{
	border:1px solid #6495ED;
    background: #6495ED;
    background: -moz-linear-gradient(top, #6495ED, #6495ED);
    background: -webkit-gradient(linear,left top, left bottom, from(#6495ED), to(#6495ED));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#6495ED', EndColorStr='#6495ED', GradientType=0);
	color:white;
}