/* ==========================================================================================	*/
/*				Fox Accountants																	*/
/*				Public CSS -> Screen															*/
/*				www.foxaccountants.com.au														*/
/* ==========================================================================================	*/


body
{
	margin: 0 0 10 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	background: #e0efe0 url(images_navi/foxac_bkgnd.gif);
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
	color: #006000;
}

h1
{
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}

th h1
{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}


h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p, li, br, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 145%;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 0px;
}

li
{
	list-style-type: disc;
	margin-left: 0px;
	padding-bottom: 8px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.red { color: #a00000; }
.grey { color: #808080; }
.strong { font-weight: bold; }
.unbold { font-weight: normal; }
.left25 { padding-left: 25px; }
.left50 { padding-left: 50px; }

.top20 { padding-top: 20px; }
.top30 { padding-top: 30px; }
.top50 { padding-top: 50px; }


.alert
{
	font-weight: bold;
	color: #800000;
}

.smallc
{
	font-size: 10px;
	text-align: center;
}

.contact
{
	text-align: center;
	font-size: 12px;
	padding-left: 100px;
	margin-bottom: 8px;
}
p.bottomlinks
{
	text-align: center;
	font-size: 11px;
	padding-left: 100px;
	margin-top: 4px;
	margin-bottom: 6px;
}


p.copyright
{
	color: #404040;
	background: #e0f0e0;
	width: 475px;
	margin: 5px auto;
	text-align: center;
	font-size: 10px;
	line-height: 150%;
}


.registrationform
{
	text-align: center;
	background: #4058c2;
	border: solid #ffff80 1px;
	padding: 5px;
}

a.registrationlink
{
	color: #ffc200;
}

a.registrationlink:hover, a.registrationlink:active
{
	color: #ffe000;
}



a.primnavi, .pseudonavi
{
	display: block;
	width: 124px;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
	line-height: 180%;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.pseudonavi
{
	color: #d2d2e0;
	background: #209620;
	border-bottom: solid #00d000 1px;
	border-left: solid #00d000 2px;
}


a.primnavi:link, a.primnavi:visited
{
	color: #fff;
	background: #207220;
	border-top: solid #209620 1px;
	border-bottom: solid #209620 1px;
	border-left: solid #207220 2px;
}

a.primnavi:hover
{
	color: #ffa;
	background: #209620;
	border-top: solid #00d000 1px;
	border-bottom: solid #00d000 1px;
	border-left: solid #00d000 2px;
}

a.primnavi:active
{
	color: #ff0;
	background: #329632;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #00d000 2px;
}

table
{
	empty-cells: show;
	font-size: 11px;
}

th { background: #efefef; }

img
{
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	margin: 0px;
}

img.photo
{
	margin: 10px;
}


img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}

input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_navi/input_bkgnd.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

textarea
{
	padding: 2px 5px;
}
/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}
input.submit
{
	background: #00a084;
	border-left: solid #a0efd8 2px;
	border-top: solid #a0efd8 2px;
	border-right: solid #208040 2px;
	border-bottom: solid #208040 2px;
	font-weight:bold;
	color: #fff;
	padding-left: 15px;
}

option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: solid #fff 1px;
}

