/*******************Knowledge Base Styles*********************/

/*Container div for article section of knowledge base*/
.KBcontainer
{
	margin-left:283px;
	margin-right:10px;
	margin-top:15px;
}
.KBcontainer .label
{
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
}
.KBcontainer a {
	font-size: 9pt;
	color: #0000FF;
	text-decoration: none;
}
.KBcontainer a:hover {
	font-size: 9pt;
	color: #D4272B;
}
.KBcontainer a:visited {
	font-size: 9pt;
	color: #0000FF;
}
.KBcontainer a:visited:hover {
	font-size: 9pt;
	color: #D4272B;
}

/* GridView Cells */
.KBcontainer td{
	color:#666666;
	font-size:9pt;
}

/*Container div for tab panel*/
.KBtab
{
	float:left;
	width: 250px;
}

#ctl00_ContentPlaceHolder_KnowledgeBase1_TabContainer1_header{
width:273px;
}

/*Rating styles*/
.filledRatingStar {
background-image:url(../../inc/css/image/FilledStar.png);
}
.ratingStar {
background-repeat:no-repeat;
cursor:pointer;
display:block;
font-size:0pt;
height:12px;
margin:0px;
padding:0px;
width:13px;
}
.displayStar
{
background-repeat:no-repeat;
display:block;
font-size:0pt;
height:12px;
margin:0px;
padding:0px;
width:13px;
}
.savedRatingStar{
background-image:url(../../inc/css/image/waitingstar.png);

}
.emptyRatingStar
{
background-image:url(../../inc/css/image/emptyStar.png);
}
.RatingModal
{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: #888888;
	z-index: 101;
	filter:alpha(opacity=50);
	opacity: .5;
}
#RatingPopup
{
	display:none;
    position:absolute;
    top:100px;
    left:100px;
    z-index:102;
	border:solid 1px #000000;
	background-color:#FFFFFF;
    width:300px;
    height:75px;	
}
#RatingPopup #Header
{
	background-color:Blue;
	padding:3px;
}
#RatingPopup #Header .label
{
	font-size:10pt;
	color:#FFFFFF;
    background-color:Red;
    border: solid 1px #FFFFFF;
    padding-left:3px;
    padding-right:3px;
}
#RatingPopup #Body
{
	margin: 5px 0px 0px 3px;
	padding:3px;
}
/*Article grid in tab container*/
.KBGrid
{
	width:250px;
}
/*Atricle tree on tab container*/
.KBTree
{
	margin:10px 3px 3px 3px;
}
.KBtitle
{
	font-size:larger;
	color: #666666;
	font-family:Arial;
	font-weight:bold;
}
/*leave empty to turn off highlighting keywords*/
.highlight
{
	background-color: Yellow;
    color:Blue;
}

/* Used with draggable panel ONLY */
#OpenSearch {
	cursor:pointer;
}
#window
{
	position: absolute;
	width: 250px;
	height: 300px;
	overflow: hidden;
	top:200px;
	left:200px;
	border: solid 1px #000000;
	background-color:#CCCCCC;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 220px;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 1px;
	bottom: 1px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 4px;
	width: auto;
	height: auto;
	overflow: auto;
	overflow-x:hidden;
	margin-right: 5px;
	border: 1px solid #999999;
	height: 255px;
	width: 230px;
	padding:5px;
	padding-bottom:1px;
	background-color: #FFFFFF;
}
.transferer2
{
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

/* Rescent articles */
.RecentBorder{
	font-size:11pt;
	color:#666666;
}