body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #848484;
	background: #FFFFFF;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

table {
	border-collapse:collapse;
}

table, th, td {
	border: 2px solid #848484;
}

/* menu */

#templatemo_menu {
	clear: both;
	width: 800px;
	
	font-size: 11px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#063855;
}

#templatemo_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#templatemo_menu ul li {
	float:left;
}

#templatemo_menu ul li .current {
background-color:#12628b;
}

#templatemo_menu a:link,a:visited {
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#063855;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

#templatemo_menu a:hover,a:active {
background-color:#12628b;
}

/* end of menu */


#templatemo_header {
	clear: both;
	width: 800px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}


#templatemo_body {
	clear: both;
	width: 800px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0px;
	font-size: 14px;
	color: #848484;
}

#templatemo_scrbody {
	clear: both;
	width: 800px;
        height: 200px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0px;
	font-size: 14px;
	color: #848484;
        overflow-y: scroll;
}

#templatemo_t1 {
	text-align: left;
}

#templatemo_body a {
	color: #848484;
	text-decoration: underline;
} 

#templatemo_body a:active, a:hover {
    text-decoration: none;
}

#templatemo_log {
	width: 800px;
	text-align: left;
	font-size: 11px;
	color: #000000;
	font-family: courier;
}

#templatemo_scrlog {
	width: 800px;
        height: 200px;
	text-align: left;
	font-size: 11px;
	color: #000000;
	font-family: courier;
        overflow-y: scroll;
}

#templatemo_footer {
	clear: both;
	width: 800px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#templatemo_footer a {
	color: #848484;
	text-decoration: underline;
}

input.control_label {
	width: 150px;
}

input.control_text {
	width: 50px;
	margin: 2px 10px;
}

input.control_url {
	width: 150px;
	margin: 2px 10px;
}

input.control_button {
	width: 75px;
}

table.control_subtable {
	text-align: right;
	padding: 5px;
	border: 0px;
	width: 100%;
}

td.control_cell {
	border: 0px;
}

td.control_cell_status{
	border: 0px;
	color: orange;
	text-align: center;
}