.widePanel {
	left:1px;
	position:relative;
	width:570px;
}

.widePanel .box-header .top {
	background-image:url(../../../../images/header_red3.gif);
	background-repeat: no-repeat;
	display:block;
	height:8px;
}

.widePanel .box-header {
	height: 35px;
}

.widePanel .box-header {
	background-color:#894C7B;
}

.widePanel .box-header h2 { 
	margin-left:38px;
	margin-top: 2px;

}
.widePanel .box-content {
	background-image:url(../../../../images/bg_box_wide1.jpg);
	background-repeat: no-repeat;
	height:100px;;
	padding-left:15px;
	padding-right:35px;
	padding-top: 14px;
}

.lineResearches{
	background:url(../../../../images/line_researchers.gif) no-repeat;
	display:block;
	height:19px;
	width:899px;
	clear:both;
}

.rounded-small {
	background: url(../../../../images/box_rounded_small.jpg);
	width:168px;
	padding-left:19px;
	height:34px;
	padding-top: 20px;
	font-weight:bold;
	margin-bottom: 10px;
}
.reseachers .rounded-small a:hover, .reseachers .rounded-small a {
	color:#a65693;
	width:130px;
}

.rounded-small img {
	margin:2px 0 0 2px;
}
.double {
	height:40px;
	padding:14px 0 0 19px;
}
.rounded-large {
	background: url(../../../../images/box_rounded_large.jpg) no-repeat;
	width:184px;
	height:67px;
}

.rounded-mid {
	background: url(../../../../images/box_rounded_mid.jpg) no-repeat;
	width:185px;
	height:74px;
}


#sub-col3  {
	float:left;
	width:186px;
}

#sub-col1 {
	padding-right: 4px;	
}

#sub-col2 {
	padding-left: 4px;
	padding-right: 4px;
}

#sub-col3 {
	padding-left: 4px;	
}


#sub-col1, #sub-col2 {
	float:left;
	width:187px;
}

#sub-col1, #sub-col2 {
	border-right: 1px solid #DFDEDB;
}

#sub-col4 {
	width:581px;
	float:left;
	margin-top: 9px;
}

.rounded-large {
	float:left;
	width:184px;
}

.reseachers #left-col {
	padding:14px 0 0 35px;
	width: 580px;
}
.reseachers #right-col {
	padding:10px 0 0;
	margin-top:40px;
	min-height:340px;
}

.reseachers .news .box-content {
	background: url(../../../../images/bg_box_news.jpg) repeat-y;
	width:193px;
	overflow:hidden;
}

.reseachers .news .box-header {
	background: url(../../../../images/box_header_testimonials.jpg);
	height:31px;
	width:221px;
}

.reseachers .news .box-header h2 {
	margin-left: 34px;
}

.reseachers .rounded-large  {
	margin-right: 12px;
}


.reseachers .rounded-large-last {
	margin-right: 0px;
}

.reseachers .rounded-large .rounded-large-content {
	background:url(../../../../images/icon_folder_purple.gif) no-repeat 24px 15px;
	width:180px;
	height:51px;
	padding-top: 20px;	
}


.reseachers .rounded-large  .rounded-large-text {
	margin-left: 80px;
	width:85px;
}

.reseachers .rounded-large  .rounded-large-text a {
	color: #484747;
}


.reseachers .mid-content .mid-text a {
	color: #bf3c1e
}	

#right-col .right-col-indent  {
	margin-left:5px;
	margin-top: 5px;
}

.candidateRightCol {
	margin:14px 0 0 10px;
}

/**** VRao Code ********/
/* Collapsable Panne; */
.accordion {
	width: 590px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 
{
	background: #844B76;
	padding: 7px 15px;
	margin: 0;
	font: bold 100%/100% Verdana;
	border: solid 1px #c4c4c4;
	border-bottom: none;	
	width:558px;
}

.accordion h3 a
{ 
	color:#fff;  
	background: url(../../../../images/arrow_panel_pur.gif) no-repeat right;	
	padding-right: 15px;
	text-decoration: underline;
}

.accordion h3.active 
{ 
	background-position:0 0px; 
}


.accordion h3:hover {
	background-color: #844B76;
}

.accordion h3.active {
	background-position: right 5px;
	background-color: #844B76;
	color:#FFFFFF;
}
.accordion div {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
