
/*
#FFC543 // BG Yellow Dark
#FFDE96 // BG Yellow Medium
#FFF0CF // BG Yellow Bright

#917026 // Border Yellow Dark
#C59834 // Border Yellow Medium


#5189C3 // BG Blue Medium
#DCE7F3 // BG Blue Bright
#134C8A // Link Blue

#B41E1E // Red Dark
*/

/* main body style */
body {
	background: #DCE7F3 url(../images/gfg-bg.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 0.75em;
}

img {
	border: 0;
}

input, textarea, select {
	font-size: 0.9em;
}

a {
	color: #000000
}


/* Main style for screen view */
.zHeader {
	font-weight: bold;
}

.zHeader .menu {
	letter-spacing: 1px;
}

.zHeader .menu a {
	color: #000000;
	padding: 7px 0;
}

.zHeader .menu .spacer {
	padding: 0 2px;
}

.zLayoutBoxesTD {
	background: #5189C3;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 4px;
}

.zLayoutBoxesTD h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Display view - Misc */
h1 {
	clear: both;
	margin: 0 0 4px 0;
	padding: 8px 0 0 0;
	font-size: 1.4em;
	width: 100%;
	border: 1px solid #000000;
	border-width: 0 0 1px 0;
	padding: 0;
}

h2 {
	clear: both;
	margin: 0 0 4px 0;
	padding: 8px 0 0 0;
	font-size: 1.4em;
	width: 100%;
	border: 1px solid #000000;
	border-width: 0 0 1px 0
}

h2.first {
	padding: 0;
}

h3 {
	margin: 0 0 4px 0;
	padding: 12px 0 0 0;
}

p {
	margin: 0 0 1em 0;
	text-align: justify;
}

p a {
	font-weight: bold;
}


a.extern {
	background-image: url(../images/external-url-symbol.png);
	background-repeat: no-repeat; 
	background-position: right;
	padding: 0 12px 0 1px;
}

a.intern {
}

p, li {
	line-height: 1.5em;
}


/* Display view - Tables */
tbody .even a:visited, tbody .odd a:visited {
	color: #134C8A
}

.zTable {
	width: 100%;
	font-weight: bold;
}

.zTable th {
	color: #ffffff;
	border: 0;
	text-align: center;
	height: 24px;
	padding: 0;
	white-space: nowrap;
	background: #1C5992 url(../images/cellpic3.gif)
}

.zTable th a, .zTable th span {
	height: 15px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.zTable th.active a {
	text-decoration: underline;
	color: #000000;
	background: #F4C10E;
	border:0 solid #8B6E08;
	border-width: 0 1px 1px 1px;
}

.zTable th a:hover {
	text-decoration: underline;
}

.zTable tr.even {
	background: #FAFAFA;
}

.zTable tr.odd {
	background: #F0F0F0;
}

.zTable td {
	padding: 2px 6px 2px 6px;
}

.zTable td.z_extend {
	padding: 6px 4px 6px 4px;
	border-bottom: 1px solid #000000;
}

.zTable td.z_extend a {
	color: #18518E;
}

.zTable div.image {
	float: left;
	padding: 4px;
	margin: 0 6px 6px 0;
	background: #ffffff;
	border: 1px solid #888888;
}

.zTable div.image img {
	display: block;
	border: 1px solid #000000;
}

/* Full display */

.zTable tr.full {
	background: #fafafa;
	font-weight: normal;
}

.zTable tr.full td td.first {
	padding-left: 0px;
	font-weight: bold;
}

.zTable tr.full h2 {
	font-size: 120%;
	letter-spacing: 1px;
	text-align: center;
}

.zTable tr.full h3 {
	font-size: 110%;
	letter-spacing: 1px;
}

div.zBorder1 {
	border:solid 1px #d2a900
}

div.zBorder2 {
	border:solid 1px #000000
}


.zTable_filternorder {
	width: 100%;
}

.zTable_filternorder td {
	color: #ffffff;
	font-weight: bold;
	border: 0;
	text-align: center;
	background: #1C5992 url(../images/cellpic1.gif)
}

.zTable_filternorder form {
	margin: 6px;
}

.zTable_filternorder form input, .zTable_filternorder form select {
	margin: 0 8px 0 0;
}

.zTable_filternorder form input.submit {
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1px;
}

.zTable_filternorder form input.checkbox {
	background: #1C5992 url(../images/cellpic1.gif)
}

/* Stock full */

td.zFull h1 {
	display: inline;
	border: 0;
}

td.zFull h2 {
	display: inline;
	border: 0;
}

/* Float Box (stock full) */

div.zFullFloatBox {
	width: 150px;
	border: 1px solid #888888;
	padding: 8px;
	margin: 5px 1px 6px 6px;
	background: #ffffff;
	float: right;
}

div.zFullFloatBox .zLine {
	width: 100%;
	height: 10px;
	clear: both;
	display: block;
	border-top: 1px solid #cccccc
}

div.zFullFloatBox .zSubLeft {
	font-weight: bold;
	float: left;
}

div.zFullFloatBox .zSubRight {
	float: right;
}


/* style tags for grouping of controls into logical 'sets' */
fieldset {
	border: #0074B0 solid 1px;
}
legend {
	color: #0074B0;
}

