/* AnAdaDay.com */
*{
	font-family:Tahoma, Georgia;
	font-size: 12px;
}
html{
	height: 100%;
}
body{
	background-color: #336699;
	text-align:center;
	margin: 0; 
	padding: 0; 
	height: 100%;
}
div{
/*	border:1px solid #000000;*/
}
a,
a:link,
a:active,
a:visited,
a:hover{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	border-bottom: 1px dotted #000000;
}
select{
	margin: 2px 5px 2px 2px;
}
p.form{
	margin:0;
	padding-bottom:5px;
}
p.form b{
	display:block;
	float:left;
	width:120px;
}
input.addTextBox,
textarea.addTextBox{
	width:250px;
	margin-right:5px;
}
textarea.addTextBox{
	height:80px;
	white-space:normal;
}
#main{
	position:relative;
	background-image:url(/images/MainBG.gif);
	background-repeat: repeat-y;
	background-color: #336699;
	width:1024px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index:1;
	min-height: 100%;
}
* html #main{
	height: 100%;
}
#mainboard{
	position:relative;
	background-repeat: repeat-y;
	padding: 0 114px 0 121px;
	z-index:1;
}
#mbHeader{
	position:relative;
	background-image:url(/images/Header.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:77px;
	z-index:1;
}
#mbAdvert{
	background-image:url(/images/main-board-background.gif);
	position:relative;
	padding: 15px 36px 15px 25px;
	min-height:300px;
}
* html #mbAdvert{
	height:300px;
}
#mbAdvertTxt{
	height:25px;
}
#mbFooter{
	position:relative;
	background-image:url(/images/Footer.gif);
	background-repeat: no-repeat;
	padding: 3px 0 0 0;
	height:88px;
}
#logo{
	position:absolute;
	left:-99px;
	z-index:100;
}
#mainMenu{
	position:absolute;
	right: 5px;
	padding: 5px 15px 5px 15px;
	width:435px;
	height:35px;
	text-align:center;
	vertical-align:middle;
}
#pgFooter{
	color:#000000;
	margin: 10px 127px 0 125px;
	text-align:center;
	min-height:70px;
	padding-bottom:10px;
}
* html #pgFooter{
	height:70px;
}
#pgFooterTxt{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px 0;
	margin-bottom:10px;
	min-height:50px;
}
* html #pgFooterTxt{
	height:50px;
}
#pgFooterTxt p{
	padding:0;
	margin:0;
	padding-bottom: 5px;
}
#pgFooterTxt a,
#pgFooterTxt a:link,
#pgFooterTxt a:active,
#pgFooterTxt a:visited{
	border-bottom: 1px dotted #cccccc;
}
#progress{
	margin:0;
	padding:0;
	width:100%;
	height: 20px;
	clear:both;
}
#progress li{
	margin:0;
	padding:0;
	float:left;
	display:block;
	padding-right: 10px;
}
#progress li a.doing{
	color:#006600;
}
#progress li a.done{
	color:#000000;
	text-decoration:line-through;
}
#progress li a.todo{
	color:#999999;
}
#progress li a.todo:hover{
	border:none;
}
.alert{
	color:#FF0000;
}