/* CSS Document */

@import url("layout.css");
@import url("navigation.css");
@import url("subnavigation.css");
@import url("modules.css");

body {
    background: #EFEFEF url("images/body.jpg") repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
}

* {
    border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Text */

h1,
h2,
h3,
h4,
h5,
h6 {
    float: left;
    width: 100%;
	color: #0099D8;
}

h1 {
	margin: 20px 0 10px 0;
	font: normal 19px Arial, Helvetica, sans-serif;
}

h1.first {
    margin: 0 0 10px 0;
    font: normal 19px Arial, Helvetica, sans-serif;
}

h2 {
	margin: 5px 0 8px 0;
	font: normal 15px Arial, Helvetica, sans-serif;
}

h3 {
	margin: 15px 0 5px 0;
	font: bold 13px Arial, Helvetica, sans-serif;
    color: #0099D8;
}

h4 {
	margin: 14px 0 4px 0;
	font: bold 10px Arial, Helvetica, sans-serif;
}

h5 {
	margin: 10px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
}

h6 {
	margin: 10px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
    color: #0099D8;
	outline: 0 !important;
}

a:hover,
a:focus,
a.active {
	text-decoration: none;
	color: #007CBF;
}

#content ul,
#content ol {
    padding: 5px 0 5px 20px;
}


/* Table */

table {
    float: left;
    border-spacing: 0;
    width: 100%;
}

table th {
	padding: 4px;
	margin: 0;
	background: #F5F5F5;
	border-bottom: 1px solid #E6E6E6;
    text-align: left;
    vertical-align: top;
	font: bold 12px arial, helvetica, sans-serif;
}

table tr.row1 {
	background: #FFFFFF;
}

table tr.row2 {
	background: #F9F9F9;
}

table td {
	padding: 4px;
	margin: 0;
	border-bottom: 0px solid #E6E6E6;
	text-align: left;
	vertical-align: top;
}


/* Input/Text/Textarea/Select Style */

#content input,
#content text,
#content textarea,
#content select {
	background: #FFFFFF;
	border: 1px solid #007CBF;
}

#content input:hover,
#content input:focus,
#content text:hover,
#content text:focus,
#content textarea:focus,
#content textarea:hover,
#content select:hover
#content select:focus {
	background: #FFFFFF;
	border: 1px solid #0099D8;
}

/*#content input[type=submit],
#content input[type=submit]:hover,
#content input[type=submit]:focus,
#content input[type=reset],
#content input[type=reset]:hover,
#content input[type=reset]:focus {
    background: #0067D0;
    border: 1px solid #0067D0;
    color: #FFFFFF;
}*/

#content input[type=radio],
#content input[type=checkbox] {
	background: #FFFFFF;
	border: 0;
}


/* Input/Text/Textarea/Select Format */

#content input {
    float: left;
	width: 198px;
	padding: 1px;
	margin: 0 0 3px 0;
}


#content input[type=submit],
#content input[type=button],
#content input[type=reset],
#content input.submit,
#content input.button,
#content input.reset{
    float: left;
	width: auto;
	padding: 1px;
	margin: 3px 3px 3px 0;
}

#content input[type=checkbox],
#content input[type=radio],
input.checkbox,
input.radio {
    float: left;
	width: auto;
	margin: 0 2px 0 0;
}

#content select {
	width: 202px;
	padding: 1px;
	margin: 0 0 3px 0;
}

#content textarea {
	width: 200px;
	padding: 1px;
	margin: 0 0 3px 0;
	height: 60px;
}

/* Remove */

.remove_all {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.remove_padding {
	padding: 0 !important;
}

.remove_margin {
	margin: 0 !important;
}

.remove_border {
	border: 0 !important;
}

.remove_visibility {
	display: none !important;
}

/* Box Style */
.box {
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	border:1px solid #c6c6c6;
}

/* Box Style */
.box_r {
	float:right;
	clear:both;
	padding:0px;
	margin:0px;
	margin-bottom:30px;
	background-color:#f9f9f9;
	border:1px solid #c6c6c6;
}

.box_r h1{
	margin:0;
	padding:6px;
	background-color:#f0f0f0;
	font-weight:bold;
	font-size:1.2em;
	line-height:1;
}

.box_r h2 {
	margin:0;
	margin:0px;
	margin-bottom:0;
	font-size:1.2em;
}

.box_r div.content{
	border-top:1px solid #c6c6c6;
	margin:0;
	padding:6px;
}

.box_r  p.date{
	padding:0px;
	margin:0px;
	font-size:0.9em;
	color:#808080;
	margin-bottom:0.25em;
	margin-top:0.25em;
}

.box_r  p.more{
	padding:0px;
	margin:0px;
	font-size:0.9em;
	margin-bottom:0.25em;
	margin-top:0.0em;
	text-align:right;
}

/* Accordeon style */
.accordion_content{
	clear:both;
	width: 250px;
}

.box h1{
	margin:0;
	padding:6px;
	background-color:#f0f0f0;
	font-weight:bold;
	font-size:1.2em;
	line-height:1;
}

.box h2 {
	margin:0;
	margin:0px;
	margin-bottom:0;
	font-size:1.2em;
}

.box div.content{
	border-top:1px solid #c6c6c6;
	margin:0;
	padding:6px;
}

.box  p.date{
    background: #EFEFEF url("images/body.jpg") repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
	padding:0px;
	margin:0px;
	margin-bottom:0.25em;
	margin-top:0.25em;
}

.box  p.more{
	padding:0px;
	margin:0px;
	font-size:0.9em;
	margin-bottom:0.25em;
	margin-top:0.0em;
	text-align:right;
}

/* Accordeon style */
.accordion_content{
	clear:both;
	width: 253px;
}

h2.toggler{
	padding:3px 0px 3px 3px;
	margin:0;
	background-color:#fdfeff;
	background-image:url(images/toggler_accordeon_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	cursor:pointer;
	width: 250px;
}

.accordion_content .toggler h2{
	font-weight:normal;
	font-size:1.2em;
	line-height:1;
}

.accordion_content .accordion div{
}

