﻿
.controlHeader
{
	clear: both;
	background: #9932cd;
	padding: 2px 5px 2px 5px;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: thin;
}
.controlHeader2
{
	background: #eeeeee;
	padding: 1px 5px 5px 5px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: thin;
}
.controlTitle
{
	font-weight: bold;
	font-size: small;
	margin: 0px 0px 0.5em;
	color: #dddddd; /*	border-bottom-style: solid; 	border-bottom-width: 1px; 	border-bottom-color: #C0C0C0; */
}
.controlDesc
{
	font-size: small;
	color: #808080;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.generalPageTitle
{
	font-weight: normal;
	font-size: 125%;
	margin: 0px 0px 0.5em;
	color: #ff6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	line-height: 2;
}
.generalFormInputTitle
{
	font-weight: normal;
	font-size: 125%;
	margin: 0px 0px 0.5em;
	color: #808080;
	line-height: 2;
}
.generalFormInputHeading
{
	font-weight: normal;
	font-size: 125%;
	margin: 0px 0px 0.5em;
	color: #808080;
	line-height: 2;
	font-weight: bold;
}
.controlDate
{
	font-size: 80%;
	color: #808080;
}

.smallTitle
{
	font-weight: bold;
	font-size: 90%;
	margin: 0px 0px 0.5em;
	color: #7da2ce;
	line-height: 2;
}


.newsFeedIcon
{
	padding: 2px 2px 2px 2px;
	margin-left: 10px;
	float: left;
}

.newsFeedText
{
	font-size: small;
	margin-left: 3px;
	padding-top: 10px;
	vertical-align: middle;
}

.newsFeedDesign
{
	border-bottom: solid 1px #ccc;
}


.newsFeedEmbeddedImage
{
	float: left;
}

.wallPostText
{
	font-size: 90%;
	color: #3d3d3d;
}
.wallPostLink
{
	font-size: 80%;
}
.wallPostImage
{
	float: left;
	margin: 0 10px 10px 0;
}
.wallPostMessageBox
{
	margin: 35px 0 1px 0;
}
.ucSpacer
{
	margin-bottom: 25px;
}

/* Normal Bubble */
div.bubble
{
	width: 400px;
	margin-bottom: 24px;
	font-size: 0.95em;
	color: #7b8395;
}

div.bubble blockquote
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p
{
	margin: 10px;
	padding: 0px;
}

div.bubble cite
{
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(img/tip.gif) no-repeat 20px 0; /*	font-style: normal; */
}

/* Rounded Bubble */
div.bubble div.rounded
{
	margin-bottom: 10px;
	border: 3px solid #edeef0;
	background-color: #feffb4;
}
div.bubble div.rounded blockquote
{
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p
{
	margin: 0px 10px;
}
div.bubble cite.rounded
{
	position: relative;
	z-index: 1;
	margin: 0px;
	padding-left: 15px;
	padding-top: 13px;
	top: 9px;
	background: transparent url(img/tip-rounded.gif) no-repeat 15px 0;
}

.sub-menu
{
	position: relative;
	min-height: 3em;
	padding-top:2px;
}

/*IE6*/
.tool
{
	display: block;
	float: left; /*	background: url(img/tool-divider.gif) 0 50% no-repeat; */
	font-size: 125%;
	min-height: 18px;
	white-space: nowrap;
	padding: 4px 6px;
	font-weight: bold;
	
}

.sub-menu strong
{
	color: #E45B00;
	display: block;
	float: left;
	padding-top: 4px;
	font-size: 125%;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: -7px 0 0;
}


.news-feeds a, .sub-menu a, a.toplinep
{
	color: #578CCA;
}

/*IE6*/
.news-feeds a:hover, .sub-menu a:hover
{
	color: #ccc;
}


.discussionboard-body STRONG
{
	font-size: 80%;
	color: #666;
	text-decoration: none;
}

.discussionboard-body H3
{
	font-weight: 700;
	font-size: 110%;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-decoration: none;
	margin: 2px 0 0;
}

.discussionboard-body P
{
	line-height: 1.3;
	text-decoration: none;
	margin: 0.2em 0 0.1em;
}

.discussionboard-submitted
{
	padding-right: 0;
	font-size: 85%;
	padding-bottom: 0;
	color: #999;
	padding-top: 0;
	text-decoration: none;
	margin: -2px 0 0;
}


