/* General styles for all elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white; 
}

form {
	margin: 0px;
}

img {
	border: none;
}
	
a:link { color: #00679E; border: none; }
a:visited { color: #00679E; border: none; }
a:hover { color: #0079BB; border: none; }

/* Configuration tables */
.txt { font-size: 12px; }
.title { font-size: 14px; color: #006699; font-weight: bold; }
.bigtitle { font-size: 18px; font-weight: bold; }

/* The top bar */
.toptab {
	background-image: url(images/012.png);
	border-spacing: 0px;
	border-collapse: collapse;
	border: none 0px;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	height: 107;
	width: 606px;
}

.cfgtab_gray1 { /* configuration table, light gray */
	color: black;
	background-color: #F5F5F5;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: solid 1px black;
	border-right: solid 1px black;	
	border-top: none;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	width: 606px;
}

table.cfgtab_gray1 tr th { /* TH elements inside TR elements in a gray1 table */
	background: url(images/bg06.png);
	background-repeat: repeat-x;
	color: #006699;
	text-align: center;
	font-weight: bold;
	font-size: 14px; 
	height: 24px;
}

table.cfgtab_gray1 tr td { /* TD elements inside TR elements in a gray1 table */
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cfgtab_gray2 { /* configuration table, dark gray */
	color: black;
	background-color: #D8D8D8;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: solid 1px black;
	border-right: solid 1px black;	
	border-top: none;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	width: 606px;
}

table.cfgtab_gray2 tr th {  /* TH elements inside TR elements in a gray2 table */
	background: url(images/bg06.png);
	background-repeat: repeat-x;
	color: #006699;
	text-align: center;
	font-weight: bold;
	font-size: 14px; 
	height: 24px;
}

table.cfgtab_gray2 tr td { /* TD elements inside TR elements in a gray2 table */
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cfgtab_name { /* The 'name' of fields, which is bolded */
	font-weight: bold;
	width: 110px;
	max-width: 110px;
}

/* misc. classes */
.bold {
	font-weight: bold;
}

.cfgtab_title {
	background: url(images/bg06.png);
	background-repeat: repeat-x;
	color: #006699;
	text-align: center;
	font-weight: bold;
	font-size: 14px; 
	height: 24px;
}

.cfgcell_gray1_normal {
	background-color: #F5F5F5;
}

.cfgcell_gray1_bold {
	background-color: #F5F5F5;
	font-weight: bold;
}

.cfgcell_gray1_small {
	background-color: #F5F5F5;
	font-weight: normal;
	font-size: 10px;
}

.cfgcell_gray2_normal {
	background-color: #D8D8D8;
}

.cfgcell_gray2_bold {
	background-color: #D8D8D8;
	font-weight: bold;
}

.cfgcell_gray2_small {
	background-color: #D8D8D8;
	font-weight: normal;
	font-size: 10px;
}

.cfgtab_centerbold_text {
	text-align: center;
	font-weight: bold;
}

.cfgtab_centernormal_text {
	text-align: center;
	font-weight: bold;
}


.cfgtab_comment {
	font-weight: bold;
	width: 300px;
}

.cfgtab_value {
	font-weight: normal;
	width: 400px;
}

.cfgtab_footer { 
	height: 3px;
}

/* The error tables */
.errtab {
	color: #D80000;
	background-color: #D8D8D8;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: solid 1px black;
	border-right: solid 1px black;		
	border-bottom: solid 1px black;
	border-top: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	width: 606px;
}

table.errtab tr th { /* TH elements inside TR elements in an error table */
	background: url(images/bg06.png);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 14px; 
	height: 24px;
}

table.errtab tr td { /* TD elements inside TR elements in an error table */
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.errtxt { font-size: 12px; }
.errtitle { font-size: 12px; color: #D90000; }

/* Copyright-related stuff near the bottom of the pages */
.copytab {
	background-image: url(images/bg02.png);
	background-repeat: repeat-x;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: solid 1px black;
	border-right: solid 1px black;	
	border-bottom: none;	
	border-top: none;	
	color: #C6E2FF; 
	font-size: 10px; 
	font-style: italic;
	width: 606px;	
	height: 20px;
}

#copyright_link { color: #C6E2FF; text-decoration: none; }
#copyright_link:visited { color: #C6E2FF; text-decoration: none; }
#copyright_link:hover { color: #C6E2FF; text-decoration: none; }