﻿#main_content 
{
    position: relative;
    top: -4px;
    left: 4px;
    width: 90%;
    padding: 0 5%;
}
#main_content > div {
	height: 100%;
	width: 100%;
}
#main_content ul li { list-style: square outside none; }
#main_content .field-label + ul { padding: 0; }
#main_content .field-label + ul li { list-style: none; }
.marginTop {
	margin-top: 1.8em;
}
.marginTopPx {
	margin-top: 14px;
}
.paddingTop10 {
	padding-top: 10px;
}
.paddingFooter {
    padding-top: 40px;
}
.paddingBottom10 {
    padding-bottom: 10px;
}
.paddingLeft {
    padding-left: 10px;
}
.buttonPaddingRight {
    padding: 20px 0 20px 0;
    text-align: right;
}
.buttonPaddingLeft {
    padding: 20px 0 20px 0;
    text-align: left;
}
.footerLine {
    background-color: #e0e0e0;
    width: 100%;
}
#buttons {
    overflow: hidden;
    margin: 15px 0 20px 0;
}
#buttons input {
    float: right;
}
.bold {
    font-weight: bold;
}
.message {
	width: auto !important;
	padding: 8px 30px 8px 12px;
    border-radius: 2px;
    margin: 10px 0 10px 0;
    position: relative;
    display: block;
}
.close {
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	right: 14px;
	top: 11px;
	cursor: pointer;
	background: transparent url("/Images/notification-x.png") no-repeat;
	cursor: pointer;
}
.close + br {
    visibility: hidden;
}
.success {
	background-color: #D3F2C9;
	color: #4D7540;
}
.success strong, .success .strong {
    color: #46A33C;
    font-weight: bold;
}
.warning {
	background-color: #FCEAC5;
	color: #776A4F;
}
.warning strong, .warning .strong {
    color: #E98F5B;
    font-weight: bold;
}
.warning a {
    font-weight: bold;
}
.alert {
	background-color: #FBE5E4;
	color: #9E534D;
}
.alert strong, .alert .strong {
    color: #DA3224;
    font-weight: bold;
}
.info {
	background-color: #D0E3F9;
	color: #6C7B8B;
}
.info strong, .info .strong {
    color: #2C88E6;
    font-weight: bold;
}
.fontsize-x-small {
    font-size: x-small;
}
.fontsize-small {
    font-size: small;
}
.fontsize-medium {
    font-size: medium;
}
.fontsize-large {
    font-size: large;
}
.fontsize-x-large {
    font-size: x-large;
}
.fontsize-xx-large {
    font-size: xx-large;
}
.fontsize-xxx-large {
    font-size: 36pt;
}
.field-label {
    font-size: inherit;
    margin-top: 10px;
    margin-bottom: 5px;
}
a.tooltip-link { margin-left: 10px; }
a.tooltip-link:link { font-size: inherit; }
.tooltip { 
    display: none; 
    padding: 5px 20px 5px 20px;
    background: #EFEFEF;
}
