body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;	
}

h1
{
	font-size: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	color:#FF997D;
}

th
{
	color:#FF997D;
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #FF997D;
	
}

img.contentimg {
	float:right;
	margin-bottom:6px;
}

a.menulink 
{
	display: none;
	color:#FFFFFF;
	text-decoration:none;
}

a.menulink:hover
{
	display: none;
	color:#FF997D;
	text-decoration:none;
}

a
{
	color: Black;
	text-decoration: none;
}

a:hover
{	
	text-decoration: underline;
}


ul
{
	padding: 0px;
	margin-left: 15px;	
	margin-top: 0px;
}

li
{
	margin: 0px;
	padding: 0px;
}

li a
{	
	color:#FF997D; 	
	font-weight: bold;
}

.regCheckBox
{
	margin-left: -7px;
}

.registerInput
{
	width: 150px;
}

.errMsg
{
	color: Red;
	font-weight: bold;
}


#montage 
{	
}

#greybar 
{
	display: none;
	position:absolute;
	top:104px;
	left:0px;
	width:100%;
	height:20px;
	background-color:#666666;
	background-image:url(../images/greybar_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	border-top:1px solid #999999;
	border-bottom:1px solid #000000;
	color: White;
}

#menu 
{
	display: none;
	position:absolute;
	top:104px;
	left:0px;
	width:167px;	
	z-index:2;
	border-left:1px solid #000000;
}

.menuitem
{
	display: none;
	padding-left:9px;
	padding-top:3px;
	cursor:hand;
	height:17px;
	background-color:#666666;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#maincontent {
	position:absolute;
	top:110px;
	left:0px;
	padding-left:0px;
	padding-right:18px;
}

#breadcrumbs
{
	display: none;
	position:absolute;
	top:108px;
	left:177px;	
	height:20px;
	color: White;
	z-index: 102;	
}

#loggedin
{
	display: none;
	position:absolute;
	top:108px;
	right: 10px;	
	height:20px;
	color: White;
	z-index: 103;	
}


.dots
{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:4px;
	background-image: url(../images/dots.gif);
	background-position:left;
	background-repeat:repeat-x;
	
}

.grey
{
	color:#666666;
	font-weight: bold;
}

.pink
{
	color:#FF997D;
	font-weight: bold;
}

.title
{
	font-size:150%;
	color:#FF997D;
	font-weight: bold;
	margin-bottom:10px;
	font-style: italic;
}




/* Calendar */
#Calendar
{
	background-color: Red;
}


.cal_m {
	text-align: center;
}

.cal_f {
	position: relative;
	text-align: left;
}

.cal_f_r {
	position: absolute;
	right: 3px;
	top: 0px;
	background-color: white:
}


.cal_t {
	/*background: #EEEEEE;*/
	background: #FFE0D9;
	float: left;
}

.cal_c {
	background-color: white;
	text-align: center;
}

.cal_c_on, .cal_c_over {
	background-color: #CC0000;
	background-color: #FF997D;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: White;
}

.cal_c_over {
	background-color: #EF9C8C;
}

.cal_e {
	display: none;
}

.cal_e_on {
	display: block;
	float: left;
	width: 405px;
	padding: 5px;
	margin-bottom: 10px;	
	background: #EEEEEE;
	background: transparent;
	margin-left: 5px;
}
