/*  Eternity Technologies

	www.etk.com.au

	Copyright 2007
    
    $Id: etkStyles.css 93 2007-06-08 05:55:11Z edward $
*/

div#etkContainer {
    font-family: Verdana, Arial, sans-serif;
	width: 500px;
}

div#etkContainer h1 {
    font-weight: normal;
    font-size: 16pt;
    color: #b30d21;
    padding: 0px 0px 10px 0px;
}

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

div#etkStartMessage {
    font-family: verdana, arial, helvitica, sans-serif;
}

div#etkStartMessage p {
    font-size: 10pt;
    padding: 5px 0px 5px 0px;
}

div#etkStartMessage img {
    border: 0px;
    padding: 0px 25px 0px 0px;
}

div#etkStartMessage a {
    font-weight: normal;
    font-size: 10pt;
    color: #b30d21;
}

div#etkStartMessage a.begin {
    font-weight: bold;
    font-size: 12pt;
}

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

div.etkProgressBarContainer{
	padding-top: 20px;
	padding-bottom:35px;
}

div.etkProgressBorder {
    float:  left;
    position: relative;
    height: 30px;
    /* line-height forces the text to be vertically centered in the div*/
    line-height: 30px;
    /*width: 600px;*/
	width: 100%;
    background: #fff;
    /* border: 1px solid silver; */
    margin: 0;
    padding: 0;
    /* Added background image */
    background-image: url('progress-bar.jpg');
    background-repeat: repeat-x;
    background-position: top;
}

div.etkProgressBar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;    
    background-image: url('progress-bar-over.jpg');
    background-repeat: repeat-x;
    background-position: top;  	
}

div.etkProgressText {
    font-size: 12px;
    position: absolute;
    text-align: center;
    color: black;
    width: 100%;
    z-index = 10;
}

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

div.etkQuestion {
    font-family: Verdana, Arial, sans-serif;
    width: 100%;
    padding: 5px 0 0 0;
    clear: left;
	margin-left: auto; 
	margin-right: auto;
}

div.etkQuestion p {
    font-size: 11pt;
    font-weight: bold;
    padding: 0px 5px 10px 0px;
}

/* etkGlossaryATag require for IE -- the link was not rendering to the correct 
    font size.
*/

a#etkGlossaryAtag, a#etkGlossaryAtag:link,  
	a#etkGlossaryAtag:visited,  a#etkGlossaryAtag:active {
	font-size: 11pt;
	font-weight: bold;
	color: #b30d21;
}

div.etkSelect{
	margin-top: 20px;
	margin-left: 50px;
	text-align: left;
}

select.etkResponses {
	width: 200px;
}

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

div#etkResponseList {
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

div#etkResponseList p.etkResponseListItem {
	font-family: Verdana, Arial, sans-serif;
	color: #b30d21;
	font-size: 12px;
	margin: 10px 0 0 0;
}

div#etkResponseList p.etkResponseListItem a {
	font-family: Verdana, Arial, sans-serif;
	color: #b30d21;
	font-size: 12px;
}

div#etkResponseList p.etkResponseDescription {
	margin: 5px 0 0 20px;
}


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


div#etkComment {
	font-family: Verdana, Arial, sans-serif;
    background-image: url('comment-background.jpg');
    margin: 30px 0 10px 0;
    padding: 6px;
    /* border: 1px solid #032265; */
    background-repeat: repeat-x;
}

div#etkComment p {
    margin: 0;
	font-size: 13px;
}

div#etkComment p.dimed {
    color: #999999;
}


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

div#etkNavBar, div#etkPrintResponses {
    font-family: Verdana, Arial, Sans-serif;
	margin-top: 35px;
    font-size: 14px;
}

div#etkNavBar ul, div#etkPrintResponses ul {
    list-style: none;
    padding: 0px;
    margin-left: 50px;
}

div#etkNavBar li, div#etkPrintResponses li {
    list-style: none;   
    display: inline;
    margin-right: 10px;
    padding: 2px;
}

div#etkNavBar a, div#etkPrintResponses a {
	font-family: Verdana, Arial, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0.25em 1em 0.25em 2em;
    text-decoration: none;
    color: gray;    
    background-image: url('buttons.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: 1px solid gray;
}

div#etkNavBar a:hover, div#etkPrintResponses a:hover {
    color: black;    
    background-image: url('buttons-over.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: 1px solid #032265;
}

li#etkNavNextHide a {
	display: none;
}

a.etkNavButton {
	font-size: 11pt;
}

div#etkPageBanner {
	padding-bottom: 10px;
}

div#etkDisclaimer {
	font-family: Sans-serif;
	font-size: 10pt;
	padding: 10px;
}

div#etkDisclaimer h1 {
    font-size: 12pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#etkDisclaimer h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

div#etkDisclaimer p {
	margin-top: 5px;
	margin-bottom: 5px;
}