/* Secondary */

html, body
	{background-color: #fff;}
	
DIV#container DIV#content
	{position: relative; left: 0; top: 0; padding: 6px 0 0 0;}

DIV#container DIV#content DIV.topcontainer
	{clear: both; height: 57px; margin-top: 6px;}

DIV.topcontainer DIV.topnav_sec
	{float: left; background: #fff url(../img/bg_top_secondary.png) no-repeat; width: 738px; height: 57px; margin: 0 0 0 8px;}

DIV.topcontainer DIV.topnav_sec DIV.listcolumn1
	{float: left; width: 557px;}
DIV.topcontainer DIV.topnav_sec DIV.listcolumn2
	{float: left; padding: 0 0 0 16px;}
DIV.topcontainer DIV.topnav_sec DIV.listcolumn3
	{float: left; padding: 4px 5px 0 19px;}
DIV.topcontainer DIV.topnav_sec DIV.listcolumn4
	{float: left; padding: 0 5px 0 2px;}
DIV.topcontainer DIV.topnav_sec DIV.listcolumn5
	{float: left; padding: 4px 17px 0 2px;}
DIV.topcontainer DIV.topnav_sec DIV.listcolumn6
	{float: left; padding: 0 5px 0 2px;}

/* Topnav List 1 */	
DIV.topcontainer DIV.topnav_sec UL.list1
	{margin: 0; padding: 4px 0 0 10px;}
DIV.topcontainer DIV.topnav_sec UL.list1 LI
	{float: left; list-style: none; padding: 0; text-decoration: none; font-size: 11px;}
DIV.topcontainer DIV.topnav_sec UL.list1 LI A
	{float: left; list-style: none; padding: 0 10px 0 10px; border-right: 1px solid #828282; color: #fff; text-decoration: none;}
DIV.topcontainer DIV.topnav_sec UL.list1 LI A:HOVER
	{float: left; list-style: none; padding: 0 10px 0 10px; border-right: 1px solid #828282; color: #ffd695; text-decoration: none;}
DIV.topcontainer DIV.topnav_sec UL.list1 LI.last A
	{float: left; list-style: none; padding: 0 10px 0 10px; border-right: 1px solid #6b017d; color: #fff; text-decoration: none;}
DIV.topcontainer DIV.topnav_sec UL.list1 LI.last A:HOVER
	{float: left; list-style: none; padding: 0 10px 0 10px; border-right: 1px solid #6b017d; color: #ffd695; text-decoration: none;}
DIV.topcontainer DIV.topnav_sec UL.list1 LI.active
	{float: left; list-style: none; padding: 0 10px 0 10px; border-right: 1px solid #828282; color: #efc9ff;}

/* Topnav List 2 */
DIV.topcontainer DIV.topnav_sec UL.list2
	{margin: 0; padding: 6px 0 0 0; width: 162px;}
DIV.topcontainer DIV.topnav_sec UL.list2 LI
	{float:left; list-style: none; height: 12px; text-decoration: none;}
DIV.topcontainer DIV.topnav_sec UL.list2 A
	{float:left; text-decoration: none;}

/* SPACER */
DIV.topcontainer DIV.topnav_sec UL.list2 LI.spacer, DIV.topnav_sec UL.list2 LI.spacer A
	{width:80px;}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.spacer A
	{background-image:url(../img/spacer.gif);}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.spacer A:HOVER
	{background-image: url(../img/spacer.gif);}
	
/* MY ACCOUNT */
DIV.topcontainer DIV.topnav_sec UL.list2 LI.myaccount, DIV.topnav_sec UL.list2 LI.myaccount A
	{width:87px;}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.myaccount A
	{background-image:url(../img/img_list2_myaccount_off.png);}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.myaccount A:HOVER
	{background-image: url(../img/img_list2_myaccount_over.png);}
	
/* MY ACCOUNT WITHOUT SEPARATOR*/
DIV.topcontainer DIV.topnav_sec UL.list2 LI.myaccount1, DIV.topnav_sec UL.list2 LI.myaccount1 A
	{width:82px;}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.myaccount1 A
	{background-image:url(../img/img_list2_myaccount1_off.png);}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.myaccount1 A:HOVER
	{background-image: url(../img/img_list2_myaccount1_over.png);}

/* LOGOUT */
DIV.topcontainer DIV.topnav_sec UL.list2 LI.logout, DIV.topnav_sec UL.list2 LI.logout A
	{width:75px;}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.logout A
	{background-image:url(../img/img_list2_logout_off.png);}
DIV.topcontainer DIV.topnav_sec UL.list2 LI.logout A:HOVER
	{background-image: url(../img/img_list2_logout_over.png);}

DIV.number
	{padding: 0; font-size: 18px; font-weight: bold; color: #000;}
	
DIV.mainArea
	{width: 941px; margin: 14px 0 0 0; padding: 0;}
DIV.mainArea DIV.leftnav
	{float: left; width: 196px; padding: 0;}
DIV.mainArea DIV.leftnav DIV.find
	{width: 159px; font-size: 12px; color: #747474; padding: 5px 0 23px 5px; text-align: center;}
	
DIV.mainArea DIV.leftnav UL.arrow
	{margin: 0;	padding: 10px 0 17px 13px;}					
DIV.mainArea DIV.leftnav UL.arrow LI
	{list-style: none; background: transparent url("../img/img_arrow_purple.png") no-repeat scroll 1px 6px; padding: 1px 0 1px 10px; color: #515151; text-decoration: none;}
DIV.mainArea DIV.leftnav UL.arrow LI A
	{color: #6a2376; text-decoration: none;}
DIV.mainArea DIV.leftnav UL.arrow LI A:HOVER
	{color: #e96400; text-decoration: none;}

DIV.mainArea DIV.leftnav DIV.leftbot_module DIV.bgleft
	{width: 179px; padding: 10px 0 10px 0;}
	
DIV.mainArea DIV.content
	{float: left; padding: 0 0 0 8px; width: 737px;}
DIV.mainArea DIV.content DIV.intro
	{padding: 0 0 3px 0; margin: 0 0 10px 0; border-bottom: 1px solid #6b017d; height: 17px; color: #323232; clear: both;}
DIV.mainArea DIV.content DIV.intro A
	{color: #6a2376; text-decoration: none; padding: 0 10px 0 10px;}
DIV.mainArea DIV.content DIV.intro A:HOVER
	{color: #e96400; text-decoration: none; padding: 0 10px 0 10px;}

DIV.mainArea DIV.content DIV.introtxt
	{color: #000; padding: 0 0 37px 0;}
DIV.mainArea DIV.content DIV.introtxt SPAN SPAN
	{font-weight: bold;}
DIV.mainArea DIV.content DIV.results_item
	{border-bottom: 1px solid #f6ddff; height: 65px; clear: both; margin: 0 0 13px 0;}
	
DIV.mainArea DIV.content DIV.results_item DIV.title, DIV.phase, DIV.sponsor, DIV.modality
	{clear: both; padding: 0 0 6px 0;}

DIV.mainArea DIV.content DIV.results_item DIV.col1
	{float: left; width: 137px; color: #636f7d; font-weight: bold;}
DIV.mainArea DIV.content DIV.results_item DIV.col2
	{float: left; width: 525px;}
DIV.mainArea DIV.content DIV.results_item DIV.col2 A
	{color: #3c3264; text-decoration: underline;}

	
	
/* Buttons */
A.match {width: 164px; background-image: url(../img/img_button_createprofile_off.png);}
A.match:hover {width: 164px; background-image: url(../img/img_button_createprofile_over.png);}
A.clinical {width: 181px; background-image: url(../img/secondary/img_leftnav_clinical_off.png);}
A.clinical:hover {width: 181px; background-image: url(../img/secondary/img_leftnav_clinical_on.png);}
A.standard {width: 181px; background-image: url(../img/secondary/img_leftnav_standardtreatment_off.png);}
A.standard:hover {width: 181px; background-image: url(../img/secondary/img_leftnav_standardtreatment_on.png);}
A.description {width: 181px; background-image: url(../img/secondary/img_leftnav_diseasedesc_off.png);}
A.description:hover {width: 181px; background-image: url(../img/secondary/img_leftnav_diseasedesc_on.png);}
A.resources {width: 181px; background-image: url(../img/secondary/img_leftnav_resources_off.png);}
A.resources:hover {width: 181px; background-image: url(../img/secondary/img_leftnav_resources_on.png);}

A.create {width: 181px; background-image: url(../img/secondary/img_leftnav_create_off.png);}
A.create:hover {width: 181px; background-image: url(../img/secondary/img_leftnav_create_on.png);}
A.profiles {width: 181px; background-image: url(../img/secondary/img_leftnav_savedprofiles_off.png);}
A.profiles:hover {width: 181px; background-image: url(../img/secondary/img_leftnav_savedprofiles_on.png);}
A.account {width: 181px; background-image: url(../img/secondary/img_leftnav_updateaccount_off.png);}
A.account:hover {width: 181px; background-image: url(../img/secondary/img_leftnav_updateaccount_on.png);}

/*Tabs */
.TabSelected
{
	background: #ffffff url(../img/secondary/left-tab.png) left top no-repeat;
	padding-left: 14px;
	color: #686868;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 8px;	
}
.TabSelected span
{
	background: url(../img/secondary/right-tab.png) right top no-repeat;
	padding-right: 8px;
	color: #686868;
	text-decoration: none;	
	font-weight: bold;
}
.TabSelected span span
{
	background: url(../img/secondary/middle-tab.png) left top repeat-x;
	color: #686868;
	text-decoration: none;	
	font-weight: bold;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 8px;	
}
.TabUnselected
{
	background: #ffffff url(../img/secondary/left-tab-hover.png) left top no-repeat;
	padding-left: 14px;
	color: #2421d2;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 8px;	
}
.TabUnselected span
{
	background: url(../img/secondary/right-tab-hover.png) right top no-repeat;
	padding-right: 8px;
	color: #2421d2;
	text-decoration: none;
	font-weight: bold;
}
.TabUnselected span span
{
	background: url(../img/secondary/middle-tab-hover.png) left top repeat-x;
	color: #2421d2;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 8px;	
}
.gridItemLeft
{
	color: #514826;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gridItemLeft1
{
	color: #514826;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
}
.gridItemLeft1 A
{
	color: #2122d2;
	text-decoration: underline;
} 
.gridItemLeft1 A:hover
{
	color: #2122d2;
	text-decoration: underline;
} 
.gridItemLeft1 A:visited
{
	color: #6d399b;
	text-decoration: underline;
} 
.gridItemRight
{
	color: #514826;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gridHeaderLeft
{
	background-color: #dbdbdb;
	border-top: solid 2px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 3px #ffffff;
	font-size: 12px;
	color: #000000;
	height: 22px;
	padding-left: 5px;
}
.gridHeaderLeft1
{
	background-color: #dbdbdb;
	border-top: solid 2px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 3px #ffffff;
	font-size: 12px;
	color: #000000;
	height: 22px;
	padding-right: 20px;
	padding-left: 10px;
}
.gridHeaderRight
{
	background-color: #dbdbdb;
	border-top: solid 2px #ffffff;
	border-bottom: solid 3px #ffffff;
	font-size: 12px;
	color: #000000;
	height: 22px;
	padding-left: 5px;
}
.pager
{
	color: #514826;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	font-size: 11px;
	text-indent: 21px;
	font-family: Arial;
}
.pagertext
{
	color: #514826;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
.pagerbutton
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #007AD5;	
}
.gridFooter
{
	border-top: solid 1px #000000;
	color: #514826;
	font-weight: bold;
	float: right;
}
.PageLinkDisabled
{
	color: #514826;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}
/* GRID HEADER FOOTER */
.topBar
{
	background-image: url(../img/secondary/trial-listing-top-bar.png); 
	background-repeat: no-repeat; 
	height: 32px;
}
.bottomBar
{
	background-image: url(../img/secondary/trial-listing-bottom-bar.png); 
	background-repeat: no-repeat; 
	height: 32px;
}
.TrialListing
{
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}

/* Secondary Tabbed classes */

DIV.mainArea DIV.content DIV.results_container
	{width: 737px; padding: 9px 0 0 0;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top
	{background: url('../img/secondary/bg_results_top.png') no-repeat; width: 737px; height: 30px; clear: both;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top DIV.header
	{float: left; padding: 10px 0 0 14px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top DIV.pagination
	{float: right; color: #525252; padding: 8px 6px 0 0;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top DIV.pagination UL
	{margin: 0; padding: 0;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top DIV.pagination LI
	{float: left; list-style:none; height: 15px; color: #525252; font-weight: bold; border-right: 1px solid #e2caea; padding: 0 10px 0 10px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top DIV.pagination LI.noborder
	{float: left; list-style:none; height: 15px; font-weight: bold; border-right: 1px solid #f9e7ff; padding: 0 10px 0 10px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top DIV.pagination LI A
	{color: #520160; font-weight: bold; text-decoration: underline;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_top DIV.pagination LI A:HOVER
	{color: #b042c2; font-weight: bold; text-decoration: underline;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_mid
	{border-right: 1px solid #dadadc; border-left: 1px solid #dadadc; padding: 37px 9px 10px 9px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_midContainer
	{width: 716px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent
	{border-right: 1px solid #ccc; border-left: 1px solid #ccc;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.intro_txt
	{float: left; width: 400px; padding: 0 26px 0 15px;}
	
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.intro_txt span span
{font-weight: bold;}	

/*DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile
	{float: right; padding: 0 5px 0 0; width: 141px; color: #747474; font-size: 12px; text-align: center; line-height: 12px;}*/
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile
	{float: right; padding: 20px 85px 0 0; width: 141px; color: #747474; font-size: 12px; text-align: center; line-height: 12px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile IMG
	{padding: 0 0 0px 0;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.headerRow1
	{background-color: #dbdbdb; color: #000; height: 24px; width: 704px; margin: 8px 0 0 0;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.title
	{float: left; background-color: #dbdbdb; border-right: 1px solid #fff; height: 24px; padding: 5px 0 0 10px;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.titleCol
	{width: 430px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.phaseCol
	{width: 90px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.modalityCol
	{width: 151px; border-right: 1px solid #dbdbdb;}


DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.bodyRow
	{color: #000; width: 704px; margin: 0px 0 0 0; padding: 10px 0 0px 0;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.alt
	{background-color: #f7f7f7;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.rowCol1
	{float: left; width: 430px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.rowCol2
	{float: left; width: 90px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.rowCol3
	{float: left; width: 151px;}
	
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.pad
	{padding: 0 0 0 10px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.pad2
	{padding: 0 20px 0 10px;}
	
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.bodyRow A:LINK
	{color: #0000cc; text-decoration: none;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.bodyRow A:VISITED
	{color: #551a8b; text-decoration: none;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.bodyRow A:HOVER
	{color: #0000cc; text-decoration: underline;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.bodyRow A:ACTIVE
	{color: #0000cc; text-decoration: none;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile2
	{display: block; margin-right: auto; margin-left: auto; padding: 10px 5px 0 0; width: 141px; color: #747474; font-size: 12px; text-align: center; line-height: 12px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile2 IMG
	{padding: 0 0 0px 0;}
	
/*DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile3
	{display: block; margin-left: 550px; padding: 10px 5px 0 4px; width: 141px; color: #747474; font-size: 12px; text-align: center; line-height: 12px; }*/
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile3
	{display: block; margin-left: 465px; padding: 10px 81px 0 4px; width: 141px; color: #747474; font-size: 12px; text-align: center; line-height: 12px; }
DIV.mainArea DIV.content DIV.results_container DIV.callout_mid DIV.callout_midContainer DIV.tabcontent DIV.createprofile3 IMG
	{padding: 0 0 0px 0;}

DIV.mainArea DIV.content DIV.results_container DIV.callout_bot
	{background: url('../img/secondary/bg_results_bot.png') no-repeat; width: 737px; height: 29px; color: #818181; clear: both;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.bot_results
	{float: left; font-size: 11px; padding: 8px 0 0 15px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.bot_results SPAN SPAN
	{font-weight: bold;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.pagination
	{float: right; color: #525252; padding: 8px 6px 0 0;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.pagination UL
	{margin: 0; padding: 0;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.pagination LI
	{float: left; list-style:none; height: 15px; color: #525252; font-weight: bold; border-right: 1px solid #e2caea; padding: 0 10px 0 10px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.pagination LI.noborder
	{float: left; list-style:none; height: 15px; font-weight: bold; border-right: 1px solid #f9e7ff; padding: 0 10px 0 10px;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.pagination LI A
	{color: #520160; font-weight: bold; text-decoration: underline;}
DIV.mainArea DIV.content DIV.results_container DIV.callout_bot DIV.pagination LI A:HOVER
	{color: #b042c2; font-weight: bold; text-decoration: underline;}

/* Tabnav */
DIV.tabnav
	{position: absolute; top: 128px; left: 234px;}
DIV.tabnav UL.tablist
	{margin: 0; padding: 0; width: 369px;}
DIV.tabnav UL.tablist LI
	{float:left; list-style: none; height: 26px; text-decoration: none;}
DIV.tabnav UL.tablist A
	{float:left; text-decoration: none;}

/* TREATMENT */
DIV.tabnav UL.tablist LI.tab_treatment, UL.tablist LI.tab_treatment A
	{width: 93px;}
DIV.tabnav UL.tablist LI.tab_treatment A
	{background-image:url(../img/secondary/img_tabs_treatment_off.png);}
DIV.tabnav UL.tablist LI.tab_treatment A:HOVER
	{background-image:url(../img/secondary/img_tabs_treatment_over.png);}
DIV.tabnav UL.tablist LI.tab_treatment_active A, DIV.tabnav UL.tablist LI.tab_treatment A.tab_treatment_active
	{background-image:url(../img/secondary/img_tabs_treatment_on.png);}

/* SUPPORTIVE CARE */
DIV.tabnav UL.tablist LI.tab_supportive, UL.tablist LI.tab_supportive A
	{width: 130px;}
DIV.tabnav UL.tablist LI.tab_supportive A
	{background-image:url(../img/secondary/img_tabs_supportive_off.png);}
DIV.tabnav UL.tablist LI.tab_supportive A:HOVER
	{background-image:url(../img/secondary/img_tabs_supportive_over.png);}
DIV.tabnav UL.tablist LI.tab_supportive_active A, A.tab_supportive_active
	{background-image:url(../img/secondary/img_tabs_supportive_on.png);}

/* OTHER */
DIV.tabnav UL.tablist LI.tab_other, UL.tablist LI.tab_other A
	{width: 69px;}
DIV.tabnav UL.tablist LI.tab_other A
	{background-image:url(../img/secondary/img_tabs_other_off.png);}
DIV.tabnav UL.tablist LI.tab_other A:HOVER
	{background-image:url(../img/secondary/img_tabs_other_over.png);}
DIV.tabnav UL.tablist LI.tab_other_active A, A.tab_other_active
	{background-image:url(../img/secondary/img_tabs_other_on.png);}

/* PHASE */
DIV.tabnav UL.tablist LI.tab_phase, UL.tablist LI.tab_phase A
	{width: 199px;}
DIV.tabnav UL.tablist LI.tab_phase A
	{background-image:url(../img/secondary/img_tabs_prevention_off.png);}
DIV.tabnav UL.tablist LI.tab_phase A:HOVER
	{background-image:url(../img/secondary/img_tabs_prevention_over.png);}
DIV.tabnav UL.tablist LI.tab_phase_active A, A.tab_phase_active
	{background-image:url(../img/secondary/img_tabs_prevention_on.png);}
	
#specs_treatment,#specs_supportive,#specs_other,#specs_phase
	{padding: 12px 5px 4px 5px;}

#specs_supportive,#specs_other,#specs_phase
	{display: none;}
	

A.create2 {width: 141px; background-image: url(../img/secondary/img_button_createprofile_off.png);}
A.create2:hover {width: 141px; background-image: url(../img/secondary/img_button_createprofile_over.png);}

A.profileLink 
{
	color: #2122d2;
	text-decoration: underline;
} 
A.profileLink:hover
{
	color: #2122d2;
	text-decoration: underline;
} 
A.profileLink:visited
{
	color: #6d399b;
	text-decoration: underline;
} 
.sec_foot
{
	color: #e96400; text-decoration: none;
}
.sec_foot:hover
{
	color: #e96400; text-decoration: underline;
}