﻿body 
{
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size: 13px;
}

h1, h2
{
	/* #999999 */
	color: Black;
	font-size:16px;
	border-bottom: solid 1px #DDDDDD;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

div.linkBlockInfo
{
	border-bottom: solid 1px #adcadc; 
	padding: 5px 5px 5px 10px; 
}

span.ruleText
{
	color: #999999;
	font-size:10px;
}
.calendarButton
{
	cursor:pointer;
}

div.PromptArea
{
	padding: 5px;
	border: solid 1px Black;
	border-bottom-width: 2px;
	border-right-width: 2px;
	background-color: White;
	width:250px;
}

div.bannerArea
{
	padding-left:22px;
	background-image: url(images/prompt.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 5px 5px 5px 5px;
}

h1 a
{
	color: Black;
	text-decoration:none;
}

h1 a:hover
{
	color: Black;
	text-decoration:underline;
}


.rainbowArea
{
	height: 7px;
	background: url(images/rainbow.png) repeat-x;
	background-position:bottom;
	text-align:center;
}

.pagerArea
{
	text-align:center;
	padding:3px;
}

.topBannerArea
{
	height:70px;
	text-align:center;
	border-bottom: solid 1px White;
}

a
{
	color:Blue;
}

a:hover
{
	text-decoration:none;
}

ul.noBullet
{
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}

ul.noBullet li 
{
	padding: 1px;
}

div.bottomArea
{
	background-color: #707070;
	text-align:center;
	padding:10px;
	color:White;
}

div.bottomArea a
{
	color:White;
}

buttonArea
{
	height:30px;
}

div.rightButtonContainer
{
	float:right;
}

div.userLinkArea
{
	padding:5px; 
}

img.AvatarImage
{
	width:100px;
}
