  

.text 
	{
	font-size : 13px;
	font-family : Verdana,Arial,Helvetica;
	}
	
.title 
	{
	font-size : 21px;
	font-family : Verdana,Arial,Helvetica;
	}
		
.smalltext 
	{
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;
	}

.smalltextbold 
	{
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;
	font-weight: bold;
	}

.tinytext 
	{
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;	
	}
	
.linktext
	{
	font-size : 9px;
	font-family : Verdana,Arial,Helvetica;
	}

.noline 
	{
	text-decoration: none;
	}

.nolinecat 
	{
	text-decoration: none;
	line-height: 13px;
	}

a:hover	
	{
	color: #FF0000;
	text-decoration: underline;
	}

.form-input 
	{
	font-size : 12px;
	font-family : Verdana,Arial,Helvetica;
	}
	
.form-input-small 
	{
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;
	}
.form-input-error
	{
	font-size : 12px;
	font-family : Verdana,Arial,Helvetica;
	background-color: #ffcccc;	
	}
input.form-input-disabled,select.form-input-disabled,textarea.form-input-disabled 
	{
	font-size : 12px;
	font-family : Verdana,Arial,Helvetica;
	color: #666666;
	background-color: #EEEEEE;
	}
	
.form-button {
		font-size : 11px;
		font-family : Verdana,Arial,Helvetica;
		}
		
.form-button-secondary 
	{
	font-size: 11px;
	background: #cccccc; 
	color: #333333; 
	font-family: Verdana,Arial,Helvetica
	}
	
.bullet-list 
	{
	color:gray;
	margin-top: 0px;
	margin-left: -20px;
	margin-bottom:5px
	}

.bullet-item 
	{
	margin-top:5px;
	}	
	
P.WarningNote {
	border-left-style:Solid; 
	border-left-width:1px; 
	border-right-style:Solid; 
	border-right-width:1px; 
	border-top-style:Solid; 
	border-top-width:1px; 
	border-bottom-style:Solid; 
	border-bottom-width:1px; 
	border-left-color:#ff8040; 
	border-right-color:#ff8040; 
	border-top-color:#ff8040; 
	border-bottom-color:#ff8040; 
	background-color:#ffffdd; 
	margin-right:5pt; 
	margin-top:5pt; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:5px; 
	padding-bottom:5px; 
	margin-left:1pt; 
	line-height:Normal; 
	margin-bottom:10pt; 
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;	
}

ul.threadCollapsed {
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;
	list-style-type: none;
	padding: 0px 0px 0px 10px; 
	margin: 0px;
	display: none;
}

.thread li, .thread ul {
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;
	white-space: nowrap; 
	list-style-type: none;
	padding: 0px 0px 0px 10px; 
	margin: 0px;
}

.threadHighlight, .threadHighlight a:link, .threadHighlight a:active, .threadHighlight a:visited {
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;
	white-space: nowrap; 
	background-color: #EBEBEB;
	font-weight: bold;
	color: #F00;
}




.section_name {
    font-family:verdana,arial,helvetica;
    font-size:11px;
    background-color:gray;
    color:white;
}
.section_legend {
    font-family:verdana,arial,helvetica;
    font-size:11px;
    background-color:#ebebeb;
    color:#333333;
}       
.section_content {
    font-family:verdana,arial,helvetica;
    font-size:11px;
}       
.forminput {
    font-family:verdana,arial,helvetica;
    font-size:11px;
}               
.section_table {
    margin-bottom:10px
}
.label {
    cursor: pointer;
}   
.h4 {
}

.h5 {
}

.rss {
    position:relative;
    top: 2px;
}

.user_rating_box {
	width: 48px;
	height: 38px;
	background: url(/images/communities/contentratings/ucr_bkg.gif) no-repeat;
	overflow: visible;
	padding: 3px 0 0 0;
	font: 11px verdana;
	text-align: center;
}
.user_rating_pop_left {
	width: 187px;
	height: 43px;
	background: url(/images/communities/contentratings/ucr_pop_bkg_left.gif) no-repeat;
	overflow: visible;
	padding: 10px 0px 0px 0px;
	font: 11px verdana;
	text-align: center;
}
.user_rating_pop_right {
	width: 187px;
	height: 43px;
	background: url(/images/communities/contentratings/ucr_pop_bkg_right.gif) no-repeat;
	overflow: visible;
	padding: 10px 0px 0px 0px;
	font: 11px verdana;
	text-align: center;
}
.user_rating_link {
	font: 11px verdana;
	color: #666666;
}
.user_rating_low, .user_rating_high {
	font: 9px verdana;
	color: #666666;
}
.user_rated_msg {
	font: 11px verdana;
	color: #666666;
}
.user_rating_low {
	float:left;
	padding: 2px 0 0 7px;
}
.user_rating_high {
	float:right;
	padding: 2px 28px 0 0;
}
.user_rating_box_accessible {
	width: 70px;
	height: 47px;
	background: url(/images/communities/contentratings/ucr_bkg_accessible.gif) no-repeat;
	overflow: visible;
	padding: 3px 0 0 0;
	font: 11px verdana;
	text-align: center;
}
.user_rating_box_accessible select {
	margin-top: 3px;
	background-color : #EEEEEE;
	font: 11px verdana;
}