/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : North American Carbon Exchange, LLC  */
/* Date : 19th May 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 744px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

.pad {
padding-bottom: 12px;
padding-right: 12px;
}

.pada {
padding-right: 12px;
}


/* images */

.home-top {
background-image: url("images/home-top.jpg");
background-repeat : no-repeat;
}

.home-bot {
background-image: url("images/home-bot.jpg");
background-repeat : no-repeat;
}

.home-bot-tile {
background-image: url("images/home-bot-tile.jpg");
background-repeat : repeat-x;
}

.home-nav-tile {
background-image: url("images/home-nav-tile.jpg");
background-repeat : repeat-y;
}

.home-green-tile {
background-image: url("images/home-green-tile.jpg");
background-repeat : repeat-y;
}

.home-green-tilea {
background-image: url("images/home-green-tilea.jpg");
background-repeat : repeat-y;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.i-nav-tile {
background-image: url("images/i-nav-tile.jpg");
background-repeat : repeat-y;
}

.i-nav-back {
background-image: url("images/i-nav-back.jpg");
background-repeat : no-repeat;
}

.i-right-tile {
background-image: url("images/i-right-tile.jpg");
background-repeat : repeat-y;
background-position: right;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.i-footer {
background-image: url("images/i-footer.jpg");
background-repeat : no-repeat;
padding-left: 170px;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 9px;
padding: 3px 1px 4px 12px;
}

/* links */

.nav a {
color: #000;
font-size: 11px;
text-decoration: none;
background-image: url("images/bullet-normal.gif");
background-repeat : no-repeat;
background-position:30px 14px;
padding: 8px 5px 4px 45px;
display: block;
}

.nav a:hover{
background-image: url("images/over.jpg");
background-repeat : no-repeat;
background-position: 20px 6px;
padding: 8px 5px 4px 45px;
}

/* background colours */

.green {
background-color: #567300;
}

.yellow {
background-color: #eefcc4;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.brown-txt {
color: #874500;
}

.green-txt {
color: #eefcc4;
}

.green-txta {
color: #1e2608;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 13px;
}