body{
	background-color: #EEEECC;
}

div#header{
	width: 200px;
	top: 0px;
	left: 5px;
	font-family: verdana;
}

table#mainTable{
	width: 800px;
	margin: auto;
	background-color: white;
	border: 1px solid #CCCCAA;
	margin-top: 10px;
}


div.content{
	width: 100%;
}


div#calendar{
	margin-top: 10px;
	margin-left: 10px;
	width: 200px;
	display: block;
	border-top: 1px dashed #CCCCCC;
}

div.calendarYear{
	margin-left: 15px;
}

div.calendarMonth{
	margin-left: 18px;
	overflow: hidden;
	margin-right: 2px;
	width: 165px;
}

div.calendarMonth a:link, div.calendarMonth a:visited{
	color: black;
	text-decoration: none;
}

div.calendarMonth a:hover, div.calendarMonth a:active{
	color: black;
	text-decoration: underline;
}


span.calendarLoading{
	font-family: Georgia, verdana;
	font-size: 0.7em;
	color: #AAAAAA;
}

span.calendarYearText, span.calendarMonthText{
	font-family: Georgia, verdana;
	font-size: 0.7em;
}

span.calendarArticleText{
	font-family: Georgia, verdana;
	font-size: 0.7em;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	table-layout:fixed;
}

div#sponsors,div#about,div#links, div#categorySelect{
	margin-top: 20px;
	margin-left: 10px;
	border-top: 1px dashed #CCCCCC;
	padding-top: 3px;
}

span#calendarTitle, span#sponsorsTitle, span#aboutTitle, span#linksTitle, span#categorySelectTitle{
	font-family: Georgia, verdana;
	font-size: 0.9em;
}

div#categorySelectContent, div#aboutContent, div#linksContent, div#sponsorsContent{
	margin-left: 5px;
}

span#aboutContent, span#linksContent{
	font-family: Georgia, verdana;
	font-size: 0.7em;
}

span.categoryListRefresh{
	font-family: Georgia, verdana;
	padding-left: 10px;
	font-size: 0.7em;
	padding-top: 5px;
}

div.categoryList{
	padding-left: 5px;
}

div.categoryListItem{
	font-size: 0.7em;
	font-family: Georgia, verdana;
}

input.categoryListItemCheckbox{ }


span.categoryListRefresh a:link, span.categoryListRefresh a:visited{
	color: black;
	text-decoration: none;
}
span.categoryListRefresh a:hover, span.categoryListRefresh a:active{
	color: black;
	text-decoration: underline;
}


div#sponsors{
	text-align: center;
}

div.ajaxTimeout{
	position: fixed;
	padding: 2px;
	top: 0px;
	left: 5px;
	width: 300px;
	background-color: #FFCC00;
	opacity: 0.9;
	border-left: 1px solid #AA6600;
	border-right: 1px solid #AA6600;
	border-bottom: 1px solid #AA6600;
	font-family: verdana;
	font-size: 0.7em;
	display: none;
}

div.ajaxTimeoutAbsolute{
	border-top: 1px solid #AA6600;
	position: absolute;
}

span.ajaxTimeoutClose{
	border: 1px solid #AA6600;
	padding: 0px 2px 0px 2px;
	float: right;
}

span.ajaxTimeoutClose a{
	text-decoration: none;
	color: #AA6600;
}

div.search{
	position: fixed;
	padding: 2px;
	top: 0px;
	right: 5px;
	width: 300px;
	background-color: #eeeedd;
	opacity: 0.8;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-family: verdana;
	font-size: 8pt;
}

div.searchAbsolute{
	border-top: 1px solid #AAAAAA;
	position: absolute;
}

input.searchText{
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
}

input.searchTextOn{
	color: #000000;
}


input.searchButton{
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #AAAAAA;
}


div#searchOptions{
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	margin-top: 3px;
}

div#search a{
	text-decoration: none;
	color: #AA6600;
}

span#searchEngine{
	padding-right: 3px;
}


div#buffer{
	height: 0px;
}

div#intro, div#browserCompatibility{
	border: 1px solid #CCCCAA;
	margin-top: 8px;
	padding: 1px 1px 5px 1px;
	display: none;
}

span#introClose, span#browserCompatibilityClose{
	border: 1px solid #CCCCAA;
	padding: 0px 2px 0px 2px;
	margin: 2px 2px 0px 0px;
	float: right;
}

span#introClose a, span#browserCompatibilityClose a{
	font-family: verdana;
	font-size: 0.7em;
	color: #CCCCAA;
}



a:link, a:visited{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: underline;
}
a:active{
	color: black;
	text-decoration: underline;
}

span.paging{
	color: black;
	font-family: Georgia, verdana;
	font-size: 0.7em;
}

span.paging a:link, span.paging a:visited{
	color: black;
	text-decoration: none;
}
span.paging a:hover, span.paging a:active{
	color: black;
	text-decoration: underline;
}

span.default{
	color: black;
	font-family: Georgia, verdana;
	font-size: 0.7em;
}

span.error{
	color: orange;
	font-weight: bold;
	font-family: Georgia, verdana;
	font-size: 0.7em;
}

table.articleTable, table.articleResponseTable{
	font-family: Georgia, verdana;
	width: 100%;
}

table.articleTable th{
	margin: 0px;
	padding: 0px;
}

span.articleTitle{
	font-weight: bold;
	font-size: 1.2em;
}

span.articleCategory, span.articleAuthor, span.articleDate, span.articleFooterStart{
	font-size: 0.6em;
}

span.articleCategoryName, span.articleAuthorName {
	font-weight: bold;
}

span.articleTags{
	font-size: 0.6em;
}

span.articleTagsList{ }


div.articleHeader, div.responseHeader{ }

div.articleFooter{
	margin-left: 5px;
	border-top: 1px dashed #DDDDDD;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 2px;
}

div.articleContent{
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}

span.articleContent{
	font-size: 0.7em;
}

span.articleContent a{
	text-decoration: underline;
}


div.responseList{
	margin-left: 10px;
}

span.responseListHeader{
	font-weight: bold;
	font-size: 1.0em;
}


div.responseContent{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

span.responseContent{
	font-size: 0.7em;
}

span.responseTitle{
	font-size: 0.8em;
}

span.responseAuthor, span.responseDate{
	font-size: 0.6em;
}

span.responseAuthorName, span.responseAuthorEmail {
	font-weight: bold;
}

div.article, div.articleSingular, div.response{
	padding-bottom: 15px;
}

div.response{
	margin-left: 5px;
	border-top: 1px dashed #CCCCCC;
	padding-bottom: 2px;
}

div.articleSingular{
	font-family: Georgia, verdana;
	width: 100%;
}

div.articleFloatingMenus{
	margin-right: 3px;
	margin-left: 5px;
	float:right;
	overflow: hidden;
}

div.articleRelatedArticles, div.articleAttachments{
	border: 1px dotted #AAAAAA;
	width: 146px;
	margin-bottom: 2px;
	padding: 2px;
	overflow: hidden;
}

div.articleRelatedArticlesList, div.articleAttachmentsList{
	margin-left: 5px;
}

span.articleRelatedArticlesTitle, span.articleAttachmentsTitle{
	font-family: Georgia, verdana;
	font-weight: bold;
	font-size: 0.6em;
}

div.articleRelatedArticlesListItem, div.articleAttachmentsListItem{
	font-family: Georgia, verdana;
	font-size: 0.6em;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	table-layout:fixed;
}

div.articleMenu{

}

span.articleMenuBreaker{
	margin-left: 3px;
	border-left: 1px dotted #AAAAAA;
}

span.articleMenuTab{
	font-size: 0.6em;
}


div.rateArticle{
	font-family: Georgia, verdana;
	font-size: 0.6em;
	position: relative;
}

div.rateArticleComplete{
	opacity: 0.4;
}

span#ratingIncompleteText, span#ratingCompleteText{

}

span.currentRating, span.rate{
}


div.articleMenu{

}

div.articleMenuOn{
	border-bottom: 1px dotted #AAAAAA;
}

span.articleMenuTab{
	border-bottom: 1px none #FFFFFF;
	border-top: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
}

span.articleMenuTabOn{
	border-top: 1px dotted #AAAAAA;
	border-left: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
	border-bottom: 1px solid #FFFFFF;
}

div.articleSocial{
	display: none;
	border-top: 0px none #FFFFFF;
	border-left: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 10px;
}

div.articleSocialButtons{
	padding: 3px;
	text-align:center; 
}

div.articleSocialButtons a{
	padding-left: 8px;
}

div.articleResponse{
	display: none;
	border-top: 0px none #FFFFFF;
	border-left: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 0.7em;
}

div.articleResponseContentDiv{
	margin-top: 10px;
	margin-left: 10px;
}

div.articleResponseContentDivOff{
	opacity: 0.3;
	filter: alpha(opacity=30);
}

span.articleResponseInstructions{

}

input.articleResponseButton{
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #AAAAAA;
}

span.articleResponseField{
	font-weight: bold;
}

input.articleResponseText, textarea.articleResponseText{
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
}

textarea.articleResponseText{
	overflow: hidden;
	width: 400px;
}
	
input.articleResponseTextOn, textarea.articleResponseTextOn{
	border: 1px solid red;
	color: black;
}

div.responseSubmitted{
	visibility: hidden;
	position: absolute; 
	top:5; 
	left:5;
}

div.responseSubmittedOn{
	visibility: visible;
}

div.response {} 


