﻿html {
	overflow: scroll;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../Images/img1.gif) repeat-x;
	font: normal small sans-serif;
	color: #878C66;
}

h1, h2, h3, h4, h5, h6 {
	color: #997867;
}

a {
	text-decoration: none;
	color: #825037;
}

	a:hover {
		text-decoration: underline;
	}

/* Header */

#header {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}

	#header #userinfo {
		margin-left: 600px;
	}

/* Logo */

#logo {
	float: left;
	padding: 5px 5px 0 0;
}

	#logo * {
		margin: 0;
		text-decoration: none;
		font-weight: normal;
		color: #878C66;
	}

	#logo h1 {
		margin-top: 7px;
		letter-spacing: -2px;
		font-size: 2.8em;
	}

	#logo h2 {
		margin-top: -5px;
		padding-left: 2px;
		font-size: 1em;
	}

	#logo h3 {
		font-size: 1.35em;
		margin-top: -3px;
	}

	#logo a {
		margin-top: 30px;
		text-decoration: none;
	}

		#logo a:hover {
			text-decoration: underline;
		}

	#logo #imgMainLogo {
		height: 79px;
	}

/* Menu */

#menu {
	float: right;
}

	#menu ul {
		margin: 0;
		padding: 49px 0 0 0;
		list-style: none;
	}

	#menu li {
		display: inline;
	}

	#menu a {
		font-size: 1.2em;
		display: block;
		float: left;
		height: 22px;
		margin-left: 2px;
		padding: 8px 6px 0 6px;
		background: #EFF0EB url(../Images/img2.gif) repeat-x;
		border: 1px solid #C9CCB9;
		border-bottom: none;
		text-decoration: none;
		color: #878C66;
	}

		#menu .active a, #menu a:hover {
			height: 23px;
			background: #EFF0EB;
		}

/* Content */

#content {
	width: 1200px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: right;
	width: 950px;
	margin: 10;
}

	#colOne h2 {
		margin: 0px auto 10px auto;
	}

	#colOne .post {
		clear: both;
		margin-bottom: 3em;
	}

	#colOne .title {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #C9CCB9;
		font-size: 1.6em;
	}

	#colOne .posted, #colOne .meta {
		margin: 0;
		text-align: right;
		font-size: xx-small;
	}

	#colOne .posted {
		margin-top: -13px;
	}

	#colOne .meta {
		border-top: 1px solid #C9CCB9;
	}

		#colOne .meta p {
			margin: 0;
		}

/* Column Two */

#colTwo {
	float: left;
	width: 240px;
}

	#colTwo #textfield1 {
		width: 170px;
	}

	#colTwo #submit1 {
		display: none;
	}

	#colTwo ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#colTwo li h2 {
		margin: 0;
		padding: 0;
		line-height: 100%;
	}

		#colTwo li h2 span {
			margin: 0;
			padding: 5px 10px;
			background: #F0F0EB url(../Images/img3.gif) repeat-x;
			border: 1px solid #C9CCB9;
			border-bottom: none;
			text-transform: uppercase;
			font-size: 10px;
		}

	#colTwo li ul, #colTwo li form {
		margin: 0 0 5px 0;
		padding: 7px;
		border: 1px solid #C9CCB9;
	}

/* Footer */

#footer {
	width: 1200px;
	margin: 0 auto;
	padding: 1em;
	border-top: 1px solid #C9CCB9;
}

	#footer p {
		font-size: xx-small;
	}

input[type="submit"], input[type="button"] {
	border: #C9CCB9 1px solid;
	font-family: Arial;
	font-size: 10pt;
	color: #232F01;
	min-width: 120px;
}

select, input[type="text"], input[type="file"], input[type="button"], input[type="password"] {
	box-sizing: border-box;
	border: #C9CCB9 1px solid;
	font-family: Arial;
	font-size: 10pt;
	color: #232F01;
}

input[type="text"], input[type="password"] {
	padding-left: 5px;
}

.filterControl {
	height: 50px;
	background-color: #F0F0EB;
	text-align: center;
	vertical-align: middle;
}

.GridView {
	border-color: #C9CCB9;
	width: 100%;
	border-collapse: collapse;
}

	.GridView th {
		color: #878C66;
		background-color: #F0F0EB;
		height: 25px;
	}

	.GridView td {
		padding-left: 1px;
		padding-right: 1px;
	}

.GridViewNoData {
	text-align: center;
	height: 30px;
	border-width: 0px !important;
}

#Navigation a {
	display: flex;
	align-items: center;
	font-size: 11pt;
	padding: 2px 1px 2px 3px;
	margin: 1px 0px 2px 0px;
	border: 1px solid #C9CCB9;
}

#Navigation .active a {
	background: #94D4EF;
	color: #333333;
	font-weight: bold;
}

#Navigation img {
	padding-right: 3px;
	width: 22px;
}

.TariffsGreen {
	background-color: #90EE90;
}

.TariffsRed {
	background-color: #FFA07A;
}

.TariffsYellow {
	background-color: #FFFF00;
}

.DebtColorRed {
	color: red;
}

.DebtColorBrown {
	color: brown;
}
