/* Color codes can be found in http://igotbored.freehostia.com/chart.php */
body {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    background-color: #EEE;
    color: #333;
}

body, p, ol, ul, td {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: small;
    line-height: 18px;
}

form {
    margin: 0;
}

a img {
    border: 0px;
}

#header {
    top: 0px;
    height: 85px;
    width: 100%;
    min-width: 750px;
    border-bottom: 2px solid #bbb;
    position: relative;
}

#header .current_user {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 9pt;
}

#search_box {
    position: absolute;
    right: 10px;
    top: 35px;
}

#search_box input {
    font-size: 10px;
}

#mainlogo {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    font-family: "Arial Black";
    padding-bottom: 0px;
    margin-top: 5px;
    margin-left: 15px;
}

#slogan {
    position: absolute;
    left: 17%;
    top: 30px;
	color:#BBB;
	font-size:medium;
	font-style:italic;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-left: 15px;
	text-shadow: #BBB 0px 0px 5px;
}

#mainlogotext {
    padding-bottom: 5px;
}

#footer {
    clear: both;
    padding: 15px;
    padding-top: 0px;
    font-size: 8pt;
    border-top: 2px solid #bbb;
}
/* layout according to http://matthewjamestaylor.com/blog/ultimate-1-column-full-page-pixels.htm */
/* column container */
.colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
/* 1 column full page settings */
.fullpage {
    background: #fff;
    /*min-width: 750px;*/
}

.fullpage .col1 {
    margin: 15px;
}
/* --- MAIN MENU --- */
#mainmenu {
    float: right;
    position: relative;
    top: 64px;
    right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#mainmenu li {
    display: inline;
}

#mainmenu li a {
    text-decoration: none;
    background-color: #fff;
    padding: 3px;
    padding-top: 3px;
    padding-bottom: 1px;
    border: 1px solid #bbb;
    border-bottom: 0;
}

#mainmenu li a:hover {
    padding-top: 2px;
    border-top: 3px solid black;
}

#mainmenu li.selected a {
    padding-top: 2px;
    padding-bottom: 4px;
    border-top: 3px solid red;
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
}

#mainmenu li.flag a {
    border: 0px;
		background-color: transparent;
}

/* --- SUBMENU --- */
#submenu {
    border-bottom: 1px solid #bbb;
	margin-bottom: 1ex;
}

#submenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#submenu li {
    display: inline;
}

#submenu li a {
    text-decoration: none;
    background-color: #fff;
    padding: 3px;
    padding-top: 4px;
    padding-bottom: 1px;
    border: 1px solid #bbb;
    border-bottom: 1px;
}

#submenu li a:hover {
    padding-top: 2px;
    border-top: 3px solid black;
}

#submenu li.sel a {
    padding-top: 2px;
    border-top: 3px solid red;
    padding-bottom: 2px;
    border-bottom-color: #fff;
}

.content {
    margin: 0px;
}
/* --- WELCOME PAGE --- */
.index .c1 {
    float: left;
	width: 37ex;
}

.index .c2 {
    float: left;
    width: 30%;
    margin-left: 30px;
}

.index .c3 {
    float: left;
    width: 35%;
}

.index ul {
    padding-left: 20px;
}

.c1 h3 {
	font-size: 15px;
}

.c2 h2 {
	margin-top: 0px;
}

.c3 h2 {
	margin-top: 0px;
}

.about_step_box {
	border: 2px solid #bbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 1ex 0;
	padding: 5px;
	position:relative;
	width:100%;
}

.about_step_box h3 {
	margin: 0;
}

.about_step_box ul {
    margin: 0;
    padding: 0 0 0 5ex;
}

#stats_box {
	margin-left: 20px;
}

#stats_box ul {
	margin-bottom: 0px;
}

/* --- LOGIN PAGE --- */
#login_block {
    width: 50%;
    float: left;
}

#login_block #errorExplanation {
    float: none;
}

#register_block {
    width: 50%;
    float: left;
}

/* --- GENERIC FORM --- */
.formBlock {
    margin-top: 5px;
    margin-bottom: 5px;
}

.formBlock .label {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 3px;
}

.formBlock .note {
    font-size: x-small;
    color: #999;
    white-space: nowrap;
    font-weight: normal;
}

.actionLinks {
    font-size: x-small;
}
/* --- OTHER ELEMENTS --- */
.date {
    font-size: x-small;
    color: #999;
    white-space: nowrap;
    font-weight: normal;
}

.draghandle {
    cursor: move;
}
/* --- FORM --- */
.property_block {
    margin-bottom: 10px;
    width: 50%;
}

.property_block ul {
    padding-left: 20px;
    margin-top: 3px;
    margin: 0;
}

.property_block .label, .property_block label {
    font-size: smaller;
    font-weight: bold;
    color: #666;
}

.property_block .text {
    width: 100%;
}

.property_block label.option {
    font-weight: normal;
    font-size: inherit;
}

#formAccessBlock {
    padding-bottom: 10px;
}

.entry {
    margin-top: 10px;
    margin-bottom: 10px;
}

.entry .question {
    font-weight: bold;
    font-size: larger;
    margin-bottom: 3px;
}

.entry .text input {
    width: 99%;
    max-width: 400px;
}

.entry .textarea textarea {
    width: 99%;
    max-width: 400px;
}

.entry .matrix table {
    border-collapse: collapse;
}

.entry .matrix th {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    text-align: center;
    background-color: white;
}

.entry .matrix td.option {
    text-align: right;
}

.entry .matrix td {
    padding: 3px;
    text-align: center;
    border-style: none;
}

.entry .matrix td {
    text-align: center;
}

.odd {
    background-color: #efefef;
}

.highlitehover:hover {
    background-color: #e3e3e3;
}

.entry .note {
    font-style: italic;
    font-size: small;
}

#forms-list {
}

#forms-list .entry {
    margin-bottom: 15px;
}

#forms-list .entry .title {
    font-size: x-large;
    color: blue;
}

#forms-list .entry .extras {
    font-size: x-small;
    color: #999;
}

#form-new {
    border-top: dashed gray 1px;
    padding-top: 15px;
}

#form-new .button-to input {
    font-size: large;
}

#no-edit form {
    display: inline-block;
}
/* --- FORM --- */
#form #content {
    border-top: 1px solid gray;
    margin-top: 2px;
    padding: 10px;
}

#altmenu {
    float: right;
    clear: right;
    /*  vertical-align:text-top;*/
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: x-small;
}

a {
    color: #000;
}

a:hover {
	text-shadow: gray 0px 0px 10px;
}

a:visited {
    color: #666;
}

h1 {
    margin-top: 0px;
}

div.uploadStatus {
    margin: 5px;
}

div.progressBar {
    margin: 5px;
}

div.progressBar div.border {
    background-color: #fff;
    border: 1px solid grey;
    width: 100%;
}

div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}
/* --- AUTOCOMPLETE --- */
div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    /*height:32px;*/
    cursor: pointer;
}
/* Tag cloud styling */
.tag1 {
    font-size: 100%;
}

.tag2 {
    font-size: 120%;
}

.tag3 {
    font-size: 140%;
}

.tag4 {
    font-size: 160%;
}

.tag5 {
    font-size: 170%;
}

.tag6 {
    font-size: 180%;
}
/* --- RESULTS --- */
#answers {
  width: 540px;
}

#answers .content {
    padding: 0px;
    margin: 0px;
    width: 540px;
    display: table;
}

#answers .options {
    width: 520px;
    display: table-cell;
}

#answers .options .option {
    padding-bottom: 3px;
}

#answers .options .value {
    font-size: small;
}

#answers .options .bar_container {
    background-color: #ebebeb;
    width: 425px;
    float: left;
    margin-top: 1px;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
}

#answers .options .bar {
    height: 15px;
    background-color: #ff0000;
		border-radius: 7px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 7px;
}

#answers .options .stats {
    width: 85px;
    float: right;
    font-weight: bold;
    color: #666;
}

#answers .graph_trigger {
    display: table-cell;
    vertical-align: middle;
}

#answers .content .item {
    padding: 5px;
    border-bottom: 1px solid #fff;
}

.skipped_container {
	font-size: 0.9em;
	color: #666;
}

/* --- OTHER --- */
.powered_by {
    font-size: smaller;
    font-weight: bold;
}

.addthis_toolbox {
    float: right;
    font-size: smaller;
}
/* ----------------
 * LAYOUT
 * ---------------- */
.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.al-center {
    text-align: center;
}

.al-right {
    text-align: right;
}

.al-left {
    text-align: left;
}

.alv-middle {
    vertical-align: middle;
}

.clearer, .separator, .br-5, .br-10, .br-15, .br-20, .br-25 {
    margin: 0;
    padding: 0;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

.clearer {
    clear: both;
}

.separator {
    background: #e3e3e3;
    height: 1px;
}

.dashed-bottom {
	border-bottom: 1px dashed gray;
}

.br-3 {
    height: 3px;
}

.br-5 {
    height: 5px;
}

.br-10 {
    height: 10px;
}

.br-15 {
    height: 15px;
}

.br-20 {
    height: 20px;
}

.br-25 {
    height: 25px;
}
/* ----------------
 * COLORS
 * ---------------- */
.green {
    color: green;
}
/* ----------------
 * WIDTHS
 * ---------------- */
.w-100prc { width: 100%; }
.w-99prc { width: 99%; }
.w-60prc { width: 60%; }
.w-55prc { width: 55%; }
.w-50prc { width: 50%; }
.w-49prc { width: 49%; }
.w-40prc { width: 40%; }
.w-39prc { width: 39%; }
.w-35prc { width: 35%; }
.w-32prc { width: 32%; }
.w-30prc { width: 30%; }
.w-25prc { width: 25%; }

/* ----------------
 * HEIGHTS
 * ---------------- */

.h-100px { height: 100px; }
.h-200px { height: 200px; }

/* -----------------
 * ELEMENTS
 * ----------------- */
.inp-number {
    width: 45px;
}

.inp-small {
    font-size: 0.8em;
}

.image-submit {
    vertical-align: middle;
}

.note {
    font-style: italic;
}

/* -----------------
 * ICONS
 * ----------------- */

.icon-link-add {
  background: url(../images/icons/green/plus.gif) center left no-repeat;
  padding-left: 19px;
  padding-right: 5px;
}

.icon-link-edit {
  background: url(../images/icons/blue/edit.gif) center left no-repeat;
  padding-left: 19px;
  padding-right: 5px;
}

.icon-link-destroy {
  background: url(../images/icons/red/x.gif) center left no-repeat;
  padding-left: 19px;
  padding-right: 5px;
}

.icon-link-activate {
  background: url(../images/icons/green/flag.gif) center left no-repeat;
  padding-left: 19px;
  padding-right: 5px;
}

.icon-link-deactivate {
  background: url(../images/icons/red/flag.gif) center left no-repeat;
  padding-left: 19px;
  padding-right: 5px;
}

.icon-link-copy {
  background: url(../images/icons/blue/two-docs.gif) center left no-repeat;
  padding-left: 18px;
  padding-right: 5px;
}

.icon-link-hunt {
  background: url(../images/icons/blue/zoom.gif) center left no-repeat;
  padding-left: 18px;
  padding-right: 5px;
}

.icon-link-file {
  background: url(../images/icons/blue/document.gif) center left no-repeat;
  padding-left: 18px;
  padding-right: 5px;
}

.icon-link-mail {
  background: url(../images/icons/green/mail.gif) center left no-repeat;
  padding-left: 18px;
  padding-right: 5px;
}

.icon-link-google {
  background: url(../images/icons/google.png) center left no-repeat;
  padding-left: 18px;
  padding-right: 5px;
}

/* -----------------
 * TABLES
 * -------------- */
/* default table style */
.table-def {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.table-def th {
    border-bottom: 1px solid #e3e3e3;
    background: #e3e3e3;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
}

.table-def td {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 10px;
}
/* small table */
.table-small {
    border-collapse: collapse;
    width: 100%;
    border: 0;
}

.table-small td, .table-small th {
    border-bottom: 1px solid #e3e3e3;
    padding: 2px 0 0;
    text-align: left;
    vertical-align: top;
}

.table-small th {
    font-weight: bold;
}
/* --------------------
 * NOTICES AND ERRORS
 * -------------------- */
.notice {
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    background-color: green;
    font-weight: bold;
}

.notice a {
    color: #fff;
}

.error {
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    background-color: red;
    font-weight: bold;
}

#error {
    border: 1px solid red;
    padding: 7px;
}

.fieldWithErrors {
    padding: 1px;
    background-color: red;
    margin: 0px;
}

#errorExplanation {
    width: 40%;
    border: 1px solid #c00;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    float: right;
    clear: right;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: small;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: small;
    list-style: square;
}


/*----------------------------- 
  BOXES
 -----------------------------*/

.bounding-box {
  border: 1px solid #bbb;
  padding: 1ex;
  margin-left: 1ex;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.bounding-box h4{
  margin-top: 0px;
  margin-bottom: 1ex;
}

/*----------------------------- 
 	INFORMATION BOX
 -----------------------------*/

.infobox {
	background-color: #FFFFDD; 
  border: thin solid #FFEEAA;
  padding: 1ex 1ex 0.5ex 1ex;
	margin: 1ex 0px 1ex 0px;
	overflow: auto;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.infobox h4 {
	color: #FF8800;
    font-size: small;
    margin: 0px;
    padding: 0px;
}

.infobox h4:hover {
	text-decoration:underline;
	cursor: help;
}

.infobox_content {
	margin: 1ex 0 0 0;
    border-top-style: dashed;
    border-top-color: inherit;
    border-top-width: thin;
	padding: 1ex 0 0 0;
}

.infobox_form {
	float: left;
	margin: 1ex;
	padding: 1ex;
    border: thin solid #FFEEAA;
	font-size:small;
}

.infobox_close {
	float: right;
	cursor: default;	
}
 
.infobox_form_q {
	font-weight: bold;	
}

.infobox_form_a {
}

.infobox_correction {
	margin: 0px 15px 0 15px
}

.infobox_form_correct {
	color: green;
	font-weight: bold;	
	margin-bottom: 0px;	
}

.infobox_form_incorrect {
	color: red;
	font-weight: bold;	
	margin-bottom: 0px;	
}


/*----------------------------- 
 	CREDIT BOX
 -----------------------------*/

#credits_history {
	border-top: 1px dashed #bbb;
	margin-top: 2ex;
	padding-top: 2ex;
}

/*----------------------------- 
 	TOUR      
 -----------------------------*/
.tour_content {
	position: relative;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	border: none;
}

.tour_content td {
	padding-bottom: 50px;
}
.tour_content_left {
	vertical-align: top;
	padding-right: 20px;
	border: none;
	width: 280px;
}

.tour_content_right {
	vertical-align: top;
	padding-left: 20px;
	border: none;
	width: 280px;
}

.tour_content_screenshot {
	border: solid 1px black;
}

.tour_content_text {
	width: 260px;
	text-align: left;
}

#form_controls {
  list-style: none;
	color: red;
	border: 1px red;
	padding: 0px;
}

#form_controls li {
	display: inline;
	margin-right: 1ex;
}
