/* //// default styles */

/* //////////// basic tag styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	color: #000000;
	font-size: 12px;

	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, th, iframe {
	font-size: 12px;

}

hr {
}


h3 {
	color: #D90000;
}

h4 {
	color: #D90000;
}

/* //////////// links */

a:link{
	color: #A14425;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
}


a:visited {
}



/* //////////// navigation styles */

.menu-main {
	color: #F3E4BD;
	font-size: 11px;
	white-space: nowrap;
}

.menu-main a{

	color: #F3E4BD;
	font-weight: bold;
	text-decoration: none;
}

.menu-main a:hover{
	text-decoration: none;
	color: #FFFFFF;
}




/* //////////// table styles */

.table-field-name {
	padding: 3px;
	font-size: 11px;
	background-color: #F8EECA;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}

.table-field-name-error {
	padding: 3px;
	font-size: 11px;
	background-color: #F8EECA;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	color: #FF0000;
	border-right-color: #FF0000;
	border-right-style: solid;
	border-right-width: 3px;
}

.table-field-content {
	padding: 3px;
	font-size: 11px;
	background-color: #FFFCD2;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

.table-field-details {
	font-size: 10px;
}

.table-field-header {
}


/* //////////// generic table styles */

.g-table  {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}


.g-table td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}


/* //////////// form styles */

.textfield-stretch {
	width: 98%;
}

.field-stretch {
	width: 100%;
}


.button {
	background-color: #A64E28;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.button-stretch {
	width: 100%;
	background-color: #A64E28;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}


/* //////////// site map styles */

.sitemap-0 {
}

.sitemap-1 {
}

.sitemap-2 {
}

.sitemap-3 {
}



/* //////////// message styles */

.message-error {
	font-weight: bold;
	color: #FF0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 10px;
}
.message-positive {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A64E28;
	padding: 20px;
	text-align: center;
}


/* //////////// misc styles */

.path {
}

.pagename {
	font-size: 28px;
	color: #A14425;
}


.copyright {
	font-size: 10px;
}
.copyright a {
	color: #4B4C5F;
	font-weight: normal;
}

.tothetop {
	font-size: 10px;
}

.headline {
	font-size: 11px;
	color: #CC9966;

	margin-left: 50px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
}

.under_headline {
	font-size: 11px;
	margin-left: 50px;
	padding-bottom: 5px;
}

/* //////////// other styles */


.row-devider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1CCDA;
}


.details {
	font-size: 10px;
}



.table-field-name {
padding: 3px;
	border-top: 1px solid #EDEDED;
	background-color: #F9F9F9;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F9F9F9;

}

.table-field-name-error {
	padding: 3px;
	border-top: 1px solid #EDEDED;
	background-color: #F9F9F9;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F9F9F9;
	color: #FF0000;
	border-right-color: #FF0000;
	border-right-style: solid;
	border-right-width: 3px;
}

.table-field-content {
	padding: 3px;
	border-top: 1px solid #A3D1EC;
	background-color: #C1E0F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A3D1EC;
}

.table-field-details {
	font-size: 65%;
	padding: 3px;
	white-space: nowrap;
	color: #333333;
}

.table-field-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B30505;
	background-color: #7B1500;
	padding: 3px;
	font-size: 65%;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B30505;
}

