@charset "utf-8";
/* ---------------------------------------------------------------- */
/* -- GENERAL ----------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-image: url(images/layout/bkg_main.gif);
	background-color: #000000;
	
	font-size: 12px;
}
h1,h2,h3,h4
{
	padding-bottom: 8px;
	font-weight: normal;
	color: #1f2147;
	text-transform: uppercase;
}
h1
{
	font-size: 36px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 13px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border: none;
}
p
{
	padding: 5px 0px 5px 0px;
}
hr
{
	margin: 7px 0px 7px 0px;
	border-color: #999999;
	border-style: dashed;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
hr.sub
{
	border-color: #CCCCCC;
}
option
{
	padding: 0px 5px 0px 0px;
}
ul
{
	padding-left: 15px;
	display: block;
}
li
{
	list-style-position: inside;
}
input[type="submit"], input[type="button"]
{
	padding: 0px 7px 0px 7px;
}
input, textarea
{
	font-size: 12px;
}
/* ---------------------------------------------------------------- */
/* -- LINKS ------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #444444;
	font-weight: bold;
}
a:active
{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}
/* ---------------------------------------------------------------- */
/* -- MENU -------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* -- LAYOUT ------------------------------------------------------ */
#container
{
	position: relative;
	z-index: 2;
	width: 787px;
	margin: 15px auto 0px auto;
}
#container #flash
{
	position: absolute;
	top: -15px;
	left: 8px;
	z-index: 3;
}
#container #content
{
	position: relative;
	z-index: 2;
}
#container #content #content_text
{
	position: relative;
	z-index: 2;
	width: 766px;
	margin: 0px auto 0px auto;
	background-image: url(images/layout/bkg_content.jpg);
	background-repeat: no-repeat;
}
#container #content #content_text #padding
{
	padding: 51px 35px 0px 35px;
}
#container #content #content_bkg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#container #footer
{
	position: relative;
}
#container #footer #nav
{
	position: relative;
	z-index: 2;
	padding-top: 15px;
	text-align: center;
	
	color: #FFFFFF;
}
#container #footer #nav a
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
}
#container #footer #nav #copy
{
	line-height: 20px;
	color: #DDDDDD;
	font-size: 10px;
	padding-top: 15px;
}
#container #footer #footer_bkg
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#bkg
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 320px;
	background-image: url(images/layout/bkg_top.gif);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* ---------------------------------------------------------------- */
/* -- TABLES ------------------------------------------------------ */
.tblForm
{
	width: 100%;
	border-spacing: 2px;
}
.tblForm th
{
	text-align: left;
}
.tblForm th
{
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.tblForm td.pad
{
	padding-left: 10px;
}
.tblProjects
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
.tblProjects th
{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.tblProjects td
{
	vertical-align: top;
}
/* ---------------------------------------------------------------- */
/* -- FORMS ------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* -- GENERIC CLASSES --------------------------------------------- */
table.tblForm2 th
{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	
	font-size: 13px;
	font-weight: bold;
}
table.tblForm2 td
{
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	border-color: #DDDDDD;
	border-top: none;
}
table.tblForm2 td.filesize
{
	text-align: right;
}
table.tblForm2 td.modified
{
	text-align: right;
}
/* ---------------------------------------------------------------- */