form { padding: 0px; margin: 0px; }

object, embed {
	z-index: 1;
}

a img { border: 0px; }
a { text-decoration: none; }

h1 {
	font-size: 12px;
	color: #4c4c4c;
	line-height: 14px;
	font-weight: bold;
}

.warning { color: #990000; font-weight: bold; font-size: 12px;}

strong { color: #009cdc; }

.img_center { display: block; margin: auto; }
.img_right { float: right; }
.img_left { float: left; }

.href_white { display: block; width: 100px; white-space: nowrap; line-height: 20px; padding-left: 5px; padding-right: 5px; text-align: center; }
input.button_white, .href_white { background-color: #FFFFFF; color: #009cdc; border: 1px solid #009cdc; font-size: 9px; height: 20px; margin: 0px 4px;}

html { height: 100%; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 9px;
	height: 100%; background-image: url(/img/background.jpg); background-repeat: no-repeat; padding: 0px; margin: 0px;
}

div.header {
	height: 152px;
	width: 950px;
}

div.content_body {
	position: relative;
	width: 950px;
	min-height: 75%;
	background-image: url(/img/background_menu.jpg);
	background-repeat: repeat-y;
}
* html div.content_body {
	height: 75%;
}

div.menus {
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 32px;
	padding-top: 24px;
	width: 231px;
	padding-bottom: 40px;
}

div.content{
		width: 620px;
	float: left;
	padding-left: 60px;
}

div.clear_both {
	clear: both;
}

div.footer {
	background-image: url(/img/footer.jpg); background-repeat: no-repeat;
	height: 27px;
}

ul.editorButtons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
	ul.editorButtons li {
		margin: 4px;
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
		text-align: center;
	}

/**********************************************ADMIN***************************************/
table.admin { width: 595px; border-collapse: collapse; spacing: 0px; margin: 0px; border: 1px solid #4c4c4c; border-bottom: 0px;}
	table.admin th { text-align: left; height: 27px; }
	table.admin td, table.admin th { padding-left: 4px; padding-right: 4px;}
		table.admin th { background-color: #4c4c4c; color: #FFFFFF; }
			table.admin th a { color: #FFFFFF; }
		table.admin tr.green { color: #006633; }
		table.admin tr.red { color: #A3161A; }
		table.admin td {border-bottom: 1px solid #4c4c4c; }
		table.admin .admin_form_textarea { border: 1px solid #4c4c4c; width: 190px; height: 200px;}
		table.admin .admin_form_textarea2 { border: 0px solid #4c4c4c; padding: 2px 1px; width: 100%; height: 100px; font-family: Verdana; font-size: 100%}


