/* Screen layout: */

#page {
	background: #ffffff;
	color: #303030;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#leftmenu {
	margin-bottom: 10px;
	width: 210px;
	float: left;
}

#main {
	float: right;
	width: 569px;
}


a {
text-decoration: none;
color: #a2a497;
}

a:hover {
text-decoration: underline;
color: #000000;
}

#pagefooter {
	clear: both;
	width: 100%;
	font-size: 11px;
	height: 40px;
	background-color: #A9AB9C;
}

#pagefooter p{
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;

}

#pagefooter a {
color: #000000;
text-decoration: none;
}

#pagefooter a:hover {
text-decoration: underline;
}

#search {
	padding-left: 13px;
	background-image: url(../images/home_17.jpg);
	background-repeat: repeat-y;
	background-position: 13px;

}

#search form{
	margin-top: 5px;
}

#search .input{
	width: 135px;
	margin-left: 5px;
}

#table th{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	text-align: left;
}

#table th a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#addTable th{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
}

#addTable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #eeeeee;
}
