.topSection{
	position: absolute;
	background-color: #C3C2C1;
	opacity: 1.0;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding-left: 2px;
}

.topSectionBG{
	position: relative;
	background-color: #C3C2C1;
	opacity: 1.0;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding-left: 2px;
}

.mainSection{
	position: static;
	background-color: #7aa;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding-left: 2px;
}

.bottomSection{
	position: relative;
	background-color: #FF0000;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding-left: 2px;
}

.currentTask{
}

body{
	background-color: #7aa;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1{
	color:#0000FF;
}

a.test { 
	font-weight: bold; 
}

table{
	padding: 10px;
	background-color:#acc;
}

table td{
	background-color:#acc;
	border: 0px;
}

#header{
	text-align: center;
}

#header h1{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#LoginForm{
	text-align: center;
}

#registerForm{
	text-align: center;
}

.footer{
	background-color: #C3C2C1;
	opacity: 1.0;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	/* for IE */
  	filter:alpha(opacity=100);
}

.footerText{
	opacity: 1.0;
	text-align: right;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	
	/* for IE */
  	filter:alpha(opacity=100);
}

#versionNo{
	position: absolute;
	top : 0px;
	right : 1px;
}

.currentTask{
	background-color: #acc;
	align: center;
	width : 50%;
	//border : solid 3px;
	margin-top : 20px;
	margin-bottom : 20px;
	padding : 20px;
}

.currentTask h2{
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

#taskDetail{
	border: solid 1px;
}

.current{
	display: none;
}

#deleteIcon{
	cursor: pointer;
}

.done{
	text-decoration: line-through;
}
