﻿/*global reset browser defaults*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
}
a {
	color: #0072BF;
}
img {
	border: 0;
	vertical-align: top;
}
hr {
	height: 1px !important;
	line-height: 1px !important;
	border: 0 !important;
	margin: 5px 0;
	_margin: 0 !important;
	_padding: 0 !important;
	background: #e1e1e1;
	_color: #e1e1e1;
}
option {
	padding: 0 .2em;
}
p {
	margin: 1em 0;
}
ol, ol li {
    list-style: decimal;
}
ol li {
    padding: 5px 0;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/****/
/*Nice Forms*/
ul.forma li {
	padding: 5px 0;
	clear: both;
}
div.img {
	display: block;
	width: 80px;
	float: left;
}
ul.forma div.title {
	padding: 0 5px;
	display: block;
	width: 180px;
	text-align: left;
	float: left;
}
ul.forma div.title .main {
	font-weight: bold;
}
ul.forma div.label {
	display: block;
	width: 80px;
	text-align: right;
	float: left;
}
ul.forma label.mandatory {
	font-weight: bold;
}
ul.forma div.input {
	clear: right;
	margin-left: 90px;
}
ul.formaNarrow div.label {
	width: 100px;
}

ul.formaNarrow div.input {
	margin-left: 110px;
}
ul.forma li.error {
	background: #FFEFF2;
}
/****/
/*feedback panel*/
/*.feedbackWrapper {
	min-height: 28px;
	_height: 28px;
}
.feedback {
    background: url(../images/icons/notice.png) no-repeat 5px #ffffe0;
	padding: 2px 5px 2px 30px;
}*/
.loading {
	display: inline-block;
	padding: 2px 8px;
}
/****/

.content a {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.bulletList li {
    font-weight: normal;
    color: #3f3f3f;
    margin-left: 20px;
    list-style: square;
    padding: 5px 0;
}

/*form elements*/
fieldset {
	border: 0;
}
input.tiny {
	width: 30px;
}
input.small {
	width: 100px;
}
input.normal, textarea.normal {
	width: 180px;
}
input.long, textarea.long {
	width: 350px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.iconLink {
	padding: 4px 0 4px 26px !important;
	line-height: 24px;
	text-decoration: none;
}
.iconLink:hover {
	text-decoration: none;
}
.inlineImg {
	vertical-align: middle;
}

/* Feedback */
.feedback_info, .feedback_success, .feedback_warning, .feedback_error, .feedback_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.feedback_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/feedback_info.gif');
}
.feedback_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/feedback_success.gif');
}
.feedback_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/feedback_warning.gif');
}
.feedback_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/feedback_error.gif');
}
.feedback_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/feedback_validation.gif');
}
/*flat links*/
.flatLinks li {
	display: inline;
	border-right: solid 1px #ccc;
	padding: 3px 10px;
}
/****/
.noBorder {
	border: 0 !important;
}
.inlineHelpContent {
    width: 200px;
    height:100px;
    line-height: normal;
    background-color: #fff298;
    border:solid 1px #ecd852;
    font-size: 12px;
    color: #3f3f3f;
    padding: 5px;
    font-weight: normal;
    opacity:.9;
    filter: alpha(opacity=90);
}
.primaryButton_140 {
	background: url(../images/primaryButton_140.gif) no-repeat;
	border: 0;
	line-height: 24px;
	height: 24px;
	width: 140px;
	cursor: pointer;
}
.processing {
    padding: 5px 10px;
    background-color:#ffcc00;
    border:solid 1px #ff9933;
    border-top:none;
    text-align: center;
}
/*** Button ***/
.button, .button:visited{
    background: #222 url(../images/buttonOverlay.png) repeat-x top;
    text-align:center;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size:14px;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    min-height:14px;
    min-width:60px;
    cursor: pointer;
    display: inline-block;
    /*position: relative;*/
}
.button:hover{
    background-color: #111; color: #fff;
    text-decoration: none;
}
/* Sizes ---------- */
.button.small {
    font-size: 12px;
}
.button.medium {
    font-size: 14px;
}
.button.large {
    font-size: 16px;
    padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.button.blue {
    background-color: #507390;
}
.button.blue:hover {
    background-color: #608aad;
    text-decoration: none;
}
.button.green{ 
    background-color: #91bd09; 
}
.button.green:hover{
    background-color: #749a02;
    text-decoration: none;
}
.button.red {
    background-color: #e33100;
}
.button.red:hover {
    background-color: #872300;
    text-decoration: none;
}
.button.orange {
    background-color: #ff5c00;
}
.button.orange:hover {
    background-color: #d45500;
    text-decoration: none;
}
.button.yellow {
    background-color: #ffb515;
}
.button.yellow:hover {
    background-color: #fc9200;
    text-decoration: none;
}
/**************/

