* {
	margin:0;
	padding:0;
}

body {
	background: #003d4c;
	color: #fff;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 78%;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:0 none;
	text-decoration:none;
}
h1, h2, h3, h4 {
	letter-spacing: 0.1em;
}
h1 {
	font-weight: normal;
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	font-weight: normal;
	background:#fff;
	color: #900;
	font-size: 150%;
	margin-bottom: 0.5em;
}
h3 {
	color: #993;
	font-size: 130%;
	padding-top: 1em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, ol {
	margin-left: 1em;
}
ul li, ol li {
	margin: 5px 10px;
}
p {
	margin: 5px 0;
}
p.byline {
	color: #993;
}
small {
	line-height: 1;
}
hr {
	border-color: #AAAAAA;
	border-right:0 none;
	border-style:dotted none none;
	border-width:3px 0 0;
	margin:10px 0;
	clear: both;
}

/* Layout */
#container {
	text-align: left;
	width: 100%;
}

#header {
	margin-bottom: 1px;
	padding-top: 10px;
	color: #fff;
}
#header h1 a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
#header h1 {
	background: #003d4c;
	font-weight: bold;
	padding: 0 0 5px 15px;
	color: #fff;
}
#header div.headerLanguage a {
	padding-right: 10px;
}
#header div.headerLanguage a img {
	border:3px solid #003D4C;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#header div.headerLanguage a img.activeLang {
	border:3px outset LightGreen;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 10px 20px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 12px;
	text-decoration: none;
	white-space:nowrap;
}
th a.asc {
	background: #CCCCCC url(/img/cms/sortable_asc.gif) no-repeat scroll right 11px;	
}
th a.desc {
	background: #CCCCCC url(/img/cms/sortable_desc.gif) no-repeat scroll right 6px;	
}
th a:hover {
	background: #ccc url(/img/cms/sortable_bg.gif) no-repeat scroll right 6px;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 3px 1px;
	text-align: center;
	vertical-align: middle;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 1em;
}
div.pagingTop {
	margin-bottom: 0.5em;
}
div.paging div.disabled,
span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 70%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 155px;
}
dd {
	margin-left: 13em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	/*margin-right: 10px;*/
	/*padding: 0;*/
	/*width: 98%;*/
    width: auto;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 10px 20px;
}
fieldset legend {
	background:#fff;
	color: #900;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0.3em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required input,
form div.required textarea,
form div.required select {
	background: #FFEFEF;
}
form.filter div.required input,
form.filter div.required textarea,
form.filter div.required select {
	background: 0 none;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	padding-right: 20px;
	font-weight: bold;
}
div.input.select label,
div.input.checkbox label {
    display: inline-block;
    padding-right: 2px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	padding: 2px;
	width: 99.5%;
}
input.digits, input.number , input.selectFilterInput {
	width: 15%;
}
select {
	clear: both;
	vertical-align: text-bottom;
	display: block;
	font-size: 100%;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	padding: 1px 0;
}
select option {
	padding: 0 3px;
}
div.input.datetime select,
div.input.date select {
	display: inline;
	margin-left: 2px;
    vertical-align: middle;
}
select[multiple=multiple] {
	width: 100%;
	min-height: 12em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 3px 6px 7px 2px;
	width: auto;
}
input.boolean {
	margin: 0;
	float:none;
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
label em {
	color: grey;
	font-weight: normal;
}
input[type=button],
input[type=submit] {
	display: inline;
	padding: 2px 10px;
	width: auto;
	vertical-align: bottom;
	font-weight: bold;
}

div.input.select {
	position: relative;
}
div.input.select select.selectFilter {
	width: 40%;
}
span.selectedValues,
input.selectFilterInput {
    left: 40.5%;
    position: absolute;
    top: 18px;
	background: url("/img/cms/bg_filter.png") no-repeat scroll right center transparent;
	border: 1px solid #DDDEE0;
}
span.selectedValues {
    top: 45px;
	background: #fff;
	display: inline-block;
	width: 15%;
	padding: 2px;
}
a.addAction {
	background: url("/img/cms/bt_add.png") no-repeat scroll 5px center #F2F2F2;
    line-height: 23px;
    padding-left: 25px;
    position: absolute;
    right: 1%;
    top: 18px;
    width: auto;
    border-color: #FFFFFF #BBBBBB #BBBBBB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    outline: medium none;
    padding: 0.1em 1em 0.1em 30px;
    text-decoration: none;
}

form div.width50 {
	width: 49%;
	clear: none;
}
form div.width50 input.digits {
	width: 99.5%;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #003D4C;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
label.error,
div.error-message {
	clear: both;
	color: #e32;
	font-weight: bold;
}
label.error {
	padding: 2px 0 0 2px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
form div input.error,
form div textarea.error,
form div select.error {
	background: #FFEFEF;
	border: 1px solid #e32;
}
.form-error {
	border: 1px solid #e32;
}

/*  Actions  */
div.actions {
	clear: both;
}
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li form {
	left:0;
	position:absolute;
	width:auto;
	top:-15px;
	margin-right: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 1.7em;
	margin: 0 1em 0 0;
	white-space: nowrap;
	position: relative;
}
div.actions ul li input[type=submit],
div.actions ul li a,
ul.actions.float_right li a {
	background-color: #F2F2F2;
	border-color: #FFFFFF #BBBBBB #BBBBBB #FFFFFF;
	border-style:solid;
	border-width:1px;
	padding: 0.1em 1em;
	text-decoration: none;
	outline: none;
}
div.actions ul li input[type=submit] {
	padding: 1px 0.7em 0;
}
ul.actions.float_right li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display:inline;
}
div.actions ul li a:active, div.actions ul li a:focus {
	background: #D3D3D3;
}

.highlight { background-color: yellow }

/* Related */
div.related {
	padding: 1em 0 0 0;
	clear: both;
	display: block;
}
div.related ol {
	padding: 0 0 0.5em 1em;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


.float_left {
	float: left;
	clear: none;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

/* input password */
div.input.password {
	position: relative;
}

/* View Filter */
form.filter {
	float: right;
	width: auto;
	margin: 0 0 15px;
}
form.filter label {
	display: inline;
	padding-right: 5px;
}
form.filter select,
form.filter input[type=text] {
	border: 1px solid #DDDEE0;
	width: 175px;
	margin-right: 2px;
}
form.filter select {
	vertical-align: baseline;
	display: inline;
}
form input.imgButton {
	border: 1px solid #DDDEE0;
	height: 15px;
	vertical-align:top;
	margin-left: 2px;
	width: auto;
}
form input.btSearch,
form input.btClose {
	position:absolute;
	right: 43px;
	bottom: 3px;
	background-color: #FFFFFF;
}
form input.btClose {
	right: 20px;
}

/* Contact Filter */
form#contactFilter {
	margin-right: 0;
	width: auto;
}
form#contactFilter h3 {
	padding: 0.25em 0 0.7em 0;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
}
form#contactFilter div.clear {
	padding: 0;
	margin: 0;
}
form#contactFilter div.text,
form#contactFilter div.date,
form#contactFilter div.select {
	float: left;
	clear: none;
	padding: 0 1.4em 0 0;
	width: auto;
}
form#contactFilter div.select select {
	width: 400px;
}
form#contactFilter div.input input {
	width: 390px;
}
form#contactFilter div.input .width33 {
	width: 250px;
}
form#contactFilter div.select select.width33 {
	width: 260px;
}

a.filterOpener.active {
	background-color: #CDEB8B !important;
}

div#AjaxResult {
	display: none;
	border: 2px outset #C3D9FF;
	background-color: #CDEB8B;
	background-position: -1px -2px;
	padding: 2px;
	padding-left: 25px;
	float: left;
	width: 50%;
	height: 17px;
}

span#specialResetButton {
	cursor: pointer;
	margin-left:5px;
}
span#specialResetButton img {
	width: 15px;
	height: 15px;
	vertical-align: top;
}

form#ContactEmailEmailForm div.input.file {
	width: 475px;
}
form#ContactEmailEmailForm div.input.file input {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 5px;
    width: auto;
}
div#fileAdd {
	background-image: url(/img/cms/bt_add.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
div#fileAdd span {
	display:none;
}

div.viewInstitution {
	background-color: #F2F2F2;
	min-height: 300px;
	padding: 2px 0 2px 5px;
	overflow: hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	max-width: 11.5%;
	margin-right: 10px;
}

div.uploader {
	padding: 0;
}
div.menuIconDelete {
	background-image: url(/img/cms/jquery.editor.icons.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	background-position: -80px -64px;
	height: 8px;
	width: 8px;
	margin: 2px;
}
div.deleteIcon a {
	background-image: url(/img/cms/jquery.editor.icons.gif);
	background-repeat: no-repeat;
	background-position: -80px -64px;
	display:block;
	height:15px;
	width:15px;
	text-decoration:none;
}
div#uploadedFile span {
	padding-left:20px;
} 

td.state_-1 div,
td.state_0 div,
td.state_1 div {
	background-image: url(/img/cms/bt_on_off.png);
	background-position:-20px bottom;
	background-repeat:no-repeat;
	height:20px;
	margin:0 auto;
	width:20px;
}
td.state_0 div.stateChange,
td.state_1 div.stateChange {
	cursor:pointer;
}
td.state_-1 div {
	background-image: url(/img/cms/bt_delete.png);
	background-position: 0 0;
}
td.state_1 div {
	background-position: 0 0;
}
td.state_-1 div span,
td.state_0 div span,
td.state_1 div span {
	display: none;
}
td.state_0 div.stateAjax,
td.state_1 div.stateAjax,
#uploading {
	background-position: -2px -2px;
	background-image: url(/img/cms/ajax-loader-small.gif);
	background-repeat: no-repeat;
}
#uploading {
	background-color:#CDEB8B;
	background-position:0 -3px;
	border: 2px outset #C3D9FF;
	padding: 2px 55px;
	float: left;
	width: auto;
	clear: both;
}
.emails.index .input.text > div#uploading {
    display: inline;
    float: none;
}

td.articleType span {
	background-image: url(/img/cms/bg_article_types.png);
	background-position: 25px top;
	background-repeat:no-repeat;
	height: 15px;
	margin:0 auto;
	width: 25px;
	text-indent: -999em;
	display: block;
}
td.articleType span#articleType_2 {
	background-position: -32px top;
}
td.articleType span#articleType_3 {
	background-position: -69px top;
}
td.articleType span#articleType_4 {
	background-position: 4px top;
}

a.addContextBlock,
a.addTextBlock,
a.addContentElement {
    margin-right: 10px;
    background: url(/img/cms/bg_article_types.png) no-repeat scroll 5px center #F2F2F2;
    border-color: #FFFFFF #BBBBBB #BBBBBB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    line-height: 25px;
    padding: 0 5px;
    text-decoration: none;
}
a.addContextBlock,
a.addTextBlock {
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position: -30px -97px;
}
a.addContextBlock {
	background-position: -45px -97px;
}
a.addContextBlock span,
a.addTextBlock span {
	background-color: #F2F2F2;
	margin-left: 15px;
}
a.addContentElement span {
	background-color: #F2F2F2;
	margin-left: 23px;
}
a.addContentElement.audio {
	background-position: -35px center;
}
a.addContentElement.video {
	background-position: -71px center;
}
a.addContentElement.gallery {
	background-position: 2px center;
}

/* jQuery Rich Text Plug In */
form div.text iframe.richtext,
form div.textarea iframe.richtext {
    background: none repeat scroll 0 0 #FFEFEF;
    border: 1px solid gray;
    height: 150px;
    width: 100%;
}
form div.text iframe.richtext {
    height: 50px;
}
.ui-dialog-content form div.text iframe.richtext {
    height: 125px;
}
.rte-toolbar {
    margin-bottom: 0;
    padding: 0;
}
.rte-toolbar a {
    background: url(images/jquery.richtext.icons.png) no-repeat scroll 0 0 transparent;
    text-indent: -9999px;
    height: 18px;
    overflow: hidden;
    width: 22px;
    display: inline-block;
}
.rte-toolbar a.link {
    background-position: 0 -98px;
}
.rte-toolbar a.italic {
    background-position: 0 -25px;
}
.rte-toolbar a.rte-edm,
.rte-toolbar a.disable {
    background-position: 0 -195px;
}
.rte-toolbar a.rte-edm {
    background-position: 0 -507px;
}

/* Email Templates */
.emails.index .form {
    position: relative;
}
.emails.index .form form {
    width: 650px;
}
.view #toContacts,
.emails.index .form form #toContacts {
    margin-left: 0;
    list-style: none outside none;
}
.view #toContacts li,
.emails.index .form form #toContacts li {
    display: inline-block;
    white-space: nowrap;
    padding: 2px 5px;
    margin: 1px 0;
    background-color: #F0F0F0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
}
.emails.index .email_template_teasers {
    margin-left: 0;
    list-style: none outside none;
    background-color: #FCEFA1;
    min-height: 2em;
    border: 1px solid #808080;
}
.emails.index .email_template_teasers li {
    padding: 0 5px;
    cursor: pointer;
    background-color: #E6E6E6;
    display: inline-block;
    margin: 5px;
    overflow: auto;
}
.emails.index .email_template_teasers li.topic {
    background-color: #fcfcfc;
}
.emails.index .email_template_teasers li.ui-state-highlight {
    width: 95%;
}
.emails.index .email_template_teasers li h3 {
    font-size: 1em;
    padding-top: 2px;
}
.view .teaser_list li .article_image,
.emails.index .email_template_teasers li .article_image { padding-right: 5px; }
.view dd h3 { clear: both; }

.emails.index #cmsContentFilter {
    background-color: #fff;
    width: 585px;
    position: absolute;
    top: 930px;
    right: 0;
    padding: 0 10px 1em;
    min-height: 1em;
    border-left: 1px solid #999933;
}
.emails.index #cmsContentFilter h3 {
    padding-top: 0;
}
.emails.index #cmsContentFilter .filter {
    float: none;
    margin: 0;
}
