@import url(oo-css/libraries.css);
.clearfix:after {
    clear: both;
    height: 0;
    
    display: block;
    visibility: hidden;
    
    content: ".";
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* From OOCSS content.css */
ol.simpleList li{list-style-type: decimal; margin-left:40px;}
/* standard list */
ul.simpleList li{list-style-type:disc; margin-left:40px;}
/* End OOCSS */
html, /* Seems needed for Firefox, Chrome */
.ep /* Extends <body> */
{
	background-color: #ffffff;
}
/* Typesetting */
h1
{
	font-weight: bold;
	font-size:167%
}
h2
{
	font-weight: bold;
	font-size: 123.1%;
}
h3
{
	font-weight: bold;
	/* color: #08578A */
}
h4
{
	font-weight: bold;
	font-size: 93%
}
p
{
	font-size: 93%;
	line-height: 1.2em
}
h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin-bottom: .5em
}
strong
{
	font-weight: bold
}

.content
{
	text-align: left;
	border-color: #c1d4e5;
	margin: 10px
}
/* handy name/value pair stylings */
.n-v-pair
{
	clear: both;
	padding: 5px 0 0 0;
}
.n-v-pair .name 
{
	display: block;
	float: left;
	width: 100px;
	font-size: 93%;
	text-align: right;
	padding-right: 10px;
}
.n-v-pair .value
{
	display: block;
	float: left
}
/* Basic Style enhancers */
.red 
{
    color: #fe102d !important;
}
.green 
{
    color: #15ED80 !important;
}
.hidden
{
    display: none;
}
/* jQuery UI overrides */
.ui-dialog .ui-dialog-title
{
    margin: 0px;
}
.ui-widget-header
{
    font-weight: normal;
}
.ui-widget
{
    font-size: 1em;
}/*
.ui-widget-content .ui-state-default
{
    background: none !important;
}*/
.ui-widget-content .ui-state-hover
{
    background-color: #15ED80 !important;
}
/* normalize checkboxes ----------------------------------------*/
input[type="checkbox"]
{
    width: 15px;
    height: 15px;
}
