/*--------------------
Fair Trade Wage Guide Style Sheet
www.fairtradewageguide.org

version:	1.0
author:		michael bina
contact:	michaelbina@gmail.com
website:	www.michaelbina.com
--------------------*/

body {
	margin: 0 auto;
	font-family: tahoma, arial, georgia, lucida, sans-serif;
	font-size: 11px;
	text-align: center;
}
h1 {
	color: #29566C;
	font-size: 13px;
	font-weight: bold;
    padding-left: 0px;
}
h2 {
	color:  #829A69;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
}
h3 {
	color: #29566C;	
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
a:link, a:visited {
	color: #003366;
	border-bottom: 1px solid #efefef;
	text-decoration: none;
}
a:hover {
	color: #A52A2A;
	text-decoration: none;
}

/* Image drop shadows and borders */
.img-shadow {
	background: url('images/shadow.gif') no-repeat bottom right;
	clear: right;
	float: left;
	margin: 10px;
	position: relative;
}
.img-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
}
a[href^="http:"] {
  background: url('images/externalLink.gif') no-repeat right top;
  padding-right: 10px;
}
a[href^="mailto:"] {
  background: url('images/email.png') no-repeat right top;
  padding-right: 15px;
}
#main { 
  width: 775px; 
  margin: 0 auto; 
  text-align: left; 
}
#submitButton {
	display: block;
	width: 60px;
	color: #fff;
	background-color: #FF5434;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}


/* Header
------------------------------------------*/

#header {
	width: 760px;
	height: 116px;
	vertical-align: top;
	text-align: left;
	color: #00008B;
	background: url('images/menu_bar.gif') no-repeat center bottom;
	padding-top: 7px;
}
select#language {
	float: right;
	z-index:10;
}
#titlebox {
	width: 300px;
	height: 100px;
	font-size: 20px;
	color: #29617a;
	float: left;
	font-weight: normal;
	font-family: Tahoma, "Microsoft Sans Serif", Trebuchet, Georgia, Helvetica, "Lucida Sans", Trebuchet;
	background: url('images/mandala.gif') no-repeat left top;
	z-index: 10;
	border:0px solid black;
	text-align: right;
	text-decoration: none;
}
#accountmenu 
{
	font-size: 12px;
	position: relative;
	top: 7px;
	left: 25px;
}

#divWelcome
{
	color: black;
	font-size: 12px;
	position: relative;
	z-index:9;
	top: 0px;
	left: 25px;
}

#menu 
{
	left: 50%;
	width: 500px;
	background-color: white;
	position: absolute;
	margin-top: 13px;
	margin-left: -70px;

}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 10em;
	float: left;
	z-index: 1000;
}
#menu a, #menu h2 {
	display: block;
	margin: 0px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
	text-align: center;
}
#menu h2 {
	color: #fff;
}
#menu a {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background: #829A69;
}
#menu a:hover {
	background: #AFBE9F;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

/* Main Content
------------------------------------------*/

#content {
	width: 730px;
	text-align: left;
	color: #000000;
	padding: 15px;
}
#mainContent {
	width: 410px;
	float: left;
	clear:none;
}
#loginBox {
	width: 250px;
	border: 1px solid #000000;
	padding: 15px;
	float: right;
	clear:none;
}
#loginBox hr {
	width: 200px;
}
#loginBox a {
	display: block;
	height: 21px;
	color: #fff;
	background-color: #829A69;
	padding-top: 8px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
}


/* Frequently Asked Questions
------------------------------------------*/

#question {
	width: 740px;
	text-align: left;
	color: blue;
	padding-top: 5px;
}

#answer {
	width: 740px;
	text-align: left;
	color: #000000;
	padding-top: 5px;
}

/* Forms
------------------------------------------*/
form {
	width: auto;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}
legend {
	font-weight: bold;
}

.calculator label {
	float: left;
	width: 340px;
}
.register label {
	float: left;
	width: 175px;
}
.login label {
	float: left;
	width: 60px;
}
.feedback label {
	float: left;
	width: 300px;
}
.TellAFriend 
{
	width: 700px;
}
#benefits {
	width: 200px;
	left: 375px;
	top: -15px;
}

.inputText, .inputTextNumeric {
	font-size: 12px;
}

.required {
	color: #CC0000;
	font-weight: bold;
}


/* Results
------------------------------------------*/

#wageBox {
	width: 110px;
	height: 180px;
	text-align: center;
	padding: 10px;
	border: 4px solid #829a69;
	position: relative;
	top: 0px;
	left: 0px;
}
#minimumwageBox {
	width: 150px;
	padding: 10px;
	border: 1px solid;
	text-align: left;
	position: relative;
	top: 150px;
	left: 550px;
}

#infoBox {
	width: 550px;
	height: 145px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	border: 1px solid;
	position: relative;
	/*top: -122px;*/
	top: -159px;
	left: 170px;	
}

#infoBoxOld {
	position:absolute;
	width:300px;
	background:#fafafa;
	border: 1px solid #dfdfdf;
	z-index:99;

}
#artisanSelect {
	position: relative;
	left: 0px;
	top: -27px;
}
#currencySelect {
	position: relative;
	left: 525px;
	top: 4px;
}
#saveResults {
	float: right;
	position: relative;
	top: -55px;
}
#dailyWage {
	font-weight: none;
	font-size: 12px;
}
#wageAmount {
	font-weight: bolder;
	font-size: 18px;
	color: #29617a;
}


.helpA_FWG a:link { font-weight: bolder; font-size: 11px; color: #fff; text-decoration:none;  }
.helpA_FWG a:active { font-weight: bolder; font-size: 11px; color: #fff; text-decoration:none;  }
.helpA_FWG a:hover { font-weight: bolder; font-size: 11px; color: #000; text-decoration:none;  }
.helpA_FWG a:visited { font-weight: bolder; font-size: 11px; color: #fff; text-decoration:none;  }

.helpA a:link { font-weight: bolder; font-size: 11px; color: #000; text-decoration:none;  }
.helpA a:active { font-weight: bolder; font-size: 11px; color: #000; text-decoration:none;  }
.helpA a:hover { font-weight: bolder; font-size: 11px; color: #888; text-decoration:none;  }
.helpA a:visited { font-weight: bolder; font-size: 11px; color: #000; text-decoration:none;  }


#wgfp_submenu
{
	color:  #829A69;
	font-size: 13px;
	font-weight: normal;
	padding-left: 0px;
}
#wgfp_submenu a
{
	color:  #829A69;
	font-size: 12px;
	padding-left: 0px;
}

#wgfp_page_default
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#wgfp_page_full_description
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#wgfp_page_meet_the_fellows
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#wgfp_page_apply
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#newtable {

}
table.nobordertable
{
	border: 0px;
}
table {
	border-collapse: collapse;
	border: 1px solid #666;
}
.artisanResult table {
	width: 725px;
	position: relative;
	top: -80px;
	padding: 10px;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}
col {
	border-right: 1px solid #ccc;
}
thead {
	background: #829A69 url('images/bar.gif') repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}
th {
	/* background: #547654; */
	background: #829a69;
	color: white;
	font-weight: normal;
	text-align: left;
}
th, td {
	/*padding: 0.1em 1em;*/
}
.odd {
	background-color:#d5d5d5;
}
.even {
	background-color:#FFFFFF;
}
.reportHeader {
	background-color:#CCCCCC;
}

tr:hover {
	/*background-color:#AFBE9F;
	color: #fff;*/
}


thead tr:hover {
	background-color: transparent;
	color: inherit;
}


/* Footer
------------------------------------------*/

#footer {
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 750px;
	text-align: center;
	font-size: 12px;
	color: #2071A8;
	clear: both;
}
#footer a {
	color: #A23205;
}
.links {
	float: left;
}
.sponsor {
	float: right;
}

.divTaf
{
	width:180px;
	float:left;
	padding-top:4px;
	padding-right:10px;
	text-align:right;
}

.ProductsTableHeader
{
	color:white;
	font-weight:bold;
}


@media print {
    .notForPrinting {display: none;	}
}
