@import url("../../Interwix.Modules.Publications/styles/Publications.css");

/*********************************************
Search Question
*********************************************/

.ctrlSearchQuestion_panel
{
	/*border: solid 1px #7490E0;*/
	height:24px;
	background: url(../images/Search_bg.gif) 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
{
	/* Orginal Intervix Theme 	
    height:18px; 	
	background: #FFFFFF; 	
	border: solid 1px #6780C9; 	
	font-size: 11px; 	
	width: 128px; 	
	color: #000000; 	
	padding-left: 2px;*/ 
	/* CSS for Button inside td */
	/* Felles Theme*/
	height: 15px;
	width: 93px;
	border: 1px solid #dadada;
	font-family: Tahoma;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	
	
}

.ctrlSearchQuestion_btnSearch
{
	/* CSS for td */
	width: 17px;
	padding-top:3px
	
}

.ctrlSearchQuestion_btnSearch INPUT
{
	/* CSS for Button inside td*/
	/*width: 18px; 	height: 18px; 	font-size: 6px; 	background: #9CAEE5 url(../images/btnSearch.gif); 	border-top: solid 1px #8AA1DF; 	border-left: solid 1px #8AA1DF; 	border-right: solid 1px #7186C4; 	border-bottom: solid 1px #7186C4; 	cursor: hand; 	padding: 0; 	margin: 0;*/
	width: 15px;
	height: 14px;
	background: url(../images/btnSearch.gif);
	background-repeat:	no-repeat ;
	background-position:center;
	border:Solid 0px #E9E9E9;
	
}

/*********************************************
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;
}

