/* 
Document   : default.css
Created on : 13/12/2009, 12:02:27 AM
Author     : daniel <daniel@steamdc.com>
*/

*
{
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align:left;
}

img
{
	/* behavior:url(script/js/iepngfix.htc); */
	border:none;
}

body
{
	font-size:16px;
	color: #4d4d4d;
	background-color:#FFFFFF;

	/* Internet Explorer */
	text-align: center
}

h1
{
	font-size: 32px;
	color: #7EAC3B;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-weight:bold;
	font-size: 20px;
	color: #7EAC3B;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-weight: bold;
	font-size: 16px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}

strong
{
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}

#wrap
{
	width: 990px;
	margin:20px auto;
}

#footer
{
	width: 100%;
	margin-top: 50px;
}

#footer td
{
	padding-top: 25px;
	text-align: center;
	padding-left: 25px;
}

#header
{
	min-width: 990px;
	width: 990px;
	height: 185px;
	/* background:url(img/laf/default/header.jpg) no-repeat; */
}

#menu
{

}

#menu td
{
	padding: 5px;
	font-weight: bold;
	color: #666666;
}

#menu a {text-decoration: none; color:#666666;}
#menu a:link {text-decoration: none; color:#666666;}
#menu a:visited {text-decoration: none; color: #666666;}
#menu a:hover {text-decoration: none; color: #000000;}
#menu a:active {color: #666666; text-decoration: none;}

#ajax-loader
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

#logo-greenpower
{
	width: 197px;
	height: 50px;
	background:url(img/laf/default/greenpower_logo.jpg) no-repeat  bottom right;
}

#logo-ark
{
	width: 96px;
	height: 50px;
	background:url(img/laf/default/ark_logo.jpg) no-repeat bottom center;
}

#logo-vcs
{
	width: 164px;
	height: 50px;
	background:url(img/laf/default/vcs_logo.jpg) no-repeat bottom left;
}

a.button,a.button:visited
{
	display: block;

	height:29px;
	width:136px;

	padding-top:15px;
	margin:0 auto;
	overflow:hidden;

	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;

	background: url('img/laf/default/button.png') no-repeat top center;
}

a.button:hover
{
	background-position:bottom;
	text-decoration:none;
}

.button-proceed
{
	width: 98%;
	height: 26px;
	display: block;
	background: url('img/laf/default/proceed_release.gif') no-repeat bottom right;
	margin-top: 10px;
}

table.form
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.form td
{
	border-collapse: collapse;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

td.form-tl
{
	width: 24px;
	height: 24px;
	background-image: url('img/laf/default/tl.gif');
}

td.form-t
{
	height: 24px;
	background: url('img/laf/default/t.gif') repeat-x;
}

td.form-tr
{
	width: 24px;
	height: 24px;
	background-image: url('img/laf/default/tr.gif');
}

td.form-l
{
	width: 24px;
	background: url('img/laf/default/l.gif') repeat-y;
}

td.form-c
{
	background: url('img/laf/default/c.gif') repeat;
}

td.form-r
{
	width: 24px;
	background: url('img/laf/default/r.gif') repeat-y;
}

td.form-bl
{
	width: 24px;
	height: 24px;
	background-image: url('img/laf/default/bl.gif');
}

td.form-b
{
	height: 24px;
	background: url('img/laf/default/b.gif') repeat-x;
}

td.form-br
{
	width: 24px;
	height: 24px;
	background-image: url('img/laf/default/br.gif');
}

.expander {font-size: 14px; vertical-align: bottom;}
.expander a {text-decoration: none; color:#7EAC3B; font-weight:bold; vertical-align: bottom;}
.expander a:link {text-decoration: none; color:#7EAC3B; font-weight:bold;}
.expander a:visited {text-decoration: none; color: #7EAC3B; font-weight:bold;}
.expander a:hover {text-decoration: none; color: #000000; font-weight:bold;}
.expander a:active {color: #666666; text-decoration: none; font-weight:bold;}

