@CHARSET "UTF-8";

/* basis configuration */
/*  NOTICE: for the border thing to work out properly, there cannot be any newline 
    (probably even space) between the last content and the </body> tag. Also
    it seems that you want to end with <p></p></body></html>, without spaces
	(but newlines seem to be ok). However this is not entirely foolproof. 
	TODO: investigate.
*/

/* The whole website */
body#home {
	background: #333333;
	/*font-family: "Trebuchet MS", Verdana, Arial, serif;*/
	font-family: "Verdana", Arial, serif;
	font-size: 12pt;
	padding: 10px 0;
	min-width: 950px;
	text-align: center;
}

/* The different divs */
div {
	width: 100%;
	position: relative;
	background: inherit;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#outerContainerDiv {
	width: 950px;
	background: #eeeeee;
	margin: 0 auto; /* makes this div center */
	float: none; /*otherwise centering doesn't work*/
}

div#innerContainerDiv {
	overflow-y: auto; /* Takes care of vertical filling issues */
}

div#leftDiv {
	width: 200px;
}

div#rightDiv {
	width: 750px;
}

div#logoDiv {
	padding-top: 25px;
	text-align: center;
}

div#menuDiv {
	padding: 0;
	overflow: hidden;
}

div#headerDiv {
	text-align: center;
	padding: 10px;
	font-size: 24px;
	font-weight: 900;
	color: #070D5E;
}

div#footerDiv {
	text-align: center;
	padding: 10px;
}

div#contentDiv {
	width: 700px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 20px;
}

/* The iframes */
iframe {
	overflow-x: hidden;
	overflow-y: auto;
	border: 0;
	width: 100%;
	height: 50px;
}

iframe#menuFrame {
	width: 180px;
	height: 380px;
}

iframe#contentFrame {
	width: 700px;
	height: 500px;
}

/* Logo Configuration */
img#logoImage {
	width: 150px;
	height: 134px;
	border: 1px solid #aaaaaa;
	margin: 0 auto;
}

/* Header Configuration */

/* Menu Configuration */
body#menu {
	background: #eeeeee; /* Inherit doesn't work in IE */
	/*font-family: "Trebuchet MS", Verdana, Arial, serif;*/
	font-family: "Verdana", Arial, serif;
	font-size: 10pt;
}

p.menuLevel0 {
	font-family: 'trebuchet ms', helvetica, sans-serif;
	color: #df541c;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 5px;
}

input.menuLevel1,input.menuLevel2,input.menuLevel3 {
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 10pt;
	background: transparent;
	border: 1px solid transparent;
	text-align: left;
}

input.menuLevel1 {
	color: #070D5E;
	font-weight: bold;
	width: 180px;
}

input.menuLevel2 {
	color: #070D5E;
	font-style: italic;
	margin-left: 10px;
	width: 170px;
}

input.menuLevel3 {
	color: #000000;
	font-size: 9pt;
	margin-left: 20px;
	width: 160px;
}

input.menuLevel1:hover {
	border-color: #070D5E;
	cursor: pointer;
}

input.menuLevel2:hover {
	border-color: #070D5E;
	cursor: pointer;
}

input.menuLevel3:hover {
	border-color: #000000;
	cursor: pointer;
}

/* login screen */
body#login {
	background: #ffffff;
	/*font-family: "Trebuchet MS", Verdana, Arial, serif;*/
	font-family: "Verdana", Arial, serif;
	font-size: 12pt;
	text-align: center;
}

table.formtable#logintable {
	margin: 0 auto;
}

/* The remaining pages in the website (standard content settings) */
body {
	background: inherit;
	/*font-family: "Trebuchet MS", Verdana, Arial, serif;*/
	font-family: "Verdana", Arial, serif;
	font-size: 12pt;
	margin: 1px 0;
	padding: 0;
}

/* headers */
h1 {
	font-family: Georgia, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #df541c;
	text-indent: 30px;
	margin-bottom: 30pt;
	text-transform: capitalize;
}

h2 {
	font-family: Georgia, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #070D5E;
	margin-top: 25pt;
	margin-bottom: 10pt;
	text-transform: capitalize;
}

/* error */
p.error, span.error {
	font-weight: bold;
	color: #ff0000;
}

p.ok, span.ok {
	font-weight: bold;
	color: #21610B;
}

/* lists */
ul.error {
	color: #ff0000;
}

ol.error {
	color: #ff0000;
}

li {
	color: inherit;
	font-size: 10pt;
}

/* regular table (for information from the database) */
table {
	border-right: 0;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 0;
	border-spacing: 0;
	/*	font-size: 10pt;*/
	font-family: Georgia, sans-serif;
	font-size: 11pt;
}

th {
	color: #070D5E;
	font-weight: bold;
	background: #eeeeee;
	border-right: 1px solid #aaaaaa;
	border-left: 0;
	border-top: 0;
	border-bottom: 2px solid #aaaaaa;
	padding-right: 5px;
	padding-left: 5px;
}

td {
	border-right: 1px solid #aaaaaa;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 5px;
	padding-right: 5px;
}

/* frame containing result of a form */
iframe.resultFrame {
	width: 100%;
	border: 0;
}

/* stuff for displaying the statement of account or invoice */
td.nohorizontalborder {
	border-bottom: 0;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.bolditalic {
	font-weight: bold;
	font-style: italic;
}

/* form table (for displaying forms) */
table.formtable {
    border-left: 0;
    border-top: 0;
}

td.formtable {
	border-right: 0;
	border-bottom: 0;
	padding: 5px 15px 5px 10px;
}

table.invisibletable {
	border: 0;
}

td.invisibletable {
	padding: 2px 10px;
	border: 0;
}

td.invisibletable#fixedWidth {
	width: 550px;
}

/* forms */
form {
	padding: 0;
	margin: 0;
	display: inline;
}

select {
	max-width: 300px;
}

input {
	padding: 0;
	margin: 0;
}

input.large {
	width: 300px;
}

input.medium {
	width: 200px;
}

input.small {
	width: 100px;
}