/* ----- ELEMENTS ----------------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	border: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	margin: 0 auto;
	background-color: #fdfaf7;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

p {
	margin-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
}

li {
	margin-left: 20px;
}

hr {
	border: 1px solid #7f6f62;
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset {  
	margin: 0px auto 10px auto;  
	padding: 10px; 
	border: 1px solid #5e6874;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 

legend { 
	font-size: 11px;
	font-weight: bold;
	background-color: none;
} 

a:link, a:visited {
	color: #4b3d2d;
}

a:hover, a:active {
	color: #5e6874;
}

/* ----- TEMPLATE ----------------------------------------------------------- */

#container {
	margin: 0px auto;
	vertical-align: top;
	width: 690px;
	background-color: #fdfaf7;
}

#header {
	width: 690px;
	height: 180px;
	/*background-image: url(/_images/template/header.jpg);*/
}

#nav {
	width: 690px;
	height: 36px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#content {
	width: 690px;
	min-height: 600px;
	margin-bottom: 40px;
	background-image: url(/_images/template/contentbg.jpg);
	background-repeat: repeat-x;
}

#content_left {
	float: left;
	width: 450px;
	min-height: 600px;
	padding: 10px;
}

#content_right {
	float: right;
	width: 190px;
	min-height: 600px;
	padding: 10px;
	border-left: 1px solid #7f6f62;
}

#footer {
	width: 690px;
	height: 150px;
	text-align: center;
	margin-bottom: 20px;
}

#footer_table {
	width: 100%;
	margin-top: 20px;
}

#footer_table td {
	vertical-align: bottom;
	font-size: 10px;
}

#footer_table td a {
	color: #4b3d2d;
}

/* ----- HOME PAGE ---------------------------------------------------------- */

#tiles {
	width:100%;
	height: 250px;
	margin-top: 10px;
	background-image: url(/_images/tiles.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* ----- GLOBAL CLASSES ----------------------------------------------------- */

.services {
	background-color: #bfa688;
	margin-top: 15px;
	margin-bottom: 15px;
}

.services td {
	padding: 5px;
}

.field {
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	font-size: 10px;
	padding: 2px;
	background-color: #FFFFFF;
}

.button, .button_accept, .button_cancel {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.button {
	background-image: url(/_images/controls/button.gif);
	background-repeat: repeat-x;
}

.button_accept {
	background-image: url(/_images/controls/button_accept.gif);
	background-repeat: repeat-x;
}

.button_cancel {
	background-image: url(/_images/controls/button_cancel.gif);
	background-repeat: repeat-x;
}

.contable {
	border-collapse: collapse;
}

.contable td {
	padding: 3px;
}

.formtable {
	border-collapse: collapse;
	margin: 0 auto; 
}

.formtable td {
	padding: 3px;
}

.datagrid {
	width: 100%;
	border: 1px solid #7b180d;
	border-collapse: collapse;
}

.datagrid th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #7b180d;
	color: #FFFFFF;
	font-size: 10px;
}

.datagrid td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #7b180d;
	font-size: 10px;
}

.searchgrid {
	width: 100%;
	border: 1px solid #7b180d;
	border-collapse: collapse;
}

.searchgrid th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #7b180d;
	color: #FFFFFF;
	font-size: 10px;
}

.searchgrid td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background-color: #F4F4F4;
	color: #000000;
	font-size: 10px;
}

.warning {
	color: #ac0000;
	font-style: italic;
}

#topright {
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(/_images/banner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
}

