body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 11px; 
	line-height: 16px; 
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1a1a1a;
}

ul { 
	margin-left: 20px; 
	margin-top: 0px;
}

#navigation ul { 
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul#messages {
	background: transparent;
	border: none;
}

/* forms */

form {
	clear: both;
	margin: 8px 0 8px 0;
	padding: 4px 10px 10px 10px; 
	border-bottom: 1px solid #0C2F84;
	background-color: #EDF2F6; 
	color: #1a1a1a; 
}

form#userForm {
	border-bottom: none; 
	background-color: transparent; 
}

form#linkDummyForm { 
	visibility: hidden;
}

fieldset table {
	clear: both;
}

fieldset label,
fieldset td.label,
table.properties td.label { 
	font-weight: bold;
}

fieldset.properties label {
	display: block;
	width: 170px;
	float: left;
}

fieldset td.normal,
table.properties td.normal { 
	font-weight: normal;
}

fieldset td,
fieldset th,
table.properties td,
table.properties th { 
	padding-top: 3px;
	vertical-align: top;
	text-align: left;
}


fieldset td.left,
fieldset td.label,
table.properties td.left,
table.properties td.label { 
	width: 170px;
}

fieldset input, 
fieldset select,
table.properties input, 
table.properties select { 
	margin: 3px 4px 0 0; 
	padding-left: 2px;
	width: 97%; 
	border: solid #0C2F84 1px; 
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 11px; 
	color: #0C2F84 
}

fieldset input[type=checkbox],
table.properties input[type=checkbox],
fieldset input.checkbox,
table.properties input.checkbox {
	width: auto;
}

#loginForm #electricity,
#loginForm #gas,
#loginForm #heat,
#loginForm #water,
table input.checkbox {
	width: auto;
	border: none;
}

#loginForm fieldset table  {
	width: 100%;
}

#loginForm input.credentials,
#loginForm input.text,
#loginForm input.secret,
#loginForm select {
	width: 98%;
}

fieldset input.zipCode,
table.properties input.zipCode { 
	margin-right: 0;
	width: 15%; 
}

fieldset input.city,
table.properties input.city {
	width: 81%; 
}

.mandatory {
	color: red;
}

.result {
	padding: 3px 5px 5px 5px;
	border-top: 1px dotted #0C2F84;
	background-color: #EDF2F6; 
}

.commands {
	text-align: right;
}

.commands * {
	margin: 0;
	vertical-align: top;
}

.commands input, .commands a {
	margin: 0 0 0 5px;
	width: auto;
}

.result a {
	color: red;
}

/* tables */

table.properties {
	width: 99%;
}

#fakeForm table, #eTable, #eform {width: 490px;}

.paginator {
}

.paginator img {
	vertical-align: middle;
}

.paginator .active {
	font-weight: bold;
}
.linkactions { text-align: right; }
.linkactions ul { padding:0; margin: 0px; list-style: none; }
.linkactions ul li { margin:0 }
.linkactions ul li a { display:block; padding-left:15px; font-weight:bold; line-height:18px; color:#18388a; } 
.linkactions ul li a:hover { color:#FD171E; text-decoration:none;  }
.linkactions ul li a.selected { margin: 0; font-weight: bold; display:block; color:#FD171E }

