﻿/* Design by Theo Atalasidis of Oneos @ http://www.oneos.com.au All Rights Reserved */

/* #######################  GENERAL SETTINGS ############################ */

html.body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/Content/images/bg_left.gif);
	background-repeat:repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #555555;
	margin: 0px;
}

/*  Global Formatting */
h1 {font-size:42px;line-height: 1em;font-weight: 900; color: #d1d2d3;}
h2 {font-size:24px;line-height: 1em;font-weight: 900; color: #333333;}
h3 {font-size:16px;line-height: 1em;font-weight: 900; color: #333333;}
h4 {font-size:10px;line-height: 1em;font-weight: 900; color: #333333;}
h5 {font-size:10px;line-height: 1em;font-weight: 900; color: #333333;}
h6 {font-size:9px;line-height: 1em;font-weight: 900; color: #333333;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #659FDE; text-decoration: none; font-weight: bold;}
a:hover {color: #659FDE; text-decoration: underline;}
a:visited {color: #659FDE;}
a.image, a.image:hover  {border:0;}
li{ list-style: decimal; list-style-position: outside; margin-bottom: 16px;}
ul { list-style: square;}

/* #######################  END GENERAL SETTINGS ############################ */


/* ######################  LAYOUT SETTINGS       ############################## */

#top{
	background: url(/Content/images/bg_left.gif);
	background-repeat:repeat-y;
	background-position: left;
	background-color:#d1d2d3;
	width: 100%;
	height: 210px;
	left: 0px;
	top: 0px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 161px;
	background-color:#d1d2d3;
	z-index: 9;
}

#right {
	position: relative;
	right: 20px;
	width: 235px;
	float: right;
	z-index: 1;
}

#topnav {
	height: 28px;
}

#nav {
	position: absolute;
	top: 130px;
	left: 0px;
	height: 70px;
	text-align: left;
	white-space:nowrap;
	z-index: 9;
}

#left {
	position: absolute;
	width: 300px;
	top: 210px;
	left: 0px;
}

#mainwrapper {
	margin-left: 300px;
	z-index: 9;

}

#mainbody {
	margin-right: 280px;
	padding: 20px;
	z-index: 9;
	max-width: 900px;
	min-width: 350px;
}

#footer {
	position: absolute;
	width: 288px;
	top: 650px;
	left: 0px;
	text-align: right;
}

/* ######################  END LAYOUT SETTINGS       ############################## */

.ui-accordion-header .action-icon { float: right; margin: 5px 5px; }

.error, .warning, .check, .info
{
	font-size: 1.5em;
	color: #414141;
	margin-bottom: 1.5em;
	padding: 1em 4.7em;
	border-top: 1px solid #f3c16b;
	border-bottom: 1px solid #f3c16b;
}
span.validation-summary-errors
{
	border-bottom: 1.5em;
}
.error ul
{
	list-style-position: inside;
	list-style-type: disc;
	font-size: 12px;
}
.error li
{
	margin-left: 0px;
	padding-left: 0px;
}
.error
{
	background: transparent url(/Content/images/icon/icon-error.gif) 2em 11px no-repeat;
	background-color: #fcf0e0;
}
.warning
{
	background: transparent url(/Content/images/icon/icon-warning.gif) 2em 11px no-repeat;
	background-color: #fcf0e0;
}
.check
{
	background: transparent url(/Content/images/icon/icon-check.gif) 2em 11px no-repeat;
	background-color: #fcf0e0;
}
.info
{
	background: transparent url(/Content/images/icon/icon-info.gif) 2em 11px no-repeat;
	background-color: #fcf0e0;
}
.feedback
{
	background-color: #fcf0e0;
}
