/* ----------------------------------------------------------------------- */
/* COMMON */
/* ----------------------------------------------------------------------- */

body, table, tr, td, div, form, input, select{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4{
	padding:0;
	font-weight:normal;
}

body {
	background:#002046;
	font-weight:normal;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	color:#cbd2d9;
	font-size:80%;
}

table{
	border-collapse: collapse;
}

td{
	font-size:100%;
	vertical-align:top;
}

input, textarea, select{
	font-family: "Arial", sans-serif;
	font-size:inherit;
}

a {
	text-decoration: underline;
	color:#afe4ff;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
}

a img{
	border:none;
}

a.icons{
	text-decoration:none;
}

img{
	border:none;
}

p{
	margin:1.1em 0;
	margin-top:0.5em;
}

ul{
	list-style:square;
}

strong{
	color:#ddd;
}

address{
	font-style:normal;
}

/* ----------------------------------------------------------------------- */
/* HEADERS */
/* ----------------------------------------------------------------------- */

h1{
	font-size:2.2em;
	line-height:1.2em;
	color:white;
	margin:0.5em 0;
	margin-bottom:0.7em;
}

h2{
	font-size:1.7em;
	line-height:1.2em;
	color:white;
	margin:1.5em 0;
	margin-bottom:1em;
}

h3{
	font-size:1.4em;
	line-height:1.2em;
	color:white;
	margin:0;
}

h4{
	font-size:1.3em;
	line-height:1.2em;
	color:white;
}

/* ----------------------------------------------------------------------- */
/* IMAGE */
/* ----------------------------------------------------------------------- */


img.image_left{
	float:left;
	margin-right:1.5em;
	margin-bottom:1.5em;
	clear:left;
}

img.image_right{
	float:right;
	margin-left:1.5em;
	margin-bottom:1.5em;
	clear:right;
}

div.highlighted{
	margin:1em 0;
	padding:1em;
	background:#e5e5e5;
	width:70%;
}
/* ----------------------------------------------------------------------- */
/* SERVICE */
/* ----------------------------------------------------------------------- */
html, body{
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
}

br.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px
}

span.nobr{
	white-space:nowrap;
}

.fl{
	float:left;
}

.fr{
	float:right;
}
/* ----------------------------------------------------------------------- */
/* PAGER */
/* ----------------------------------------------------------------------- */
table.pager_container{
	width:100%;
	margin:0;
	margin-bottom:1em;
}

table.pager_container td{
	font-size:75%;
	vertical-align:middle;
	white-space:nowrap;
}

table.pager_container td.fast_select{
	padding:14px 20px;
	padding-left:15px;
	width:1%;
	background-color:#001b3c;
}

table.pager_container ul.pager{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#001b3c;
	padding-right:20px;
}

ul.pager li{
	margin:0;
	background:none;
	float:left;
	background-color:#001b3c;;
	padding:14px 0;
}

table.pager_container ul.pager img{
	vertical-align:middle;
	border:none;
}

ul.pager a, ul.pager span{
	display:block;
	width:1.5em;
	height:1.5em;
	font-size:1.2em;
	line-height:1.5em;
	margin-right:0.4em;
	text-align:center;
	color:#cbd2d9;
	padding:5px;
	background-color:#00142c;
}

ul.pager a.arrow{
	background:none;
}

ul.pager li.active span{
	color:#00142c;
	background:#cbd2d9;
}

table.pager_container select{
	font-size:100%;
	margin-left:7px;
}

.search_example {
	border-bottom:1px dashed #666666;
	cursor:pointer;
	margin-left:0.5em;
}

/* ----------------------------------------------------------------------- */
/* TEMPLATES STYLES */
/* ----------------------------------------------------------------------- */

.infoBox{
	background:url('../img/bg/mat_menu.gif') repeat 0 0;
	margin:7px 0;
	padding:25px;
	color:#fefefe;
	font-style:italic;
}

.infoBox p{
}

span.arrow, a.arrow{
	font-size: 120%;
}

span.current{
	padding: 2px 5px;
	background-color: #0371C5;
	color: white;
}

div.links_list{
	line-height: 1.5;
}

div.links_list a{
	padding: 2px 5px;
}

div.fast_select{
	float:left;
}

div.fast_select select{
	margin:0 10px;
}

.clear {
	clear: both;
}

div.content {
	font-size: 109.36%;
}
