body, h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, cite, hr, fieldset, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	list-style: none;
}
img {
	border: none;
}
a {
	color:#404040;
}

.hidden {
	position: absolute;
	display: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	font: 0.75em/1.33 Tahoma, Verdana, sans-serif;
	color: #252525;
	background: #404040 url(./../img/body-bg.png) repeat-x scroll left top;
}
.clear {
	clear:both;
}


/* Form Element Styles */
.text input, .password input, .select select	{
	width:50%;
}
.text label, .select label, .password label	{
	display:block;
	float:left;
	min-width:40%;
}
div.submit	{
	/*width:50%;*/
}


div#pageFrame {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#pageFrame[id] {
	height: auto;
	min-height: 100%;
}
div#pageTopSpacer {
	height: 20px;
}
div#topBlock {
	position: relative;
	width: 900px;
	height: 25px;
	overflow: hidden;
	background:transparent url('./../img/top.png') no-repeat;
}
div#mainContainer {
	position: relative;
	width: 900px;
	background: #ffffff;
	text-align:center;
}
div#container {
	position:relative;
	width:880px;
	margin: 0 auto;
	text-align: left;
}

div#logo {
	position:relative;
	margin: 0 auto;
	text-align: center;
	height:180px;
}

#topMenu {
	position: relative;
	width: 880px;
	height: 45px;
	background: #222222 url("./../img/topmenu.png") repeat-x left top;
}
#topMenu ul {
	height: 44px;
	margin: 0 28px 0 10px;
	overflow: hidden;
}
#topMenu ul li {
	float: left;
	border-right: 1px solid #101010;
}
#topMenu ul li a {
	float: left;
	padding: 0 15px;
	line-height: 45px;
	color: #d0d0d0;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #5f5f5f;
}
#topMenu ul li.first a {
	padding-left: 20px;
}
#topMenu ul li a:hover, #topMenu ul li a:active, #topMenu ul li.selected a {
	color: #ffffff;
	background: #5f5f5f url("./../img/topmenu.png") repeat-x left -45px;
}
#topMenu span {
	position: absolute;
	left: 0;
	top: 31px;
	display: block;
	width: 23px;
	height: 14px;
	background: url("./../img/topmenu.png") left bottom no-repeat;
}
* html #topMenu span {
	background-image: url("./../img/topmenu-ie6.png");
}

div#bottomBlock {
	position: relative;
	width: 900px;
	height: 25px;
	overflow: hidden;
	background:transparent url('./../img/bottom.png') no-repeat bottom left;
}

div#footer {
	position:relative;
	text-align:center;
	padding:10px 0 0 0;
}
div#urlBox {
	position:relative;
	width:75%;
	text-align:left;
	padding:20px 0;
}
input#lurl {
	border:#c0c0c0 1px solid;
	-moz-border-radius:5px;
	background: #EEE;
	font-size:20px;
	height:26px;
	width:80%;
	padding:2px;
	margin:0;
	color:#404040;
	float:left;
}
input#burl {
	border:0;
	-moz-border-radius:5px;
	background: #404040;
	font-size:20px;
	height:32px;
	width:18%;
	padding:2px;
	margin:0;
	color:#EEE;
	float:right;
	cursor:pointer;
}
div#result {
	width:70%;
	padding:15px 0;
	height:150px;
}
img#indicator {
	padding:15px 0;
}

/* Validation Styles */
.required	{
	font-weight:bold;
}
.error input	{
	border: #AF2D0A 1px solid;
}
.error-message	{
	font-family: Tahoma, Verdana;
	text-align:right;
	padding-right:10%;
	font-size:80%;
	font-weight:bold;
	color:#AF2D0A;
}

/* Flash Message Style */
#flashMessage	{
	padding:20px 10px 10px;
	clear:both;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 170%;
	color:#9F4831;
	font-weight: bolder;
}

.welcome, .welcome a	{
	text-align:right;
	font-size:11px;
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding-right:15px;
	text-decoration:none;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	}
	
#navbar ul {
	/*float: left;*/
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbar li {
	margin: 0px;
	padding: 0 1px 1px 0;
	}
	
#navbar li a, #navbar li a:link, #navbar li a:visited {
	color: #FFFFFF;
	background: #000000 url(../img/navbar.gif);
	font-family: Arial, Tahoma, Verdana;
	display: block;
    margin: 0px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
	}

#navbar li a:hover, #navbar li a:active {
	background: #000000 url(../img/navhov.gif);
	color: #E9EFA4;
	}
	
#navbar li li a, #navbar li li a:link, #navbar li li a:visited {
	width: 170px;
	background: #424242;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	
#navbar li li a:hover, #navbar li li a:active {
	background: #000000;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#navbar li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#navbar li li {
	}

#navbar li ul a {
	width: 160px;
	}

#navbar li ul a:hover, #navbar li ul a:active {
	}

#navbar li ul ul {
	margin: -30px 0 0 191px;
	}

#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {
	left: -999em;
	}

#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {
	left: auto;
	}

#navbar li:hover, #navbar li.sfhover {
	position: static;
	}

	
/* Previous and Next */
.prev	{
	display:inline;
}
.next	{
	display:inline;
}

/* Ajax Style */
 div.disabled {
        display: inline;
        float: none;
        clear: none;
        color: #C0C0C0;
}


/* Styling List Tables */
table.lists	{
	width:100%;
	overflow:hidden;
}
.lists th	{
	font-size:110%;
	font-weight:bold;
	margin:0 1px 1px 0;
	background-color:#BFCF67;
	padding:3px 5px;
}
.lists td	{
	margin:0 1px 1px 0;
	padding:3px 2px;
}
.lists tr.odd	{
	background-color:#D7DFA7;
}
.lists tr.even	{
	background-color:#CDCFC2;
}
.lists tr.navs	{
	background-color:#B2BF6B;
}
.lists tr.odd:hover, .lists tr.even:hover	{
	background-color:#FFDFDF
}


/* ------------------------------------------------------------
----------------- Information Graph Style ------------------ */

.chart  {
    display: none;
}

ul.chart-menu   {
    margin: 0;
    list-style: none;
}
ul.chart-menu li    {
    float: left;
    padding: 10px 50px;
    background: #D7DFA7;
    margin-right: 5px;
    cursor: pointer;
}
ul.chart-menu li:hover  {
    background: #BFCF67;
}