@charset "utf-8";
body{
	font-size:x-small;
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	color:#333333;
	overflow-x:hidden;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	background:url(../img/bg.jpg) top repeat-x;
	background-color:#386680; 
	text-align:center;
}

th {
	height:15px;
	text-align:center;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#131399;
	font-weight:bold;
}

#header { 
	width:96%;
	height:50px;
	margin-left:2%;
	margin-left:2%;
}

#header td {
	border-top:1px solid #f0f0ff;
}

#footer {
	position:fixed;
	bottom:0px;
	left:5%;
	right:5%;
	width:90%;
	height:20px;
	z-index:2;
	background-color:#f0f0f0;
}


#footer #tasks #task_header {
	height:15px;
	margin:0px;
	padding:0px;
}


#breadcrumb {
	width:887px;
	margin:3px;
	background-color:#f0f0ff;
	border-bottom:1px solid #ccc;
	height:15px;
	text-align:left;
	padding:4px;
}

#content .shader {
	background-color: #000000;  
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index:4;
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px; 
}

h1,h2,h3 {
	display:block;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
}

h1 {
	font-size:medium;
}

h2 {
	font-size:12px;
	font-weight:normal;
	background-color:#FFFFFF;
	width:490;
	border-bottom:1px solid #f0f0f0;
	padding:5px;
	text-indent:10px;
}

h3 {
	font-size:xx-small;
	font-weight:bold;
}

#above_box {
background-image:url(../images/shadowu.png);
background-position:bottom;
background-repeat:repeat-x;
}

#below_box {
background-image:url(../images/shadow.png);
background-position:top;
background-repeat:repeat-x;
}

input {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
