@import url("../../Interwix.Modules.Publications/styles/Publications.css"); 

/*********************************************
Search Question
*********************************************/

.ctrlSearchQuestion_panel
{
}


.ctrlSearchQuestion_lblSearch
{
	display:none;
	font-size: 9px;
	color: #FFFFFF;
	font-weight:normal;
	text-transform:lowercase;
}

.ctrlSearchQuestion_tbSearch
{
	padding-left: 2px;
	font-family:Arial,Tahoma,Verdana; 
	color:White; 
	font-weight:bold; 
	font-size:7pt;  
}

.ctrlSearchQuestion_tbSearch INPUT
{
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	background: #FFFFFF;
	color:#000000;
	border: solid 1px #ACAFB2;
	border-bottom-color: #CFD2D5;
	border-right-color: #CFD2D5;
	padding-left: 2px;
	width:100px; 
}

.ctrlSearchQuestion_btnSearch
{
	width: 20px;
	padding-left: 2px;
}

.ctrlSearchQuestion_btnSearch INPUT
{
	width:0px;
	height:0px;
	font-size:6px;
	background: #F9AC2A url(../images/btnSearch.gif);
	
	border-top: solid 0px #F26522;
	border-left: solid 0px #F26522;
	border-right: solid 0px #C12F18;
	border-bottom: solid 0px #C12F18;

	cursor:hand;
	padding:0;
	margin:0;
}

/*********************************************
Publications Search Results
*********************************************/

.ctrlPublications_Search_pnlResultInfo
{
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	margin-top: 5px;
	padding: 3px;
	color: #000000;
	font-size:11px;
}

.ctrlPublications_Search_pnlAdvancedDetails
{
	margin-top:5px;
	padding:3px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	background:#F8F8F8;
}

/*********************************************
FAQ Search Results
*********************************************/

.ctrlFAQ_Search_pnlResultInfo
{
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	margin-top: 5px;
	padding: 3px;
	color: #000000;
	font-size:11px;
}

.ctrlFAQ_Search_pnlAdvancedDetails
{
	margin-top:5px;
	padding:3px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	background:#F8F8F8;
}

.ctrlFAQ_QuestDatalist TD
{
	border-bottom: solid 1px #F6F6F6;
}

.ctrlFAQ_QuestDatalist A
{
	color: #455B72;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 4px;
	text-decoration: none;
}

.ctrlFAQ_QuestDatalist A:hover
{
	color: #7A4141;
}

.ctrlFAQ_QuestDatalist INPUT
{
	margin-left:4px;
}

.ctrlFAQ_AnswerBlock
{
	width: 100%;
	border: dashed 1px #D8D8D8;
	color: #464646;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	background-color:#FFFFFF;
	padding:4px;
	margin-left:15px;
	margin-top:5px;
}

/*********************************************
Links Search Results
*********************************************/

.ctrlThematicLinks_Search_pnlResultInfo
{
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	margin-top: 5px;
	padding: 3px;
	color: #000000;
	font-size:11px;
}

.ctrlThematicLinks_Search_pnlAdvancedDetails
{
	margin-top:5px;
	padding:3px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	background:#F8F8F8;
}

.ctrlThematicLinks_LinkItem
{
	border-bottom: dashed 1px #EEEEEE;
	margin-bottom: 7px;
}

.ctrlThematicLinks_LinkDesc
{
	padding-top: 5px;	
	padding-bottom: 5px;
}

.ctrlThematicLinks_LinkClicks
{
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 3px;
}