/*
	Various Elements / Classes
*/

.button_add_comment {
	display:				block;
	background-image:		url(button_add_comment.gif);
	background-repeat:		no-repeat;
	
	width:					87px;
	height:					17px;
}

.comment {
	width:					96%;
	background-color:		#eee;
	border:					1px #ccc solid;
	margin:					0 10px 5px 10px;
}

.comment th {
	font-size:				9pt;
	font-weight:			normal;
}

.comment .owner {

	font-size:				7pt;
	float:					right;
	padding-right:			5px;
}

.comment .text {
	background-color:		#ddd;
	border:					1px #ccc solid;\
}

.form_edit {
	display:				block;
	background-image:		url(edit_bg_top.gif);
	background-repeat:		no-repeat;
	
	margin-left:			10px;
	
	width:					444px;
}

.form_edit table {
	padding:				10px 10px 0 36px;
	width:					100%;
}

.form_edit table td {
	font-size:				9pt;
	font-family:			'Verdana', sans-serif;
	padding:				0 5px 4px 0;
	color:					#444;
}

.form_edit table .s32 {		width: 90px; }
.form_edit table .s64 {		width: 190px; }
.form_edit table .s128 {		width: 290px; }
.form_edit table .s256 {		width: 390px; }

.form_edit .varchar, 
.form_edit .textarea,
.form_edit .select {
	border:					1px #ccc solid;
}

.form_edit .select {
	width:					120px;
}

.form_edit .varchar, .form_edit .select {
	height:					20px;
}

.form_edit table .textarea {
	height:					80px;
	width:					390px;
}


.form_edit .submit {
	float:					right;
	background-image:		url(button_submit.gif);
	background-repeat:		no-repeat;
	
	width:					97px;
	height:					24px;
	
	margin:					0 20px 10px 0;
	
	vertical-align:			bottom;
	font-size:				0pt;
}

.form_edit .bottom {
	display:				block;
	background-image:		url(edit_bg_bottom.gif);
	background-repeat:		no-repeat;
	
	margin-top:				26px;
	
	width:					444px;
	height:					15px;
}


.list_edit th {
	font-size:				8pt;
	padding:				1px 2px 1px 2px;
	border:					1px #cc solid;
}

.admin_edit {
	display:				block;
	background-image:		url(smooth_edit_button.gif);
	background-repeat:		no-repeat;
	
	width:					36px;
	height:					13px;
	
	margin-right:			4px;	
	margin-bottom:			1px;
}

.admin_owner {
	display:				block;
	background-image:		url(smooth_owner_button.gif);
	background-repeat:		no-repeat;
	
	width:					36px;
	height:					13px;
	
	margin-right:			10px;	
	margin-bottom:			3px;
}


.admin_click {
	float:					left;
	background-image:		url(smooth_click_button.gif);
	background-repeat:		no-repeat;
	
	width:					41px;
	height:					13px;
	
	margin:					4px 4px 0 0;	
}

.search_result, .search_result_premium {
	display:				block;
	width:					480px;
	margin:					0 0 5px 10px;
	padding-top:			5px;
}
.search_result_premium {
	border:					1px #666 solid;
}
.search_result {
	border:					1px #ccc solid;
}
.search_result:hover, .search_result_premium:hover {
	border:					1px #f00 solid;
}

.link_right_arrow {
	display:				block;
	background-image:		url(arrow_right_circle_small.gif);
	background-repeat:		no-repeat;
	background-position:	150px 50%;
	
	padding-right:			26px;
	margin-bottom:			4px;
	
	text-align:				right;
	color:					#000;
	text-decoration:		none;
	font-size:				9pt;
}

.link_right_arrow:hover {
	color:					#f00;
}

.top_list_table {
	display:				block;
	width:					249px;
}

.top_list_table th .header {
	display:				block;
	background-image:		url(listhead.gif);
	background-repeat:		no-repeat;
	width:					249px;
	height:					18px;
	
	color:					#fff;
	font-size:				9pt;
	text-align:				center;
	line-height:			18px;
}

.top_list_table .odd td {
	background-color:		#eee;
}

.top_list_table .date {
	font-size:				7pt;
	font-style:				italic;
}

.top_list_table .description {
	font-style:				italic;
	font-size:				8pt!important;
	color:					#444;
}