﻿#cat
{
	font-family: Verdana;
	font-size: 0.8em;
	color: #222;
	background: #eee;
	height: 260px;
}
.Paging 
{
    border: 1px solid #ddd;
    background: #eee;
}
.PagingLeft 
{
	float:left;
	padding: 9px 0 5px 10px;
	font-family: Verdana;
	font-size:0.8em;
}
.PagingRight 
{
	float:right;
}
.PagingRight a, .PagingRight a:link, .PagingRight a:active, .PagingRight a:visited 
{
    border: 1px solid #999;
    background-color: #ddd;
    text-decoration: none !important;
    font-size: 12px;
    margin:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
    width: 20px;
	font-family: Verdana;
	font-size:0.8em;
	color: #333;
}
.PagingRight a:hover 
{
    border: 1px solid #333;
    background-color: #999;
    text-decoration: none !important;
    color:#fefefe !important;
}
.rwTitlebarControls ul, .rwTitlebarControls ul li 
{
    list-style-type: none !important;
    margin: 0 !important;
    padding:0 !important;
}
.RadWindow table tr 
{
    height: 8px !important;
}
.dnnWerkModalOverlay 
{
    opacity:0.8 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80) !important; 
    BACKGROUND-COLOR: #aaaaaa !important;
}
#simplesearch div {
	float:left;
}
#advsearch div {
	float:left;
}
#searchspacer {
	height: 25px;
	clear:both;
}
.comment_form
{
    background: #eee;
    padding:20px;
    font-family: Verdana;
    font-size: 12px;
    color:#333;
}
.comment_button 
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.comment_needsapproval, comment_by
{
    
}
.pnlMessage 
{
    padding-top: 15px;    
    padding-bottom: 15px;
}
/*******************/
/* Subscriber Form */
/*******************/

/* ValidATION errors */
div.nuntioSub 
{
    font-family: Verdana;
    font-size: 12px;
    color: Red;
}
div.nuntioSub ul li, div.nuntioSub ul
{
    padding:0;
    margin: 0;
    list-style-type: none;
}
div.nuntioSub ul
{
    padding-bottom: 10px;
}
div.nuntioSub ul li
{
    padding: 5px 0 5px 30px;
    background: url(img/alert.gif) left center no-repeat;
}
/* Subscriber form table */
table.nuntioSubContainer 
{
    width: 300px;
}
/*cell that holds the lables */
td.subNormal
{
    white-space: nowrap;
    vertical-align: top;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px 10px 0 0;    
}
/*cell that hols the textboxes */
td.subControl
{
    width: 100%;
    vertical-align: top;
}
/*cell that holds the help text */
td.subHelp
{
    padding: 20px 0 0px 0;
    font-family: Verdana;
    font-size: 12px;
}
/*cell that holds the checkboxes (if more then one module is referenced */
td.subCheck 
{
    padding: 10px 0 0px 0;    
}
td.subCheck label
{
    font-family: Verdana;
    font-size: 12px;    
}
/* cell that holds the buttons */
td.subButton
{
    padding: 20px 0 10px 0;
}
/* container that holds the result */
div.subResult
{
    padding: 10px 0 10px 0;
    font-family: Verdana;
    font-size: 12px;
}
