.roundedTop {
	border-radius-topleft: 5px;	
	border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;	
	-webkit-border-radius-topleft: 5px;
}
.roundedBottom {
	border-radius-bottomleft: 5px;	
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;	
	-webkit-border-radius-bottomleft: 5px;

}.rounded {
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.add-icon {
	float: none !important;
	width: 25px !important;
} textarea {
	width : 94%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : 1px solid #999999;
}
.statistics-boxes li {
	float : left;
	width : 32%;
}
.paddedlist li {
	padding-left : 12px;
	line-height : 1.3em;
}
.paddedlist li img {
	padding-right : 8px;
	vertical-align : middle;
}
.username {
	font-size : 26px;
	line-height : 27px;
	overflow : hidden;
	width : 205px;
	font-weight : bolder;
}
.username a {
	color : #999999;
	text-decoration : none;
}
.username a:hover {
	text-decoration : none;
	color : black;
}
a.DeleteLink, a.toggle-email-alerts {
	cursor : pointer;
	text-decoration : none;
}
a:hover.DeleteLink {
	cursor : pointer;
	text-decoration : none;
}
.icon-box {
	width : 350px;
	line-height : 3;
}
span.highlightString {
	background : red;
	color : white;
	font-weight : bolder;
	font-size : 14px;
}
.one-tool {
	float : left;
	text-align : left;
	width : 30%;
	padding : 2px;
	overflow : hidden;
	font-size : 12px;
	margin-bottom : 25px;
	padding : 1%;
}
.one-tool h2 {
	font-weight : bolder;
	font-size : 14px;
}
.one-tool p.icons-list {
	width : 85%;
}
.one-tool p.icons-list label.icon {
	padding : 5px;
}
.delete {
	width : auto;
	position : absolute;
	top : 40%;
	right : 5%;
}
.edit {
	width : auto;
	position : absolute;
	top : 40%;
	right : 15%;
}
.is-default {
	width : auto;
	position : absolute;
	top : 40%;
	right : 25%;
}
.is-default img {
	vertical-align : bottom;
}
.access {
	width : auto;
	position : absolute;
	top : 40%;
	right : 20%;
}
.one-attachment {
	float : left;
	border : 1px solid #666666;
	background : #CCCCCC;
	text-align : center;
	width : auto;
	height : auto;
	padding : 7px;
	overflow : hidden;
}
.one-user-online {
	float : left;
	border : thin #999999;
	text-align : center;
	width : 180px;
	height : 240px;
	padding : 2px;
	overflow : hidden;
	font-size : 12px;
}
.one-user {
	float : left;
	text-align : left;
	width : 200px;
	height : 100px;
	padding : 5px;
	margin : 5px;
	overflow : hidden;
	font-size : 12px;
}
.member-details {
	position : static;
	overflow : auto;
	float : right;
	margin-right: 0;
	width : 20em;
	padding : 5px;
}
.member-details .left {
	float : left;
	clear : left;
	width : 10em;
}
.member-details .right {
	float : right;
	clear : right;
	width : 10em;
	text-align : left;
}
.user-online {
	color : green;
	font-weight : bolder;
	font-size : 18px;
}
.forum-image {
	float : left;
	width : 4%;
	top : 0%
}
.large-resize {
	float : left;
	color : #222;
	margin : 2px;
	padding : 2px;
	width : 75%;
	height : auto;
	font-size : 12px;
	font-weight : normal;
	overflow : auto;
}
input, select {
	background: white;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 3px;
	padding: 3px;
	width: 45%;
}
label {
	float: left;
	margin: 3px;
	padding: 3px;
	width: 160px;
}
button.standard {
	font-size : 12px;
	font-weight : bold;
	background-position : 0 .99em;
	padding : 5px 12px 5px 10px;
	color : black;
	background : #F8D3D3;
	border : 1px solid black;
	margin : 2px;
}
button.standard:hover {
	border : 1px solid white;
}
button.standard a {
	text-decoration : none;
	color : black;
}
.row {
	min-height : 0;
	background : #F0F0F0;
	display : block;
	padding : 8px;
	position : relative;
	line-height : 1.6em;
	border-right: 1px dashed #999;
	border-left: 1px dashed #999;
	border-bottom : 1px dashed #999;
}
.row:after {
	clear : both;
}
.row a {
	color : black;
	text-decoration : none;
}
.row a:hover {
	color : black;
	text-decoration : underline;
}
.row-one {
	min-height : 0;
	background : #E9E9E9;
	display : block;
	padding : 8px;
	position : relative;
	line-height : 1.6em;
	border-right: 1px dashed #999;
	border-left: 1px dashed #999;
	border-bottom : 1px dashed #999;

}
.row-one a {
	color : black;
	text-decoration:none;
}
.row-one a:hover {
	color : black;
	text-decoration :underline;
}
span.expandLink {
	cursor : pointer;
}
.header_bar {
	background : #A92525;
	padding : 6px;
	color : #F1F1F1;
	font-size : 13px;
	font-weight : bold;
	font-variant:small-caps;
	line-height : inherit;
}
.header_bar p {
}
.header_bar img {
	vertical-align:text-top;
}
.header_bar a {
	color : #F1F1F1;
	text-decoration : none;
}
.header_bar a:hover {
	text-decoration : underline;
}
.footer_bar {
	background : #A92525;
	padding : 6px 6px 3px 6px;
	color : white;
	font-weight : bolder;
}
.footer_bar a {
	color : white;
	text-decoration : none;
}
.footer_bar a:hover {
	text-decoration : underline;
}
.sub_bar {
	background : #D23535;
	line-height : 1em;
	padding : 6px;
	color : #F1F1F1;
	font-size : 13px;
}
.sub_bar a {
	color : white;
	text-decoration : none;
}
.sub_bar a:hover {
	color : white;
	text-decoration : underline;
}
.float-right {
	float : right;
}
.float-left {
	float : left;
}
.clear {
	clear : both;
	height : 1px;
	font-size : 1px;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.thread-title .title {
	border-bottom : 1px dashed #CCC;
	padding-bottom : 5px;
	width : 80%;
}
.manage {
	width : auto;
	position : absolute;
	top : 40%;
	right : 23%;
	text-align : center;
}
.image {
	float : left;
	width : auto;
	top : 0%;
	padding-right : 5px;
	margin : 0px;
}
#sort {
	padding : 0px;
	margin : 0px;
	list-style : none;
	margin-left : 0;
}
#sort li {
	padding : 0px;
	margin : 0px;
}
.extra-padding {
	padding : 10px;
}
.paging {
	text-align : center;
}
/*Success and Error Table*/
.success_table {
	background : #006600;
	color : white;
	margin : 0;
	width : 100%;
	line-height : 1.4;
	padding : 7px;
	padding-left : 15px;
}
.success_table .title {
	font-size : 14px;
	font-weight : bold;
}
.error_table {
	background : #993300;
	color : white;
	margin : 0;
	width : 100%;
	line-height : 1.4;
	padding : 7px;
	padding-left: 15px;
}
.error_table .title {
	font-size : 14px;
	font-weight : bold;
}
.error_table .title a {
	text-decoration : none;
	color : white;
}
.error_table .title a:hover {
	text-decoration : underline;
	color : white;
}

.small-preview {
	font-weight : lighter;
	font-size : 10px;
	color : #666666;
	padding-top : 4px;
	overflow : hidden;
	height: 1.6em;
	width : 95%;
	cursor:pointer;
} .small-preview:hover {
	font-weight : lighter;
	font-size : 10px;
	color : black;
	padding-top : 4px;
	overflow : none;
	width : 95%;
}

.slashMe {
	color : blue;
	font-weight : bold;
}
.quoteTable {
	padding : 0;
	margin : 0;
	color : black;
	width : 80%;
	border-collapse : collapse;
	background: #F0F0F0;
	border : 2px solid #999999;
}
.sticky-divide {
	height : 8px;
	background: #D23535;
}
div#profile-events {
	width : 100%;
	margin : 0 auto;
}
div#profile-events .an-event {
	border-bottom : 1px dotted #666;
	margin : 8px;
	padding : 5px 0 5px 0;
}
/*POLL*/
.poll-bar {
	border: 1px solid #ccc;
	width: 95%;
	margin: 2px;
	padding: 2px;
	padding-right : 7px;
	float: left;
	background: white;
}
.poll-bar > div {
	background:pink;
	height : 12px;
	color : black;
	padding : 5px 0px 5px 5px;
}
/*Friends List On Profile*/
p.smilies-list {
	float : right;
	width : 5%;
	line-height : 1.8em;
}
p.smilies-list img {
	padding : 3px;
}
