* {	
  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 {
    margin-bottom: 1em;
	font-size: 130%;
    clear: right;
    font-weight: bold;
}


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

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

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 
{
	border-bottom: 1px solid #cccccc; 
	margin-bottom: 1em; 
	padding-top: 0.2em; 
	padding-left: 20px;
	padding-bottom: 0.2em;
}
#top_bar_inner
{
	width: 100%; 
	margin: 0 auto;
}
	
#user_name 
{
	padding-right: 20px;
	text-align: right; 
}
#user_name a
{
	font-weight: bold;
}
#logo_bar
{
	padding-left: 0px;
	padding-right: 0px;
	background: no-repeat 50px url(/assets/opinion-8.png);
	height: 93px;
	width: 100%; 
}
#left_logo
{
	display: none;
}
#right_logo
{
	position: absolute;
	top: 40px;
	right: 25px; 
	margin-right: 20px;
}
#pageheader
{
	/* background-color: #cccccc; 
	border-top: 1px solid #bdeb07; 
	border-bottom: 1px solid #bdeb07; */
	margin-top: 10px;
	clear: both;
}
#pageheader_inner
{
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 20px; 
	padding-bottom: 5px; 
}
#pageheader_inner h1
{
	margin: 0;
	padding: 0;
}

/* Tab menu styles */
.TabMenu {
	border-bottom: 2px solid #9a0;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.TabMenu .TabItem {
	margin-left: 20px;
	background: #eee;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #9a0;
}
.TabMenu .selected {
	background: #fff;
	border-left: 2px solid #9a0;
	border-right: 2px solid #9a0;
	border-top: 2px solid #9a0;
	border-bottom: 2px solid #fff;
}
.TabMenu .first {
	margin-left: 50px !important;
}
.TabMenu .TabItem a {
	background: none;
	color: #340;
	text-decoration: none;
	font-weight: bold;
}
.TabMenu .TabItem a:hover {
	background: none;
	color: #000;
}
.TabMenu .TabItem:hover {
	border-top: 2px solid #9a0;
	border-left: 2px solid #9a0;
	border-right: 2px solid #9a0;
	border-bottom: 2px solid #fff;

	background: #cf1;
}

/* Second level tab menu override styles */
#nav_menu_2.TabMenu {
	border-bottom: 1px solid #9a0;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#nav_menu_2.TabMenu .TabItem {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #9a0;
}
#nav_menu_2.TabMenu .selected {
	border-left: 1px solid #9a0;
	border-right: 1px solid #9a0;
	border-top: 1px solid #9a0;
	border-bottom: 1px solid #fff;
}
#nav_menu_2.TabMenu .TabItem a {
	font-weight: normal;
}
#nav_menu_2.TabMenu .TabItem:hover {
	border-top: 1px solid #9a0;
	border-left: 1px solid #9a0;
	border-right: 1px solid #9a0;
	border-bottom: 1px solid #fff;

	background: #cf1;
}

/* Third level tab menu override styles */
#nav_menu_3.TabMenu {
	border-bottom: 1px solid #999;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#nav_menu_3.TabMenu .TabItem {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
}
#nav_menu_3.TabMenu .selected {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
}
#nav_menu_3.TabMenu .TabItem a {
	font-weight: normal;
}
#nav_menu_3.TabMenu .TabItem:hover {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fff;

	background: #cf1;
}

/* IE6 fix */
* html .TabMenu a:hover { color: #ccff11; text-decoration: underline;}

/* IE6 fix */
* html #nav_bar{ padding-top: 3px; padding-bottom: 3px; border: 0px; margin: 0px; height: 25px;}
/* IE6 fix */
* html #nav_bar:hover { padding-top: 3px; padding-bottom: 3px; border: 0px; margin: 0px; height: 25px;}
/* IE6 fix */
* html #nav_bar a { border: 0px; padding: 2px; }
/* IE6 fix */
* html #nav_bar a:hover { border: 0px; padding: 2px; }
/* IE6 fix */
* html #nav_bar .selected a { border: 0px; padding: 2px; background: #9a0; }
/* IE6 fix */
* html #section_nav_bar{ padding-top: 3px; padding-bottom: 3px; border: 0px; margin: 0px; height: 25px;}
/* IE6 fix */
* html #section_nav_bar:hover { padding-top: 3px; padding-bottom: 3px; border: 0px; margin: 0px; height: 25px;}
/* IE6 fix */
* html #section_nav a { border: 0px; padding: 2px; }
/* IE6 fix */
* html #section_nav a:hover { border: 0px; padding: 2px; }
/* IE6 fix */
* html #section_nav .selected a { border: 0px; background: #9a0; }
/* IE6 fix */
* html #page_nav_bar{ padding-top: 3px; padding-bottom: 3px; border: 0px; margin: 0px; height: 25px;}
/* IE6 fix */
* html #page_nav_bar:hover { padding-top: 3px; padding-bottom: 3px; border: 0px; margin: 0px; height: 25px;}
/* IE6 fix */
* html #page_nav a { border: 0px; padding: 2px; }
/* IE6 fix */
* html #page_nav a:hover { border: 0px; padding: 2px; }
/* IE6 fix */
* html #page_nav .selected a { border: 0px; padding-top: 0px; background: #999; }


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

#footer_divider
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

#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 td {
	background-color: #eee; 
	border: 1px solid #fff;
}

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 {
		float: left;
		clear: left;
		width: 100%;
		margin-top: 2%;
	}
	
#about_this_question table {
		margin-bottom: 1em;
}		
	
#about_this_question div {
	 border-top: 1px solid #cccccc; 
	 background-color: #f6f6f6; 
	 padding: 2%;
	 margin-bottom: 2em;
}
	 	
#about_this_question table th {
	text-align: left;
	padding-right: 1em;
	vertical-align: text-top;
}



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


#report_settings {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

#report_settings *.background {
	float: left;
	width: 96%;
	border-top: 1px solid #cccccc; 
	padding: 2%; 
	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: 2%;
	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 {
	padding-bottom: 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: 0.5em;
}

*.report_settings_add_favourite {
	width: 100%;
	background-color: #f6f6f6;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 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 {
	background: #fcc;
	border: #a00 solid 2px;
	color: #900;
	width: 50%;
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
span.Warning {
	background: #fcc;
	border: #a00 solid 2px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	color: #900;
	text-align: center;
}
.Warning a {
	color: #000;
}
.Warning a:hover {
	color: #633;
}
	
/* 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;
}


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

div.briefcase_add {
	}


*.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;
}

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;
}