<br />
<b>Notice</b>:  Undefined property:  Css::$bVersion in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>179</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>143</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>143</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>148</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>148</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>153</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>153</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$browser in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>159</b><br />
<br />
<b>Notice</b>:  Undefined property:  Css::$OS in <b>/home/beinblos/public_html/library/Shockmedia/Css.php</b> on line <b>164</b><br />

/*///////////////////////////////////////////////////////

	Common Stylesheet
	Last updated 28/01/2009

	(C) 2010 Shock Media Pty Ltd

	All Browsers [SCREEN]
	This is the common definition for all sites.
	Don't make any changes here - edit site.css.php instead

///////////////////////////////////////////////////////*/

/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 10px;
}

html>body {
	font-size: 10px;
}

body {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #27292B;
	line-height: 150%;
	background: #FFF;
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/


#container {
	width: 776px;position: relative;left: 50%;margin-left: -388px;}

#header {
	display: block;
	background: #FFF;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: auto;
}

#content {
		width: auto;
	float: left;
}

#left {
	display: none;
	float: left;
	width: 150px;
	margin-left: -150px;
	position: relative;
	z-index: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#main {
	display: inline;
	width: 737px;	float: left;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #F3F6F9;
	padding: 9px 9px 20px 9px;
	margin: -78px 1px 22px 68px;
	border-top: 1px solid #D2DCE3;
	border-bottom: 1px solid #D2DCE3;
	border-left: 1px solid #D2DCE3;
	border-right: 1px solid #D2DCE3;
}

#right {
	display: none;
	background: #78746E;
	width: 150px;
	margin-right: -150px;
	float: left;
	clear: right;
	position: relative;
	z-index: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#footer {
	clear: both;
	background: #FFF;
	padding: 0 0 60px 0;
	margin: 0 0 0 68px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

/*-----------------------------------
// TYPOGRAPHY DEFINITION
//---------------------------------*/

p {
	font-size: 1.3em;
	line-height: 150%}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .89em;
}

h6 {
	font-size: .75em;
}

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/

fieldset {
	border: none;
}

legend {
	display: none;
}

input, texarea {
	border: 1px solid #000;
}


/*-----------------------------------
// MISCELLANEOUS DEFINITION
//---------------------------------*/

.clear {
	clear: both;
}

.required {
	font-weight: bold;
	color: #ae0015;
}

.fValidator-msg {
	color: #ae0015;
}

a {
	text-decoration: underline;
}

a img {
    border: none;
}

.ajax-loading {
	padding: 20px 0;
	background: url(/media/images/ajax-loader.gif) no-repeat center;
}

/**
  Date Picker
*/
input.DatePicker{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	font-size: 13px;
	background: #fff url(/media/images/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(/media/images/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #000;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
