﻿.RNA-EditorForm
{
	border: solid 1px black;
	padding: 10px;
	background-color: #f9f9f9;
	width: 600px;
	height: 600px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	z-index: 9;
	position: absolute;
}

.RNA-EditorForm .Title
{
	font-weight: bold;
	font-size: 14px;
	color: Navy;
	padding-bottom: 15px;
}

.RNA-EditorForm .Label
{
	width: 100px;
}

.RNA-EditorForm .Input
{
	width: 420px;
	padding-bottom: 2px;
}

.RNA-EditorForm .InputArea
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.RNA-EditorForm .Input input
{
}

.RNA-EditorForm .Input input.Subject
{
	border: solid 1px black;
	width: 420px;
}

.RNA-EditorForm .Input input.PostedBy
{
	width: 100px;
}

.RNA-EditorForm .Input input.Feed
{
	width: 200px;
}

.RNA-EditorForm a.Button,
.RNA-EditorForm a.Button:VISITED,
.RNA-EditorForm a.Button:ACTIVE
{
	color: Navy;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.RNA-EditorForm a.Button:HOVER
{
	text-decoration: underline;
}

table.RNA-Grid
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}

/* Cell */

table.RNA-Grid tr td
{
	overflow: hidden;
	white-space: pre;
}

/* Cell Paging */

table.RNA-Grid tr td.Paging
{
	background-color: white;
}

/* Add news */

table.RNA-Grid tr td.AddNews
{
	background-color: white;
}

table.RNA-Grid tr td.AddNews a,
table.RNA-Grid tr td.AddNews a:VISITED,
table.RNA-Grid tr td.AddNews a:ACTIVE
{
	color: navy;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold!important;
	padding-left: 5px;
}

table.RNA-Grid tr td.AddNews a:HOVER
{
	text-decoration: underline;
}

/* Cell Link Button */

table.RNA-Grid tr td a,
table.RNA-Grid tr td a:VISITED,
table.RNA-Grid tr td a:ACTIVE
{
	color: Black;
	font-weight: normal!important;
	text-decoration: none;
}

table.RNA-Grid tr td a:HOVER
{
	text-decoration: underline;
}

/* Header Cell */

table.RNA-Grid tr td.Header
{
	font-weight: bold;
	color: Black;
	padding: 3px;
	padding-left: 5px;
	background-color: #eeecec;
}

table.RNA-Grid tr td.Header a
{
	color: black;
}

/* Subject Cell */

table.RNA-Grid tr td.Subject
{
	width: 300px;
	padding-left: 5px;
}

/* Feed Cell */

table.RNA-Grid tr td.Feed
{
	width: 200px;
	padding-left: 5px;
}

/* Posted By Cell */

table.RNA-Grid tr td.PostedBy
{
	width: 70px;
	padding-left: 5px;
}

/* Date Posted Cell */

table.RNA-Grid tr td.DatePosted
{
	width: 130px;
	padding-left: 5px;
}

/* Action Cell */

table.RNA-Grid tr td.Action
{
	width: 50px;
	padding-left: 5px;
}

/* Alternating and Normal Row */

table.RNA-Grid tr
{
	background-color: #fdfdfd;
}

table.RNA-Grid tr.AlternatingRow
{
	background-color: #f9f8f8;
}

/***************************************************************
*				Paging										   *
***************************************************************/

.RNA-Paging 
{
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #0000de;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial;
}

.RNA-Paging a 
{
	padding: 0px 2px 0px 2px;
	margin-right: 2px;
	border: solid 1px transparent;
	text-decoration: none; /* no underline */
	color: #0000de;
}

.RNA-Paging a:hover
{
	border: solid 1px #ff9900;
	background-color: #ffcc99;
	text-decoration: none;
}

.RNA-Paging a:active 
{
	background-color: #FFC082;
	border-color: #ff9900;
	text-decoration: none;
}

.RNA-Paging span.current 
{
	padding: 0px 2px 0px 2px;
	border: 1px solid #ff9900;
	font-weight: normal;
	margin-right: 2px;
	background-color: #FFC082;
	color: #FFF;
	text-decoration: none;
}

.RNA-Paging span.disabled 
{
	padding: 0px 2px 0px 2px;
	border: 1px solid white;
	font-weight: normal;
	margin-right: 2px;
	color: silver;
}

.RN-LoadingBox
{
	position: relative;
	z-index: 2;
	background-color: black;
	border: 1px solid black;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
}

.RN-LoadingMessage
{
	position: relative;
	font-family: Arial, Verdana, Tahoma;
	font-size: 20px;
	font-style: oblique;
	width: 100px;
	color: white;
	background-image: url( loading.gif );
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	z-index: 3;
}