/* REDEFINE TAGS */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}
td {
	font-size: 83%;
}
spacer {
	width: 1px;
	height: 1px;
}
td {
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
p {
	padding: 0 0 1em 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #E30009;
	text-decoration: underline;
}
a:visited {
	color: #AA474B;
}
a:hover {
	text-decoration: none;
}
blockquote {
	margin-top: 0;
	margin-left: 3.6em;
	padding-left: 1em;
}

/* STRUCTURE */

table.dimension {
	max-width: 1600px;
	width: 100%;
	width: expression((documentElement.clientWidth || document.body.clientWidth) < 760 ? "760px" : (documentElement.clientWidth || document.body.clientWidth) > 1280 ? "1280px" : "100%");
	border: 0;
	border-collapse: collapse;
	margin-bottom: 12px;
}
table.dimension td {
	padding: 0;
	vertical-align: top;
}
table.dimension .top td  {
	vertical-align: bottom;
}
table.dimension td.logo, table.dimension td.left, table.dimension td.right {
	vertical-align: middle;
}
td.logo {
	width: 20%;
	vertical-align: middle;
}
table.dimension td.action {
	width: 1%;
}
.navigation {
	width: 17%;
}
table.dimension td.right {
	width: 10%;
}
table.dimension td.left {
	width: 4%;
}
.rightborder, .leftborder {
	height: 1em;
	/*width: 12px;*/
}
td.logo img {
	margin: 0 12px;
}
table.dimension td.left {
	background: url(../img/top_grd_left.gif) right center no-repeat #517BD0;
}
table.dimension .top .rightborder {
	height: 2.6em;
}
.rightborder {
	border-right: 1px solid #517BD0;
}
.leftborder {
	border-left: 1px solid #517BD0;
	text-align: center;
}
table.dimension .nav td {
	height: 110px;
	background-color: #517BD0;
}
table.dimension .nav td.logo, table.dimension .nav td.action {
	text-align: center;
	background: #fff;
}
table.dimension td.firstcolumn, table.dimension td.right {
	background: url(../img/top_grd_right.gif) left center no-repeat #517BD0;
}
table.dimension div.title {
	padding: .2em 1em;
	border-left: 1px solid #517BD0;
	font-size: 95%;
	font-weight: bold;
	color: #517BD0;
}
table.dimension .acttitle {
	padding: .1em .5em;
	font-size: 160%;
	color: #f00;
}
.navigation ul {
	padding: .1em 1.2em .1em 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #B9CAEC;
}
td.firstcolumn ul {
	border-left: 0;
}
.navigation li {
	padding: 0;
	margin: 0;
	line-height: 100%;
}
.navigation a, .navigation a:visited, .navigation a:hover, .navigation span {
	display: inline-block;
	padding: .1em 0 .1em 1.2em;
	text-transform: uppercase;
	font: 77% Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	color: #fff;
}
.navigation a:hover, .navigation .current, .navigation .current:visited {
	background: url(../img/current_bg.gif) no-repeat left center;
	color: #fff;
}
.navigation .current, .navigation .current:visited {
	font-weight: bold;
}
td.title h1 {
	border-left: 1px solid #517BD0;
	margin: 0 0 1em 0;
	padding: .6em 0 0 .3em;
	font: 250% Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #517BD0;
	line-height: 100%;
}

table.dimension table td {
	padding: .2em .4em;
}

/* center content */
table.dimension .TDright {
	text-align: right;
	padding: .3em 0 0 0;
}
.TDright img {
	float: right;
	margin: 0 0 5px 12px;
	border: 0;
}
.TDright .caption {
	font: 77% Tahoma, Verdana, Arial, sans-serif;
	color: #777;
	padding: 0 0 0 12px;
}
.date {
	margin: 0;
	padding: 0;
	height: .7em;
	overflow: hidden;
	text-align: right;
	background: #B9CAEC;
	margin: 0 0 1em 0;
	font-size: 149%;
	font-weight: normal;
	line-height: 75%;
	color: #fff;
	letter-spacing: -1px;
}
table.dimension .TDcenter {
	padding: 0 2em 2em 12px;
}
.header {
	margin: 0;
	padding: 0 0 .7em 0;
	font: 135% Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #555;
}
.header a {
	color: #d00;
	text-decoration: none;
}
.header a:visited {
	color: #c55;
}
.header a:hover {
	color: #000;
}
.subheader {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 99%;
	font-weight: normal;
}
.subheader a, .subheader a:hover {
	color: #000;
	text-decoration: none;
}
.subheader a:visited {
	color: #555;
}

.enter {
	position: absolute;
	width: 200px;
	height: auto;
}
.form {
	position: relative;
	height: 100%;
	border-left: 1px solid #A8A8A8;
	padding: 0 12px;
	text-align: right;
}
.form a, .form a:visited {
	text-decoration: none;
}
.form p {
	padding: .3em 0 .5em 0;
	border-bottom: 1px dotted #A8A8A8;
	text-align: left;
	font: 85% Tahoma, Verdana, Arial, sans-serif;
	color: #555;
}
.enterL {
	display: block;
	position: absolute;
	left: -12px;
	top: 0;
	width: 12px;
	height: 100%;
	border: 0;
}
.login, .pass {
	width: 176px;
	margin: 0 0 2px 0;
	font: 11px  Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #A4A7AB;
	border-top-color: #555;
	border-left-color: #555;
	padding-left: 1.4em;
	background-repeat: no-repeat;
	background-position: left center;
}
.login:focus, .pass:focus {
	border-color: #F59797;
	border-top-color: #900;
	border-left-color: #900;
}
.login {
	background-image: url(../img/login.gif);
}
.pass {
	background-image: url(../img/pass.gif);
}
.button, .button_img {
	background: none;
	border: 0;
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	text-align: right;
	cursor: pointer;
	cursor: hand;
	font: 10px  Tahoma, Verdana, Arial, sans-serif;
	color: #E30009;
	text-transform: uppercase;
}
.button_img {
	background: url(../img/button.gif) no-repeat right center;
}
.title b {
	color: #555;
}
table.dimension .footer td {
	background: #fff;
	height: 77px;
}
table.dimension .footer td.logo {
	background: url(../img/foot_bg.gif) left center no-repeat #517BD0;
	font: 65% Tahoma, Verdana, Arial, sans-serif;
	padding: 0 1em;
	color: #fff;
}
table.dimension .footer td.logo a, table.dimension .footer td.logo a:visited {
	color: #fff;
}
table.dimension .footer td.right {
	font-size: 83%;
	padding: 0 1em;
	color: #425E97;
}
div.footer {
	height: 1em;
	border-right: 1px solid #517BD0;
}
.banner {
	width: 200px;
	height: 100%;
}

.dPaging {
	clear: both;
	margin: 0;
	border-top: 1px dotted #A8A8A8;
}
.dPaging * {
	display: block;
	float: left;
	padding: 0.1em 0.4em 0.1em 0;
	color: #555;
	font: 65% Tahoma, Verdana, Arial, sans-serif;
}
.dPaging a, .dPaging .current {
	padding: 0.2em 0.4em;
	margin: 0 1px 0 0;
}
.dPaging a, .dPaging a:visited {
	color: #E30009;
	text-decoration: none;
	font-weight: bold;
}
.dPaging span.current, .dPaging a:hover {
	background: #E30009;
	color: #fff;
	font-weight: bold;
}
