@import url("../../Interwix.Modules.Publications/styles/Publications.css");

/*********************************************
Search Question
*********************************************/

.ctrlSearchQuestion_panel
{
	/*border: solid 1px #7490E0;*/
	height:24px;
	/*background: url(../images/Search_bg.png) no-repeat ;*/
	padding-left:6px;
	margin-left:8px; 
}


.ctrlSearchQuestion_lblSearch
{
	display: none;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: lowercase;
}

.ctrlSearchQuestion_tbSearch
{
	/* CSS for td*/
	width: 93px;
	padding-left: 2px;
	padding-top:3px;
	
}

.ctrlSearchQuestion_tbSearch INPUT
{
	 
	/* CSS for Button inside td */
	/* Felles Theme*/
	height: 15px;
	width: 93px;
	border: 1px solid #dadada;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #757575;
	font-weight: normal;
}

.ctrlSearchQuestion_btnSearch
{
	/* CSS for td */
	width: 17px;
	padding-top:3px
}

.ctrlSearchQuestion_btnSearch INPUT
{
	/* CSS for Button inside td*/

	width: 11px;
	height: 11px;
	
	/*background-image: url(../images/btnSearch.png);
	background-repeat:	no-repeat ;
	background-position:center;*/
	border:Solid 0px #E9E9E9;
	visibility:hidden;
	
}

/*********************************************
Publications Search Results
*********************************************/

.ctrlPublications_Search_pnlResultInfo
{
	/*border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;*/
	border-top: solid 1px #A8B2B3;
	border-bottom: solid 1px #A8B2B3;
	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;
}
