
/* Layout Style ------------------------------------------- */

	body, html {
		margin: 0px;
		padding: 0px;
		background: url(../images/layout/backtop.gif) top repeat-x #DDDDDD;
		font: normal 13px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
	}

	div#header_wrapper {
		text-align: left;
		width: 853px;
		margin: auto;
	}

	div#header {
		height: 135px;
		color: #333333;
		background: url(../images/layout/header.jpg) top no-repeat;
	}

	div#main_menu {
		float: left;
		color: #FFFFFF;
		font-size: 12px;
		padding-left: 20px;
		padding-top: 101px;
		text-transform: capitalize;
	}

	div#main_menu a {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px 7px;
	}

	div#main_menu a:hover {
		color: #FFCC00;
		text-decoration: underline;
	}

	div#top_menu {
		float: right;
		color: #FFFFFF;
		text-align: center;
		text-transform: capitalize;
		width:225px;
		margin-top: 101px;
		margin-right: 13px;
		font-size: 11px;
		text-align: center;
	}

	div#top_menu a {
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px 7px;
	}

	div#top_menu a:hover {
		color: #FFCC00;
		text-decoration: underline;
	}

	div#body_wrapper {
		background-color: #FFFFFF;
		margin: 0px;
	}

	div#body_block {
		text-align: left;
		width: 853px;
		margin: auto;
	}

	td#body_content {
		text-align:left;
		vertical-align: top;
		padding: 0px 20px 10px 20px;
		width: 600px;
	}

	td#body_column {
		background-color: transparent;
		text-align:left;
		vertical-align: top;
		padding: 0px 10px 10px 10px;
		border-left: 1px solid #DDDDDD;
	}

	div#footer_wrapper {
		height: 100px;
		margin: 0px auto;
		padding: 2px 0px;
		background: url(../images/layout/backbottom.gif) top repeat-x;
	}

	div#footer {
		text-align: left;
		width: 853px;
		height: 100px;
		margin: auto;
		background: url(../images/layout/footer_bg.gif) top center no-repeat;
	}

	div#footer_menu {
		float: left;
		padding-left: 30px;
		margin-top: 3px;
	}

	div#footer_copyright {
		float: right;
		margin-top: 3px;
		font-size: 11px;
		padding-right: 45px;
	}


/* General Settings --------------------------------------- */

	.clear { }
	.buttons { }
	.required { }
	.required_message { }
	.message { }
	.form_error { }
	.bold { font-weight:bold; }
	.italic { font-style: italic; }
	.small { font-size: 10px; }
	.large { font-size: 115px; }
	.hilight { color: #336600; font-weight:bold; }
	.alert { color: red; }


/* Default Style ------------------------------------------ */

	a {
		color: #336600;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	input, select { }
	input.text, input.password { }
	input.submit, input.button { }
	input.hilight_field, textarea.hilight_field, button.hilight_field, select.hilight_field { }
	h1 { }
	h2 { }
	h3 {
		color: #336600;
		font-size: 17px;
		margin: 0px 0px 20px 0px;
		padding: 0px 5px 0px 5px;
		border-bottom: 1px solid #DDDDDD;
	}
	h4 { }
	h4 a { }
	h4 a.active { }

	p {
		margin: 15px 0px 15px 10px;
		line-height: 1.5;
	}

	fieldset { }
	fieldset legend { }

	h4.fancy1 {
		margin-bottom: 15px;
		padding-bottom: 0px;
		font-weight: normal;
		font-size: 14px;
		color: #9A5D00;
		text-transform: uppercase;
		padding-left: 5px;
		border-bottom: 1px solid #DDDDDD;
	}

	h4.fancy2 {
		font-weight: normal;
		font-size: 11px;
		color: #666666;
		text-transform: uppercase;
		margin-top: -15px;
		padding-left: 10px;
		background: url(../../images/layout/#336600_bullet
	}


/* General Style ------------------------------------------ */

	table { }
	th { }
	td { }
	th.heading { }
	th.pagination {
		font-size: 12px;
	}
	th.pagination a {
		margin-left: 2px;
		margin-right: 2px;
	}
	th.pagination span {
		margin-left: 2px;
		margin-right: 2px;
	}
	td.required_message { }


/* Grid Table Style --------------------------------------- */

	table.grid { }
	table.grid th { }
	table.grid th a { }
	table.grid th.pagination { }
	table.grid th.pagination a { }
	table.grid th.pagination span { }
	table.grid th.pagination input[type="submit"] { }
	table.grid td, td.odd, td.even { }
	table.grid td.odd { }
	table.grid td.even { }


/* Details Table Style ------------------------------------ */

	table.details { }
	table.details table { }
	table.details th.heading { }
	table.details th { }
	table.details td { }
	table.details td.clear { }


/* Dialog Box Style --------------------------------------- */

	div.db_box { }
	div.db_box div.icon { }
	div.db_box td.topleft { }
	div.db_box td.topmiddle { }
	div.db_box td.topright { }
	div.db_box td.middleleft { }
	div.db_box td.middle { }
	div.db_box td.middleright { }
	div.db_box td.bottomleft { }
	div.db_box td.bottom { }
	div.db_box td.bottomright { }
	div.db_box div.buttons { }
	div.db_box form.loginbox_form { }


/* Message Dialog Style ----------------------------------- */

	table.form { }
	table.form td div.form_error { }
	table.form th.heading { }
	table.form th { }
	table.form td { }
	table.form td.buttons { }
	table.form td.buttons input { }

