/* generic styles and settings */
img { border-style: none; }
em
{
	font-style: normal;
	font-weight: bold;
}

h1
{
	font-size: 2em;
	color: #f04119;
	font-weight: normal;
	padding:10px 0 0.5em 0;
}

.replicateh1
{
	font-size: 2em;
	color: #f04119;
	font-weight: normal;
	padding:10px 0 0.5em 0;
}

.flashtitleh1{
	padding:10px 0 0 0;
}

h2
{
	font-size: 1.6em;
	color: #f04119;
	font-weight: normal;
	padding:10px 0 0.5em 0;
}

.flashtitleh2{
	padding:10px 0 0 0;
}

h3
{
	font-size: 1.6em;
	color: #f04119;
	font-weight: normal;
	padding:5px 0 0 0;
}

.flashtitleh3{
	padding:5px 0 0 0;
}

a
{
	/*text-decoration: none;*/
	color: #f04119;
}

p{

	margin:0 0 0.5em 0;
}

.alignright{
	text-align:right;
}

.red{
	color:#f04119;
}

.containfloats{
	width:100%;
	overflow:hidden;
}

.nowrap { white-space: nowrap; }
.clearboth { clear: both; }

.hidden{
	display:none;
}

table {
	
	font-size:1em;
}

th{
	text-align:left;
	font-size: 1.6em;
	color: #f04119;
	font-weight: normal;
}	

input, select{
	font-size:1em;
}

.whitebox{
	border-color: #E0E0E0;
	border-width: 1px;
	border-style: solid;
	padding: 15px 20px 0 20px;
	margin: 0;
	background-color: #fff;
}

.pdflink
{
	background-image: url(../images/icon_pdf_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:8px 0 8px 22px;
	text-decoration:none;
	color:#000;
	display: block;
}

a.pdflink:hover{
	text-decoration:underline;
}


/* a links with red triangle/circle symbol thing */
a.orangesymbol
{
	/*display: block;*/
	color: #fa9614;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 17px 2px 0;
	background-image: url(../images/buttons/button_w.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

a.orangesymbol:hover{
	text-decoration:underline;
}


.symbolbacklink
{
	background-image: url(../images/buttons/button_flip_w.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 18px;
	text-decoration: none;
	color: #000;
	display: block;
}

.bold{
	font-weight: bold;
}

/* have to do this cos firefox doesn't make the select boxes wide enough */
.select4{
	width:4em;
}
.select6{
	width:6em;
}
.select8{
	width:8em;
}
.select10{
	width:10em;
}

.select12{
	width:12em;
}
.select14{
	width:14em;
}
.select16{
	width:16em;
}
.select18{
	width:18em;
}