body{
	margin: 10px;
	padding-left: 40px;
	background-color: #999999;
}

.iframebody{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

body,td,th,div{
	font-family			: "Courier New", Courier, monospace;
	font-size			: 13px;
	color				: #444;
}

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

a:hover{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

#outline{
	width				: 840px;
	margin-top			: 10px;
	background			: url(../images/main_middle.jpg) repeat-y;
	overflow			: hidden;
}

#top_container{
	background			: #FF9900 url(../images/main_top.png);
	height				: 250px;
}

#page{
	width				: 800px;
	margin-top			: 10px;
	margin-left			: 10px;
}
#admin{
	width				: 800px;
	border: 1px solid #000000;
	margin-bottom:15px;
	background-color:#FFFFFF;
}
#archive{
	width				: 800px;
	border: 1px solid #000000;
	margin-bottom:15px;
	background-color:#FFFFFF;
}

td.archive {
margin:3px;
}
#license{
	width				: 800px;
	margin-bottom:15px;
	text-align:center;
}

#middle_container_inner{
	width				: 800px;
	text-align			: left;
}

#left{
	width				: 570px;
	float				: left;
	padding				: 0px 20px;
}

#right{
	width				: 190px;
	float				: left;
}

#bottomcontainer{
	background			: url(../images/main_bottom.jpg);
	height				: 30px;
	padding				: 0px 25px;
}

#icons{
	padding-left		: 10px;
	padding-top			: 3px;
}

#bottomcontainer #icon{
	float				: left;
	margin-right		: 2px;
}

#bottomcontainer #copyright{
	float				: right;
	padding-right		: 10px;
	color				: #999999;
}

table.moduletable{
	width				: 180px;
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #666;
}

table.moduletable td{
	padding-top			: 10px;
}

table.moduletable td td{
	padding-top			: 0px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #FF9900;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
	background			: url(../images/underline.jpg) repeat-x bottom;
}


.contentheading a{
	color				: #444;
	text-decoration		: none;
}

.componentheading{
	color				: #FF9900;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}
.form_100 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #dedede;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:100px;
	margin-top:5px;
}
.form_700 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #ededed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:700px;
	margin-top:5px;
}
.form_500 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #dedede;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:450px;
	margin-top:5px;
}
.button_100 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC33;
	width:100px;
	margin-top:5px;
	border: 1px none #000000;
}

