/*
COLORS: 
turkey blue 092c62
turkey yellow ffff00

*/
/******************** NAVIGATION STYLES ********************/

.first_level_nav, .first_level_nav a
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.first_level_nav a:hover
{	
	color: #424242;
	text-decoration: none;
}

.second_level_nav, .second_level_nav a
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.second_level_nav a:hover
{	
	color: #424242;
	text-decoration: none;
}


.third_level_nav, .third_level_nav a
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.third_level_nav a:hover
{	
	color: #424242;
	text-decoration: none;
}

.sub_nav, .sub_nav a
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.sub_nav a:hover
{	
	color: #424242;
	text-decoration: none;
}



/************** MAIN CONTENT STYLES **********************/
/* body tag */
/* this will set the bg in the EDITOR....NOT the actual website */
body
{	
	background: #ffffff;
}

/*THIS sets the fullscreen bg */
body.web_page
{
	/*background: #092c62;*/
	background-color: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*THIS sets the bg for the website*/
#main_table
{
	background: #ffffff;
}

/*default content style...*/
.body, table,.defaultBody, p, ul, ol
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.body_2
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #000000;	
}

.body_3
{
	font: 14px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #000000;	
}

/********** NON-NAV LINKS **********/
a
{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	/*font-family: verdana, helvetica, arial, geneva, sans-serif;*/
	text-decoration: underline;
}

a:hover
{
	color: #424242;
	text-decoration: underline;
}



/********** BORDERS **********/

.border_all
{border-bottom: #000000 0px solid ; border-top: #000000 0px solid; border-left: #000000 0px solid; border-right: #000000 0px solid;}

.border_top
{border-top: #c9c9c9 1px solid}

.border_bottom
{border-bottom: #000000 1px solid}

.border_left
{border-left: #000000 1px solid}

.border_right
{border-right: #000000 1px solid}

/*table#main_table { border-collapse: collapse; }
table#main_table td { border: 1px solid black; }
table#main_table td td { border: 0; }

/*********** TITLES ******************/

.sectionTitle, h1
{
	color: #3865A4;
	font-style: normal;
	line-height: 22px;
	font: 18px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title, h2
{
	color: #3865A4;
	font-style: normal;
	line-height: 20px;
	font: 16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subTitle, h3
{
	color: #3865A4;
	font-style: normal;
	line-height: 18px;
	font: 14px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}


.parent_page_title
{
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	font: 20px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*********** NEWS & TESTIMONIALS ***********/
/*
STYLES USED FOR NEWS AND TESTIMONIALS...
News Item.............................header
Friday Sep 9th, 2005.................. .news .body
Description of news item..............smallerBody  

"They went beyond my expectations!"...quote
Mr Satisfied Customer.................highlight
*/

.header, h4
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 18px;
	font: 13px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 12px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.news .body
{
	color: #424242;
}

.smallerBody
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 12px;
	color: #424242;
}

.quote
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.highlight { color: #3865A4; }

.chameleon_testimonials .highlight
{
display: block;
padding-top:5px;
padding-bottom:5px;
}


/*********** STAFF MODULE ******************/

.wc_staff .highlight
{
margin-right:5px;
}

.wc_staff .highlight:after
{
content:":";
}

/*********** OTHER STYLES ******************/

.note
{
	margin-top: 0px;
	padding: 0px;
	color: #000000;
	font: 10px tahoma, helvetica, arial, geneva, sans-serif;
	line-height: 11px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.noteHeader
{
	color: #424242;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
	font: 10px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}

.smallerHighlight { color: #424242; }

.inputLabel
{
	line-height: 12px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: lighter;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	font-family: arial, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-variant: normal;
}

.frameHeader { }

.tableHeader
{
	text-indent: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-family: tahoma,verdana,arial,sans;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: white;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	width: auto;
	height: 20;
	clear: both;
	vertical-align: middle;
}

.instructions { }

.footer
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 2px;
	margin: 5px;
	color: #000000;
	background: transparent;
}

h5
{
	color: #424242;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}

h6
{
	color: #424242;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}


hr
{
	color: #424242;
	height: 1px;
}

.formHr
{
	color: #424242;
	height: 1px;
	width: 100%;
}

.inputFrame
{
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 1px dotted #424242;
	background: transparent;
	color: transparent;
}

.callFrame
{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #BBB;
	background: transparent;
	color: #777;
}

.callHeader
{
	color: #424242;
	font-style: normal;
	font-weight: bolder;
	line-height: 11px;
	font: 12px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}

input.text
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #424242;
	padding: 2px;
	background: #FFF;
}


input.password
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #424242;
	padding: 2px;
	background: #FFF;
}


.warnings
{
	padding: 5px 15px 5px 15px;
	border-top: 1px dotted #C00;
	border-bottom: 1px dotted #C00;
	line-height: 18px;
	color: #FF9;
	background-color: #FF9;
	margin: 0 0 15px 0;
}

.dev_descriptions
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}


/********** REPEATING BACKGROUNDS ***********/

.vertical_bg
{background-image: url(/images/vert_bg_1px.jpg); background-repeat: repeat-y; }

.vertical_bg_2
{background-image: url(/images/vert_bg_1px.jpg); background-repeat: repeat-y; }

.horizontal_bg
{background-image: url(/images/title_underline_1px.jpg); background-repeat: repeat-x; }

.horizontal_bg_2
{background-image: url(/images/horizontal_bg_1px.jpg); background-repeat: repeat-x; }




/*production simulator*/
/*
colours...
dk blue 092c62
6e6e6e grey
*/

/*
.background_colour
{
	background: #092c62;
}
*/
/*
#main_results_table
{	
	background: #092c62;
	
	border-bottom: #000000 1px solid ; border-top: #000000 1px solid; border-left: #000000 1px solid; border-right: #000000 1px solid;
	
}
*/	
/*color of main text in form is here*/
#simulator_form table td
{	
	font: 11px arial, helvetica, arial, geneva, sans-serif;	
	color: #000000;
	background: #ffffff;
	padding: 2px;
	
}

/*use to change bg of menu area...*/
.main_bg_colour
{
	/*background: #092c62;*/
	background: #ffffff;
}

/*units, breed etc....*/
#top_menu table td, #top_menu table td a
{	
	font: 11px arial, helvetica, arial, geneva, sans-serif;	
	color: #424242;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;	
}


#button_menu table td, #button_menu table td a
{	
	font: 14px arial, helvetica, arial, geneva, sans-serif;	
	color: #ffffff;
	/*background: #092c62;*/
}


#simulator_form input
{	
	height: 15px;
	text-align: right;
	padding-right: 3px;
	width: 50px;
	font: 11px  arial, helvetica, arial, geneva, sans-serif;
	color: #000000;
	border-color: #ffffff;	
	border-style: outset;
	border-width: 1px;
}



/*
#simulator_form .button
{
	border-width: 0px;
	height: 20px;
}
*/

.turkey_form_title
{
	font: bold 16px  arial, helvetica, arial, geneva, sans-serif;	
	color: #092c62;
	line-height: 30px;
}

b
{
	color: #092c62;
}

.readonly
{
	background: #e0e0e0;
}

#wait_message
{
   /*height: 50px;
   width: 300px;*/
   font-size:  14px;
   font-face: arial, helvetica, arial, geneva, sans-serif;
   /*color: #ffffff;
   background: green;	
   top: 99;
   left: 99;
   position: absolute;*/
   z-index: 2;
      
}

#wait_message td
{
	/*color: #ffffff;*/
}

#loading_text
{
	font: bold 9px  arial, helvetica, arial, geneva, sans-serif;	
	color: #6e6e6e;
}



#simulator_form .submit_button
{
	/*background-image: url(../../production_simulator/images/submit_button.jpg); background-repeat: no-repeat;*/
	width:126px;
	height:35px;
	border-width: 0px;
}

#submit_button_div
{
	width: 100%;
	text-align: center;
}

.expand_button
{
	border-width: 0px;
}

#stock_purchase_table input
{
	border-width: 0px;
}

#form13_integrated_btn_div input
{
	text-align: center;
	width: 88px;
	height: 26px;
	border-width: 0px;
}

#form14_graphs input
{
	text-align: center;
	width: 180px;
	height: 28px;
	border-width: 0px;
}

#simulator_form #form46_btns_left
{
	text-align: right;
	padding-right:20px;
}

#simulator_form #form46_btns_right
{
	text-align: left;
	padding-left:20px;
}

#simulator_form #form46_btns_left input, #simulator_form #form46_btns_right input
{
	width: 180px;
	height: 28px;
	border-width: 0px;
	padding: 0px;	
}

#menu_0 a
{
	text-decoration: none;
}

#menu_0 a:hover
{
	/*color: #ffff00;*/
	color: #092c62;
}

#simulator_form .graph_button input
{
	height: 32px;
	text-align: right;
	padding-right: 0px;
	width: 126px;	
	border: 0px;		
}

#simulator_form #open_scenario_content input
{
	width: 180px;
	height: 28px;
	border: 0px;
	
}

#simulator_form .hr
{
	color: #092c62;
	background-color: #092c62;
	border-color: #092c62;
	border: 0px;
	height: 1px;
	width: 90%;
	text-align: center;
}

#simulator_form .gross_margin
{
	font-weight: bold;
}

#simulator_form .hr_cell
{
	text-align: center;
}

#save_scenario_content input
{
	width: 200px;
	height: 20px;
	text-align: center;
}

#simulator_form #main_results_table #save_scenario_button
{
	width: 88px;
	height: 26px;
}

#footer_text
{
	text-align: center;
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #ffffff;	
	font-style: normal;
	font-weight: normal;
	background-color: #092c62;	
	
}

#login_form table, #login_form table a, #disclaimer
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 17px;
	color: #092c62;	
}

.login_welcome
{
	font: bold 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 17px;
}

.website_by, .website_by a, .website_by a:hover
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	color: #092c62;
	line-height: 17px;
}

#simulator_form .cp_graph_btns input, #simulator_form .cp_graph_btns img
{
	height: 15px;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 2px;
	width: 50px;
	font: 11px  arial, helvetica, arial, geneva, sans-serif;
	color: #000000;
	border-color: #ffffff;	
	border-style: outset;
	border-width: 0px;
}

.main_borders
{
border-bottom: #092c62 1px solid ; border-top: #092c62 1px solid; border-left: #092c62 1px solid; border-right: #092c62 1px solid;
	
}