/* 
Css Reset ----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:active {
	outline: 0;
}
	
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset -----------------------------------------------*/


/* clearfix enables self clearing floats, add class="clearfix" to any floated elements parent to clear itself */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}/* Hide from IE Mac \*/
.clearfix {display:block;}/* End hide from IE Mac */


/*	Typography presets
	------------------	*/

body {
	font: 12px/24px Verdana, Arial, Helvetica;
	margin-top:1em;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}


/** generic classes */
.clear {clear:both;}
.nowrap{white-space:nowrap;}


/** common class elements */
.tabHeader
,.tabContentSection
{clear:both;}
.tab {
	display: block;
	float:left;
	min-width:12em;
	padding:.3em 1.2em;
	border:1px solid #666;
	background: white;
}

/** data table styles */
.data {
	width: 100%; margin: 0;
	border-spacing:0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	*border-collapse:collapse;
}
.data td
,.data th
{
	padding: .5em .7em;
	font-size:.9em;
	vertical-align:top;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
}
.data th {background:#e4e4e4;}
.data .descr
,.data .red
{font-size:.8em;}
.data .red {color:#f00;}

.data .vert {text-align:right;}
.data th.required {background-color: #ecc;}
.data .footer {
	text-align: center;
	font-weight: normal;
	font-size: .8em;
}
.data th.footer {text-align: right;}
.data .footer a
,.data .footer .noLink
{
	padding: .2em .4em;
	margin: 0 .2em;
	border: 1px solid #999;
	font-size: 1.1em;
}
.data .footer .current {border: 1px solid #666;}
.data .footer a:hover
,.data .footer a:active
{
	border: 1px solid #000;
	text-decoration: none;
}

/* Zebra stripes */
.data .odd td
,.data tr:nth-child(odd) td
{background-color: #f4f4f4;}
.data .even td
,.data tr:nth-child(even) td
{background-color: #fff;}

/* sub tables should not have styling unless specified as data also */
.data td td
,.data td th
{border: none;}

table td.shadow-content {vertical-align: top;}

/** content box border */
.gaBoxBorder {border: 1px solid #ccc;}
.gaBoxBorder .header{padding:.5em 1em;}
.gaBoxBorder h2 {font-size:1.4em;}

/*********** feedback **********************/
.infoBox
,.successBox
,.errorBox
,.warningBox
{
	clear: both;
	display: block;
	padding: 0.5em 2em;
	margin: 0.5em 0;
}
.infoBox {
	background-color: #E8E8FF;
	border: 1px solid #6D6EB1;
}
.successBox {
	background-color: #caffca;
	border: 1px solid #65ff65;
}
.errorBox {
	background-color: #ffcaca;
	border: 1px solid #ff6565;
}
.warningBox {
	background-color: #fe9;
	border: 1px solid #fc0;
}


/** specific directives */
#hasJs { display: none; }


/** control blocks */
html body {
	background: #2D5B1B url(../images/deltaag-bg-top.jpg) repeat-x;
}

#head
,#container
,#footer
{
	max-width: 83em;
	margin: 0 auto;
 	clear:both;
}


#container > .content
{
/*	width: 80em;*/
	padding: 1.5em;
	border:1px solid #666;
	background: #f8f6ea;
}


/** section specific */
#head {
	background: url(../images/deltaag-logo.gif) no-repeat right -6px;
	height:2.75em;
	padding-top:3em;
}
#footer .tab {float:right;}
