body {
	color: #434343; /* THE NEW BLACK */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #0e9dbf;
	text-decoration: none;
}
a:visited {
	color: #0e9dbf;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #424242;
}
a:focus {
	/*color: #0e9dbf;*/
	/*background-color: #8fbe44;*/
	/*outline: #0e9dbf dashed 2px;*/
	text-decoration: underline;
}
span.link-separator {
	padding: 0px 4px 0px 4px;
	color: #a1a1a1;
}
span.fake-link {
	color: #0e9dbf;
}
h1 {
	font-size: 34px;
	font-weight: normal;
	margin: 10px 0 15px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #60a528;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
}
h4 {
	color: #60a528;
}
p {
	line-height: 16px;
}

.gray {
	color: #aaa;
}

.loading {
	min-height: 24px;
	background-image: url('../ui_images/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.loading-image {
	width: 24px;
	height: 24px;
	display: block;
	margin: 10px auto;
}

div.loading {
	min-height: 40px;
}
*[disabled],
.disabled {

}
.info {
	color: inherit;
	font-style: italic;
}
.checking {
	color: inherit;
	font-style: italic;
}
.error {
	color: red;
	font-style: italic;
	padding-left: 16px;
	background: transparent url("../ui_images/starred-not.png") no-repeat 0 50%; /* TODO change image */
}
.ok {
	color: #60a528;
	font-style: italic;
	padding-left: 16px;
	background: transparent url("../ui_images/starred.png") no-repeat 0 50%; /* TODO change image */
}
/* FORM */
form {}
fieldset {
	border-top: solid 1px #D9D9D9;
	padding: 5px;
}
fieldset legend {
	color: #60a528;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px;
}
label{
	display: inline-block;
	vertical-align: top;
}
form em {
	font-weight: bold;
	color: red;
	margin: 4px;
}
form p {

}
form fieldset p {
	
}
input {
	color: #60a528;
	padding: 2px;
	margin: 2px;
	border: solid 1px #D9D9D9;
	/*width: 98%;*/
}
input:active,
input:focus {
	border-color: #60a528;
}
input[disabled],
input.disabled {

}
.submit-border {
	border: solid 1px #27BEDB;
	display: inline-block;
}
input.submit {
	background: #2DD1EC url('../ui_images/submit-bg.png') repeat-x 0 0;
	border: outset 1px #6EE1F3;
	color: #fff;
	font-size: 12px;
	margin: 0;
	height: auto;
	padding: 2px 6px;
	cursor: pointer;
	vertical-align: baseline;
	width: auto;
}
.submit:hover, 
.submit:focus {
	border-style: solid;
}
.submit:active {
	border-style: inset;
}
.submit[disabled],
.submit.disabled,
.submit[disabled]:active,
.submit.disabled:active {
	background-color: #6EE1F3;
	background-image: none;
	border-style: solid;
	color: #000;
	cursor: auto;
}
select {
	/*border-style: inset;*/
	border: inset 1px #D9D9D9;
}
select option {
	padding: 2px;
}
form ol {}
form ol li{
	list-style: none;
	padding: 2px;
	margin: 0;
}
form ol li label {
	vertical-align: top;
}
form ol li input {
	
}
/* /FORM */
/* ALERT LEVEL COLORS */
.alert-low {
	color: #60a528;
}
.alert-medium {
	color: #e95c10;
}
.alert-high {
	color: #e03226;
}
.alert-unknown {
	color: #939393;
}
/* /ALERT LEVEL COLORS */

/* GRAPH */
#graphContainer{
	margin: 10px 0px 0px;
}
#graphLoader{
	margin: 5px;
}
.graph-info .cold {
	color: #0a0aff;
}
.graph-info .flu {
	color: #ff0a0a;
}
/* /GRAPH */

/* MODAL POPUP */
#simplemodal-overlay {}
.simplemodal-overlay {
	background-color: #434343;
	cursor: wait;
}
#simplemodal-container {}
.simplemodal-container {
	/*height: 300px;*/
	/*width: 500px;*/
	text-align: left;
}
.simplemodal-container a.close-button {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	width: 30px;
	height: 30px;
	background: #ccc;
}
.simplemodal-container a.close-button span {
	display: none;
}
.simplemodal-data {}
/* /MODAL POPUP */
/* SIGNUP BUTTONS */
.sign-up-button {}
.sign-up-now {
	background: green;
	color: #fff;
	border: solid 1px red;
	display: block;
	float: right;
}
.sign-up-now span {
	font-size: 200%;
	display: block;
	padding: 10px;
	border: solid 1px red;
}
/* /SIGNUP BUTTONS */
/* STEPS LIST */
.steps-list {}
.steps-list .step-1 {
	background-image: url('../ui_images/step-1.png');
}
.steps-list .step-2 {
	background-image: url('../ui_images/step-2.png');
}
.steps-list .step-3 {
	background-image: url('../ui_images/step-3.png');
}
.steps-list li {
	padding-left: 60px;
	width: 26%;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 67px;
}
.steps-list li h3 {
	margin-right: 10px;
	margin-bottom: 3px;
	font-size: 16px;
}
.steps-list li p { margin-right: 10px; line-height: 13px; }
.steps-list li.last h3,
.steps-list li.last p { margin-right: 0; }
/* /STEPS LIST */

div.anchor {
	position: relative;
}

/* BANNER */
#banner_left a{
	position: relative;
	top: 20px;
	left: 118px;
}

/* DEFAULT LIST */

.default-list {
    list-style-type: disc;
}

.default-list li {
    margin: 10px 0 10px 30px;
}

input.image-button {
	border: 0;
}