/* 

-- TABLE OF CONTENTS --
	1. Tags
	2. Divs
	3. Classes
	4. Old code

*/

/* 1. Tags -------------------------------------------------------------------------------------------*/
body, a, td, tr, table, th, thead, div, ul, li, p, input, hr {
	margin: 0;
	padding: 0;
}
body {
	background: #E5E5E5 url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
}
p {
	margin: 0px 0 5px 0;
}
a {
	color: #808080;
	text-decoration: none;
	font-size: 12px;
        cursor: pointer;
}
select { font: 10px verdana; color: #808080; background-color: #E5E5E5; }

a:hover {
	color: #5997EC;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	color: #5997EC;
}


/* 2. Divs -------------------------------------------------------------------------------------------*/

#login_container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -110px 0 0 -160px;
}
#login_header {
	font-size: 16px;
	color: #808080;
	text-align: center;
	padding: 0 0 10px 0;
}
#login {
	background: url(images/bg_login.png) no-repeat;
	height: 172px;
	width: 272px;
	padding: 24px;
	font-size: 12px;
	color: #000000;
}
#container {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 0;
	width: 963px;
}
#menu_container {
	position: fixed;
	width: 260px;
	top: 110px;
}
#menu_top {
	width: 100%;
	height: 20px;
	background: url(images/bg_menu_top.png) no-repeat;	
}
#menu { 
	width: 210px;
	background: url(images/bg_menu.png) repeat-y;	
	text-align: left;
	padding: 0 20px 0 30px;
}
#menu ul {
	width: 210px;
	list-style-type: none;
	border-bottom: #808080 dashed 1px;
	padding: 10px 0 12px 0;	 	
}
#menu li { 
	padding: 0 0 8px 0;
}
#menu span a {
	margin: 0 15px 0 0;
	font-weight: bold;	 	
}
#menu p {
	padding: 10px 0 10px 0;
	margin: 0;	 
	color: #B3B3B3;	
}
#menu_bottom {
	width: 100%;
	height: 20px;
	background: url(images/bg_menu_bottom.png) no-repeat;	
}
#header_container{
	width:720px; 
	height:102px; 
	float: right;
}
#header_left {
	float: left;
	width: 30px;
	height: 102px;
	background: url(images/bg_header_left.png) no-repeat;	
}
#header_right {
	float: left;
	width: 30px;
	height: 102px;
	background: url(images/bg_header_right.png) no-repeat;	
}
#header {
	float: left;
	height: 78px;
	width: 660px;
	background: url(images/bg_header.png) repeat-x;	
	text-align: center;
	padding: 25px 0 0 0;
	font-size: 16px;
}
#header ul {
	margin: 33px 10px 0 0;
	font-weight: bold;
}
#header li {
	padding: 0 10px 0 20px;
	display: inline;
}
/*#header_logo {
	position: absolute;
	top: 19px;
	left: 270px;
	text-align: left;
}*/
#header_logo {
	width: 	 137px;
	height:  102px;
	float:   left;
	margin:  0;
	padding: 0;
	left:    0;
	display: block;
	}

#header_links {
	position: absolute;
	top: 19px;
	right: 20px;
	text-align: right;
	font-size: 12px;
}
#header_logout_text {
	position: absolute;
	top: 8px;
	right: 60px;
	text-align: right;
	display: none;
}
#main {
	background: url(images/bg_main.png) repeat-y;
	float: right;
	width: 640px;
	padding: 20px 40px 0px 40px;
}
#controlpanel_header {
	background: url(images/controlpanel_header.jpg) repeat-x;
	height: 19px;
	width: 670px;
	float: left;
	clear: both;
	bottom: 0px;
	left: 0px;
	margin: 0 0 -1px -15px;
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#controlpanel_header span {
	padding: 0 210px 0 210px;
}
#controlpanel_header:hover {
	background: url(images/controlpanel_header_hover.jpg) repeat-x;
	cursor: pointer;
}
#controlpanel {
	background: #E5E5E5;
	width: 630px;
	float: left;
	clear: both;
	bottom: 0px;
	left: 0px;
	margin: 1px 0 0 -15px;
	display: none;
	padding: 10px 20px 20px 20px;
}
#footer_container{
	width:720px; 
	height:30px; 
	float: right;
	clear: both;
	margin: 0 0 30px 0;
}
#footer_left {
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/bg_footer_left.png) no-repeat;	
}
#footer_right {
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/bg_footer_right.png) no-repeat;	
}
#footer {
	float: left;
	height: 30px;
	width: 660px;
	background: url(images/bg_footer.png) repeat-x;	
	text-align: center;
	font-size: 10px;
}


/* 3. Classes -------------------------------------------------------------------------------------------*/

.button_controlpanel {
    background: transparent url(images/button_controlpanel_right.png) no-repeat top right;
    color: #4D4D4D;
	float: left;
	display: block;
    font-size: 12px;
    height: 26px;
    margin: 0;
    padding: 0;
	cursor: pointer;
}
.button_controlpanel:hover {
    background: transparent url(images/button_controlpanel_right_h.png) no-repeat top right;
}
.button_controlpanel:active {
    background: transparent url(images/button_controlpanel_right_a.png) no-repeat top right;
	outline: none;
}
.button_controlpanel span {
    background: transparent url(images/button_controlpanel_left.png) no-repeat;
	display: block;
    height: 20px;
    padding: 6px 0px 0px 15px;
	margin: 0 15px 0 0;
} 
.button_controlpanel:hover span {
    background: transparent url(images/button_controlpanel_left_h.png) no-repeat;
}
.button_controlpanel:active span {
    background: transparent url(images/button_controlpanel_left_a.png) no-repeat;
	outline: none;
	height: 19px;
	padding: 7px 0px 0px 15px;
}
.input_text {
	border: solid #999999 1px;
	width: 262px;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 16px;
	vertical-align: middle;
}
.button_login {
	background: url(images/button_login.png) no-repeat;
	border: none;
	width: 100px;
	height: 40px;
	font-size: 16px;	
}
.button_login:hover {
	background: url(images/button_login_hover.png) no-repeat;
	cursor: pointer;
}
.button_login:active {
	background: url(images/button_login_active.png) no-repeat;
	outline: none;
}
.button_logout {
	background: url(images/button_logout.png) no-repeat;
	border: none;
	width: 50px;
	height: 30px;
}
.button_logout:hover {
	background: url(images/button_logout_hover.png) no-repeat;
	cursor: pointer;
}
.button_logout:active {
	background: url(images/button_logout_active.png) no-repeat;
	outline: none;
}
.center {
	text-align: center;
}
.largelink a, .largelink a:visited {
	font-size: 16px ;
	font-weight: normal;
}
.logout_link:hover {
	color: #CC0000 !important;
}
.current_page {
	color: #5997EC;
}
.top_legend {
	padding: 0 20px 0 0;
}
.graph_label {
	font-size: 10px;
	float: left; 
}
.content_toggel_label {
	float: left;
	clear: left;
	color: #808080;
	cursor: pointer;
	font-weight: bold;
	margin: 20px 0 20px 0;
	margin-bottom: 20px;
}
.content_toggel_label:hover {
	color: #5997EC;
}
.data_graph {
	padding: 0 0 0 20px;
}
.data_table table {
	border-collapse: collapse;
	border: solid #E5E5E5 3px;
	margin: 0 10px 0 10px;
}
.data_table th {
	border: solid #E5E5E5 1px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #808080;
	padding: 5px 5px 8px 5px;
	margin: 0px;
	font-weight: normal;
	font-size: 10px;
	background: #D9D9D9 url(images/bg_thead.jpg) repeat-x;
}
.data_table tr {
	border: solid #E5E5E5 1px;
	font-size: 10px;
	background: #F7F7F7;
}
.data_table tr:hover {
 background: #D7E7FF url(images/bg_tr_hover.jpg) repeat-x;
}
.data_table td {
	border: solid #E5E5E5 1px;
	padding: 3px 5px 3px 5px;
}
.content_wide {
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
	clear: both;
}

/* 4. Old code -------------------------------------------------------------------------------------------*/


/*.text_long {
	width: 200px;
}
.text_longer {
	width: 300px;
}
.info_bar {
	position: relative;
	left: 150px;
	width: 650px;
	height: 20px;
	clear: both;
	}
.content {
	float: left;
	width: 600px;
	}

.content_wide_label {
	width: 100%;
	height: 20px;
	background-color: #0F57A3;
	color: #FFFFFF;
	}

.right_column {
	width: 400px;
	float: left;
	text-align: left;
	padding: 2px;
	}
.left_column {
	color: #0066cd;
	width: 120px;
	text-align: right;
	float: left;
	padding: 2px;
	}
.editbar {
	width: 100%;
	background-color: #D9D9D9;
	border-bottom: 1px solid #8C8C8C;
	border-top: 1px solid #8C8C8C;
	font-size: 120%;
	clear: both;
	height: 25px;
	}
.arrow {
	background-color: #0F57A3;
	border-bottom: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	margin: 0px;
	width: 35px;
	height: 20px;
	float: left;
}*/



/*#header {
	height: 102px;
	width: 765px;
	background-image: url(images/headrbkgr.JPG);
	background-position: 137px 0px;
	background-repeat: no-repeat;
}
#middle {
	width: 795px;
	}

#menu {
	text-align: left;
	width: 137px;
	float: left;
}

#customer {
	text-align: left;
	width: 100px;
	float: left;
}

#main {
	font-size: 10px;
	float: left;
	width: 628px;
	border-top: 1px solid #8C8C8C;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	}
#footer {
	width: 765px;
	clear: both;
	padding-top: 2px;
	}
#logo {
	width: 137px;
	height: 102px;
	float: left;
	margin: 0;
	padding: 0;
	left: 0;
	display: block;
	}
#footer_logo_left {
	width: 68px;
	height: 114px;
	margin: 0;
	margin-bottom: 0.8em;
	left: 10px;
	float: left;
	display: block;
	}

#footer_logo_right {
	width: 190px;
	height: 43px;
	margin: 0;
	padding: 0;
	margin-bottom: 0.8em;
	float: right;
	display: block;
	}

*/	
/*body {
	width: 800px;
	position: relative;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
 	color: #0066cd;
	font-size: 10px;
}

p a {
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial,Helvetica,sans-serif;
}
h1 {
 	color: #0066cd;
	font-weight: normal;
	margin: 0pt 0pt 0.1em;
	padding: 0;
	font-size: 1.3em;
}
h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #464646;
	line-height: 1.4;
	border-bottom: 1px solid #C8C8C8;
}
/* Old H2 styling
h2 {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #666;
}

	h1 + h2 {
		margin-top: 8px;
	}
	p + h2 {
		margin-top: 15px;
	}
h3 {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #666;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
img:first-child {
	padding: 0 0 0 0;
}
ul {
}
li {
	list-style-type: none;
}
p {
	color: #666;
	font-size: 10px;
	line-height: 1.5;
	margin: 13px 0;
}
	h1 + p {
		padding: 0;
		margin: 0pt 0pt 0.4em;
	}
	h2 + p {
		padding: 0;
		margin: 10px 0 0 0;	
	}
	h3 + p {
		padding: 0;
		margin: 0;	
	}
span {
	color: #666;
	font-size: 0.8em;
}
strong {
	color: #666;
	font-size: 0.8em;
}
table {
	font-size: 10px;

}
	th {
		text-align: left;
		color: #666;
		padding: 0px;
		margin: 0px;
	}
	tr {
		vertical-align: top;
	}
	td {
		padding: 1px;
	}

input[type=checkbox] {
	margin: 0px;
}

input[type=text] {
	font-size: 10px;
}

select {
	font-size: 10px;
}
*/
