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

    digitise support - Index Stylesheet

------------------------------------------------------ */
/*
    Filename:					index.css
    Content:					Main website stylesheet
    Creation Date:				17/12/09
    Last Modification Date:
    Author:						Sonia Chen
    Copyright:					Digitise.co.nz
*/

/* @import "reset.css"; */

/* --- Selectors ------------------------------------- */
html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
    font: 13px/18px Arial, Helvetica, sans-serif;
    margin: 0 auto;
    background: #f1f1f1 url(../images/background.gif) top left repeat-x;
}

/* --- Type ------------------------------------------ */
img {
   border: none;
   padding: 0;
   margin: 0; 
}

a, h1, h2, h3, h4, h5, h6 {
    outline: none;
}

a, a:visited { 
    color: #6b3593;
    text-decoration: none;
}

a:hover {
    color: #6b3593;
    text-decoration: underline;
}

a img { 
    border:none;
}

p {
    margin: 14px 0;
}

h1 {
    font: normal 24px Verdana, Arial, Helvetica, sans-serif;
    color: #6b3593;
    background: transparent url(../images/panel_bg.gif) left bottom repeat-x;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

h1 span { 
    display:none;
}

h2 {
    font: bold 16px/22px Arial, Helvetica, sans-serif;
    color: #6b3593; /* #e3d6c0; */
}

h3 { 
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    color:#6b3593;
    margin: 0;
}

h4 { 
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    margin: 0;
}

h5 {
    font: 9px/12px Arial, Helvetica, sans-serif;
    color:#6b3593;
    margin: 0;
}

table td { vertical-align:top;}

/* --- Common Classes -------------------------------- */
.left { float:left; }
.right { float:right; }
.top { vertical-align:top; }
.clear { clear:both; }
.backtotop { margin-top:50px; }
.HighlightText {
    color: #6b3593;
}

/* --- Layout Styles --------------------------------- */
#wrap {
    width: 960px;
    margin: 0 auto;
}

#zeevo_logo {
    float: right;
}

#menu {
    margin-top:35px;
    clear:both;
    width:600px;
    height:32px;
    margin-left:30px;
    background:url(../images/menu.gif) top left no-repeat;
    position:relative;
}

#menu ul {
    margin:0;
    padding:0;
}

#menu li {
    margin:0;
    padding:0;
    position:absolute;
    top:0;
}

#menu li,
#menu a {
    height:32px;
    width:120px;
    display:block;
}

#nav1 { left: 0;  }
#nav3 { left: 120px; }
#nav4 { left: 240px; }
#nav5 { left: 360px;}
#nav6 { left: 480px;}

#nav1 a,
#nav3 a,
#nav4 a,
#nav5 a,
#nav6 a  {
    text-indent:-9999px;
    outline: none;
}

#nav1 a:hover,
#nav1.active {
    background: transparent url(../images/menu.gif) 0 -32px no-repeat;
}
#nav3 a:hover,
#nav3.active {
    background: transparent url(../images/menu.gif) -120px -32px no-repeat;
}
#nav4 a:hover,
#nav4.active {
    background: transparent url(../images/menu.gif) -240px -32px no-repeat;
}
#nav5 a:hover,
#nav5.active {
    background: transparent url(../images/menu.gif) -360px -32px no-repeat;
}
#nav6 a:hover,
#nav6.active {
    background: transparent url(../images/menu.gif) -480px -32px no-repeat;
}

#pagetop {
    height: 17px;
    font-size: 0;
}

#pagetop img {
    height: 17px;
}

#text {
    background:#fff;
    margin: 0 0 0 1px;
    padding: 1px 36px 5px 36px; 
    width: 887px;
}

#text p,
.ParagraphText {
    color: #5b5c5c;
}

#text p.panel {
    padding-bottom: 14px;
    background: transparent url(../images/panel_bg.gif) left bottom repeat-x;
}

#text p.panel strong {
    color: #000;
}

#pagebtm {
    height: 38px;
}

#footer {
    color: #939598;
    font-size: 12px;
    height: 40px;
    margin: -5px;
}

#footer .left {
    padding-left: 40px;
}

#footer .right {
    text-align: right;
    padding-right: 40px;
}

/* Accordion */
.accordion h3 {
    font-weight: bold;
    color: #5b5c5c; /* #018ed5 */
    line-height: 28px;
    display: block;
    outline: none 0;
    cursor: pointer;
}

.accordion h3:hover,
.accordion h3.over {
    color: #000;
}

.accordion div {
    padding: 0 10px;
}

.accordion div .accordion_nested h4 {
    font-weight: normal;
    line-height: 22px;
    display: block;
    font-size: 12px;
    color: #6b3593;
    cursor: pointer;
    background: transparent url(../images/bullet_closed.gif) left center no-repeat;
    padding-left: 15px;
}

.accordion div .accordion_nested h4.open {
    background: transparent url(../images/bullet_open.gif) left center no-repeat;
}

#support_form_text {
    display: block;
    margin-bottom: 10px;
}

#support_form {
	clear: both;
}

h4#support_form_link {
	position: relative;
	float: left;
	background: url(../images/btn-ticket.gif) right;
	height: 32px;
	color: #edf;
	cursor: pointer;
}

h4#support_form_link span.corner {
    position: absolute;
	width: 10px;
	height: 32px;
	background: transparent url(../images/btn-ticket.gif) top left no-repeat;
}

h4#support_form_link span.icon {
	color: #0af;
    font-size: 26px;
    position: relative;
    padding-left: 10px;
    top: 6px;
}

h4#support_form_link span.icon.close {
    top: 3px;
}

h4#support_form_link span.text {
    text-shadow: 1px 1px 0 #333;
    padding: 0 20px 0 5px;
    line-height: 30px;
}

.accordion div .accordion_nested p {
    padding: 0;
    margin: 0;
    color: #ccc;
}

.accordion div .accordion_nested div p {
    color: #5b5c5c;
}

.accordion div .accordion_nested h4:hover,
.accordion div .accordion_nested h4.over {
    color: #000;
}

h4#support_form_link:hover,
h4#support_form_link.over {
    color: #fff;
}

.accordion div .accordion_nested div {
	margin-left: 4px;
    padding: 0 0 5px 10px;
    color: #5b5c5c;
}

.accordion div .accordion_nested div p {
    padding: 0;
    margin: 0 0 10px 0;
}

.accordion div .accordion_nested div table {
    border-collapse: collapse;
}

.accordion div .accordion_nested div table th {
    border: 1px solid #ccc;
    padding: 5px;
    background: #eee;
    font-weight: bold;
}

.accordion div .accordion_nested div table td {
    border: 1px solid #ccc;
    padding: 5px;
}

/* Form */
#support_form_wrapper {
    padding: 20px 0;
    background: transparent url(../images/panel_bg.gif) left top repeat-x;
    margin: 20px 0;
}

#support_form_wrapper p {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #f00;
}

#form {
    color: #5b5c5c;
    padding-top: 20px;
}

#form div.questionwrap {
    padding-bottom: 5px;
}

#form label {
    width: 190px;
    float: left;
    font-weight: bold;
    padding-right: 20px;
}

#form label em {
    color: #6b3593;
    font-style: normal;
}

#form div span {
    padding-left: 10px;
    color:#6b3593;
}
#form label span {
    display: block;
    color: #929393;
    padding-left: 0;
    font-weight: normal;
}

#form input,
#form textarea,
#form select{
    font: 12px/18px Arial, Helvetica, sans-serif;
    width: 372px;
    padding: 5px;
    background: #f1f1f1;
    border-top: #c7c8c9 1px solid;
    border-right: #f1f1f2 1px solid;
    border-left: #c5c6c7 1px solid;
    border-bottom: #f9f9f9 1px solid;
    color: #666;
    margin: -3px 0 3px 0;
}

#form select {
    width: 385px;
    padding: 5px;
}

#form textarea {
    height: 122px;
    width: 372px;
}

#form input:focus,
#form textarea:focus,
#form select:focus {
    border: 1px solid #6b3593;
    background-color: #fff;
}

#form input[name="Upload"] {
    width:270px;
    float:left;
}
#form input.submit_button {
    width: 93px;
    height: 27px;
    border: none;
    background: none;
    margin-left: 500px;
}

#form #submit_msg {
    padding: 5px;
    color: #6b3593;
    font-weight: bold;
    margin-left: 415px;
    font-size: 14px;
}

#form input[value="Browse"] {
    width:93px;
    height:27px;
    border:none;
    background:none;
    float:left;
    margin-left:7px;
    padding:0;
}

#form .captcha {
    margin-bottom: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 3px;
}

#form .captcha input#vericode {
    width: 212px;
    vertical-align: top;
    margin: 7px 0;
}

#form .captcha img {
    margin: 7px 0 0 10px;
}



/* Errors */
div.errors {
    padding: 10px;
    border: 1px solid #f00;
    background-color: #fdd;
    color: #f00;
    margin-top: 15px;
}

#form .InlineError {
    background: transparent url(../images/error_tag_gray_bg.jpg) top left no-repeat;
    color: #f00;
    padding: 4px 10px 7px 15px;
    font-weight: bold;
    margin: 0 0 0 2px;
    vertical-align: top;
}

#form .Error {
    color: #f00;
}

#support_form_success {
    padding: 20px 0;
}

