/*
 * Author:	Petteri Hakala
 *			Sentatel Oy
 *			petteri.hakala@oyk.fi
 */
 
td.offer_workstep_btn
{
	display: block;
	cursor: pointer;
	margin-top: 2px;
	background: #CCCCFF;
	border-style: solid;
	border-width: 1px;
	width: 170px;
	padding: 8px;
	padding-left: 30px;
	
	-moz-border-radius: 50px;
	border-radius: 50px;
}

td.offer_workstep_btn:hover
{
	color: white;
	border-color: black;
}

td.offer_workstep_pic
{
	cursor: pointer;
	vertical-align: middle;
}

li.offerheadlink
{
	color: black;
	white-space: nowrap;
	width: 100px;
}
 
li.offerheadlink ul 
{ 
	cursor: pointer;
	text-align: left;
	list-style-type: none;
	display: none; 	
	background-color: #dcdcdc;
	z-index: 3;
	padding: 0px;
}

li.offerheadlink:hover ul 
{ 
	display: block; 
	position: absolute;	
}

li.offeritem
{
	background-color: #e8e8e8
}

li.offeritem:hover
{
	background-color: #dcdcdc;
	color: black
}

table.steps
{
	width: 800px;
	margin: 10px;
	margin-left: -10px;
}

.level_1_step td
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	white-space: nowrap;
}

.level_2_step
{
	font-weight: bold;
}

.level_2_step .offer_step_name
{
	padding-left: 15px;
}

.level_3_step .offer_step_name
{
	padding-left: 30px;
}

.step_none
{
	display: none;
}

img.unclickable
{
	cursor: default;	
}

td.offer_stepprice
{
	padding-right: 42px;	
}

input.uneditable
{
	padding-right: 40px;
	text-align: right;
	border-style: none;
	background-color: transparent;
	color: black;
}

input.uneditable_coverage
{
	padding-right: 40px;
	text-align: right;
	border-style: none;
	background: transparent;
	color: black;
	text-align: left;
}

input.stepname_level_1
{
	font-weight: bold;
	font-size: 16px;
	width: 280px;
}

input.stepname_level_2
{
	font-weight: bold;
	width: 250px;
}

input.stepname_level_3
{
	width: 230px;
}

input.stepname_level_eq
{
	width: 230px;
	color: red;
}

table.unchanged_offer tr:first-child
{
	font-weight: bold;
}

table.offerpdfs td
{
	white-space: nowrap;
}	

/* -------------- VISIBLITYS -------------------- */
div.step_offer_visibility_visible, 
div.step_offer_visibility_hidden, 
div.comment_offer_visibility_visible, 
div.comment_offer_visibility_hidden
{
	cursor: pointer;
}

div.step_offer_visibility_visible img, 
div.step_offer_visibility_hidden img, 
div.comment_offer_visibility_visible img, 
div.comment_offer_visibility_hidden img
{
	filter:alpha(opacity=70); 		/* Internet Explorer       */
	-moz-opacity: 0.7;           	/* Mozilla 1.6 and below   */
	opacity: 0.7;               	/* newer Mozilla and CSS-3 */		
}

div.step_offer_visibility_visible img, 
div.step_offer_visibility_hidden img
{
	width: 20px;
}

div.comment_offer_visibility_visible img, 
div.comment_offer_visibility_hidden img
{
	width: 15px;
}

div.step_offer_visibility_visible span, 
div.comment_offer_visibility_visible span
{
	position: absolute;
	display: none;
}

div.step_offer_visibility_hidden span, 
div.comment_offer_visibility_hidden span
{
	position: absolute;
	z-index: 2;
	color: red;
	font-weight: bold;
}

div.step_offer_visibility_hidden span
{
	padding-left: 5px;
	font-size: 25px;
}

div.comment_offer_visibility_hidden span
{
	padding-left: 3px;
	font-size: 15px;
}