body, table
{
	margin:0px;
    FONT-SIZE: 11pt;
    FONT-FAMILY: verdana,helvetica,arial,sans-serif;
}

input
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: tahoma,arial,helvetica,sans;
    BORDER:solid thin silver;
}

select
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: tahoma,arial,helvetica,sans;
    BORDER:solid thin silver;
}

textarea
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: tahoma,arial,helvetica,sans;
    BORDER:solid thin silver;
}

td.nrs_table_login
{
    FONT-SIZE: 11pt;
    FONT-FAMILY: tahoma,arial,helvetica,sans	
}

table.nrs_table
{
	background: #EEEEEE;
	font-family: arial,helvetica,tahoma;
	border-collapse: collapse;
	border: thin solid #555555;
}

tr.nrs_table_heading
{
	background: blue;
	color: white;
	font-weight: 700;
	font-size: 13pt;
	border-style: none none solid none;
	border-width: thin;
	border-color: #555555;
}

table.nrs_table td
{
	padding: 4px;
}

tr.nrs_table_item1
{
	background: #DDDDFF;
}

tr.nrs_table_item2
{
	background: #DDDDDD;
}

div.nrs_error
{
	width: 200px;
	background: red;
	border: thin solid;
	border-color: #555555;
	margin:10px;
	padding:6px;
	text-align:center;		
}

div.nrs_message
{
	width: 200px;
	color: white;
	background: green;
	border: thin solid;
	border-color: #555555;
	margin:10px;
	padding:6px;	
	text-align:center;	
}

div.nrs_editor_title
{
	background:#6699CC;
	height: 22px;
	color: white;
	font-family: arial,helvetica,tahoma;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px;
	border: thin solid blue;
	border-style: none none solid none;
}

div.nrs_editor_form
{
	width:476px;
	background:#99CCCC;
	color: black;
	font-weight: bold;
	font-family: arial,helvetica,tahoma;
	padding: 10px;
	border: thin solid green;
}

div.nrs_editor_main
{
	margin: 8px;
}

div.nrs_editor_writer_main
{
	width:500px;
	background:#6699FF;
	float:left;
	padding:6px;
	margin:6px;
	border:solid thin;
	border-color:#555555;	
}

div.nrs_editor_writer_sidebar
{
	width:250px;
	float:left;	
}


/*
####################################
				BOX
####################################
*/
div.nrs_sidebar_box
{	
	margin:6px;
	border:solid thin;
	border-color:#555555;
}

div.nrs_sidebar_box_title
{
	background:#CCCCCC;
	padding:4px;	
	border-width:thin;
	border-color:#555555;
	border-style: none none solid none;	
}

div.nrs_sidebar_box_content
{
	background:#6699FF;	
	padding:4px;
}

/*
####################################
*/




div.nrs_logo_line
{
	background:black;
	height: 30px;
	color: white;
	font-family: arial,helvetica,tahoma;
	font-size: 16pt;
	font-weight: bold;
	padding: 4px;
	border: thin solid grey;
	border-style: none none solid none;
}

div.nrs_toolbar_line
{
	background:silver;
	height: 30px;
	color: white;
	font-family: arial,helvetica,tahoma;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px;
	border: thin solid black;
	border-style: none none solid none;
}

div.nrs_toolbar_line img
{
	border: none;
}

div.nrs_save_line
{
	border-width: 1px;
	border-style: solid none solid none;
	padding: 6px;
	background: #CCCCCC;
	border-color: #000000;
}

div.nrs_save_line img
{
	border: none;
}

div.nrs_content_toolbar
{
	border: solid thin gray;
	background: #CCCCCC;
	padding: 6px;
	margin: 4px;
}