﻿/*
    知识库基础样式
*/

*{margin:0;padding:0;list-style-type:none}

.main{background:white;}

.DivMainContent{float:left;width:720px;margin-left:10px;}

img{border:none;}

tr{height:40px;}

.LbMenuName{font-size:20px;font-weight:600;line-height:1.25;color:#333;}
.DivChildMenu{color:#333;font-size:15px;margin-top:5px;}
.DivChildMenu .child-menu{color:#333;font-size:20px;}
.DivGrandChildMenu .grand-menu{color:#333;font-size:12px;}
.DivGrandChildMenu{color:#333;margin:0px 0px 0px 20px;font-size:15px;}
.content_describe{font-size:13px;color:#333;font-weight:normal;line-height:20px;margin-top:20px;}
.container
{
    margin-top:30px;
	border:1px solid #d5d5d5;
	border-radius:3px
}

.container:hover
{
	border-color:#CCC;
	box-shadow:0 0 5px rgba(0,0,0,0.2)
}

.container h2
{
	height:35px;
	border-radius:3px 3px 0 0;
	background-color:#f0f0f0;
	line-height:35px
}

.container h2 strong
{
	float:left;
	margin:0 10px 0 30px;
	font-weight:bold;
	font-size:14px;
	color:#fa7a19
}
.container .content
{
    clear:both;
    overflow:hidden;
    margin:30px;
    min-height:40px;
}

.testButton{
	position:relative;
	display:inline-block;
	padding:.45em .825em .45em;
	text-align:center;
	line-height:1em;
	border:1px
solid transparent;
	cursor:pointer;
	border-radius:.3em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	box-shadow:0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35);
	-moz-box-shadow:0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35);
	-webkit-box-shadow:0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35);
	-moz-transition-property:color,-moz-box-shadow,text-shadow;
	-moz-transition-duration:.05s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-property:color,-webkit-box-shadow,text-shadow;
	-webkit-transition-duration:.05s;
	-webkit-transition-timing-function:ease-in-out;
	color:#fcf9f9;
	text-shadow:0 -1px rgba(34,25,25,0.5);
	background:-moz-linear-gradient(center top , rgb(84, 177, 235), rgb(71, 160, 224) 50%, rgb(65, 159, 225) 50%, rgb(54, 131, 213)) repeat scroll 0% 0% transparent;
	font:18px/180% Arial,Lucida,Verdana,"宋体",Helvetica,sans-serif;
	font-weight:800;
	line-height:1em;
	width:80px;
	height:40px;
}
.testButton:hover
{
    color:#fff;
	text-shadow:0 -1px rgba(34,25,25,0.3);
	background:-moz-linear-gradient(center top , rgb(94, 180, 234), rgb(97, 161, 238) 50%, rgb(89, 165, 235) 50%, rgb(54, 145, 230)) repeat scroll 0% 0% transparent;
}

.RedButton{
	color:#fcf9f9;
	text-shadow:0 -1px rgba(34,25,25,0.5)
}

.RedButton:hover{
	color:#fff;
	text-shadow:0 -1px rgba(34,25,25,0.3)
}

.RedButton:active{
	color:#f2f0f0;
	text-shadow:0 -1px rgba(34,25,25,0.6)
}

.RedButton{
	border-color:#015E91;
	background-color:#3693D5;
	background:-moz-linear-gradient(center top , #54B1EB, #47A0E0 50%, #419FE1 50%, #3683D5);
	background:-o-linear-gradient(top left, #54B1EB, #47A0E0 50%, #419FE1 50%, #3683D5);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#54B1EB),to(#47A0E0),color-stop(.5,#419FE1),color-stop(.5,#3683D5));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54B1EB',endColorstr='#3683D5')
}

.RedButton:hover{
	border-color:#0366AD;
	background-color:#3EA1D6;
	background:-moz-linear-gradient(center top, #5EB4EA, #61A1EE 50%, #59A5EB 50%, #3691E6);
	background:-o-linear-gradient(top left, #5EB4EA, #61A1EE 50%, #59A5EB 50%, #3691E6);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#5EB4EA),to(#61A1EE),color-stop(.5,#59A5EB),color-stop(.5,#3691E6));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5EB4EA',endColorstr='#3691E6')
}

.RedButton:active{
	border-color:#013B6A;
	background-color:#3089C8;
	background:-moz-linear-gradient(center top, #4B9CDD, #4189D5 50%, #3D8BD3 50%, #3093C8);
	background:-o-linear-gradient(top left, #4B9CDD, #4189D5 50%, #3D8BD3 50%, #3093C8);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4B9CDD), to(#4189D5), color-stop(.5,#3D8BD3),color-stop(.5,#3093C8));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B9CDD', endColorstr='#3093C8')
}

.RedButton.Button18:hover
span{
	box-shadow:0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 10px rgba(82, 162, 235, 0.25);
	-moz-box-shadow:0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 10px rgba(82, 162, 235, 0.25);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 10px rgba(82, 162, 235, 0.25)
}

.RedButton.Button18:active
span{
	box-shadow:0 1px 2px rgba(34, 25, 25, 0.25) inset, 0 0 3px rgba(82, 202, 235, 0.35);
	-moz-box-shadow:0 1px 2px rgba(34, 25, 25, 0.25) inset, 0 0 3px rgba(82, 202, 235, 0.35);
	-webkit-box-shadow:0 1px 2px rgba(34, 25, 25, 0.25) inset, 0 0 3px rgba(82,202,235,0.35)
}

.RedButton{
	display:block;
}

.Tbx_radius
{
    width:450px;
    border:solid 1px #ccc;
    box-shadow:0 1px 10px rgba(0,0,0,0.1) inset;
    height:35px;
    text-indent:10px;
}
.Tbx_radius:focus
{
    border:solid 1px #006499;
	border-color:#006499;
	box-shadow:0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(82, 162, 235, 0.35);
	-moz-box-shadow:0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(82, 162, 235, 0.35);
	-webkit-box-shadow:0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(82, 162, 235, 0.35)
}
.border_radius
{
    border-radius:5px;
    font-size:18px;
}

.main_menu
{
    color:Black;    
}

.DropDownList
{
    border:1px solid rgb(187, 187, 187);
    width:195px;
    margin-right:15px;
    height:30px;
    padding:4px 6px;
    border-radius:0px;
    cursor:pointer;
    font-size:13px;
    vertical-align:middle;
    font-family:Arial,"Microsoft YaHei",sans-serif;
}
.DropDownList:focus
{
    outline:thin dotted rgb(51, 51, 51);    
    outline-offset:-2px;
}

.container h2 strong .RadioButton
{
    font-size:12px;
    font-weight:normal;
    color:Black;
    margin-left:10px;    
}

.main_content{margin-top:30px;}
.keyword{margin-left:10px;}
