@import "step_navigation.css";

div.attachment_area div.displayed_image
{
	border: 1px solid #067fbb;
	margin-bottom: 10px;
	position: relative;
}

div.attachment_area div.displayed_image div.border
{
	height: 2px;
	position: absolute;
	width: 2px;
}

div.attachment_area div.displayed_image div.bottom_left
{
	background: url(/images/attachment_area/border_blue_bottom_left.png);
	bottom: -1px;
	left: -1px;
}

div.attachment_area div.displayed_image div.bottom_right
{
	background: url(/images/attachment_area/border_blue_bottom_right.png);
	bottom: -1px;
	right: -1px;
}

div.attachment_area div.displayed_image div.top_left
{
	background: url(/images/attachment_area/border_blue_top_left.png);
	left: -1px;
	top: -1px;
}

div.attachment_area div.displayed_image div.top_right
{
	background: url(/images/attachment_area/border_blue_top_right.png);
	right: -1px;
	top: -1px;
}

div.attachment_area div.document_thumbnails
{
	float: right;
	height: 90px;
	width: 151px;
}

div.attachment_area div.image_thumbnails
{
	float: left;
	height: 90px;
	width: 232px;
}

div.attachment_area div.video_thumbnails
{
	height: 90px;
	margin-bottom: 10px;
	margin-left: 232px;
	margin-right: 151px;
	padding-left: 11px;
	padding-right: 11px;
	position: relative;
	width: 140px;
}
* html div.attachment_area div.video_thumbnails
{
	margin-left: 0px;
	margin-right: 0px;
}

div.attachment_area div.video_thumbnails a
{
	bottom: 0px;
	display: block;
	height: 70px;
	position: absolute;
	width: 140px;
}

div.attachment_area div.first_thumbnail
{
	height: 70px;
	width: 70px;
}

div.attachment_area div.second_thumbnail
{
	float: right;
	height: 70px;
	margin-left: 11px;
	width: 70px;
}
* html div.attachment_area div.second_thumbnail
{
	margin-left: 8px;
}

div.attachment_area div.third_thumbnail
{
	float: right;
	height: 70px;
	margin-left: 11px;
	width: 70px;
}

div.attachment_area div.player_area
{
	height: 344px;
	margin-bottom: 10px;
	position: relative;
	width: 425px;
}

div#step_text
{
	line-height: 1.5em;
}

div#step_text a
{
	color: #067fbb;
	font-weight: bold;
}

div#step_text ul
{
	padding: 10px;
	margin: 10px;
}

div#step_text ul li
{
	list-style: disc;
}





/**** image notes ****/
.img_note, .img_note_act
{
	background: transparent url("/images/editor/space.gif") repeat;
	cursor: pointer !important;
}
/***********************/

div.box .line
{
	padding-bottom: 2px;
}

div.box table.user_img
{
	margin-top: 5px;
}

div.box table.user_img td
{
	border-spacing: 0;
	padding: 0;
	vertical-align: top;
}

div.box table.user_img .image
{
	position: static;
}

div.com_bubble
{
	background-color: #f2f8ff;
	border-bottom: 1px solid #dddddd;
	height: auto !important;
	min-height: 52px;
	padding: 8px;
	position: relative;
}

div.com_bubble #comment_form
{
	padding-left: 4px;
	position: relative;
}

div.com_bubble #comment_form #submit_comment
{
	margin-top: 4px;
	width: 200px;
}

table#comment_form_footer
{
	width: 100%;
}

table#comment_form_footer td
{
	padding: 5px 3px 5px 0;
}

div.com_bubble #comment_form textarea
{
	display: block;
	width: 543px;
}

* html div.com_bubble #comment_form textarea
{
	width: 536px;
}

*+html div.com_bubble #comment_form textarea
{
	width:536px;
}

#com_bubble > #comment_form
{
	margin-top: 4px;
}

/* definitions for voting stars */

.voting_footer
{
	font-size: 11px;
	position: relative;
	margin-top: 3px;
	text-align: right;
}
	
div.rank_value
{
	font-family: Arial;
	font-size: 18px;
	position: absolute;
	right: 0;
	margin-right: 5px;
}

* html div.rank_value, * html .voting_footer div
{
	right: 10px;
}

ul#step_actions{margin: 15px 18px 10px 20px; z-index: 3; position: relative;}
ul#step_actions li{position: relative;  position: static; margin-right: 10px; display: inline-block;}
#send_friend{display: none;}
#send_friend input{width:250px;}
* html #send_friend input{width:240px;}					/* IE6 Hack*/	
*+html #send_friend input{width:240px;}					/* IE7 Hack*/	
#send_friend textarea{width:350px;height: 80px;}			
* html #send_friend textarea{width:342px;}				/* IE6 Hack*/
*+html #send_friend textarea{width:340px;}				/* IE7 Hack*/
*+html #send_friend .button{width: 67px!important;}		/* IE7 Hack*/

#member_box{z-index: 1; position: relative;}
