		BODY { background-color: #000; }
		.nav		
		{
			color: #5054AC;
			font-family: Verdana;
			font-size: 10px;
			line-height: normal;
			font-style: normal;
			font-weight: bold;
			text-decoration:none;
			position:relative;
			left:36px;
		}
		.nav:hover		
		{
			color: #36C;
			font-family: Verdana;
			font-size: 10px;
			line-height: normal;
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		.calendar		
		{
			color: #36C;
			font-family: Verdana;
			font-size: 12px;
			line-height: normal;
			font-style: normal;
			font-weight: bold;
			text-decoration:none;
		}
		.calendar:hover		
		{
			color: #5054AC;
			font-family: Verdana;
			font-size: 12px;
			line-height: normal;
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		.border		
		{
			color: #FFF;
			border-width: 1px;
			border-style: solid;
			border-color: #FFF;
		}
		TD,P		
		{
			color: white;
			font-family: Verdana;
			font-size: 11px;
			line-height: 15px;
			font-style: normal;
			font-weight: bold;
		}
		B		
		{
			color: #999;
			font-family: Verdana;
			font-size: 13px;
			line-height: normal;
			font-style: normal;
			font-weight: bolder;
		}
		H1		
		{
			color: #5054AC;
			font-family: Verdana;
			font-size: 12px;
		}
		A
		{
			color: #36C;
			text-decoration: none;
		}
		A:hover
		{
			color: #5054AC;
			text-decoration: none;
		}
		SMALL{
			font-size: 7pt;
		}




.picSelect{
	height: 460px;
	width: 110px;
}
.thumb{
	border-color: #7d7d7d;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin-bottom: 5px;
}
.thumb:hover{
	border-color: #dcdcdc;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin-bottom: 5px;
}



 



	
.content
{
	border-right: #FFF;
	border-bottom: #FFF;
	border-left: #FFF;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
}
#container
	{
		width: 500px;
		padding: 30px;
		border: 1px solid #ccc;
		background: #fff;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
{
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #FFF;
	background-color: #999;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	color: #000;
	background-color: #CCC;
}

#tabnav a:hover { background-color: #666; }
	
.scroll
{
	height: 600px;
	width: 400px;
	max-height: 600px;
	overflow: scroll;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
	TH
	{
		text-align:left;
		text-decoration: underline;
	}
	.debug
	{
		color: #F00;
	}
	
	.mailSelected { background-color: #333; }
	.mailNotSelected { background-color: #000; }
	
	.navButton { margin: 0 0 4px 0; }
	.message
	{
		margin: 5px;
		padding: 5px;
	}
	#message { font-weight: normal; }
	.alert
	{
		border-color: #000;
		border-width: 1px;
		border-style: solid;
		background-color: #333;
		padding: 5px;
		margin: 10px 0px 10px 0px;
	}
	
	.actionButton { font-size: 11px; }
	
	.noUnder{ text-decoration: none; }
