body {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	color: #2f404d;
	background-color: white;
}

.box {	
	border-style: solid;
	border-width: thin;
	border-radius: 5px;
}

p {
	text-align: left;
}

#page {
	position: relative;
	width: 1280px;
   margin: auto;
   background-color: #e7eff7;
}

.label,.field, .clickButton, .cell {
	display: table-cell;
	padding-left: 2px;
	padding-right: 2px;
    padding-top: 0px;
	padding-bottom: 2px;
	font-size: 13px;
	vertical-align: middle;
}

.error {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
    padding-top: 2px;
	padding-bottom: 2px;
	z-index: 2;
}

.label div,.error div,.field div, .clickButton div, .cell div {
	margin: 2px 2px 2px 2px;
}

.message {
   font-weight: bold;
   color: red;
}

.headerMessage {
   background: #bbbbbb;
   color: white;
   border: solid thin;
   font-weight: bold;
   text-align: left;
}

.error {
   visibility: hidden;
}


#header {
   width: 1276px;
   height: 100px;
   margin-left: 1px;
   margin-top: 10px;
   margin-right: 1px;
   margin-bottom: 5px;
   padding-top: 5px;
   border-bottom: thin solid;
   background: #2f404d;
   color: white;
}

#header_no_bg {
   width: 1276px;
   height: 100px;
   margin-left: 1px;
   margin-top: 10px;
   margin-right: 1px;
   margin-bottom: 5px;
   padding-top: 5px;
   border-bottom: thin solid;

   color: white;
}

#logo {
   float: left;
   width: 330px;
   margin-left: 10px;
   border: none;
}

#app_title {
   text-align: left;
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 30px;
   font-weight: bold;
   color: white;
   vertical-align: top;
   float: left;
   width: 820px;
   margin-left: 10px;
   margin-top: 10px;
}

#navbar {
   position: relative;
   width: 1276px;
   height: 26px;
   margin-left: 10px;
   margin-top: 1px;
   margin-right: 1px;
   margin-bottom: 1px;
}

.hmenu {
   width: 150px;
   float: left;
   height: 20px;
   text-align: center;
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #ffffff;
   background: #47b6b0;
   padding-top: 5px;
   margin-right: 1px;
   border-radius: 5px;
   border-color: #2f404d;
}

.hmenu:hover {
   color: #47b6b0;
   background: #2f404d;
}

.hmenu a {
   color: #ffffff;
}

.hmenu a:hover {
   color: #47b6b0;
}

.hmenu_button {
	height: 40px;
	text-transform: uppercase;
}

.small_button {
   width: 34px;
   height: 20px;
   text-transform: uppercase;
   float: left;
   text-align: center;
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #0b55a8;
   background: #47b6b0;
   padding-top: 0px;
   margin-right: 1px;
   border-radius: 5px;
}

.buttonlong {
	width: 200px;
}

#page_content {
	width: 1276px;
	height: 600px;
   margin-left: 1px;
   margin-top: 1px;
   margin-right: 1px;
   margin-bottom: 1px;
	
}

.section_title {
   position: relative;
   left: 2px;
   top: 2px;
   text-align: left;
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 10px;
   border-bottom: thin solid;
/*    color: #000000; */
/*    vertical-align: top; */
}

.section_subtitle {
   position: relative;
   left: 2px;
   top: 2px;
   text-align: left;
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 13px;
   margin-bottom: 10px;
}

.news_title {
   position: relative;
   left: 2px;
   top: 2px;
   text-align: left;
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   vertical-align: top;
}

.breadcrumb,  .breadcrumb a {
	text-align: left;
	padding-left: 10px;
   padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #2f404d;
	background: white;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top: thin solid #2f404d;
   border-bottom: thin solid #2f404d;
}

.breadcrumb a:hover {
   color: #47b6b0;
   background: #2f404d;
}

#content {
   width: 1276px;
   padding-left: 10px;
   padding-right: 10px;
}

#context_menu {
   font-size: 13px;
   font-weight: bold;
   line-height: 20px;
   text-align: center;
   float: left;
   width: 155px;
   margin-left: 5px;
   margin-right: 5px;
   color: #47b6b0;
   background: #2f404d;
}

.context_link, .context_link a {
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #2f404d;
   background: white;
}

.context_link:hover, .context_link a:hover {
   color: #47b6b0;
   background: #2f404d;
}

/* class for the article content */
#managed_content {
   height: 90%;
   overflow-y: auto;
   overflow-x: hidden;
   margin-left: 160px;
}

.article, p.article {
   background: white;
   padding: 2px;
   margin: 2px;
   text-align: justify;
}

.help, p.help {
   background: white;
   color: #2f404d;
   padding: 2px;
   margin: 0px; 
   text-align: justify;
}

a {
	text-decoration: none;
	color: #2f404d;
}

.centered {
   position: relative;
   margin: auto;
   text-align: center;
   width: 220px;
   margin-top: 60px;
}


#centered_box {
   width: 400px;
   height: 200px;
   position: relative;
   margin: auto;
   text-align: center;
   border: thin solid;
}

#footer {
	width: 1276px;
/* 	background: url(images/footer.jpg) no-repeat; */
	text-align: center;
	font-size: 12px;
   background: #2f404d;
   color: #ffffff;
   padding-top: 10px;
   padding-bottom: 10px;
   margin: 1px;
   border-top: thin solid;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
   color: #47b6b0;
}

/* link for screen readers on top of the page */
#skip_to_content {
	position: relative;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	visibility: hidden;
}

.field_container, .container {
   display: table;
}

.field_row, .row {
   display: table-row;
}

.field_cell, .cell {
	display: table-cell;
}

.bordered {
	border: thin solid;
}

.spaced {
	padding: 6px;
}

.float_left {
   float: left;
   width: 100px;
}

.field_name {
	width: 120px;
	text-align: right;
}

.field_name_news {
   width: 200px;
   text-align: right;
   vertical-align: middle;
}

.field_name_top {
   width: 200px;
   text-align: right;
   vertical-align: top;
}

.field_widget {
	width: 100%;
	text-align: left;
}

.field_button {
	width: 100px;
	text-align: center;
	text-transform: uppercase;
}

.field_button:hover, .field_button a:hover {
   color: white;
   background: #cccccc;
}

input[type="file"] {
    display: block; 
}

.attachment {
   width: 500px;
   height: 20px;
   text-align: center;
   float: left;
   text-align: center;
   font-family: "Century Gothic", Verdana, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #0b55a8;
   background: #47b6b0;
   padding-top: 5px;
   margin-right: 1px;
   border-radius: 5px;    
	display: inline-block;
   cursor: pointer;
}

.attachment:hover {
   color: #47b6b0;
   background: #2f404d;
}

#sendingDateId {
	background: white url("img/imageSmallSquare.jpg") no-repeat right;
}

.results {
	border: solid thin;
}

/* class for the odd rows */
.odd {
	background: #eeeeee;
	color: #2f404d;
}

/* class for the even rows */
.even {
	background: #222222;
	color: white;
}

.left {
	text-align: left;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.header {
   background: #cccccc;
   border: solid thin;
   font-weight: bold;
   text-align: center;
}

/* class for the numbers presented in the table */
.number {
	text-align: right;
}

/* class for the gender presented in the table */
.gender {
	text-align: center;
}

#login_fields, #login_buttons {
	position: relative;
	margin: auto;
	width: 200px;
	padding: 10px;
}

#edit_fields, #edit_buttons {
   position: relative;
   margin: auto;
   width: 300px;
   padding: 10px;
}

#news_edit_fields, #form_edit_fields {
   position: relative;
   margin: auto;
   width: 98%;
   padding: 10px;
}

#centered_box_results {
   width: 400px;
   height: 260px;
   position: relative;
   margin: auto;
   text-align: center;
   border: thin solid;
}

.article_text {
	width: 450px;
	height: 150px;
}

.mandatory {
	color: red;
}
