@charset "utf-8";
/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.6.0
 Adpated by Markus Hausammann
 */
/* reset rules */ * {
    font-size: 100.01%;
	/*overflow: hidden*/
}

html, body
{
	color: #313131;
	background-color: #ffffff;
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

del, ins {
    text-decoration: none;
}

/* clearing methods */
/* clearfix method for clearing floats */ .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* essential for Safari browser !! */ .clearfix {
    display: block;
}

/* removes ugly mozilla dotted link borders */
a:active
{
  outline: none;
}


/* color codes*/


/* overall rules */
h3 {
	font-size: 1.33em;
	padding-top: 1em;
	padding-bottom: 0.3em;
	color: #575757;
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
	padding-top: 1em;
	padding-bottom: 0.3em;
	color: #575757;
	font-weight: bold;
}


p {
	font-size: 1.3em;
	padding-bottom: 0.3em;
}

em {
	font-style: italic;
}

table {
	font-size: 1.3em;
}



/* content_col1 tag rules */

#logo {
	left: -65px;
	position: relative;
}

#content_col2 h1 {
	font-size: 1.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #65B047;
}

#content_col2 h2 {
	font-size: 1.4em;
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	font-weight: bold;
	color: #313131;
	
}

.archive {
	margin-top: 7px;
	margin-bottom: 7px;
}

.archive th {
	padding: 2px 8px 2px 8px;
	text-align: center;
	border-bottom: #DDDDDD solid 1px;
	border-top: #DDDDDD solid 1px;
	font-weight: bolder;
}

.archive tr td {
	padding: 2px;
	border-bottom: #DDDDDD dotted 1px;
}

.warning {
	background:#FAC6C6 url(../img/status-alert.png) no-repeat scroll 10px 50%;
	border-bottom:3px solid #FE7B7A;
	border-top:3px solid #FE7B7A;
	color:#CC0000;
}

.success {
	background:#E2EECB url(../img/status-success.png) no-repeat scroll 10px 50%;
	border-bottom:3px solid #C2DF88;
	border-top:3px solid #C2DF88;
	color:#57861A;
}

.warning, .success {
	width: 590px;
	display:block;
	margin:15px 0;
	padding:10px 10px 10px 50px;
}

.errors li {
	font-size: 1em;
	color: #CC0000;
}

.button, submit, #login, #register {
	border-bottom: #413e35 solid 1px;
	border-right: #5a574a solid 1px;
	border-top: #938d77 solid 1px;
	border-left: #938d77 solid 1px;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #938d77;
	margin-top: 3px;
	padding: 1px 1px 2px 1px;
}

.rightcol_spacer {
	height: 8px;
	width: 215px;
	background-color: #FFFFFF;
	left: -20px;
	position:relative;
	margin-top: 1.2em;
	border-top: #b0b0b0 solid 1px;
	border-bottom: #b0b0b0 solid 1px;
}

.rightcol_spacer-nomargin {
	height: 8px;
	width: 215px;
	background-color: #FFFFFF;
	left: -20px;
	position:relative;
	border-top: #b0b0b0 solid 1px;
	border-bottom: #b0b0b0 solid 1px;
}

.email {
	font-size: smaller;
}

.nice_list {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	list-style: none;
}

.nice_list li {
	font-size: 1.3em;
	list-style-position:outside;
	background: url(../img/list-style.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 12px;
	padding-top: 2px;
}

.nice_list li ul li {
	font-size: 1em;
	list-style-type: circle;
	list-style-position:outside;
	background: none;
	margin-left: 12px;
	padding-left: 0px;
}

strong {
	font-weight: bolder;
}

a:link {
	color: #938d77;
	text-decoration: underline;
}

a:visited {
	color: #938d77;
	text-decoration: underline;
}

a:hover {
	color: #65B047;
	text-decoration: underline;
}

.magic_index {
	margin: 15px 0 15px 0;
	padding: 10px;
	border: #65B047 dashed 1px;
}

.scale, .values {
	margin: 5px 0 5px 0;
}

.values tr td {
	vertical-align: top;
}

.scale tr td {
	padding: 3px 2px 3px 2px;
}

.optRow {
	font-size: 0.8em;
}

.optCell {
	text-align: center;
}

.radioCell {
	text-align: center;
}

.scaleIntro {
	padding-bottom: 10px;
}

.scaleOdd {
	background-color: #EEEEEE;
}

.value_item {
	font-size: 1em;
	padding-bottom: 1.7em;
}

.verticalscale_items {
	font-size: 1em;
}

/* form rules */

.registerDiv ul, .loginDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.registerDiv ul li, .loginDiv ul li {
    margin: 0;
	background: none;
    clear: both;
    border-top: 1px dotted #DDDDDD;
    padding: 0.5em 0;
}

label.leftalign {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 10px;
    line-height: 1.6em;
    text-align: right;
	width: 180px;
}

textarea {
    font-family: Geneva, Arial, Verdana, Helvetica,sans-serif;
    font-size: 1em;
}

.valid-gutter {
	padding-top: 1.1em;
}

.uni-logo-ucdavis, .uni-logo-unibe {
	margin-left: -21px;
	width: 215px;
}

.uni-logo-ucdavis {
	height: 86px;
	overflow: hidden;
}

.uni-logo-unibe {
	height: 143px;
	overflow: hidden;
}

#result_bar {
	width: 500px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 15px;
}

#result_bar img {
	float: left;
	margin: 0px;
}


/*** header rules ***/
/* header_col1 */

/*header _col2*/

#lang_select {
	float:right;
	font-size: 1.3em;
}

#lang_select a {
	text-decoration: none;
}
/* header_col3 */

#header_col3 {
	
}

.loginout {
	
}
.username {
	
}

#progress {
    width: 173px;
    height: 34px;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    border: none;
    display: block;
    white-space: nowrap;
}

#progress img {
    float: left;
}

/*content col2 styles */
#content_col1 h1, h2, h3 {
	color: #575757;
}

#content_col1 h3 {
	padding-top: 1.1em;
}

#content_col1 p, li {
	font-size: 1.1em;
}

#content_col1 ul {
	padding-top: 0.3em;
	list-style: none;
}

#content_col1 li {
	list-style-position:outside;
	background: url(../img/list-style-diacova.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
}

/* footer */
#footer_col1 p {
	display: inline;
	color: #CCCCCC;
	font-size: 1.1em;
}

/* Styles for chart containers */
#mainRadar, #subRadar1, #subRadar2 {
}
