html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
body{
    height:100%;
    max-height:100%;
    text-align:center;
    background:#004580 url('../images/bg.jpg') no-repeat top center;
}
body, div, p, td, input, textarea, select{
    font:12px Arial, Verdana, Helvetica, Sans-serif;
	line-height:140%;
	color:#fff;
}
a,
.ui-widget-content a{
    text-decoration:none;
    color:#478fff;
}
a:hover,
.ui-widget-content a:hover{
    color:#e0e0e0;
}
/* Headings */
h1 	{ font-size:1.5em; margin-bottom:.5em; color:#fff}
h2 	{ font-size:1.25em; font-weight:bold; color:#fff}
h3 	{ font-size:1.15em; font-weight:bold; color:#fff}
h4 	{ font-size:1em; font-weight:bold; }
h5,
h6	{ font-size:.875em; font-weight:bold; }

img{
    border:0;
}
hr{
    color:#e8e8e8;
    background:#e8e8e8 none;
    border:0;
    height:1px;
    clear:both;
    margin:2px 0;
    display:block;
}
table.tblData{
	width:100%;
}
table.tblData tr:hover{
	background-color:#00498f;
}
table.tblData td{
	line-height:20px;
}
th{
    font-size:12px;
    text-align:left;
}
td{
    vertical-align:top;
}
input, textarea, select{
    color:#585858;
}
button{
    cursor:pointer;
}
ul,
ol{
    list-style-position:inside;
	padding:0 20px;
}
.float_list{
    overflow:hidden;
}
dl.float_list dt{
    clear:left;
    width:25%;
    font-weight:bold;
}
dl.float_list dd{
    width:70%;
}
dl.float_list dt,
dl.float_list dd{
    float:left;
    margin-top:5px;
}
ul.float_list{
    margin:0;
    padding:0;
}
ul.float_list li{
    float:left;
    list-style-type:none;
}
fieldset{
	border:1px solid #525252;
	padding:10px;
}
label{
	display:block;
	font-weight:bold;
}
.result{
	padding:10px;
}
.result ol{
	margin:0;
}
.result label{
	display:inline;
}
.error{
    color:#ff9191;
}

/* Column */
.col             { float:left; overflow:hidden; margin-right:1%; }
.col-first          {  }
.col-last           { margin-right:0; }

.col-two            { width:48%; }
.col-three          { width:33%; }
.col-four           { width:25%; }
.last_col{
	margin-right:0;
	width:50%;
}

/* Icons */
.icon,
#leakagePic_wrap_list a,
#companyFile_wrap_list a{
	display:inline-block;
	background:no-repeat 0 50%;
	vertical-align:text-top;
	outline:none;
	overflow:hidden;
	line-height:16px;
	text-indent:-999em;
	width:16px;
}
.iconText{
	text-indent:18px;
	width:auto;
}
.iconAdd{
	background-image:url('/images/icons/add.png');
}
.iconOk{
	background-image:url('/images/icons/ok.png');
}
.iconPrinter{
	background-image:url('/images/icons/printer.png');
}
.iconDelete,
#leakagePic_wrap_list a,
#companyFile_wrap_list a{
	background-image:url('/images/icons/delete.png');
}
.iconEdit{
	background-image:url('/images/icons/edit.png');
}
.iconCompare { background-image:url('/images/icons/chart_organisation.png');}

.formControls{
	text-align:right;
}

.contentBox{
	background:#fff;
	width:100%;
}
#container{
    width:925px;
    text-align:center;
    margin:0 auto;
}
#header{
	text-align:left;
	overflow:hidden;
	width:100%;
}
#logo{
	margin:10px;
}
#header #logo{
	float:left;
}
#header h1{
	height:100px;
	line-height:100px;
}
#main{
	text-align:left;
}
#frmUserLogin{
	width:300px;
	margin:20px auto;
	text-align:left;
	background:#000 url('../images/jquery-ui/111111_40x100_textures_03_highlight_soft_20.png') repeat-x;
	padding:10px;
}
#frmUserLogin fieldset{
	border:none;
	padding:0;
	width:295px;
}
#frmUserLogin input{
	width:100%;
	margin-bottom:10px;
}
#mainContent{
	overflow:hidden;
	width:98%;
	margin:20px 1%;
	padding:0;
}
#mainContent .subContent{
	background-color:#292929;
	overflow:hidden;
}
#mainContent .subContent .subContent{
	background-color:#111111;
	overflow:hidden;
}
#userBar{
	margin-bottom:10px;
	text-align:right;
}
.userMain #userBar{
	float:right;
	margin-bottom:0;
}
.userMain h1.title{
	margin-bottom:10px;
}
.userMain .subContent{
	clear:both;
}
#latestProjects{
	border-left:1px solid #525252;
}
/*
#latestProjects .projectCreated,
#latestProjects .projectStatus{
	width:100px;
}
*/

#frmCustomerAdd input{
	width:100%;
	border:none;
	padding:2px 0;
}
#frmCustomerAdd #customerRegistrationNr{
	width:100px;
}
#frmCustomerAdd #customerZipCode{
	width:50px;
}

ul.paginationList{border:0; margin:10px 0; padding:0; display:block;}

ul.paginationList li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	float:left;
}
ul.paginationList a{
	border:solid 1px #6a6a6a;
	margin-right:2px;
}
ul.paginationList .previous-off,
ul.paginationList .next-off {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}
ul.paginationList .next a,
ul.paginationList .previous a {
	font-weight:bold;
}
ul.paginationList li.active a{
	color:#c1e0ff;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 6px;
}
ul.paginationList a:link,
ul.paginationList a:visited {
	color:#0063e3;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
ul.paginationList a:hover{
	border:solid 1px #ffffff;
	color:#c1e0ff;
}
.entriesTotal{
	color:#808080;
}

/* Data table */
.dataTable{
	width:100%;
}
.dataTable th a{
	color:#a2def4;
}
.dataTable td{
	padding-right:5px;
}

/* Form in table */
.inTable .field{
	position:relative;
}
.inTable .field label{
	position:absolute;
	top:-1.5em;
	left:0;
	width:100%;
	text-indent:-999em;
}
.inTable .field input,
.inTable .field select{
	width:95%;
}

/* Comments */
#frmCommentAdd #commentContent{
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	border:1px solid #333333;
}
#frmCommentAdd .buttons{
	text-align:left;
}
#commentList{
	list-style-type:none;
	margin:0;
	padding:0;
}
#commentList li{
	border-top:1px solid #333333;
	padding:5px 0;
}
#commentContent{
	width:100%;
}

/* Details list */
dl.detailsList dt{
	font-weight:bold;
	float:left;
	clear:left;
	width:30%;
}
dl.detailsList dd{
	float:left;
	width:70%;
}

/* Sorting */
.sorting-active span{
	text-indent:-9999em;
	display:block;
	float:left;
	width:12px;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:2px;
}
.sorting-ASC span{
	background-image:url('../images/icons/arrowUp.gif');
}
.sorting-DESC span{
	background-image:url('../images/icons/arrowDown.gif');
}

.treeview .icon{
	margin-top:-3px;
}
