/* -----[ Base Style Sheet ]--------------------------------------------------------------------- */
/* -----[ http://dmd.co.nz ]--------------------------------------------------------------------- */

html, form, body, div, p, table, tr, td,
dl, dd, dt, ul, ol, li {
	margin:0;
	padding:0;
}
body {
	color: #222;
	font: small Arial,Helvetica,sans-serif;
}
blockquote {
	margin: 10px 30px;
}
li {
	list-style: none;
}
span {
	color: #666;
	font-weight: normal;
}
sup {
	vertical-align: top;
}
var {
	font-style: normal;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a {
	color: #2190C9;
	text-decoration: underline;
}
a:hover {
	color: #642 !important;
	text-decoration: none;
}
a.strong {
	font-weight: bold;
}
a.light {
	text-decoration: none;
}
a.bullet {
	background-image: url(../img/icons/bullet_orange.gif);
	padding-left: 17px;
	text-decoration: none;
}

/* -----[ Header Tags ]--------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
}
.content h1,
.content h2.mainHeading {
	background: #D3E9f4 url(../img/title/header-left-top.gif) no-repeat left top;
	border-bottom: 2px solid #2190C9;
	margin-bottom: 30px;
	padding: 0;
	font-size: 1.8em;
}
.content h2.mainHeading {
	margin-bottom: 5px;
}
.content h1 span,
.content h2.mainHeading span {
	display: block;
	background: transparent url(../img/title/header-right-top.gif) no-repeat right top;
	border-bottom: 1px solid #FFF;
	padding: 10px 0px 5px 20px;
	color: #000;
}
.content h2 {
	margin: 15px 0 10px;
	color: #333;
	font-size: 1.6em;
	border-bottom: 2px solid #AEDFF0;
}
.content h2 a {
	text-decoration: none;
}
.content h3 {
	margin: 15px 0 10px;
	color: #F99827;
	font-size: 1.4em;
}
.content h4 {
	margin: 5px 0;
	color: #663;
	font: bold 1.2em Verdana,sans-serif;
}
.helpContent h3 {
	margin: 5px 0 0 0;
	color: #06C;
	font-size: 1.2em;
}
	
/* -----[ Images ]--------------------------------------------------------------------- */

img {
	border: 0;
}
img.right {
	float: right;
	margin: 0 0 10px 15px;
}
img.left {
	float: left;
	margin: 0 15px 10px 0;
}
img.border {
	padding: 5px;
	background: #EBF2F3;
	border: 1px solid #CCE1E9;
}

/* -----[ Tables ]--------------------------------------------------------------------- */

table {
	border: 0;
	border-collapse: collapse;
}
tr.left th, tr.left td,
th.left, td.left {
	text-align: left !important;
}
tr.center th, tr.center td,
th.center, td.center {
	text-align: center !important;
}
tr.right th, tr.right td,
th.right, td.right {
	text-align: right !important;
}
td.hspace {
	padding: 0 5px !important;
}
td.vspace {
	padding: 20px 0 !important;
}

/* -----[ Form Inputs ]--------------------------------------------------------------------- */

input,
select,
textarea {
	font: 1em Tahoma,sans-serif;
}
input.inputText,
select.inputText,
textarea.inputText {
	background: #FFF;
	border: 1px solid #BBB;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
}
input.inputText {
	padding: 2px 3px;
}
select.inputText {
	padding: 1px 1px 1px 0;
}
textarea.inputText {
	padding: 1px 0 1px 3px;
}
input.inputText:focus,
select.inputText:focus,
textarea.inputText:focus {
	background: #FFB;
	color: #000;
}
input.readOnly,
select.readOnly, 
textarea.readOnly {
	background: #EEE !important;
	color: #666 !important;
}
input.inputSmall {
	width: 50px;
}
input.inputButton {
	padding: 2px 10px;
	font-family: Verdana,sans-serif;
}
input.inputButton {
	padding: 2px 10px;
	font-family: Verdana,sans-serif;
}

/* -----[ Content Items ]--------------------------------------------------------------------- */

.content p,
.content dl,
.content ol,
.content table,
.bubbleWrap {
	margin-bottom: 15px;
}
.content ul.list {
	margin-bottom: 10px;
}
.content blockquote {
	background: url(../img/misc/quote.gif) no-repeat;
	margin: 10px 40px;
	padding: 0 25px;
}
.content blockquote p.author {
	color: #666;
	font-size: 11px;
}
.content p,
.content ul.list li {
	line-height: 1.4;
}
.content ul.list li {
	background: url(../img/icons/bullet_orange.gif) no-repeat 0 1px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.content strong.special {
	color: #883059;
}
.content em {
	padding-right: 2px;
}
.content span.break {
	padding: 0 2px;
}
.content strike {
	color: #555;
	font-weight: normal !important;
}
.content dt,
.content dd {
	margin-bottom: 2px;
}
.content dt {
	clear: left;
	float: left;
	padding-right: 5px;
	color: #666;
}
.dlStrong dd {
	font-weight: bold;
}
.dlStrong dd span {
	font-weight: normal;
}
.dlAlign dt {
	width: 7em;
	text-align: right;
}

/* -----[ Bubble Wrap ]--------------------------------------------------------------------- */

.bubbleWrap {
	background: #EEE;
	margin-bottom: 3px;
	padding: 10px;
	-moz-border-radius: 6px;
}
.bubbleWrap table {
	margin-bottom: 0;
}
.bubbleWrap h2,
.bubbleWrap h3 {
	margin: 0 5px 5px;
}
.bubbleHeading {
	background: #D3E9F4 url(../img/misc/white-dot.gif) repeat-x left top;
	border-top: 3px solid #2492CA;
	padding: 5px 20px;
	-moz-border-radius: 0;
}
.bubbleHeading h2 {
	border: 0;
	margin: 0;
	color: #333;
}

/* -----[ Data Form ]--------------------------------------------------------------------- */

.dataForm th,
.dataForm td {
	padding: 3px 5px;
}
.dataForm th {
	width: 9em;
	color: #000;
	font-family: Tahoma,sans-serif;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.dataFormExtended th {
	width: 20em;
}
.dataForm th label,
.dataForm th var.label {
	top: 3px;
	position: relative;
}
.dataForm th var.label {
	top: 3px;
}
.dataForm td.radio {
	padding-top: 0;
	vertical-align: top;
}
.dataForm td.radio label,
.dataForm td.checkbox label {
	color: #333;
}
.dataForm td.radio label {
	margin-right: 10px;
}
html>body .dataForm td.radio input,
html>body .dataForm td.checkbox input {
	top: 2px;
	position: relative;
}
html>body .dataForm td.radio label {
	margin-left: 2px;
}
.dataForm td.radio img,
.dataForm td.checkbox img {
	top: 3px;
	position:relative;
}
.dataForm td p {
	margin-bottom: 5px;
}
.dataForm td p.note,
.dataForm td ul.note li {
	margin: 2px 0 0 ;
	line-height: 1.3;
}
.dataForm td ul.note li {
	background: url(../img/icons/bullet_orange.gif) no-repeat 0 0;
	padding-left: 20px;
}
.dataForm td.validation {
	padding: 0;
}
.inputTextNumber {
	width: 50px;
	text-align: right;
}
.inputTextShort {
	width: 100px;
}
.inputTextLong {
	width: 220px;
}
.inputTextMCE {
	width: 340px;
	height: 220px;
}
.dataForm img.img {
	border: 1px solid #999;
}
p.validation,
.dataForm .validation {
	display: block;
	background: #FFC;
	color: #835 !important;
}
.validation span {
	color: #A69 !important;
}

/* -----[ Data Grid ]--------------------------------------------------------------------- */

.dataGridWrap {
	margin: 5px 10px 0;
}
.dataGrid {
	width: 100%;
	border: 1px solid #CCC;
	border-bottom: 0;
}
.dataGrid tr {
	vertical-align: top;
}
.dataGrid th,
.dataGrid td {
	border-bottom: 1px solid #DDD;
}
.dataGrid th {
	background-color: #F5F5F5;
}
.dataGrid tr.alternate th {
	background-color: #E9E9E9;
}

/* -----[ Data List ]--------------------------------------------------------------------- */

.dataListWrap {
	margin: 10px 0 15px;
}
.dataList tr {
	vertical-align: middle;
}
.dataList th {
	background: #AEDFF0;
	padding: 8px;
	color: #000;
	font-weight: bold;
}
.dataList th.thin {
	padding-left: 4px;
	padding-right: 4px;
}
.dataList tr {
	background: #E8F0F4;
}
.dataList td {
	border-top: 1px solid #FFF;
	padding: 4px;
}
.dataList tr.alternate {
	background: #DBE4E8;
}
.dataList tr:hover {
	background: #D3E9F4 !important;
	color: #000;
}
.dataList img {
	vertical-align: top;
}
.dataListExpanded th,
.dataListExpanded td {
	padding-left: 20px;
	padding-right: 20px;
}
.dataListFullWidth {
	width: 100%;
}

tr.editMode td{
	background-color: #CCCCCC !important;
}
/* -----[ Info List ]--------------------------------------------------------------------- */

.infoList {
	margin-bottom: 15px;
}
.infoList th,
.infoList td {
	padding: 2px 0;
}
.infoList th {
	width: 9em;
	padding-right: 10px;
	color: #372;
	font-family: Tahoma,sans-serif;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

/* -----[ Message Display ]--------------------------------------------------------------------- */

.msgNotify,
.msgSuccess,
.msgWarning {
	border: 1px dotted #000;
	margin: 10px 20px 20px;
	padding: 0 10px;
}
.msgNotify {
	background: #FFEFBF;
	border-color: #960;
}
.msgSuccess {
	background: #D4FFBF;
	border-color: #390;
}
.msgWarning {
	background: #FFD9D9;
	border-color: #933;
}
.msgNotify h3,
.msgSuccess h3,
.msgWarning h3 {
	background-position: 0 4px;
	background-repeat: no-repeat;
	border: 0;
	margin: 10px 0 5px;
	padding-left: 20px;
}
.msgNotify h3 {
	background-image: url(../img/icons/comment_reverse.png);
	color: #960;
}
.msgSuccess h3 {
	background-image: url(../img/icons/accept.gif);
	color: #282;
}
.msgWarning h3 {
	background-image: url(../img/icons/exclamation.gif);
	color: #933;
}
.msgNotify p,
.msgSuccess p,
.msgWarning p {
	margin-bottom: 10px;
}

/* -----[ Results Paging ]--------------------------------------------------------------------- */

.listPaging {
	width: 100%;
	background: #FFF url(../img/layout/bg-blue_header_fade.gif) repeat-x;
	border-bottom: 1px solid #CCE1E9;
	font-family: Tahoma,sans-serif;
	text-align: right;
}
.listPaging tr {
	vertical-align: top;
}
.listPaging td {
	padding: 4px 0;
}
.listPaging a,
.listPaging b {
	padding: 0 2px;
	text-decoration: none;
}
.listPaging a.disabled {
	color: #999 !important;
}

/* -----[ Extras ]--------------------------------------------------------------------- */

.note {
	color: #666;
	font-size: 0.9em;
}
.blink {
	text-decoration: blink;
}
div.left,
p.left {
	float: left;
	position: relative;
}
div.right,
p.right {
	float: right;
	position: relative;
}

/* -----[ Clear After ]--------------------------------------------------------------------- */
/* http://www.positioniseverything.net/easyclearing.html */

.clearAfter:after,
.clearLeftAfter:after,
.clearRightAfter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearAfter,
* html .clearLeftAfter,
* html .clearRightAfter {
	height: 1%;
}
.clearLeftAfter:after {
	clear: left;
}
.clearRightAfter:after {
	clear: right;
}

.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
