/*
                            _
                           | |
  ___ _ __  _ __ __ _ _ __ | |_ _   _ _ __ ___   __ _  __ _
 / _ \ '_ \| '__/ _` | '_ \| __| | | | '__/ _ \ / _` |/ _` |
|  __/ | | | | | (_| | |_) | |_| |_| | | |  __/| (_| | (_| |
 \___|_| |_|_|  \__,_| .__/ \__|\__,_|_|  \___(_)__, |\__, |
                     | |                         __/ | __/ |
                     |_|                        |___/ |___/
Web sites and applications by Enrapture Ltd. http://enrapture.gg
*/

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}


#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

.pagel{
	margin-top: 30px;
}

#content
{
    padding-top: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 20px 0 10px 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
	clear: both;
	width: 100%;
	float: left;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background: -moz-linear-gradient(center top , #014A7D, #3399CC) repeat scroll 0 0 transparent;
}


#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.noview
{
	display: none;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.reportcontrols{
    margin-top: 38px;

}
.left{
    float: left;
}
.reportbx{
    float: left;
    background-color: white;
    width: 820px;
}
.chartbx{
   float: right;
    width: 40%;
}

table.durationanalysis{
    width: 250px;
    float: left;
    margin: 5px;
    border: 1px solid #999;
}
table.ratesanalysis{
    width: 360px;
    float: left;
    margin: 5px;
    border: 1px solid #999;
}
.repdetail{
    width: 100%;
    float: left;
    margin: 10px;
    width:795px;
}

.lh2{
    border-bottom: 1px dotted;
    font-size: 19px;
    margin: 5px;
}
.lh2w{

    font-size: 19px;
    padding: 15px 5px;
    background-color: #fff;

}

.makered{
    color: #ff0000;
}

.pushl{
	margin-left:3px;
}

.pushd{
	margin-top: 7px;
}
.pushu{
	margin-bottom: 10px;
}

span.ico-check{
	display:block;
	width:16px;
	height:16px;
background-image: url(../images/icons/fugue/status.png) !important;	
}

span.ico-cross{
		display:block;
		width:16px;
	height:16px;
	background-image: url(../images/icons/fugue/status-busy.png) !important;
}
#clientmap{
	height:400px;
	width:673px;
}

.capitalize{
	text-transform: capitalize;
}
