* {	
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;   
}

body 
{
}

select {
		padding: 0px;
	}
option {
	    padding-left: 4px;
	    margin-right: 7px;
}

h1, *.mock_h1 {
	text-align: left;
    margin-bottom: 1em;
	font-size: 130%;
    font-weight: bold;
}

h1#dashboard_title {
    text-align: center;
}

h2 {
	font-size: 115%;
    margin-bottom: 0.5em;
    font-weight: bold;
}

h3 {
	font-size: 100%;
    font-weight: bold;
}

ul li {
	list-style-position: inside;
	list-style-type: disc;
}

blockquote {
	padding-left: 2em;
	}
img {
    border: none;
}

p {
  margin-bottom: 0.5em;
}

ul
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 3em;	
}

b {
    font-weight: bold;	
	}
legend {
    font-weight: bold;
}
hr {
	clear: both;
	border: 0;
	height: 1px;
	background-color: #cccccc;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

input, textarea {
    font-size: small;
		}

*.nowrap {
	white-space: nowrap;	
}

*.smaller
{
	font-size: 70%;	
}

*.hide {
    visibility: hidden;
}

hr.spacer {
	visibility: hidden;
	margin-bottom: 1em;
}

*.calendarHeader { 
	font-size: 85%; 
	font-weight: bold; 
	text-align: center;
}

*.calendarToday {
	background-color: #FFFFFF; 
	color: #000000; 
	text-align: center; 
	vertical-align: middle;
}

input.calendar {  
	font-size: 85%;
    width: 100%;
	background-color: #CCCCCC; 
}


input.calendarSelected {
	width: 100%;  
    font-size: 85%;
	background-color: #FFFF00; 
	text-align: center; 
	vertical-align: middle
}

*.calendarBorder {
	background-color: #EBEBEB;
	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

div.calendar {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}



.tablerowtype1 {
	vertical-align:top;
	margin-bottom: 10px;	
}

.tablerowtype2 {
	background-color: #F0F0F0;
	vertical-align:top;
	margin-bottom:10px;
}

.linkasbutton {
    margin-left: 1em;
    border: 1px solid #BDEB07;
}

*.command_divider {
    height: 10px;
}



form {
    margin: 0px;
    padding: 0px;
}




a {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}

*.command_name {
    font-weight: bold;
}
*.command_editor {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    padding-left: 10px;
    list-style: none;
    float: right;
    border-left: 1px solid #cccccc;
}
*.command_editor li {
    list-style: none;
}

.tag_save_button {
	clear:both;
	margin-top:20px;
}
div.tag_list {
	width: 100%;
	margin-bottom: 10px;
}
div.coding_tag {
	float: left;
	width: 30%;
	margin-top: 10px;
}
span.selected_tag
{
	background: #df6;
	border: 1px solid #9a0;
	margin: 0.2em;
	padding: 0.2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
span.unselected_tag
{
	background: #eee;
	border: 1px solid #ccc;
	margin: 0.2em;
	padding: 0.2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#top_bar 
{
	padding-top: 0em;
	padding-bottom: 2px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#top_bar_inner
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
}
#top_bar_inner form
{
	width: 50%;
}
#fav_selector
{
	float: right;
}
#user_name
{
	--color: #fff;
	padding-right: 20px;
	text-align: right;
	float: right;
}
#user_name a
{
	--color: #ef0;
	font-weight: bold;
}
#logo
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat top left url(/assets/opinion-8.png);
	background-position: 0 15px;
	height: 120px;
	width: 950px;
}
#left_logo
{
	display: none;
}
#right_logo
{
	position: relative;
	width: 950px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	max-height: 120px;
	overflow: hidden;
}
#right_logo img
{
	float: right;
}
#pageheader
{
	/* background-color: #cccccc; 
	border-top: 1px solid #bdeb07; 
	border-bottom: 1px solid #bdeb07; */
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	clear: both;
}

/* Tab menu styles */
/* span.TabMenu {
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-top: 0px;
	border: 1px solid #f00;
} */

/* Main menu styles */
#TopMenuBar {
	background: #670;
	clear: both;
	width: 100%;
}
#TopMenuBar ul {
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: auto;
	margin-right: auto;
	background-color: #670;
	color: white;
	width: 950px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}
#TopMenuBar ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#TopMenuBar ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#TopMenuBar ul li.first a {
	border-left: 1px solid #fff;
}
#TopMenuBar ul li a:hover {
	background-color: #cf1;
	color: #000;
}
#TopMenuBar .selected a {
	color: #000;
	background-color: #fff;
}

/* Second menu styles */
#SecondMenuBar {
	background: #ccc;
	clear: both;
	width: 100%;
	margin-top: 2px;
}
#SecondMenuBar ul {
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: auto;
	margin-right: auto;
	--background-color: #eee;
	color: white;
	width: 950px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}
#SecondMenuBar ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#SecondMenuBar ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #340;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#SecondMenuBar ul li.first a {
	border-left: 1px solid #fff;
}
#SecondMenuBar ul li a:hover {
	background-color: #cf1;
}
#SecondMenuBar .selected a {
	background-color: #fff;
}

/* Third and Result menu styles */
#ThirdMenuBar {
	background: #eee;
	clear: both;
	width: 100%;
	margin-top: 2px;
	--border-top: 1px solid #eee;
	--border-bottom: 1px solid #eee;
}
#ResultMenuBar {
	clear: both;
	width: 100%;
	margin-top: 2px;
}
#ThirdMenuBar ul, #ResultMenuBar ul {
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: auto;
	margin-right: auto;
	--background-color: #eee;
	color: white;
	width: 950px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}
#ThirdMenuBar ul li, #ResultMenuBar ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#ThirdMenuBar ul li a, #ResultMenuBar ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #eee;
	color: #340;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#ThirdMenuBar ul li.first a, #ResultMenuBar ul li.first a {
	border-left: 1px solid #fff;
}
#ThirdMenuBar ul li a:hover {
	background-color: #cf1;
}
#ResultMenuBar ul li a:hover {
	--border: 1px solid #f00;
	background-color: #cf1;
}
#ThirdMenuBar .selected a {
	background-color: #fff;
}

#mainbodycontainer, #mbc 
{
	width: 950px;
	padding-top: 20px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	min-height: 650px;
}

#footer
{
	width: 100%;
	display: block;
	clear: both;
	border-top: 1px solid #ccc;
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 10px;
}

#copyright_statement
{
	font-size: xx-small;
	padding-top: 0.3em;
	text-align: center;
}
#copyright_statement a
{
	font-size: xx-small;
}

#languages
{
	margin-left: 20px;
	margin-bottom: 10px;
}

*.back_link
{
	margin-bottom: 1em;
	font-weight: bold;
}

table.table_data_detail {
    border-collapse: collapse;
}
/* don't allow the text to wrap */
table.table_data_detail th {
    text-align: left;
    vertical-align: top;
    padding: 0px;
    white-space: nowrap;
    padding-top: 0.5em;
    padding-right: 0.5em;
	    
}
table.table_data_detail td {
    padding-left: 0.5em;
    padding-top: 0.5em;
}
table.table_data_detail caption {
    white-space: nowrap;
    text-align: left;
    font-size: 115%;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.25em;
}
table.table_data_detail tr.rowtype1 {
     background-color: #eeeeee; 

}



table.table_data_list {
     border-collapse: collapse;
}
table.table_data_list td {
         margin: 0;
         padding: 0.2em;
         padding-right: 0.5em;
         padding-left: 0.5em;
         text-align: left;
         vertical-align: top;
}
table.table_data_list th {
	background-color: #BDEB07;
	border: 1px solid #fff;
	text-align: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
table.table_data_list *.first_column {
     text-align: left;
     padding-left: 0.5em;
     padding-right: 0.5em;
}

table.table_data_list tr.rowtype1 td{
	background-color: #ececec; 
	border: 1px solid #fff;
}
table.table_data_list tr.rowtype2 td {
	background-color: #f0f0f0;
	border: 1px solid #fff;
}
table.table_data_list tr.rowtype_blank td {
	background-color: #fff;
	border: 1px solid #fff;
}
table.table_data_list td {
	background-color: #eee; 
	border: 1px solid #fff;
}

table#dashboard td {
     text-align: center;
}

label.report_menu {
    font-weight: bold;
    width: 5em;
    display: block;
    float: left;
}

#calendarcontainer {
    padding: 0px;
    border: 1px solid black;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    float: left;    
    clear: both;
}

#hide_calendar {
    float: left;
    clear: both;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

#about_this_question {
		clear: left;
		width: 100%;
		margin-top: 2em;
	}
	
#about_this_question table {
	margin-bottom: 1em;
}		
	
#about_this_question div {
	width: 100%;
	 border-top: 1px solid #cccccc; 
	 background-color: #f6f6f6;
	 margin-bottom: 2em;
}
	 	
#about_this_question table th {
	text-align: left;
	vertical-align: text-top;
	padding: 1em;
}



ul.radio_list li
{
	list-style: none;
}


#report_settings {
	text-align: left;
	width: 100%;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;
}

#report_settings table {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#report_settings *.background {
	width: 100%;
	border-top: 1px solid #cccccc;
	background-color: #f6f6f6;
}




#show_raw_data {
	margin-bottom: 2em;
	float: left;
}

#add_to_favourites {
	float: left;
	width: 100%;
}

#add_to_favourites div {
	border-top: 1px solid #cccccc; 
	background-color: #f6f6f6; 
	padding: 0;
	margin-bottom: 2em;
}

a.category:hover {font-size: 20px;}
	
*.questionnaire_view_hidden_title {
	font-size: 120%;
	font-weight: bold;
	color: red;
	}

*.small_link {
		font-weight: normal;
		font-size: x-small;
	}

table.crosstab_table th {
	background-color: #BDEB07;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
table.crosstab_table td {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
	padding: 3px;
}
table.crosstab_table td.numeric {
	text-align: right;
}

table#leads_log th {
	background-color: #BDEB07;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table#leads_log td {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	padding-right: 15px;
}

	
#reporting_form {
}	
#reporting_form td, #reporting_form th {
	text-align: left;
	padding-bottom: 1em;
	padding-right: 1em;
}	
	
	
#report_settings {
	margin-top: 2em;
	margin-bottom: 2em;
}

#report_settings div.col {
	float: left;
	padding: 1em;
	margin: 0px;
}

*.report_settings_submit {
	width: 100%;
	text-align: center;
	clear: both;	
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f6f6f6;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

*.report_settings_add_favourite {
	width: 100%;
	background-color: #f6f6f6;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding-top: 1em;
	padding-bottom: 1em;
}

#report_settings caption {
    font-size: 115%;
    font-weight: bold;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

#show_raw_data {
	padding: 0;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	clear: both;
}

	
div.WarningContainer {
	width: 100%;
}
div.Warning, div.warning {
	background: #fcc;
	border: #a00 solid 2px;
	color: #900;
	width: 50%;
	max-width: 900px;
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
span.Warning, span.warning {
	background: #fcc;
	border: #a00 solid 2px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	color: #900;
	text-align: center;
}
.Warning a, .warning a {
	color: #000 !important;
}
.Warning a:hover, .warning a:hover {
	color: #633 !important;
}

div.Message, div.message {
	background-color: #BDEB07;
	font-weight: bold;
	border: #ad0 solid 2px;
	color: #360;
	width: 50%;
	max-width: 900px;
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
span.Message, span.message {
	background-color: #BDEB07;
	font-weight: bold;
	border: #ad0 solid 2px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	color: #360;
	text-align: center;
}

div.login-help {
	width: 90%;
	max-width: 780px;
	margin-bottom: 20px;
}
div.login-help-box {
	background-color: #361;
	color: #BDEB07;
	font-weight: bold;
	width: 45%;
	max-width: 380px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 5px;
	padding-top: 10px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

div.login-help-box h2, div.login-help-box label  {
	color: #fff;
}

div.login-help-box p {
	display: block;
	margin-top: 20px;
}

/* Comment styles */
div.comment {
	border: 1px solid #eee; 
	margin-bottom: 10px;
}

div.comment div.comment-header {
	background: #eee;
}

div.comment span.comment-author {
	font-size: 1.1em; 
	font-weight: bold;
}

div.comment span.comment-date {
	font-size: 1.0em; 
	font-style: italic; 
	margin-left: 25px;
}

div.comment div.comment-meta {
	background: #eee; 
	font-size: 0.9em;
	font-style: italic;
}

div.wrapping_column {
/* Idea is that floating columns should align side by side only when there is enough room */
	float: left;
	width: 50%;
	margin-bottom: 50px;
	min-width: 400px;
}

/* Stuff to do with the briefcase section */
div.briefcase_files {
	margin-bottom: 2em;
	}

div.briefcase_add {
	}
	
.notification_area_icon {
	margin-right: 3px;
	padding-bottom: 5px;
}

*.alert_message {
    background-color: #fff9d7;
    padding: 1em;
    border: 1px solid #e2c822;
    margin-bottom: 1em;	
}


#loginstrapline
{
	text-align: right;
}

.homepage_graph
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.graph_image
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

pre.sqlcode {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 1px solid #999;
	background: #ffe;
	font-family: monospace;
}

fieldset.login-help {
	margin-top: 20px;
}

/* Action and Error Messages */
.message {
	border: 1px solid ;
}

.warning {

}

/* Documentation styles */
div.toc {
	margin:1.2em 0 0 2em;
	float:right;
	width:300px;
	font-size:80%;
	clear:both;
}

div.tocheader {
	background-color:#670;
	color: #fff;
	text-align:left;
	font-weight:bold;
	padding:3px;
	margin-bottom:2px;
}

span.toc_open, span.toc_close {
	border:0.4em solid #dee7ec;
	float:right;
	display:block;
	margin:0.4em 3px 0 0;
}
span.toc_open span, span.toc_close span {
	display:none;
}
span.toc_open {
	margin-top:0.4em;
	border-top:0.4em solid #000;
}
span.toc_close {
	margin-top:0; border-bottom:0.4em solid #000;
}
#toc__inside {
	border:1px solid #666;
	background-color:#fff;
	text-align:left;
	padding:0.5em 0 0.7em 0;
}
ul.toc {
	list-style-type:none;
	list-style-image:none;
	line-height:1.2em;
	padding-left:1em;
	margin:0;
}
ul.toc li {
	background:transparent url(/dokuwiki/lib/tpl/default/images/tocdot2.gif) 0 0.6em no-repeat;
	padding-left:0.4em;
}
ul.toc li.clear {
	background-image:none;
	padding-left:0.4em;
}
ul.toc li {
	clear: both;
}
div.li {
	display: inline;
}

img.media {
	margin-top: 10px;
	margin-bottom: 5px;
}

ol {
	margin-left: 20px;
	padding-left: 20px;
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
}
ol li {
	margin-bottom: 5px;
}
ol li div.li {
	font-size: 1em;
	font-weight: normal;
	color: #000;
}

a.toc:link, a.toc:visited {
	color:#436976;
}
a.toc:hover, a.toc:active {
	color:#000;
}
div.dokuwiki h1 a {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}
div.dokuwiki h2 a {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
div.dokuwiki h3 a {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
div.dokuwiki h4 a {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}
div.dokuwiki h5 a {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
div.dokuwiki h6 a {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
div#documentation_back_link {
	margin-top: 15px;
}
ul#languages {
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	/* width: 950px; */
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}
ul#languages li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
ul#languages li a {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	border-right: 1px solid #fff;
}
