#spotlight {
	width: 225px;
	height: 380px;
	float: left;
	background: #8ec8f6 url(/_layouts/IMAGES/SchoolNet.GlobalNet/wiki/bubble_test.jpg) top left no-repeat;
	padding-left: 245px;
	border: 1px solid #8ec8f6;
	border-left: 0;
	border-bottom: 0;
	overflow: hidden;
}
#spotlight .spotlightHdr {
	text-indent: -9000px;
	overflow: hidden;
	background: #8ec8f6 url(/_layouts/IMAGES/SchoolNet.GlobalNet/wiki/todays_featured_articles.gif) top center no-repeat;
	width: 223px;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style:none;
}
#spotlight ul {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 80%;
}
#spotlight li {
	margin-bottom: 20px;
}
#spotlight a {
	color: #6b1026;
}
#spotlight span.spotlightLink {
	color: #fff;
	font-size: 170%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
}

#aboutWiki {
/*	margin-left: 485px;*/
	margin-left: 471px;
	font-size: 80%;
	position: relative;
	height: 380px;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	padding: 0 10px;
}
#aboutWiki h3 {
	text-indent: -9000px;
	overflow: hidden;
	width: 220px;
	height: 25px;
	background: url(/_layouts/IMAGES/SchoolNet.GlobalNet/wiki/about.gif) 0 10px no-repeat;
	padding-top: 10px;
	margin: 0 0 20px 0;
}
#aboutWiki span.readMore {
	display: block;
	margin: 10px 0;
}
#aboutWiki ul.aboutWikiLinks {
	position: absolute;
	bottom: 0;
	font-size: 180%;
	list-style:none;
}
#aboutWiki ul.aboutWikiLinks li {
	padding: 15px 0;
	border-top: 1px dotted #ccc;
	list-style:none;
}

#searchWiki {
	clear: both;
	background: #dbebfa;
	font-size: 80%;
	padding-left: 20px;
	position: relative;
	margin-bottom: -10px;
	width:97.6%;
}
#searchWiki div {
	padding-bottom: 8px;
	padding-top: 5px;
}
#searchWiki input.goButton {
	position: absolute;
	top: 3px;
	margin-left: 5px;
}

#browseArticles {
/*	width: 470px; use in combination with Most Popular */
	width: 100%;
	float: left;
	font-size: 80%;
}
#browseArticles h4 {
	font-size: 110%;
	font-weight: bold;
	color: #644b2b;
	margin-top: 5px;
}
#browseArticles ul.alphaBrowse {
	margin-bottom: 20px;
}
#browseArticles ul.alphaBrowse li {
	display: inline;
}
#browseArticles span.articleTitle {
	display: block;
	width: 20em;
}
#browseArticles span.articleEdited {
}
table.listTable {
	font-size: 95%;
	width: 90%;
	margin-bottom: 20px;
}
table.listTable td {
	border-bottom: 1px solid #efefef;
	padding: 3px;
}

#mostPopular {
	float: right;
	width: 351px;
	margin-bottom: 10px;
}
#mostPopular h4 {
	height: 34px;
	background: #ebebea url(/_layouts/IMAGES/SchoolNet.GlobalNet/grey_rnded_crnr.gif) top left no-repeat;
	line-height: 34px;
	color: #333;
	padding-top: 2px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
#mostPopular ul.popularBy {
	font-size: 90%;
	display: inline; /* IE double margin bug fix */
}
#mostPopular ul.popularBy li {
	float: left;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 10px;
}
#mostPopular ul.popularBy a {
	text-transform: uppercase;
	color: #ccc;
	font-weight: bold;
}
#mostPopular ul.popularBy a.on {
	color: #999;
}
#mostPopular ul.popularBy li#active, #mostPopular ul.popularBy li#viewed {
	border-left: 0;
}
#mostPopular div.articles {
	clear: left;
	border: 1px solid #ccc;
	margin-top: -10px;
	padding: 10px;
	font-size: 90%;
}
div.article {
	margin-bottom: 20px;
}
div.article span.articleTitle {
	display: block;
}
div.article span.articleDescription {
	display: block;
}
div.article span.articleAuthor {
	display: block;
	font-size: 85%;
}
.grayfont
{
	font-size:large;
	color:Gray;
	font-weight:bold;
}
.grayfontActive
{
	font-size:small;
	color:#09c;
}
.grayfontInActive
{
	font-size:small;
	color:Gray;
}

a.addNewArticle 
{
	position:relative;
	display: block;
	font-weight: bold;
	float:right;
	padding-right:20px;
	padding-bottom: 8px;
	padding-top: 5px;
}

#lnkAddNewArticle 
{
	float:right;
}
