/* News css

vers 1 MPU 10/03/2010

A DMR software product
DMR is a registered trade mark of DMR Limited 
Copyright protected source code
All rights reserved by DMR Limited
A DMR Service, managed and delivered from the DMR network in the United Kingdom

*/
body						{background:#FFFFFF; font-family: Arial, sans-serif; }

/* headers */
#news_add_comment h2, #news_edit_mode h2 	{padding:0; margin:0 0 10px 0; border:none; font-family:"Georgia", "Times New Roman"; font-weight:normal; color:#000000; font-size:130%; line-height:1em;}

/* links */
#news_edit_mode a.left_arrow, a:link.left_arrow, v:link.left_arrow {color:#0061A6; text-decoration:none; padding:3px 0px 3px 11px; margin:0px; border:none; background:transparent url("../images/left-arrow.gif") no-repeat center left; font-size:90%;}
#news_edit_mode a:hover.left_arrow {color:#000000; text-decoration:none; padding:3px 0px 3px 11px; margin:0px; border:none; background:transparent url("../images/left-arrow.gif") no-repeat center left; font-size:90%;}


/* tables */
#news_add_comment table.news_table, #news_edit_mode table.news_table {margin:0; padding:0; border-collapse:collapse; border:none;}
#news_add_comment table.news_table td, #news_edit_mode table.news_table td {margin:0; padding:1px 0 1px 0;}
#news_add_comment table.news_table td.news_leftcol, #news_edit_mode table.news_table td.news_leftcol {margin:0; width:150px;}
#news_add_comment table.news_table td.news_topalign {margin:0; vertical-align:top; padding:6px 0 2px 0;}
#news_edit_mode table td.news_content		{padding:7px 0 2px 0;} 
#news_edit_mode table td.news_return		{text-align:right;} 

/* forms */
#news_add_comment input.news_submit		{margin:5px 0 0 0;}
#news_add_comment select.news_status_select	{width:100px;}
#news_edit_mode textarea.news_textarea		{margin:10px 0 0 0;color:#333333; font-family: Arial, sans-serif; line-height:1.2em; font-size:110%;}

/* p */

#news_add_comment p.news_note, #news_edit_mode p.news_note {color:#FF0000; padding:5px 0 10px 0;}

