body {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    background: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 
{
	font-size:1em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

#footer {
	clear: both;
	padding-top: 10px;	
}

#strip {
    height:5px;
    border: none 1px red;
    background: #EAEAEA url(/images/prism_rainbow_strip.jpg) repeat-x top left;
}

#header1 {
    background-color: #000;
}

#logo {
    float: left;
    padding: 10px 0px 10px 30px;
    border: none 1px white;
    z-index: 1;
}
#title_buttons_public {
    float: right;
    width: 645px;
    height: 96px;
    position: relative;
    z-index: 1;
    background: url(/images/hdtop.jpg) no-repeat top left;
}
#title_buttons_public ul 
{
    position: absolute;
    bottom: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#title_buttons_public li 
{
    float: left;
}
#title_buttons_public a
{
    display: block;
    height: 19px;
}
#title_buttons_public a:hover
{
}
#title_buttons_public a.but_public_home
{
    width: 76px;
    background-image: url(/images/home_but.jpg);
}
#title_buttons_public a.but_public_home:hover
{
    background-image: url(/images/home_but_f2.jpg);
}
#title_buttons_public a.but_public_what
{
    width: 121px;
    background-image: url(/images/what_but.jpg);
}
#title_buttons_public a.but_public_what:hover
{
    background-image: url(/images/what_but_f2.jpg);
}
#title_buttons_public a.but_public_who
{
    width: 120px;
    background-image: url(/images/who_but.jpg);
}
#title_buttons_public a.but_public_who:hover
{
    background-image: url(/images/who_but_f2.jpg);
}
#title_buttons_public a.but_public_applications
{
    width: 119px;
    background-image: url(/images/apps_but.jpg);
}
#title_buttons_public a.but_public_applications:hover
{
    background-image: url(/images/apps_but_f2.jpg);
}
#title_buttons_public a.but_public_brochure
{
    width: 120px;
    background-image: url(/images/bro_but.jpg);
}
#title_buttons_public a.but_public_brochure:hover
{
    background-image: url(/images/bro_but_f2.jpg);
}
#title_buttons_public a.but_public_contact
{
    width: 75px;
    background-image: url(/images/contact_but.jpg);
}
#title_buttons_public a.but_public_contact:hover
{
    background-image: url(/images/contact_but_f2.jpg);
}
#title_buttons {

    float: right;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 26px;
    height: 69px;    
}


.public_button_what a
{
    float: left;
    width: 121px;
    height: 19px;
    background-image: url(/images/what_but.jpg);
}
.public_button_what a:hover
{
    background-image: url(/images/what_but_f2.jpg);
}

.public_button_who a
{
    float: left;
    width: 120px;
    height: 19px;
    background-image: url(/images/who_but.jpg);
    border:none;
}
.public_button_who a:hover
{
    background-image: url(/images/who_but_f2.jpg);
}

.public_button_apps a
{
    float: left;
    width: 119px;
    height: 19px;
    background-image: url(/images/apps_but.jpg);
    border:none;
}
.public_button_apps a:hover
{
    background-image: url(/images/apps_but_f2.jpg);
}

.public_button_bro a
{
    float: left;
    width: 120px;
    height: 19px;
    background-image: url(/images/bro_but.jpg);
    border:none;
}
.public_button_bro a:hover
{
    background-image: url(/images/bro_but_f2.jpg);
}

.public_button_contact a
{
    float: left;
    width: 75px;
    height: 19px;
    background-image: url(/images/contact_but.jpg);
    border:none;
}
.public_button_contact a:hover
{
    background-image: url(/images/contact_but_f2.jpg);
}

.public_button_home a
{
    float: left;
    width: 76px;
    height: 19px;
    background-image: url(/images/home_but.jpg);
    border:none;
}
.public_button_home a:hover
{
    background-image: url(/images/home_but_f2.jpg);
}

#breadcrumb {
    height: 24px;
    background: url(/images/header2_bg.jpg) repeat-x top left;
    padding-top:20px;
}

.breadcrumb_nav {
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
}
a.breadcrumb_nav:link, a.breadcrumb_nav:active, a.breadcrumb_nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.breadcrumb_nav:hover {
	text-decoration: underline;
}


#menu_left {
	width: 150px;
	float: left;
	/*background-color: #0000ff;*/
}
#menu_container
{
    height: 180px;
    overflow: hidden;
	border-top: 1px solid black;
	
	font-size: 0.8em;	/*SD*/
}


#leftnav 
{
	text-align:right;
	font-size: 1.1em;
	font-family: Arial;
	margin-bottom: 10px;
}

#leftnav a
{
	border-top: solid 1px #2D729D;
	width: 130px;
	padding: 2px 20px 2px 0px;
	display: block;
	background: #006699 url(/js/arrow.gif) no-repeat right;
	color: #cccccc;
	text-decoration: none;
}
#leftnav a:hover
{
	border-top: solid 1px #2D729D;
	width: 130px;
	padding: 2px 20px 2px 0px;
	display: block;
	background: #4F8EB6 url(/js/arrow.gif) no-repeat right;
	color: #ffffff;
	text-decoration: none;
}

/*

separatorcolor="#2D729D";
separatorsize="1";
padding=3;

pagecolor="black";

pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";

*/


#main {
	float: left;
	padding: 10px 10px 10px 10px;
}

.standard_text {
	font-size: 0.8em;
}
.small_text {
	font-size: 0.7em;
}
.small_text a 
{
    text-decoration: underline;
}
.small_text a:hover 
{
    text-decoration: none;
}
.small_title {
	color: #FF0000;
	font-weight: bold;
	font-size: 0.7em;
}

.bg_title_l {
	text-align: left;
	background: #cccccc;
}
.bg_title_c {
	text-align: center;
	background: #cccccc;
}
.bg_title_r {
	text-align: right;
	background: #cccccc;
}
.bg_box_l {
	text-align: left;
	background: #e9e9d1;
}
.bg_box_c {
	text-align: center;
	background: #e9e9d1;
}
.bg_box_r {
	text-align: right;
	background: #e9e9d1;
}

.bg_info {
	text-align: center;
	background: #e9e9d1;
}

.login_header {
	width: 596px;
	height: 24px; 
	background: url(/images/boxtop.gif) no-repeat;
	text-align: center;
	margin: 0;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}
.login_main {
	width: 596px;
	background: url(/images/boxmid.gif) repeat-y;
	padding: 3px 10px 3px 5px;
	overflow: hidden;
}
.standard_footer {
	width: 596px;
	height: 16px; 
	background: url(/images/boxbot.gif) no-repeat;
}


.standard_header {
	width: 596px;
	height: 24px; 
	background: url(/images/boxtop.gif) no-repeat;
	text-align: center;
	margin: 0;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

.standard_header_wide {
	width: 810px;
	height: 24px; 
	background: url(/images/boxtop_wide.gif) no-repeat;
	text-align: center;
	margin: 0;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

.header_printable {    	
    width: 582px;
    height: 24px;
	background: #bbbbbb;
	text-align: center;
	margin: 0;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

.standard_main {
	width: 596px;
	background: url(/images/boxmid.gif) repeat-y;
	padding: 3px 10px 3px 5px;
	overflow: hidden;
}
.standard_main_wide {
	width: 795px;	/* 810 - 10 - 5 */
	background: url(/images/boxmid_wide.gif) repeat-y;
	padding: 3px 10px 3px 5px;
	overflow: hidden;
}

.standard_footer {
	width: 596px;
	height: 16px; 
	background: url(/images/boxbot.gif) no-repeat;
}
.standard_footer_wide {
	width: 810px;
	height: 16px; 
	background: url(/images/boxbot_wide.gif) no-repeat;
}


.previous_system_header 
{
	width: 594px;
	height: 24px; 
	/*background: url(/images/boxmid.gif) repeat-y;*/
	background: #CCCC66 url(/images/boxtopright.gif) no-repeat bottom right;
	/*background-color: #CCCC66;*/
	text-align: center;
	padding-top: 5px;
	margin-left: 2px;
	font-weight: bold;
	text-transform: uppercase;
}



a.standard_link1
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
a.standard_link1:link
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
a.standard_link1:visited
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
a.standard_link1:hover
{
	color: #000;
	text-decoration: none;
	background-image: none;
}
a.standard_link2
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
a.standard_link2:link
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
a.standard_link2:visited
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
a.standard_link2:hover
{
	color: #000;
	text-decoration: none;
	background-image: none;
}

td a.standard_link1
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
td a.standard_link1:link
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}

td a.standard_link1:visited
{
	color: #000;
	text-decoration: underline;
	background-image: none;
}
td a.standard_link1:hover
{
	color: #000;
	text-decoration: none;
	background-image: none;
}
.info_link 
{
	margin-right: 10px;
	border-style: none;
	text-decoration: none;
}

.navigation {
	font-size: 0.8em;
}

.navigation ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation li 
{
    display: block;
    background: url(/images/info2.gif) no-repeat top left;
    margin: 6px 0px 6px 0px;
    padding: 0;
}
.navigation li a 
{
    display: block;
    padding-left: 22px;
    color: #000;
    text-decoration:underline;
}
.navigation li a:hover 
{
    text-decoration: none;
    color: #000;
}
.div_practitioner_warning
{
    border: solid 2px red;
    width: 550px;
    margin-left: 5px;        
    padding:5px;
    font-size:0.8em;
}
.div_practitioner_buttons
{
    padding-top:10px;
    width: 550px;
    text-align:center;
}
.div_practitioner_buttons_alt
{
    padding-top:10px;
    text-align:center;
}

/* ABOUT US*/
.aboutus_h2
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #006699;
    text-align: center;
}
.aboutus_h3
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
}
.aboutus_quote
{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.aboutus_author
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}
.aboutus_hr
{
    width: 346px;
}
.aboutus_content p
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #333333;  
}
.aboutus_content i
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #006699;
}
.aboutus_content li
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #333333; 
}
.prism
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #006699;
}
.4d
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #ff0000;
}
.aboutus_panel_right
{   
    padding: 4px;
    float: right;
    margin-right: 13px;
    position:relative;
    background-color:#E9E9D1;
    width:290px; 
    z-index:1; 
    visibility: visible;
    font-size: 0.7em;
}
.aboutus_panel_left
{
    float: left;
    position:relative;
    width:260px; 
    z-index:1; 
    font-size: 0.9em;
    line-height:1.4;  /* */
}
.aboutus_div_content_inside
{
    width: 570px;
    margin-left: 3px;
    overflow:hidden;
}
.aboutus_div_content_inside p
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #333333;  
}
.aboutus_div_content_inside li
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #333333;  
}

.aboutus_div_right_img
{
   float: right;
   margin-top: 15px;     
}
.aboutus_div_left_text
{
    float: left;
    width:415px;
}
.aboutus_alert 
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    padding: 10px;
}
.aboutus_system_header 
{
	margin-top: 15px;	
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
}
.faq_header 
{
	margin-top: 15px;
	background: #e9e9d1;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
}
.faq_hr 
{
	color: #cccc66;	
	height: 1px;	
}
.faq_link_top 
{
	margin-top:3px;
	text-align:right;
}
.water_marked
{
	font-size: small;
	color: #bbb;    
}
.admin_buttons
{
    padding-left: 176px;
}
.admin_highlighted_row
{
    font-weight: bold;
    color: Red;    
}
/* PUBLIC STATIC PAGES */

.public_container
{
    margin-top: 12px;
    background: #fff;
    overflow:hidden;    
}
.public_div_main
{
    padding-top: 50px;
    padding-left: 15px;
    width: 600px;
    float: left;
    line-height: 1.5em;
}/**/
.public_div_main p
{
    line-height: 1.5em;
}

.public_div_main h1
{
    font-size: 1.4em;
    font-weight: bold;
    color: #0000cc;
}
.public_subheads {
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.public_statement {
	padding: 8px 20px;
	border: 1px solid #CCCCCC;
	width: 90%;
	position: relative;
	top: 10px;
	z-index: 50;
	background-image: url(/images/headbg_f2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.public_div_left
{
    width: 250px;
    float:left;
}
.pubic_logo
{
    background-image: url(/images/eyebgsmall.jpg);
    width: 250px;
    height: 178px;
}
.public_login
{
    margin: 0;
}
.public_login a.button
{
    display: block;
    width:143px;
    height: 25px;
    background-image: url(/images/login_but_f2.jpg);
}
.public_login a.button:link, a.button:visited
{
    background-image: url(/images/login_but.jpg);
}
.public_login a.button:hover
{
    background-image: url(/images/login_but_f2.jpg);
}
.public_nav_left
{
	padding: 20px 0px 0px 40px;
}
.public_nav_left a
{
    font-size: 0.95em;
    color: #000099;
    text-decoration: none;
}
.public_nav_left a:hover
{
    text-decoration: underline;    
}
.public_nav_left a:visited
{
    color: #000099;    
}
.public_nav_left_colourbrain
{
    margin: 120px 0 0 40px;
}
.public_footer_menu
{
    font-size: 0.85em;
    color: #000099;
    padding-bottom: 50px;
}
.public_footer_menu span
{
    font-size: 0.95em;
    color: #000099;
    padding-bottom: 50px;
}
.public_footer_menu a 
{
    font-size: 0.95em;
    color: #000099;
    text-decoration: none;
}
.public_footer_menu a:hover
{
    text-decoration: underline;    
}
.public_footer_menu a:visited
{
    color: #000099;    
}
.public_popup_body
{
    background: #fff;
    padding: 10px;
}
.public_popup h1
{
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-align:center;
    text-transform: uppercase;
    color: #990033;
}
.public_popup a:link, a:visited 
{
    color: #005fa9;
    text-decoration: none;
}
.public_popup a:hover 
{
    text-decoration: underline;
}
#public_compnies_list
{
    background-image:url('/images/headbg_f2.jpg');
    height:600px;
    overflow:hidden;
    color:#333333; 
    background-repeat:no-repeat;
    border:solid 1px #cccccc;   
    position:relative;
}

#companies_bottom_links
{
    position:absolute;
    bottom:10px;
    left:10px;
    font-size:0.65em; 
    color: #000099;
}
#companies_bottom_links a
{
    text-decoration:none;    
    color: #000099;
}
#companies_bottom_links a:hover
{
    text-decoration:underline;    
}
#public_home_main_outer 
{
    background-color: #fff;
}
#public_home_main
{
    margin-top: 12px;
    padding: 12px 0 0 35px;
    width: 969px;
    background: url('/images/eyebg.jpg') no-repeat top right;
    font-size: 0.8em;
    position:relative;
}
#public_home_main h1 
{
    padding: 20px 0 10px 0;
    margin: 0;
    color: #02296c;
    font-size: 1.5em;
    font-weight: normal;
    width: 600px;
}
#public_home_main p 
{
	width: 500px;
	font-size: 11px;
	line-height: 17px;
}
#public_home_main_narrow {
	width: 365px;
	line-height: 17px;
	font-size: 11px;
}
#public_home_main_inner
{
    padding:0px 0px 0px 45px; 
    line-height:18px;    
    width:580px;
    position:relative;
}
#home_login_button
{
	position:absolute;
	top: 30px;
	right: 0px;
	width: 144px;
}
#home_sample_button
{
	position:absolute;
	top: 500px;
	left: 570px;
	width: 175px;
	height: 47px;
}

#home_intro_button
{
	position:absolute;
	top: 555px;
	left: 545px;
	width: 229px;
	height: 47px;
}

.profile_manual_textbox
{
    width: 50px;
}
.div_profiles_manual
{
    float: left;
    padding-right: 5px;
}
.div_profiles_manual_inside1
{
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;  
    font-size: 0.9em; 
}
.profiles_manual_long_txt
{
    width:463px;
}
.bench_div_profiles
{
    text-align:center;
    float:left;
    padding-right: 1px;
    background: #e9e9d1;

}
.bench_div_profiles_top
{
    background:#CCCCCC;
    font-size:0.85em;
    margin-bottom:5px;
    padding:2px;    
}
.bench_div_profiles_bottom input
{
    width: 35px;
    margin-bottom: 5px;
}
.master_convers_txt
{
    width: 35px;
}
.bestfit_table
{
    text-align:center;
    font-size:0.8em;
}
.bestfit_table_heading th
{
    height: 28px;
    
}
.bestfit_table_grey th
{
    background-color: #cccccc;
}
.bestfit_table_grey td
{
    background-color: #cccccc;
}
.bestfit_table_light td
{
    background-color: #e9e9d1;
    height: 21px;
}

.bestfit_table_empty td
{
	font-size: 1px;
	height: 10px;
}


.bestfit_table_black
{
    background-color: #333333;
    color: #dedede;
    font-weight: bold;
}
.bestfit_table_light td.bestfit_table_td_high
{   
    
    background-color: #CC6666;    
}
.bestfit_table_light td.bestfit_table_td_low
{
    background-color: #D6E2EF;    
}
.bestfit_table_text_bold
{
    font-weight: bold;
}
.hover_desc
{
    background-color: #dee7f7;
    font-size: 0.8em;
    padding:10px;
    line-height:16px;
    border:solid 1px #333366;
    display:none; 
    width:215px;
    height:auto;
    position:absolute; 
    top:85px; 
    left:27px;
    text-align:left;
}
.hover_desc div
{
    padding-top:3px;    
}


.black 
{
	color:Black;
}
.red 
{
	color:Red;
}




ul.horizontal_list_main_wrap
{
    padding: 0;
    margin: 0;    
    height: auto;
    overflow: hidden;
    clear: both;
}

ul.horizontal_list_main_wrap li
{
    padding: 0;
    /*margin: 0 0 2px 0;*/
    list-style: none;    
    border: solid 1px black;  
    border-top:none;  
    cursor:move;
    text-align:center;
}

ul.horizontal_list_main_wrap ul
{
    padding: 0;
    margin: 0;    
    height: auto;
    overflow: hidden;
    /*background-color:#E6E6C4;*/
}

ul.horizontal_list_main_wrap ul li
{
    float: left;    
    clear: none;
    margin: 0;
    border:none;
    height:30px;
    padding-top:3px;
    text-align:left;
    padding-left:5px;
    /*border: solid 1px;*/    
    /*padding:5px 0 0 5px; */    
}
.div_regions_manage div
{
    float:left;
}
.div_regions_manage
{
    background-color:#E3E3C6;
    font-weight:bold;
    padding-top:0px;
    padding-bottom:5px;
    padding-left:5px;
    height:20px;
    border:solid 1px black;
}
.hidden  
{
	display: none;
}
.unhidden  
{
	/*display: block; */
}