body#theme{
	margin: 0;
}

table#body{
	background-color: #1F2B4F;
	background-color: White;
	border: 0px transparent none;
	height: 100%;
	width: 100%;
}

td#left{
	border-bottom: 0 transparent none;
	border-left: 1px #FFFFFF inset;
	border-right: 0 transparent none;
	border-top: 0 transparent none;
	/*font-size: 0.81em;*/
}

td#no-style{
	border: 0;
	padding-left: 10px;
}

td#right{
	border-bottom: 0 transparent none;
	border-left: 0 transparent none;
	border-right: 1px #FFFFFF inset;
	border-top: 0 transparent none;
}

td#top_left{
	border-bottom: 0 transparent none;
	border-left: 1px #FFFFFF inset;
	border-right: 0 transparent none;
	border-top: 1px #FFFFFF inset;
}

td#top_right{
	border-bottom: 0 transparent none;
	border-left: 0 transparent none;
	border-right: 1px #FFFFFF inset;
	border-top: 1px #FFFFFF inset;
}

.round_top{
	height: 5px;
	width: 720px;
}


table#main{
	border: 0px transparent none;
	height: 100%;
	min-width: 900px;
	width: 100%;
}

td#all{
	border-bottom: 1px #808080 inset;
	border-left: 1px #FFFFFF inset;
	border-right: 1px #FFFFFF inset;
	border-top: 1px #FFFFFF inset;
}

.under_construction{
	padding-left: 80px;
}


a#search{
	color: blue;
}