/* ---------- RESET ---------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0.2em;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
body {
	font-size: 1em;
}
.center {
	text-align: center;
	margin: 0 auto;
}
/* ---------- GENERAL ---------- */
.round {
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}
p {
	margin-bottom: 1.25em;
	color: #333333;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
/* ---------- CLEARFIX ---------- */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom: 1;
}
/* ---------- TYPOGRAPHY ---------- */
body, form {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	line-height: 1.125em;
}
p, .button, form input, ul#nav li ul, div.side-menu ul li a, table, .information-box, .confirmation-box, .error-box, .warning-box, ol {
	font-size: 0.75em;
}
div.content-module-heading span {
	font-size: 0.625em;
}
form p input[type="text"], form p input[type="password"], form p input[type="checkbox"], form p input[type="radio"], form p input[type="file"] {
	font-size: 1.2em;
}
h1 {
	font-size: 1.125em;
	color: #004494;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 0.875em;
}
h3 {
	font-size: 0.75em;
}
h4 {
	font-size: 0.685em;
}
h5 {
	font-size: 0.625em;
}
/* ---------- COLORS ---------- */
a {
	color: #004494; /*Dark blue*/
}
ol {
	color: #333;
}
a:hover {
	color: #2a2e36;
}
p a, p a:hover {
	border-bottom: 1px dotted;
}
.blue {
	background-color: #004494;
	color: #FFF;
}
.blue:hover {
	background-color: #0061D4;
	color: #FFF;
}
/* ---------- WIDTHS ---------- */

.default-width-input {
	width: 20.833em;
}
.full-width-input {
	width: 95%;
}
.full-width-textarea {
	width: 95%;
	height: 12.5em;
}
.page-full-width {
	padding: 0 1.875em;
}
.page-wrap {
	width: 60em;
	margin: 0 auto;
}
.textarea {
	padding: 1em 1.875em;
	background-color: #FFFFFF;
	border-bottom: 2px solid #EEEEEE;
	margin-bottom: 1.2em;
}
/* ---------- BUTTONS ---------- */
.button {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0.4em 1em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.icon-login {
	background-image: url(../img/login-white.png);
}
.icon-logout {
	background-image:url(../img/logout-white.png);
}
.icon-check {
	background-image:url(../img/ICO_check.png);
}
.icon-delete {
	background-image:url(../img/ICO_delete.png);
}
.icon-error {
	background-image:url(../img/ICO_error.png);
}
.icon-back {
	background-image:url(../img/ICO_back.png);
}
.icon-add {
	background-image:url(../img/ICO_add.png);
}
.ico-image-left {
	background-position: 0.5em center;
	padding-left: 2.5em;
}
.ico-image-right {
	background-position: right center;
	padding-right: 2.5em;
}
.text-upper {
	text-transform: uppercase;
}
.small-button {
	padding: 0.312em 1em;
}
.image-left {
	background-position: 0.833em center;
	padding-left: 3em;
}
.image-right {
	background-position: right center;
	padding-right: 3em;
}
/* ---------- CONTENT BOXES ---------- */
.information-box, .confirmation-box, .error-box, .warning-box {
	padding: 0.8em 0.8em 0.8em 3em;
	margin-bottom: 0.8em;
}
.information-box {
	border: 1px solid #A2D7AB;
	color: #555555;
	background-color: #F5FEF5;
}
.confirmation-box {
	border: 1px solid #b7cbb6;
	color: #52964f;
	background-color: #e7fae6;
	background-image: url(../img/ICO_ok.png);
	background-repeat: no-repeat;
	background-position: 0.833em center;
}
.error-box {
	border: 1px solid #e6bbb3;
	color: #cf4425;
	background-color: #fde8e4;
	background-image: url(../img/ICO_error.png);
	background-repeat: no-repeat;
	background-position: 0.833em center;
}
.warning-box {
	border: 1px solid #e5d9b2;
	color: #b28a0b;
	background-color: #fdf7e4;
	background-image: url(../img/ICO_warning.png);
	background-repeat: no-repeat;
	background-position: 0.833em center;
}
/* ----------HEADER ---------- */
div#header {
	padding: 1.25em 0;
}
/* ---------- CONTENT ---------- */
div#content {
	background-color: #f8f9fa;
	border: 1px solid #eeefef;
	padding: 1.875em 0;
}
/* ---------- FOOTER ---------- */
div#footer {
	text-align: center;
	padding: 1.875em 0;
}
/* ---------- TABS ---------- */

div#header-with-tabs {
	padding: 1.25em 0 0 0;
}
ul#tabs {
	list-style-type: none;
}
ul#tabs li {
	float: left;
}
ul#tabs li a {
	border: 1px solid #eeefef;
	border-bottom: none;
	display: block;
	color: #9498a1;
	margin-top: 0;
	margin-right: 0.416em;
	margin-bottom: -1px;
	margin-left: 0;
	padding: 0.7em;
	font-size: 0.875em;
}
ul#tabs li a:hover {
	color: #2a2e36;
}
ul#tabs li a.active-tab, ul#tabs li a.active-tab:hover {
	background-color: #f8f9fa;
	font-weight: bold;
	color: #2a2e36;
}
/* ---------- LISTS ---------- */
ol li {
	margin-left: 1.45em;
}
ol {
	margin-bottom: 1.25em;
}
.attachement {
	margin: 0.75em;
}
/*-----------------Archive---------------*/

ul.block-menu {
	margin-bottom: 10px;
}
ul.block-menu a:hover {
	text-decoration:underline;
}
.menu-item:after {
	float: right;
	margin-top: 10px;
}
.menu-item:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 1px 0 0 #F0F0F0;
}
.menu-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.menu-item {
	position: relative;
}
.menu-item {
	background: linear-gradient(#FBFBFB, #FFFFFF) repeat scroll 0 0 transparent;
	border: 1px solid #DEDEDE;
	cursor: pointer;
	display: block;
	margin-top: -1px;
	padding: 0.3em;
}
.menu-item:hover {
	background: linear-gradient(#F5F5F5, #EFEFEF) repeat scroll 0 0 transparent;
}
.menu-item:hover {
	text-decoration: none;
}
.no-dot {
	list-style: none outside none;
}
.newsPublished, .newsPublished:hover {
	background: linear-gradient(#f1fff3, #d8ffde) repeat scroll 0 0 transparent;
	background-color:#f1fff3;
}
.newsArchived, .newsIsNotActive:hover {
	background: linear-gradient(#ffefef, #ffdddd) repeat scroll 0 0 transparent;
	background-color:#ffefef;
}
.newsSaved, .newsSaved:hover {
	background: linear-gradient(#efefff, #ddddff) repeat scroll 0 0 transparent;
	background-color:#efefff;
}


/* ---------- FORMS ---------- */
form.loginForm {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin: 0 auto;
	padding: 1em;
	width: 16em;
}
form label {
	display: block;
	color: #004494;
	margin: 1em 0 0.3125em;
}
form label.alt-label {
	text-transform: none;
}
form input[type="text"], input[type="password"], textarea {
	border: 1px solid #d9dbdd;
	padding: 0.4em 0.6em;
	outline: none;
}
form input[type="text"]:hover, input[type="password"]:hover, textarea:hover, form input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #bbbdbe;
}
form input[type="checkbox"], form input[type="radio"] {
	margin-right: 0.833em;
}
form input[type="submit"], input[type="button"] {
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.125em;
	margin-top: 1.2em;
	text-transform: uppercase;
}
div.articleForm fieldset {
	border: 1px solid #d4d4d4;
	position: relative;
	height:100%;
	margin: 0 0 1em;
	padding: 0 1.2em 1.2em;
	background:#fff;
}
div.articleForm legend 
{
    width: 120px;
	margin-left:1%;
	margin-right:1%;
	padding: 0.5% 0.5% 0.8%;
}
div.articleForm label {
	font-size: 0.9em;
}
.errorMessage {
    color: #ff0000;
    font-weight: bold;
}
ul.files {
    padding-left: 20px;
}
.connectedAs {
    float: right;
    clear: both;
    font-size: 0.8em;
}
div.textarea ul{
    margin-left: 25px;
    font-size: 12px;
}