
a
{
color:#a4d66f;
}
a:hover
{
	color: #fff;
}

#topdiv
{
	background:#000000 url('../img/top/RW_top.jpg') center left no-repeat;
	font-family: verdana,sans-serif;
	text-align:left;
	margin: 0px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	font-size:16px;
	height:120px;
	border-bottom: 1px solid #000;
}


/* man styles */
/* list-view */
span.li1, span.li2 {
	display: block;
	float: left;
	clear: left;
	width: 99%;
	cursor: pointer;
}

span.li2 {
	background-color: #333;
}

span.fi, span.fi_long, span.fi_xlong, span.fi_ico, span.fi_img_hide {
	display: block;
	float: left;
	padding: 0 5px;
	width: 120px;
}
span.fi_xlong {
	width: 320px;
	border: solid 0px #444;
}
span.fi_long {
	width: 180px;
}
span.fi_ico, span.fi_img_hide {
	width: 20px;
	height: 1.5em;
}
img.fi_img_hide {
	display: none;
	position: absolute;
	z-index: 20;
	border: solid 5px #2e2d29;
}
span.MF_label {
	font-style: italic;
	color: #999;
}

/* thumb view */
div.thumbs {
	clear: both;
}

div.thumbs div.thumb {
	float: left;
	width: 20%;
	margin: 1%;
	padding: 1%;
	border: solid 1px #444;
	cursor: pointer;
}
div.thumb span.fi, div.thumb span.fi_long, div.thumb span.fi_xlong, div.thumb span.fi_img {
	width: auto;
}

/* item-view */
div.field1, div.field2 {
	display: block;
	float: left;
	clear: left;
	width: 99%;
}
div.field2 {
	background-color: #222;
}
div.field1 span, div.field2 span {
	display: block;
	float: left;
	clear: left;
	width: 250px;
	text-align: right;
	font-style: italic;
	padding: 2px 15px;
}

span.field2 {
	background-color: #222;
}
span.fi2 {
	background-color: #333;
}

div.thumb span.fi1, div.thumb span.fi2
{
	display: block;
}

img.icon, input.icon {
	margin-bottom: -6px;
}
img.icon_fade, input.icon_fade {
	margin-bottom: -6px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
img.icon_fade:hover, input.icon_fade:hover {
	margin-bottom: -6px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
/* pages */
div.pages {
	float: left;
	width: 98%;
	clear: both;
	margin-top: 5px;
}
div.pages a, div.pages span {
	display: block;
	float: left;
	text-align: center;
	color: #666;
}
div.pages span.total {
	color: #a4d66f;
}
div.pages a, div.pages span.p {
	width: 24px;
	height: 24px;
	padding: .3em 0px 0px 0px;
	margin: -6px 1px 1px 1px;
	border: solid 1px #444;
	text-decoration: none;
	background-image: url(img/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
div.pages a:hover, div.pages span.p {
	color: #a4d66f;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #a4d66f;
	background-color: #333;
}


div.form
{
	margin: 10px;
	padding: 5px;
	border: 0;
	background: url(../img/cnr_form.gif) top left no-repeat transparent;
}
div.form div#new {
	display: none;
}

span.toggle {
	cursor: pointer;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0;
	height: 22px;
}

div.MF_view {
	float: right;
	padding: 2px 5px 5px 7px;
	margin: 0px 7px 0 0;
	background: url(../img/cnr_view.gif) no-repeat bottom left #222;
}
div.MF_view a {
	text-decoration: none;
}

textarea.ta {
	width: 350px;
}
textarea.rte {
	width: 500px;
	height: 150px;
}
textarea.rtedefault {
	width: 500px;
	height: 150px;
	border: solid 1px #f00;
}
textarea.rtesimple {
	width: 500px;
	height: 100px;
	border: solid 1px #f00;
}
/* end man styles */


/* table styles */
tr.head td {
	text-decoration: underline;
	font-style: italic;
}
td {
	vertical-align: top;
}
td.icon {
	width: 25px;
	text-align: center;
}
td.cover {
	width: 200px;
}

/* image styles */
img.ico {
	margin-bottom: -3px;
}
.tiles
{
float:left;
width:100%;
}


/* fieldset.tile styles */
fieldset.tile {
	border:1px solid #333;
	float:left;
	text-align:center;
	width: 20%;
	margin: 1%;
	padding: 1Opx;;
}
fieldset.tile div.info {
	margin-top:5px;
	text-align: left;
}

input.disco
{width:100%;}
