body
{
    margin: 0px auto;
    padding: 0px;
    color: #111111;
    FONT: 0px "Times New Roman", Times, serif;
    background-image: url(../img/bg1.jpg);
    background-repeat: repeat-y;
    background-position: top;
    background-color: #212121;
    text-align: center;
    behavior: url("css/iehack/csshover3.htc"); /*  IE6 hack */
}
img { border: 0px; }
.pngImg { behavior: url(css/iehack/iepngfix.htc); } /*  IE6 hack */
p { margin-bottom: 5px; }
p.lp { margin-bottom: 30px; }
input, select, textarea
{
    -moz-border-radius: 5px;
    padding-left: 6px;
    background-color: #afe7e7;
    color: #252525;
    border: solid 1px;
    border-color: #777777;
}
input.transpInput { background-color: transparent; color: #252525; border: 0px;  }

h1 { font: bold 24px "Times New Roman", serif; padding-bottom: 20px; }
h2 { font: bold 16px "Times New Roman", serif;  border-bottom: solid 1px; color: #307D7E; }

/* ---------------- HREF */
a { text-decoration: none; font-family: "Times New Roman", serif; color: #817339; }
a:hover { text-decoration: underline; color: #716329; }

A.bLink:link, A.bLink:visited , A.bLink:active { TEXT-DECORATION: none; font-family: "Times New Roman", serif; font-weight: bold; color: #817339; }
A.bLink:hover { TEXT-DECORATION: underline; color: #716329; }

.date { color:#566D7E; font: italic 12px Tahoma, sans-serif; padding-left: 10px; }
table.listTable { border: solid 1px; width: 100%; }
th.theader_normal { background-color: #AAAAB3; text-align:left; vertical-align:middle; FONT: bold small-caps 18px "Times New Roman", serif; border-bottom: solid 1px; }
tr.listRow { background-color: #eeeef3; text-align:left; vertical-align:middle;  }
tr.listRow2 { background-color: #dddde3; text-align:left; vertical-align:middle; }
tr.listRow:hover { background-color: #bbbbc5; }
tr.listRow2:hover { background-color: #bbbbc5; }
.bColumn { vertical-align: top; font-weight: bold; }

/* ---------------- HEADER/FOOTER */
.borderDiv {
    background-color: #212121;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-color: #252525;
}

.borderDiv .headerDiv {
    height: 90px;
    border-bottom: solid 3px;
}

.headerDiv .sLink{
	font: normal 10px "Arial";
}

.borderDiv .footerDiv {
    border-top: solid 3px;
}

.borderDiv a {
    font: bold 16px "Times New Roman", serif;
    color: #3B9C9C;
}

.borderDiv a:hover {
    text-decoration: none;
    color: #5BbCbC;
}

table#topTable {
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    width: 985px;
    height: 60px;
    color: #dddddd;
    FONT: 14px "Times New Roman", Times, serif;
    margin-left: auto;
    margin-right: auto;
}

.loginTd {
    vertical-align: top;
    text-align: right;
    padding-right: 50px;
}

table#topTable input {
    background-color: #454545;
    font-size: 10px;
    color: #cccccc;
    border: solid 1px;
    border-color: #555555;
}

table#topTable a  {
	font-weight: normal;
}


table#bottomTable
{
	background-repeat: no-repeat;
	width: 900px;
	height: 70px;
	border: solid 0px;
	color: #dddddd;
	FONT: 14px "Times New Roman", Times, serif;
	margin-left: auto;
	margin-right: auto;
}


/* ----------------- CONTENT */
div#contentDiv {
	vertical-align: top;
	background-image: url(../img/bg2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-left: auto;
	margin-right: auto;
	FONT: 14px "Times New Roman", Times, serif;
	text-align: left;
}

div.content {
	vertical-align: top;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 10px;
	min-height: 719px;
	height:auto !important;
	height: 719px;
}

div.errorDiv {
	background-image: url(../img/transp_bg.png);
	border: solid 1px;
	border-color: #565656;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-weight: bold;
}

.transpDiv
{
	background-image: url(../img/transp_bg.png);
	border: solid 1px;
	border-color: #565656;
	padding: 3px;
}

.popupDiv
{
	background: #ffffff;
	border: solid 5px #777777;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
