/* Base Styles for prosolution Site */
/* www.indigoe.com.au */
/* info@indigoe.com.au */
/* November 2002 */
/* W3C Valid CSS */


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Styles for exisitng XHTML 1.0 Elements */
/* User Defined Elements appear further down the sheet */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */





/* ------------------------------------------------------- */
/* [HTML] Body Element  */

 body {
   		margin : 0;
		/*color : #666666;	   */
		background: #ffffff;		
}

/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] Heading & Paragraph Elements */


.blue{
   color : #7B9AC6;
}

.green{
   color : #99CC00;
}

.grey{
   color : #666666;
}


h1 {
   font-weight : normal;
   font-size : 32px;
   font-family : arial, helvetica, sans-serif;
   color : #7B9AC6;
   background: transparent;
   margin-top : 10px;
   margin-bottom : 12px;
}


h2 {
   font-weight : bold;
   font-size : 13px;
   font-family : arial, helvetica, sans-serif;
   background: transparent;
   margin-top : 20px;
   margin-bottom : 10px;
}


p {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #666666;
   background: transparent;
   margin-top : 4px;
   margin-bottom : 2px;
}


p.white {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #FFFFFF;
   background: transparent;
   margin-top : 4px;
   margin-bottom : 2px;
}


p.front {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #666666;
   margin-top : 0px;
   margin-bottom : 0px;
}



span.strong {
   font-weight : bold;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #FFBA53;
   background: transparent;
   margin-top : 1px;
   margin-bottom : 1px;
}


span.greystrong {
   font-weight : bold;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #666666;
   background: transparent;
   margin-top : 1px;
   margin-bottom : 1px;
}


span.redstrong {
   font-weight : bold;
   font-size : 11px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #E73C29;
   background: transparent;
   margin-top : 1px;
   margin-bottom : 1px;
}


span.footstrong {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #CCCCCC;
   background: transparent;
   margin-top : 1px;
   margin-bottom : 1px;
}


blockquote {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #666666;
   background: transparent; 
   margin-top : 15px;
   margin-bottom : 9px;
}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

p.datetxt {
   font-weight : normal;
   font-size : 10px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #FFFFFF;
   background: transparent;
   margin-top : 1px;
   margin-bottom : 1px;
}



p.first {
   margin-top : 1px;
}


p.mmenutext
{
font-size : 10px;
font-weight: normal;
font-family : Verdana, arial, helvetica, sans-serif;
color : #CCCCCC;
margin-top : 1px;
margin-bottom : 1px;
}


p.breadcrumbtext {
   font-size : 11px;
   line-height : 100%;
   color: #B2B2B2;
   background: transparent; 
   margin-top : 8px;
   margin-bottom : 1px;
}

p.footer {
   font-size : 11px;
   line-height : 100%;
   color: #ffffff;
   background: transparent; 
   margin-top : 1px;
   margin-bottom : 1px;
}

p.formlabel {
   font-weight : normal;
   font-size : 11px;
   line-height : 100%;
   margin-top : 18px;
   margin-bottom : 1px;
}

p.formlabel2 {
   font-weight : normal;
   color : #666666;
   font-size : 11px;
   line-height : 100%;
   margin-top : 1px;
   margin-bottom : 1px;
}

span.bccurrenttext {

	color : #999999;
}

.first {
   margin-top : 0px;
}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] List Elements */

ol {
   font-weight : normal;
   font-size : 11px;
   font-family : arial, helvetica, sans-serif;
   color: #666666;
   background: transparent; 
   margin-top : 10px;
   margin-bottom : 1px;
}

ol.number { list-style: decimal; }
ol.alpha { list-style: lower-alpha; }



ul {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #666666;
   background: transparent; 
   margin-top : 4px;
   margin-bottom : 4px;
}


li {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #666666;
   background: transparent; 
   margin-top : 1px;
   margin-bottom : 1px;
}

* li {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
}


/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] Form Elements */
input {
    font: normal 6px verdana, Arial, sans-serif;
}


* select {
    font: normal;
	font-size : 11px;
	border: 1px solid #999999;
	font-family : Helvetica, Arial, sans-serif;
    color: #666666;
	background-color: #EEEEEE;
    margin: 2px 2px 2px 2px;
}

* input {
    font: normal;
	font-size : 11px;
	border: solid 1px #999999;
	font-family : Helvetica, Arial, sans-serif;
        color: #666666;
	background-color: #EEEEEE;
    margin: 1px 1px 1px 1px;
}


* input.inputwhite {
    font: normal;
	font-size : 11px;
	border: solid 1px #FFFFFF;
	font-family : Helvetica, Arial, sans-serif;
        color: #666666;
	background-color: #FFFFFF;
    	margin: 1px 1px 1px 1px;
}

* input.textareawhite {
    font: normal;
	font-size : 11px;
	border: 1px solid #FFFFFF;
	font-family : Helvetica, Arial, sans-serif;
    color: #666666;
	background-color: #FFFFFF;
    margin: 2px 2px 2px 2px;
}



* textarea {
    font: normal;
	font-size : 11px;
	border: 1px solid #999999;
	font-family : Helvetica, Arial, sans-serif;
    color: #666666;
	background-color: #EEEEEE;
    margin: 2px 2px 2px 2px;
}



* form {
	    margin: 0em 0em 0em 0em;
}

* .formbutton
		{ 
		font-size: 11px;
		color: #FFFFFF; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none; 
		font-decoration: none;
		background-color: #E23D28;
		border: solid 1px #FFFFFF;
		}



* .formbuttonlight
		{ 
		font-size: 11px;
		border: 1px solid #999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
		text-decoration: none; 
		font-decoration: none;
		background-color: #EEEEEE;
		}

/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] Link Elements */


a.footerlink:link {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.footerlink:visited {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.footerlink:active {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.footerlink:hover {
   font-weight : normal; 
   color : #FFCF00;
   text-decoration : underline;
   background: transparent; 
}







a.mmenulink:link {
   font-weight : normal;
   color : #CCCCCC;
   text-decoration : none;
   background: transparent;
}


a.mmenulink:visited {
   font-weight : normal;
   color : #CCCCCC;
   text-decoration : none;
   background: transparent;
}


a.mmenulink:active {
   font-weight : normal;
   color : #CCCCCC;
   text-decoration : none;
   background: transparent;

}


a.mmenulink:hover {
   font-weight : normal;
   color : #666666;
   text-decoration : none;
   background: #FFFFFF;;
}








a.mmenulinkchosen:link {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkchosen:visited {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkchosen:active {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkchosen:hover {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}







/* ------------------------------------------------------- */


*table.blueblock {
	border: #cccccc
	border-style: dotted;
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

*table.greyblock {
	border: #666666;
	border-style: dotted;
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


*table.clearblock {
	border: #cccccc;
	border-style: dotted;
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}



*td.blockcell
{

padding : 15px 15px 15px 15px;

}