/*	©2008 SaveEarthGame.org  */


/*  General page formatting  */
body {
    background: #FFFFFF;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font: normal 13px Arial, sans-serif;
    text-align: center;
    }


/*  Front page content formatting  */
#pageHolder {
    width: 820px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    }
#mainContent {
    text-align: justify;
    margin-left: 16px;
    margin-right: 12px;
    }


/*  Mini page content formatting  */
#miniPageHolder {
    width: 300px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #FFFFFF;
    }
#miniPageContent {
    min-height: 100px;
    width: 276px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 12px;
    text-align: justify;
    position: relative;
    }


/*  Standard link colours  */
a.txt {
    text-decoration: none;
    font-weight: bold;
    }
a.txt:link {
    color: #984806;
    }
a.txt:visited {
    color: #984806;
    }
a.txt:hover {
    color: #DB6306;
    }


/*  Basic text block formatting  */
.heading {
    font: bold 20px Arial, sans-serif;
    color: #000000;
    }
.txt {
    font: normal 13px Verdana, Arial, sans-serif;
    color: #000000;
    }
.note {
    font: normal 10px Arial, sans-serif;
    font-style: italic;
    color: #000000;
    }


/*  List items  */
ul {
    padding-top: 0px;
    margin-top: 0px;
    }
li {
    margin-bottom: 4px;
    }


/*  Copyright block formatting  */
#copyrightContent {
    width: 820px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: right;
    }
.copyright {
    font: 10px Verdana, Arial, sans-serif;
    color: #CCCCCC;
    }
a.copyright {
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    color: #CCCCCC;
    }
a.copyright:link {
    color: #CCCCCC;
    }
a.copyright:visited {
    color: #CCCCCC;
    }
a.copyright:hover {
    text-decoration: none;
    border: 0px;
    color: #BBBBBB;
    }



/*	SWFUpload progres bar */
.progressWrapper {
	width: 396px;
	overflow: hidden;
}

.progressContainer {
	margin-top: 2px;
	padding: 4px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #000000;
	background-color: #FFFFFF;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 3px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('../images/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}