@charset "utf-8";
/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* Define strong as bold, and em as italics */



/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.double_height
{
	line-height: 2em;
}
/* some common padding styles */
.padding
{
	padding: 0.7em;
}
.lower_padding
{
	padding-bottom: 0.5em;
}
.req {
    color:#FF0000;
}
.error {
    font-weight: bold;
    color: #f00;
}
.code {
	font:95% "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	text-align:justify;
	margin:0 0 1em;
	border:1px dashed #2ea4ff;
	color:#ff542e;
	overflow:auto;
	padding:0.2em;
	background-color:#ffefeb;
	vertical-align: middle;
}

.code:hover  {
	border:1px dashed #2ea4ff;
	color:#ff542e;
	background-color:#ebf6ff;
}

.led_error {
    font-weight: bold;
    color: #ff542e;
	background: #ffefeb;
}
.led_error:hover {
	color: #f00;
	background: #ffe3dc;
}
.led_info{
    font-weight: bold;
    color: #2ea4ff;
	background: #ebf6ff;
}
.led_info:hover {
	color: #0190ff;
	background: #d3ebfe;	
}
.led_notice{
    font-weight: bold;
    color: #8cc739;
	background: #f4ffe5;
}
.led_notice:hover {
	color: #6cb00c;
	background: #e7fec7;	
}
.led_warning{
    font-weight: bold;
	color: #ffb600;
	background: #fdf5de;
}
.led_warning:hover {
	color: #ffa200;
	background: #fef1ca;	
}
.confirmBox, .errorBox {
    padding: 6px;
    margin: 6px 0;
    text-align: center;
    font-size: 13px;
    background-color: #cfeeb2}
.errorBox {
    background-color: #ffaeae}
.highlight, .success {
    font-size: 14px;
    font-weight: 700;
    color: #333}
.highlightBox {
    text-align: center;
    margin-top: 3px;
    font-size: 14px}
	
.smalltext
{
	font-size: 11px;
}
.middletext
{
	font-size: 12px;
}
.normaltext
{
	font-size: 16px;
	line-height: 1.2em;
}
.largetext
{
	font-size: 18px;
}
.centertext
{
	margin: 0 auto;
	text-align: center;
}
strong
{
	font-weight: bold;
}
.bold {
    font-weight: bold}
em
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.label {
    font-weight: bold;
    color: #333}
.grayText {
    color: #666}
.nowrap {
    white-space: nowrap}
.hLink {
    text-decoration: none}
.hLink:hover {
    text-decoration: underline}
.hand {
    cursor: pointer;
    cursor: hand}
.floatright, .floatR, .align_right
{
	float: right;
}
.floatleft, .floatL, .align_left
{
	float: left;
}
.flow_auto
{
	overflow: auto;
}
.flow_hidden
{
	overflow: hidden;
}
.clear {
    clear: both;
	height: 1px;
	font-size: 1px
}
.clearL, .clear_left, .clearleft {
    clear: left;
	height: 1px;
	font-size: 1px;}
.clearR, .clear_right, .clearright  {
    clear: right;
	height: 1px;
	font-size: 1px;}
.spacer {
    clear: both;
    height: 1px;
    font-size: 1px}
.alignC {
    text-align: center}
.alignR {
    text-align: right}
.righttext
{
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext
{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

/* a quick reset list class. */
ul.reset, ul.reset li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.nobottom {
	margin-bottom: 0 !important;	
}

.notop {
	margin-top: 0 !important;	
}