@import url(tables.css);
@import url(forms.css);
@import url(menu.css);

/* Basics */
body {
	font-family: Calibra, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	background-image: url(../images/page.background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#shadow {
	background-color: white;
	background-image: url(../images/page.shadow.png); /**/
	background-repeat: repeat-y;
	width: 835px;
	min-height: 580px;
	margin: 0 auto;
	text-align: left;
}
* html div#shadow {
	height: 580px;
}

body.twoColumns div#shadow {
	background-image: url(../images/page.shadow.twocolumns.png); /**/
}

div#header {
	margin: 0 auto;
	text-align: left;
	width: 835px;
	height: 146px;
	overflow: hidden;
}
#hiddenPrintHeader {
	visibility: hidden;
	position: absolute;
}
	

/* hiding text in the header */
div#header h1, 
div#header h2 {
	display: none;
	position: absolute;
	visibility: hidden;
}

div#toolTip {
	visibility: hidden;
	background-color: white;
	color: #333;
	border: 2px solid #bbb;
	position: absolute;
	padding: 0.2em;
}


div#rssfeeds {
	display: none;
	position: absolute;
	visibility: hidden;
}


div#pageStart {
	background-color: white; 
	background-image: url(../images/page.header.pagestart.jpg); /**/
	background-repeat: no-repeat;
	width: 835px;
	height: 42px;
	margin: 0 auto;
}
body.twoColumns div#pageStart {
	background-image: url(../images/page.header.pagestart.twocolumns.jpg); /**/
}

div#content {
	margin: 0 20px;
	padding-top: 10px;
	text-align: left;
}

div#contentBackground {
	background-image: url(../images/page.border.png); /**/
	background-repeat: no-repeat;
	/*background-position: 0 30px;/**/
	min-height: 530px;
}
* html div#contentBackground {
	height: 530px;
}

body.twoColumns div#contentBackground {
	background-image: url(../images/page.border.twocolumns.png); /**/
}

div.firstColumn {
	width: 260px;
/*	margin-left: -10px;
	padding-left: 10px;
/*	padding-right: 40px; /**/
	float: left;
}

div#footer {
	background-image: url(../images/page.footer.png); /**/
	background-repeat: no-repeat;
	width: 835px;
	height: 93px;
	margin: 0 auto;
	text-align: center;
}
body.twoColumns div#footer {
	background-image: url(../images/page.footer.twocolumns.png); /**/
}

div#errors {
	color: red;
	font-weight: bold;
}

img {
	border: none;
}

a {
	color: #333;
}
a:hover {
	color: #A83;
}

h3 a {
	text-decoration: none;
	color: white;
}
h3 a:hover {
	color: #dfd;
}

table caption,
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: white;
	margin: 0;
	padding-left: 35px;
	background-color: #088;
/*	line-height: px;/**/
	background-image: url(../images/box.heading.jpg);
	background-repeat: no-repeat; /**/
}

div.box {
	background-color: #f7f7fa;
	background-image: url(../images/box.background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

* html div.box {
	/*padding-top: 20px; /**/
}

div.box div.innerBorder {
	padding: 0;
	margin: 0;
	border: 1px solid white;
}

h3#backButton {
	background-image: url(../images/box.heading.back.gif); 
	padding-left: 0;
}

h3 span {
	color: #555;
}

h4 {
	color: #333;
	margin: 10px 0;
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

ul li {
	line-height: 1.3em;
	margin-left: -1em;
}

