/************************************************************************************** 
	Generic styles for new Kana pages
	CSS validated to CSS level 2.1
	New 25/03/2010 vijay jayaraman
	Updated 22/11/2010 Vijay Jayaraman - Omniture Search Search Implementation
***************************************************************************************/ 
blockquote{margin-left: 40px; margin-bottom: 10px;}
/***************************************************************************************
  Mobile & MBB Startup styles  
***************************************************************************************/
#kana_kbHeader{
	height:60px;
}
#kana_kbHeader span#help{
	position:relative;
	top:25px;
	margin:0px;
	padding:0px;
}
#kana_kbHeader span#kb{
	position:relative;
	top:25px;
	margin:0px;
	padding:0 0 0 10px;
}
#kana_kbHeader span#iPhoneback{
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
	top:30px;
	display:inline;
}
span#Businessback{
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
	display:inline;
}
/***************************************************************************************
  Top and Bottom divider styling  
***************************************************************************************/
#kana_Divider{
	height:5px;
	background:url(/srvs/data/Images/Web/1x1_black.png) repeat;
	display:block;	
	padding:0;
	margin:0;
}
/***************************************************************************************
 Main container for all content
/***************************************************************************************
 Main container for all content
***************************************************************************************/
#kana_container{
	width:940px;
	padding:0;
	margin:0 30px 0 30px;
	font-size:0.9em;
	float:left;
	display: inline;
	min-height:400px;
}
*html #kana_container{
	height:400px;
}

/***************************************************************************************
 Container for navigational options 
***************************************************************************************/

#kana_mainNavigation{
	width:940px;
	margin-left:30px;
	margin-right:30px;
	font-size:0.9em;
	float:left;
	display:inline;
}
#kana_caseDocPresentation{
	width:940px;
	margin:0px 30px 0 30px;
	float:left;
	padding:0px;
	height:85px;
	display:inline;
}
#kana_BusinessDocPresentation{
	width:940px;
	margin:0px 30px 0 30px;
	float:left;
	padding:0px;
	height:60px;
	display:inline;
	border-bottom:#000000 5px solid;
}
#kana_BusinessDocPresentationblank{
	width:940px;
	margin:0px 30px 0 30px;	
	height:5px;
	float:left;
	display:inline;
	position:relative;
}

#kana_BusinessDocPresentationTitle{
	padding:0px;
	font-size:1.5em !important;
	font-weight:bold;
}
#kana_BusinessMain{
	width:940px;
	margin:0px;
	float:left;
	padding:0px;
	height:40px;
	display:inline;
	border-bottom:#000000 5px solid;
}
#BusinessTitle{
	color:#999999;
}
#kana_caseDocprintback{
	height:20px;
	padding:0px;
	width:940px;
	float:left;
	position:relative;
	top:0px;
	margin-left:30px;
	margin-right:30px;
}


#kana_nav{
	height:20px;
	background:url(/srvs/data/Images/Web/tab_alltopics.png) no-repeat;
	display:block;	
	padding:0;
	margin:0;
	position:relative;
	border-top:#000000 5px solid;
}

/**************************************************************************************
	kana_searchBoxContainer styles and Child styles
	Contains id references to the search box and all children thereof 
**************************************************************************************/
#kana_searchBoxContainer{
	position:relative;
	width:200px;
	height:25px;
	left:0px;
	top:0px;	
	cursor:pointer;
	z-index:91;	
}
/*Positional style for the form*/
#searchForm{	
	top:0px;
	height:20px;
	padding:0;
	margin:0;
}

/*Positional class for the always seen search box*/
#kana_searchBox{	
	position:relative;
	top:4px;
	height:20px;
	padding:0;
	margin:0;
	left:5px;
	width:175px;
}
/*Style for the input Text Box*/
#searchInput{
	float:left;
	height:16px;
	width:140px;
	border:1px solid #000000;
	font-size:9px;
}
#searchSubmit{
	float:left;
	top:6px;
}
/*Positional class for the always seen search box in main template*/
#kana_searchBoxContainerMain{
	position:relative;
	float:right;
	top:-40px;
	width:162px;
	height:20px;
	left:0px;
}
#kana_searchBoxMain{
	padding:0;
	margin:0;
}
#searchFormMain{	
	top:0px;
	padding:0;
	margin:0;
}
#searchInputMain{
	float:left;
	position:relative;
	height:18px;
	width:140px;
	border:1px solid #000000;
	font-size:9px;
	padding:0;
	margin:0;
}
#searchSubmitMain{
	float:left;
	padding:0;
	margin:0;
}
/*Positional styles*/
#kana_searchcontent{
	position:relative;
	display:block;
	width:940px;
	margin:auto;
	min-height:400px;
}
*html #kana_searchcontent{
	height:400px;
}

#searchResultsList{
	margin-left:0;
}

#searchResults{
	display:block;
}
#searchResults ul{
	list-style:none;
	padding:0;

}
#searchResults li{
	padding:10px 0 10px 0;
	border-bottom:1px solid #000000!important;

}
#searchResults a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#searchResults p{
	display:block;
}

#searchResultsNum{
	padding:0 0 5px 0;
}

#searchResultsKeyword{
	padding:0 0 5px 0;
	width:940px;
}
#searchResultsKeyword form{
	display:inline;
	margin-left:20px;	
}
#searchResultsKeyword span{
	font-weight:bold;
}

#searchPagination{
	width:100%;
	text-align:center;
	height:20px;
	margin:12px 0 0 0;				
}

#searchPagination a{
	color:#000000;
	text-decoration:none;
	padding:0 2px 0 2px;
}
#searchPagination a:hover{
	color:#000000;
	text-decoration:underline;
}
#searchPagination .next{
	padding:0 5px 0 30px;
}
#searchPagination .prev{
	padding:0 30px 0 5px;
}

#searchResultsKeywordInput{	
	height:16px;
	width:140px;
	font-size:10px;	
	border:1px solid #000000;
	float:left;
}
#kana_searchKeywordPresentation{
	position:relative;
	margin-top:10px;
}
#searchSubmitKeyword{
	float:left;
}
#searchResultsDidyoumean{
	font-weight:normal;
	padding:10px;
}
#searchResultsDidyoumean a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#searchNoResults{
	font-weight:normal;
	padding:10px;
}
#searchNoResults span{
	font-weight:bold;
}

/***************************************************************************************/
#kana_content{
	float:left;
	display:block;
	width:940px;	
	margin:auto;
	margin:0px 30px 30px 30px;
	min-height:400px;
}
*html #kana_content{
	height:400px;
	float:left;
	display:inline;
	width:940px;	
	margin:auto;
	margin:0px 30px 0 30px;
}
*html #kana_content_print{
	width:67px;
	display:none;
	padding:0 0 0px 0;
	float:left;
	position:relative;
	float:left;
	margin:0px;
}
*html #kana_caseDocprintback{
	display:inline;	
	top:-20px;
}
*html #kana_endPointBack{
	padding:0px;
	margin:0px;
	display:none;
	float:right;
	position:relative;
}

*html div#kana_BusinessDocPresentationblank{
	width:940px;
	margin:0px 30px 0 30px;	
	height:40px;
	float:left;
	display:inline;
	position:relative;
}
*html #kana_device_content{
	float:left;
	display:inline!important;
	width:638px!important;
	margin-top:25px!important;
	margin-top:25px!important;
	margin-bottom:10px;
	position:relative!important;
}
*html #kana_device_content_top{
	background-image:url("/srvs/data/Images/Web/Arrow-top-with-line.jpg");
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:20px;
	width:638px!important;	
	display:inline!important;
	top:-20px;
	LEFT:-1PX;
}
*html #kana_device_content_bottom{
	background-image:url("/srvs/data/Images/Web/curve-line-bottom.jpg");
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:19px;
	width:638px!important;	
	display:inline!important;
	bottom:-38px;
}

/**************************************************************************************
Misc styles
**************************************************************************************/
/*Positional styles for housekeeping divs that will never be presented to the end user*/
#kana_hideBarText{
	color:#ffffff;
	position:absolute;
	top:-50px;
	left:-50px;
	width:100%;
}
#kana_targetId{
	color:#ffffff;
	position:absolute;
	top:-50px;
	left:-50px;
}
/*Class to be applied to list hyperlinks once they're been activated*/
.activeLink{
	font-weight:bold;
	padding-left:0px;		
}
#kana_endPoint_Title{
	font-weight:bold;
	font-size:28px;
	line-height:29px;
	padding:0px 0 20px 0;
}
#kana_content_print{
	width:67px;
	display:none;
	padding:5px 0 0 0;
	position:absolute;
	margin:0px;
}
#kana_content_print a{
	text-decoration:none;
}
#kana_endPointBack{
	padding:5px 0 0 0;
	display:none;
	float:right;
	position:relative;
}
#kana_endPointBack a{
	text-decoration:none;	
}
#kana_endPoint{
	min-height:200px;
}
*html #kana_endPoint{
	height:200px;
}

/***************************************************************************************
Business Landing container
***************************************************************************************/
#kana_Title, .kana_Title{
	padding:10px 0 0 0;	
}
#kana_iPhonehelpContainer{
	padding-top:30px;
	padding-bottom:60px;
	margin-left: 30px;
	margin-right: 30px;
	width:940px;
	left:0px;
	font-size:0.9em;
	float:left;
	display: inline;
	background-color:#ffffff;
}
/*Container for all content relating to "All help topics"*/
#kana_iPhonehelp_TopNav{
	margin:0px;
	padding:0px;
	float:left;
	width:940px;	
}
#kana_iPhonehelp_BottomNav{
	margin:0px;
	padding:0px;
	float:left;
	width:940px;
}
#kana_iPhone_imgDisplay{
	float:left;
	width:606px;
	height:240px;
	border-top:#000000 5px solid;
	border-bottom:#000000 1px solid;
}
#kana_iPhone_imgDisplay img{
	padding:0px;
}
#kana_iPhone_topTopicsBody{
	top:0px;
	width:293px;
	height:175px;
	overflow:hidden;
	margin:0 0 0 20px;
	float:left;
	border-top:#000000 5px solid;
}

/*All unordered lists within kana_topTopicsBody*/
#kana_iPhone_topTopicsBody ul{
	margin:0px;
	padding:5px 0 0 0;
	list-style-type:none;

}
/*All unordered list elements within kana_topTopicsBody*/
#kana_iPhone_topTopicsBody li{
	background-image: url(/srvs/data/Images/Web/chev_black.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding:1px 0px 1px 14px; 
}
/*All unordered list element hyperlinks within kana_topTopicsBody*/
#kana_iPhone_topTopicsBody li a{
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
/*All unordered list element hyperlinks in their hover state within kana_topTopicsBody*/
#kana_iPhone_topTopicsBody li a:hover{
	color:#000000;
	font-weight:bold;
}
/*First content coloumn*/
#kana_iPhone_allTopics_col1{
	top:0px;
	height:295px;
	width:293px;
	overflow:hidden;
	border-top:#000000 4px solid;
	border-bottom:#000000 1px solid;
	float:left;
	margin:0 20px 0 0;
}
/*All unordered lists within kana_sliderBody*/
#kana_iPhone_allTopics_col1 ul{
	margin:0px;
	padding:5px 0 0 0;
	list-style-type:none;
	
}
/*All lists within kana_sliderBody*/
#kana_iPhone_allTopics_col1 li{
	background-image: url(/srvs/data/Images/Web/chev_grey.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding:1px 0px 1px 14px;  
}
#kana_iPhone_allTopics_col1 li a{
	color:#999999;
	font-weight:bold;
	padding:0px;
	margin:0px;
	
}
/*All unordered list element hyperlinks in their hover state within kana_sliderBody*/
#kana_iPhone_allTopics_col1 li a:hover{
	color:#000000;
	font-weight:bold;
}
#kana_iPhone_categories{
	padding:0px;
	width:293px;
	height:255px;
	margin:0 20px 0 0;
	border-top:#000000 4px solid;
	border-bottom:#000000 1px solid;
	float:left;
	overflow-x:hidden;
	overflow-y:hidden;
	display: inline;
}
/*All unordered lists within kana_sliderBody*/
#kana_iPhone_categories ul, #kana_Related_categories ul{
	margin:0px;
	padding:5px 0 0 0;
	list-style-type:none;
	
}
/*All lists within kana_sliderBody*/
#kana_iPhone_categories li, #kana_Related_categories li{
	background-image: url(/srvs/data/Images/Web/chev_grey.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding:1px 0px 1px 14px;  
}
#kana_iPhone_categories li a, #kana_Related_categories li a{
	color:#999999;
	font-weight:bold;
	padding:0px;
	margin:0px;
	
}
/*All unordered list element hyperlinks in their hover state within kana_sliderBody*/
#kana_iPhone_categories li a:hover, #kana_Related_categories li a:hover{
	color:#000000;
	font-weight:bold;
}
#kana_iPhone_searchBoxContainer{
	width:293px;
	height:60px;
	padding:0px;	
	margin:0 0 0 20px;
	float:left;
	border-top:#000000 5px solid;
	border-bottom:#000000 1px solid;
}
#kana_iPhone_searchBoxContainer p{
	color:#999999;
	font-weight:bold;
	margin:0px;
	padding:30px 0 8px 0;
}
#searchForm_iPhone, #searchForm_Business{
	padding-top:5px;
	margin:0px;
}
#searchSubmit_iPhone{
	float:left;
	top:6px;
}
#searchInput_iPhone,#searchInput_Business{
	float:left;
	height:16px;
	width:140px;
	border:1px solid #000000;
	font-size:9px;
}
#kana_CatTitle, .kana_CatTitle{
	padding:10px 0 5px 0;	
	margin:0px;
}
#kana_Related_categories{
	width:280px;
	float:left;
	padding:0px 0 10px 0;
	margin:25px 0px 0 0px;
	border-top:#000000 5px solid;
	border-bottom:#000000 1px solid;
	font-size: 0.95em;
}
.CSElement-CovCheck_Front{
	padding-top:5px;
	width:293px;
	height:140px;
	margin:0 20px 0 0;
	border-top:#000000 4px solid;
	border-bottom:#000000 1px solid;
	float:left;
	position:relative;
}

.submit-link{
	background-color:#FFFFFF;
	background-image:none;
	border:medium none;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	font-size:1em;
}
#OrangeTriangle{
	background:url("http://www.three.co.uk/static/images/custom_elements/PayMonthlyCarousels_New/layout/orangeTriangle.png") no-repeat scroll 50% 50% transparent;
	display:block;
	height:14px;
	width:15px;
}
#BlueTriangle{
	background:url("http://www.three.co.uk/static/images/custom_elements/PayMonthlyCarousels_New/layout/blueTriangle.png") no-repeat scroll 50% 50% transparent;
	display:block;
	height:14px;
	width:15px;
	
}
#kana_subCategoryOrangeTitle{
	background-color:#FF6308;
	width:300px;
}
#kana_subCategoryBlueTitle{
	background-color:#0094CE;
	width:300px;
}
.CSElement-CovCheck_Front .headline{
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
	line-height:18px;
}
.CSElement-CovCheck_Front .coverageType{
	color:#999999;
	font-size:0.923em;
	font-weight:bold;
	width:293px;
}
.CSElement-CovCheck_Front .coverageType #mobileType{
	clear:left;
	float:left;
	width:293px;
}
.CSElement-CovCheck_Front input{
	color:#999999;
	font-size:0.923em;
	font-weight:bold;
}
.CSElement-CovCheck_Front .coverageType #mbbType{
	clear:left;
	float:left;
	width:293px;
}
.CSElement-CovCheck_Front #postcode {
	color:#999999;
	float:left;
	font-weight:bold;
	left:2px;
	margin:0;
	padding:0;
	width:293px;
}
.CSElement-CovCheck_Front #placename {
	color:#999999;
	float:left;
	font-weight:bold;
	left:0px;
	margin:0;
	padding:0;
	top:90px;
	width:293px;
	position:absolute;

}
#kana_crawllist a{
	font-size:13px;
}
/***************************************************************************************************
Videos
***************************************************************************************************/
#kana_video_container{
	width:920px;
	height:180px;
	float:left;
	padding:0px;
	margin:0px;
	border-bottom:#000000 1px solid;
}
#kana_video_banner{
	background-color:#CBDB2A;
	width:920px;
	height:35px;
}
.green-speech{
	background-image:url("/srvs/data/images/web/speech-cbdb2a.gif");
	background-repeat:no-repeat;
	height:12px;
	width:12px;
	background-color:#FFFFFF;
}
.kana_video_heading{
	display:block;
	padding-left:12px;
	padding-top:4px;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
#kana_video{
	float:left;
	position:relative;
	padding-left:30px;
	padding-top:10px;
	display:block;
}
/*************************************************************************************************
Related help
*************************************************************************************************/
#kana_DevPresentation_Container{
	width:940px;
	margin:0px 30px 0 30px;
	float:left;
	padding:0px;
	height:35px;
	display:inline;

}
#kana_DevPresentation{
	width:920px;
	height:35px;
	background:#C8DC00;
	float:left;
}
#kana_social{
	position:absolute;
	left:770px;
	width:220px;
	display:block;
	top:188px;
	padding-top:3px;
	height:23px;
}
*html #kana_social{
	position:absolute;
	left:770px;
	width:210px;
	display:block;
	top:198px;
	padding-top:3px;
	height:23px;
}

#kana_device_content{
	float:left;
	width:638px;	
	margin:25px 30px 10px 30px;
	padding-bottom:20px;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	display:block;
	
}
#kana_device_content_top{
	background-image:url("/srvs/data/Images/Web/Arrow-top-with-line.jpg");
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:20px;
	width:639px;	
	top:-20px;
	LEFT:-1PX;
	display:inline;
}
#kana_device_content_bottom{
	background-image:url("/srvs/data/Images/Web/curve-line-bottom.jpg");
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:19px;
	width:639px;
	bottom:-38px;	
	display:inline;
}
#kana_RelatedTitle{
	color:#0091d0;
	font-size:19px;
	font-weight:bold;
	padding-bottom:10px;
}
#kana_endPointTitle{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	margin:0px;
}
#kana_deviceContentBorder{
	padding:10px;
}
#cornerArrow{
	background-image:url("/srvs/data/Images/Web/pointedArrow.png");
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:35px;
	width:18px;
	padding:0px;
	margin:0px;
	border:0px;
}
#kana_devTitle{
	padding-top:4px;
	padding-left:12px;
	float:left;
	display:block;
	font-size:22px;
}
H1{
	padding-top:4px;
	padding-left:12px;
	float:left;
	display:block;
	font-size:22px;
	margin:0px;
}
#kana_deviceback{
	background-image:url("/srvs/data/Images/Web/Back-button.jpg");
	background-repeat:no-repeat;
	position:relative;
	float:right;
	height:35px;
	width:75px;
	cursor:pointer;
	margin-right:20px;
}
#kana_deviceback:hover{
	background-image:url("/srvs/data/Images/Web/Back-button-rollover.jpg");
	background-repeat:no-repeat;
	position:relative;
	float:right;
	height:35px;
	width:75px;
	cursor:pointer;
	margin-right:20px;
}

#kana_device_Related_categories{
	width:280px;
	float:left;
	padding:0px 0 10px 0;
	margin:25px 0px 0 0px;
	font-size: 0.95em;
}
#kana_device_Related_categories ul{
	margin:0px;
	padding:0px;
}
#kana_device_Related_categories ul li{
	color:#000000;
	height:1%;
	font-weight:normal;
	list-style-type:none;
	padding:2px 0;	
}
#kana_device_Related_categories ul li a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

#kana_device_Related_categories ul li a:hover{
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

#kana_devTitle a, #kana_devTitle a:hover{
	text-decoration:none;
	color:#000000;
}
.relatedArrow{
	font-size:16px!important;
}
#page404{
	float:left;
	width:100%;
	height:200px;
	margin-top:100px;
}
#page404 #text404{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
img{
	border:0;
}
#page404 #text404 .textWrapper{
	float::left;
	position:relative;
	margin-left:20px;
	left:20px;
}
#page404 #text404 .headline{
	font-size:26px;
	font-weight:bold;
	display:inline-block;
}
#page404 #text404 .subText{
	padding-top:10px;
	font-size:16px;
	font-weight:bold;

}
#page404 #text404 .subText a{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
#page404 #text404 .subText a:hover{
	color:#555;
	text-decoration:underline;
	font-weight:normal;
}
#page404 #text404 .infoIcon{
	float:left;
	padding-left:15px;
}
#kana_device_content ul, #kana_device_content ol { margin-left: 3em; }
*html #kana_device_content ul, *html #kana_device_content ol { margin-left: 3em; }

#accordion {
	width: 625px;
	margin-top: 20px;
	margin-left: -3px;
}

#accordion .ui-accordion-content	{  
	margin-top: 20px;
	padding-left: 20px;  		
	margin-bottom: 20px;
}

#accordion .ui-accordion-content ul	{  
	margin-left: 10px;
	padding-bottom: 10px;
}

#accordion .ui-accordion-content ul li{  
	margin-left: 20px;
	padding-bottom: 10px;
}

#accordion .ui-accordion-content ol li{  
	margin-left: 0px;
	padding-bottom: 10px;
}

#accordion .ui-accordion-content li	p{  
	padding-bottom: 15px;
	padding-top: 15px;
}

#accordion .ui-accordion-content p {  
	padding-left: 15px;
}

#accordion .ui-accordion-header	{  
	padding-left: 20px;  
	margin: 0px;  
} 


#accordion .ui-accordion-header a {  
	color: black;
	font-weight: bold;  
	height: 55%;
	display: block;  
	font-size: 16pt;  
	font-family: Arial;
	width: 100%;  
	text-indent: 10px;  
	text-decoration: none;
	border: 0px;
	padding-top: 29px;
} 

#accordion .ui-state-active {
	text-decoration: none;
}

#accordion .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  
	background: url(/srvs/data/Images/Web/bar_closed.jpg) no-repeat;
}

#accordion .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
	background: url(/srvs/data/Images/Web/bar_open.jpg) no-repeat; 
}

#accordion :focus, :active {  
	outline: 0;  
}

#accordion .searchArrow {
	text-decoration: none;
}

#accordion #searchBoxPanel {
	margin-left: 15px;
	padding: 10px;
	width: 250px;
	height: 80px;
	font-size: 12px;
	background-image: url(/srvs/data/Images/Web/greyButton.png);
	background-repeat:no-repeat;
}

#accordion .ui-accordion-content #searchBoxPanel p {
	font-family: arial;
	font-size: 13px;

	font-weight: bold;
	color:#666666;
	width: 230px;
	padding-left: 0px !important;
}

#accordion #searchPanel .chevron {
	text-decoration: none;
	padding-right: 3px;
	margin-left: 15px;
}

#searchBoxPanel input[type="text"] {
	width: 95px;
	border: none;
}

#accordion #searchBoxPanel .chevron {
	text-decoration: none;
	padding-right: 3px;
	margin-left: 0px !important;
}

#accordion .pcValidationMsg {
	display: none;
	color: red;
}

.suDecisionBox {
	width: 440px;
	padding-top: 20px;
	font-weight: bold !important;
}

.suDecisionBox p {
	padding-bottom: 15px;
}

a.suDecisionYes {
	display: block;
  width: 100px;
  height: 40px;
	float: left;
  background: url("/srvs/data/Images/Web/Yesbutton.png") no-repeat;
}

a.suDecisionYes:hover {
  background: url("/srvs/data/Images/Web/Yesbutton_rollover.png") no-repeat;
}

a.suDecisionNo {
	display: block;
  width: 100px;
  height: 40px;
	float: left;
  background: url("/srvs/data/Images/Web/Nobutton_off.png") no-repeat;
}

a.suDecisionNo:hover {
  background: url("/srvs/data/Images/Web/Nobutton_rollover.png") no-repeat;
}

#accordion .ui-accordion .ui-accordion-content { 
	overflow: auto;  
}

#accordion .ui-accordion .ui-accordion-content-active	{ 
	display: block; 
}

#accordion h3 {
	padding-bottom: 20px;
	display: block;
	height: 78px;
}

#accordion #searchPanel p{
	padding-bottom: 20px;
}
#accordion #searchBoxPanel p{
	padding-bottom: 10px;
}


#accordionCenterPane {
	width: 460px;
	margin-top: 20px;
	margin-left: -3px;
	border-bottom: 1px solid #bebebe;
}

#accordionCenterPane .ui-accordion-content	{  
	margin-top: 0px;
	padding-left: 1px;  		
	margin-bottom: 20px;
}

#accordionCenterPane .ui-accordion-content ul	{  
	margin-left: 10px;
	padding-bottom: 10px;
}

#accordionCenterPane .ui-accordion-content ul li{  
	margin-left: 20px;
	padding-bottom: 10px;
}

#accordionCenterPane .ui-accordion-content ol li{  
	margin-left: 0px;
	padding-bottom: 10px;
}

#accordionCenterPane .ui-accordion-content li	p{  
	padding-bottom: 15px;
	padding-top: 15px;
}

#accordionCenterPane .ui-accordion-content p {  
	padding-left: 15px;
}

#accordionCenterPane .ui-accordion-content .imgArea {  
	padding-left: 15px;
	padding-bottom:15px;
}

#accordionCenterPane .ui-accordion-header	{  
	padding-left: 0px;  
	margin: 0px;  
	padding-right:25px;
} 


#accordionCenterPane .ui-accordion-header a {  
	color: black;
	font-weight: bold;  
	display: block;  
	font-size: 10pt;  
	font-family: Arial;
	text-decoration: none;
	border: 0px;
} 

#accordionCenterPane .singleHeader {
	flot:right;
	padding-top:28px;
	display:block;
}

#accordionCenterPane .doubleHeader {
	flot:right;
	padding-top:20px;
	display:block;
}

#accordionCenterPane .ui-state-active {
	text-decoration: none;
}


#accordionCenterPane .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  
	background: url(/srvs/data/Images/Web/AccordPlus.png) no-repeat;
	background-position:434px 29px;
	border-top: 1px solid #bebebe;
	cursor:pointer;
}

#accordionCenterPane .ui-state-active, .ui-widget-header .ui-state-active { 
	background: url(/srvs/data/Images/Web/AccordMinus.png) no-repeat;
	background-position:434px 28px;
	border-top: 1px solid #bebebe;
	cursor:pointer;
}
#accordionCenterPane .ui-widget-content{
	cursor:pointer;
}

#accordionCenterPane :focus, :active {  
	outline: 0;  
}

#accordionCenterPane h3 {
	height: 70px;
}

#accordionCenterPane .icon{
float:left;
margin-right:7px;
margin-top:25px;
}
