img {
	border-width: 0px;
}

a:link {
	text-decoration: none;
	color: #00008b;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #00008b;
}

br {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

/* ========================================================================== */
#alert {
	width: 400px;
	margin: 1em auto 1em auto;
	padding: 1em;
	background-color: pink;
	text-align: center;
	border: 2px solid red;
}
#notice {
	width: 400px;
	margin: 1em auto 1em auto;
	padding: 1em;
	background-color: lightgreen;
	text-align: center;
	border: 2px solid green;
}
#alert ul, #notice ul {
	text-align: left;
	margin-left: 2em;
	list-style-type: circle;
}

/* ========================================================================== */
body {
	padding:0px;
	margin:0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}


#center {
	margin: 1em auto;
	width: 810px;
	background-color: #fff;
	padding: 0;

}
/* ============================ HEADER ======================================= */

#header {
	margin: 0;
}
#header h1 {
	margin: 0 20px;
	padding: 0;
	font-size: 30px;
	line-height: 60px;
	color: #000;
}


/* ========================================================================== */

#langFlags {
	margin: 0 0 5px 0;
	height: 13px;
	text-align: right;
	padding: 0;
}

#langFlags img
{
	margin: 0 10px;
}


/* ========================================================================== */
#menu {
	margin: 0 1em;
	padding: 0;
	text-align: right;
	border-bottom: 2px solid black;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 auto;
}
#menu li { margin: 0; padding: 0; display: inline; }
#menu li a {
	text-decoration: none;
	margin-top: 4px;
	line-height: 24px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
/* ========================================================================== */

#content {
	min-height: 450px;
	background-color: #fff;
	margin: 4em 1em 1em 2em;
}

/* ========================================================================== */
#footer {
	border-top: 1px solid black;
	margin: 0 1em;
	text-align: center;
	padding-top: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	margin-right: 1em;
	margin-left: 1em;
}

#footer  li a {
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

/* ========================================================================== */
#copyright {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 11px;
	color: #a2a2a2;
	text-align: center;
	min-height: 50px;
}
/* ========================================================================== */


/* ======================== BOX ================================================== */
.box {
	margin-left: -13px;
	border-collapse: collapse;
}


.box td.box_top_left {
	width: 18px;
	height: 13px;
	background-image: url('tpl_images/top_left.gif');
	background-repeat: no-repeat;
}
.box td.box_top {
	height: 13px;
	background-image: url('tpl_images/top.gif');
	background-repeat: repeat-x;
}
.box td.box_top_right {
	width: 16px;
	height: 13px;
	background-image: url('tpl_images/top_right.gif');
	background-repeat: no-repeat;
}

.box td.box_left {
	width: 18px;
	background-image: url('tpl_images/left.gif');
	background-repeat: repeat-y;
}

.box td.box_main {
	min-height: 100px;
	min-width: 100px;
	padding: 10px;
}

.box td.box_right {
	width: 16px;
	background-image: url('tpl_images/right.gif');
	background-repeat: repeat-y;
}

.box td.box_bottom_left {
	width: 18px;
	height: 18px;
	background-image: url('tpl_images/bottom_left.gif');
	background-repeat: no-repeat;
}
.box td.box_bottom {
	height: 18px;
	background-image: url('tpl_images/bottom.gif');
	background-repeat: repeat-x;
}
.box td.box_bottom_right {
	width: 16px;
	height: 18px;
	background-image: url('tpl_images/bottom_right.gif');
	background-repeat: no-repeat;
}



/* ======================== menuBox ================================================== */


.menuBox {
	width: 150px;
	border: 1px solid black;
	background-color: #6c87ae;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.menuBox h3 {
	margin: 0;
	background-color: #304a70;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: -7px;
}
.menuBox ul {
	padding-left: 5px;
	list-style-position: inside;
}
.menuBox a {
	color: #fff;
}
.menuBox a:hover {
	color: #dbe045;
}



form fieldset {
	border-width: 2px 0 0 0;
	width: 510px;
	margin: 1em auto;
}
form fieldset legend {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 1em;
	margin-left: 1em;
}
form input {
	border: 1px solid #babac7;
	padding: 4px;
	margin: 1px 5px 1px 0;
}
form input.text, form input.password {
	width: 400px;
}
form input.submit {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #696969;
	border-right: 1px solid #696969;

}
form textarea {
	border: 1px solid #babac7;
	width: 400px;
	padding: 4px;
	margin: 1px 5px 1px 0;
	height: 200px;
}

form ul {
	display: block;
	width: 410px;
	list-style-type: none;
	margin: 1em auto;
	padding: 0;
}

form li.submit,
form li.buttons {
	text-align: right;
}

form li.submit input,
form li.submit button,
form li.buttons input,
form li.buttons button {
	margin: 1em 0 1em 3em;
}
form label {
	display: block;
	font-size: 1.2em;
	margin-top: .5em;
	font-weight: bold;
	color: #000050;
}
form div.submit {
	text-align: right;
}
form table td, form table th {
	vertical-align: top;
}



table.qsNav {
	width: 100%;
	text-align: center;
}
table.qsNav td {
	padding: .2em 2em;
	font-weight: bold;
	color: #5f5f5f;
}
table.qsNav a {
	text-decoration: none;
}

table.qsData {
	margin-top: .5em;
	font-size: 90%;
}
table.qsData th {
	background-color: #F0F8FF;
	padding: 2px 1em;
	border: 1px solid #dcdcdc;
}
table.qsData th a, table.qsData th a:link, table.qsData th a:visited {
	color:#191970;
	text-decoration: none;
}
table.qsData td {
	padding: 3px 1em;
	vertical-align: top;
	border: 1px solid #efefef;
}
table.qsData tr:hover {
	background-color: lightyellow;
}


table.data {
	border: 1px solid #cccccc;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
table.data th {
	background-color: #cccccc;
}
table.data td {
	border: 1px solid #eeeeee;
}
