﻿body {
    width:100%;
    height:100%;

    background: #003400; /* Old browsers */


}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* 
{
    font-family: Arial, Helvetica, sans-serif !important;
    border:0px;
    padding:0px;

}

area, map 
{
   outline:none;
   border:0px;    
   border:none;
}

a, img {outline:none;}
map > area,
map > area:active,
map > area:focus {outline: none; border:0; }

img 
{
    border:0px;
    outline:none;
}

h1 
{
    font-size:22px; 
    display:inline; 
    margin:0px; 
    padding:0px;
}

.header-para 
{

    font-size:12px;
    line-height:16px;
    margin-top:10px; 
    color:#CCC;
}

#image-container 
{
   text-align:center;
   margin-left:auto;
margin-right:auto;
    width:1010px;
    margin-top:5px;
    margin-bottom:5px;

}

#save-modal-overlay 
{
    width:100%; 
    height:100%; 
    opacity:0.7; 
    background-color:#000; 
    position:absolute;
    left:0px;
    top:0px;
    padding:0px; 
    border:0px;
    z-index:2;

}

#introduction-dialogue 
{
   width:400px; 
 
   position:absolute; 
   margin-left:-200px; 
   margin-top:-250px; 
   top:50%; 
   left:50%; 
   color:#FFF; 
   background-color:#050; 
   padding:20px;  
   -moz-box-shadow: 0 0 5px #fff;
   -webkit-box-shadow: 0 0 5px #fff;
   box-shadow: 0px 0px 5px #fff; 
   z-index:5;

}

#save-dialogue-container 
{
   width:450px;
 
   position:absolute; 
   margin-left:-225px; 
   margin-top:-250px; 
   top:50%; 
   left:50%; 
   color:#FFF; 
   background-color:#050; 
   padding:20px;  
   -moz-box-shadow: 0 0 5px #fff;
   -webkit-box-shadow: 0 0 5px #fff;
   box-shadow: 0px 0px 5px #fff; 
   z-index:5;

}

#complete-dialogue
{
   width:400px; 

   position:absolute; 
   margin-left:-200px; 
   margin-top:-250px; 
   top:50%; 
   left:50%; 
   color:#FFF; 
   background-color:#050; 
   padding:20px;  
   -moz-box-shadow: 0 0 5px #fff;
   -webkit-box-shadow: 0 0 5px #fff;
   box-shadow: 0px 0px 5px #fff; 
   z-index:5;
   text-align:center;

}

.save-dialogue-container-header 
{
    width:450px;
    clear:both;
}

td.save-form-left 
{
    width:150px;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11px; 
    line-height:25px;
}

td.save-form-right 
{
    width:300px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11px; 
    line-height:25px; 
    text-align:right;
}

td.save-form-warning 
{
    color:#F90; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11px; 
    line-height:25px; 
    display:none;
}

#ajax-status-container 
{
    text-align:left; 
    color:#FFF; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11px; 
    vertical-align:bottom; 
    visibility:hidden;
}

#ui-container 
{
    background-color:#0D6213;
    height:60px;
    max-height:80px;
    width:1010px;
    text-align:center;

    margin:auto;
    margin-top:5px;

    z-index:1;

    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0px 0px 5px #333; 
}

.transparent-input-text 
{
    background-color: transparent;

    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color:#FFF;
        
    font-size:12px;
    width: 195px;


}

.gc-button 
{
    background-color:#6FB41A;
    height:18px;
    padding:7px 7px 4px 7px;
    padding-top:9px;
    font-size:12px;
    font-weight:bold;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor:pointer;
    display:inline-block;
    color:#FFF;
    text-align:center;
}

.gc-button:hover 
{
    background-color:#00D936;
}


span.ui-answer 
{
    display:inline-block; 
    position:relative; 
    top:5px; 
    color:#fff; 
    font-size:12px;
    margin-right:10px;
    font-weight:bold;
}

div.ui-answer-box-container 
{
    width: 225px; 
    height: 26px; 
    background-image: url(assets/images/text-box-backing.png); 
    display:inline-block;
    margin-right:10px;
    padding-top:5px;
    position:relative;
    top:5px;

}

div.ui-container-centre 
{
    width:660px;
    height: 32px; 
    display:inline-block; 
    position:relative; 
    top:10px;
}

#selection-marker 
{
    position:absolute;
    display:none;
    z-index:3;
}



.answer-field 
{
    padding:4px;
}

.answer-field::-ms-clear {
    display: none;
}

#terms-and-conditions 
{
    top:5px;
    margin-top:8px;
    width:1010px;
  
    font-size:10px;
    color:#ddd;
    z-index:4;

    padding:10px;


    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    margin:auto;

    display:block;
}

#question-mark 
{
    float:left;
    margin-right:10px;
}