﻿body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    background: #eaeaea;
}

/*** shared ***/
.hidden {
    display: none;
}
.error {
    color: Red;
}
.centre {
    text-align: center; 
    margin: auto;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.normal {
    text-transform: capitalize;
}
.disabled {
    background: #999999 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #CCCCCC), color-stop(100%, #999999)) !important;
    background: -webkit-linear-gradient(top, #CCCCCC 25%, #999999 100%) !important;
    background: -moz-linear-gradient(top, #CCCCCC 25%, #999999 100%) !important;
    background: -ms-linear-gradient(top, #CCCCCC 25%, #999999 100%) !important;
    background: -o-linear-gradient(top, #CCCCCC 25%, #999999 100%) !important;
    background: linear-gradient(top, #CCCCCC 25%, #999999 100%) !important;
    color: Black !important;
}
select {
    font-size: 14px;
    min-width: 100px;
}
input[type='text'],
input[type='number'],
input[type='password'], 
textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    padding: 2px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}
input[type='text'],
input[type='password'] {
    width: 200px;
}
input[type='number'] {
    width: 100px;
}
/*input[type=submit],
input[type=button] {
    background-color: #666666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #666666), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #666666 25%, #333333 100%);
    background: -moz-linear-gradient(top, #666666 25%, #333333 100%);
    background: -ms-linear-gradient(top, #666666 25%, #333333 100%);
    background: -o-linear-gradient(top, #666666 25%, #333333 100%);
    background: linear-gradient(top, #666666 25%, #333333 100%);
}
*/
input[type=submit],
input[type=button] {
    background-color: #666666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #666666), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #666666 25%, #333333 100%);
    background: -moz-linear-gradient(top, #666666 25%, #333333 100%);
    background: -ms-linear-gradient(top, #666666 25%, #333333 100%);
    background: -o-linear-gradient(top, #666666 25%, #333333 100%);
    background: linear-gradient(top, #666666 25%, #333333 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none 0px;
    color: #FFFFFF;
    text-align: center;
    height: 35px;
    min-width: 120px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}


input[type=submit]:hover,
input[type=button]:hover {
    background-color:#4f2582;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #4F2582), color-stop(30%, #411F6B), color-stop(90%, #421F6D), color-stop(100%, #2F164E));
	background:-webkit-linear-gradient(top, #4F2582 0%, #411F6B 30%, #421F6D 90%, #2F164E 100%);
	background:-moz-linear-gradient(top, #4F2582 0%, #411F6B 30%, #421F6D 90%, #2F164E 100%);
	background:-ms-linear-gradient(top, #4F2582 0%, #411F6B 30%, #421F6D 90%, #2F164E 100%);
	background:-o-linear-gradient(top, #4F2582 0%, #411F6B 30%, #421F6D 90%, #2F164E 100%);
	background:linear-gradient(top, #4F2582 0%, #411F6B 30%, #421F6D 90%, #2F164E 100%);
}

#mask {
    position: fixed;
    background-color: #CCCCCC;
    display: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
/*** end shared ***/

/*** header ***/
#header {
    margin: 0px;
    padding: 0px;
    border: none 0px;
    background: #4f2582;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
}
/*** end header ***/

#wrapper {
    /*border-left: solid 4px #CCCCCC;
    border-right: solid 4px #CCCCCC;
    border-bottom: solid 4px #CCCCCC*/;
    margin: 0px auto;
    max-width: 1000px;
    width: 90%;
    height: auto;
}

#content {
    margin-top: 20px;
    border: solid 1px #CCCCCC;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#footer {
    text-align: center;
    margin: 5px auto;
    padding: 10px 0px;
    font-size: 0.8em;
}
#footer a {
    color: #333333;
}
#footer a:hover {
    color: #000000;
    text-decoration: none;
}
#footer #footer-image {
    text-align: right;
}

#page {
    margin: 15px 20px;
}

.answer {
    margin: 10px 0px;
}
#navigation,
.navigation {
    text-align: center;
    margin: 20px 0px 20px 0px;
}
/*
.controls {
    text-align: center;
    padding-top: 15px;
}
.controls span {
    cursor: pointer;
    background-color: #4f2582;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8042CA), color-stop(20%, #702D9D), color-stop(50%, #642FA6), color-stop(100%, #4f2582));
	background: -webkit-linear-gradient(top, #8042CA 0%, #702D9D 20%, #642FA6 50%, #4f2582 100%);
	background: -moz-linear-gradient(top, #8042CA 0%, #702D9D 20%, #642FA6 50%, #4f2582 100%);
	background: -ms-linear-gradient(top, #8042CA 0%, #702D9D 20%, #642FA6 50%, #4f2582 100%);
	background: -o-linear-gradient(top, #8042CA 0%, #702D9D 20%, #642FA6 50%, #4f2582 100%);
	background: linear-gradient(top, #8042CA 0%, #702D9D 20%, #642FA6 50%, #4f2582 100%);
	display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.subheader {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3em;
}
*/

input[type=text] {
    width: 300px;
}