@import url(include/questions.css);

html, body{
	height:100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
 	font-family: 'Trebuchet MS', arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #5D5D5D;
	background-color: #F9F9F9;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
}

body.simple {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
 	font-family: 'Trebuchet MS', arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #5D5D5D;
	background-image: url(images/simplebg.jpg);
	/*background-repeat: no-repeat;*/
}


body.simplePublic {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
 	font-family: 'Trebuchet MS', arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #5D5D5D;
	background-image: url(images/simplebg.jpg);
}

form {
	padding: 0px;
	margin: 0px;
}

table {
	font-size: 11px;
	border-collapse: COLLAPSE;
	border: 0px;
	padding: 0px;
	text-align:left;
}

/* Workaround for Zapatec calendar css problem: border-collapse property for general Table
	 Created jumps in the popup calendar when moving over the day cells */
.calendar table {
	border-collapse: separate;
}

table.colorTable {
	BORDER-COLLAPSE: SEPARATE;
	border: 0px;
	padding: 0px;
}

/* -------------- DO WE NEED THIS???? USED BY EXTREMETABLE, DO WE NEED BOTH STYLESHEETS? ------------------------- */
.contentList {
	width: 100%;
}

.contentList thead tr {
	font-size: 12px;
	background-color: #d9d8d8;
	height: 16px;
}
.contentList .even {
	background-color: #e3e2e2;
	height: 16px;
}
.contentList .odd {
	background-color: #eeeded;
	height: 16px;
}

.contentList .odd td, .contentList .even td {
	padding-left: 0px;
	padding-right: 0px;
	height: 16px;
}

.contentList .highlight td {
	padding-right: 0px;
	padding-left: 0px;
	height: 16px;
}

/* -------------- Page/Box attribute cell classes ------------- */
.pageTitle {
	padding-top: 5px;
	padding-left: 2px;
	font-size: 20px;
	color: #888888;
}

table.sectionTable {
	width: 100%;
}

.border {
	border: 1px solid #CCCCCC;
}

.sectionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	vertical-align: bottom;
	padding-top:3px;
	padding-bottom:3px;
}

.subTitle {
	font-size: 13px;
	font-weight: bold;
	color: #888888;
	vertical-align: bottom;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

.itemTitle {
	font-size: 13px;
	vertical-align: bottom;
	padding-top:5px;
	padding-bottom:3px;
	padding-left: 3px;
	padding-right: 3px;
	color: #003366;
}
.sectionSpace {
	padding-top:7px;
	padding-bottom:7px;
	height: 14px;
}

td.boxicon {
	vertical-align:	bottom;
	padding-bottom: 2px;
}

td.boxTitle {
	vertical-align:	bottom;
	padding-bottom: 2px;
}

td.boxContent {
	padding-left: 	5px;
	padding-top: 	15px;
	padding-right: 	5px;
	padding-bottom: 15px;
}

tr.actionMenuItem {
	height:			18px;
}

tr.actionMenuItemDelimiter {
	height:			5px;
	background-image: url(images/medium/box_content/action_delimiter.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.menuBox {
	padding-left: 	5px;
	padding-top: 	5px;
	padding-right: 	5px;
	padding-bottom: 0px;
}


td.tableRowIcon{
	width: 18px;
	text-align: center;
	vertical-align: top;
}


td.sectionBoxTopTD{
	border: 1px solid #bcbcbc;
}

table.sectionBoxTop{
	width: 100%;
	border-collapse: COLLAPSE;
	background-color: #bcbcbc;
	border: 1px solid #bcbcbc;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	border-collapse: COLLAPSE;
}

td.sectionBoxHeading{
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 2px;
}

td.sectionBoxTD{
	border: 1px solid #bcbcbc;
	background-color: #e9e9e9;
	padding-top: 7px;
}

table.sectionBox {
	width: 100%;
	padding-left: 5px;
}


/* -------------- General link class ---------------------------- */
a {
	text-decoration: none;
	color: #44658E;
}

a:hover {
	text-decoration:underline;
}

/* -------------- Tom menu links (top right corner) -------------- */
a.topmenu {
	color: #FFFFFF;
}

a.topmenu:hover {
	color: #9dda57;
}

/* -------------- Main menu links (top menu bar) ------------------ */
a.mainmenu {
	color: #4b4b4b;
}

a.mainmenu:hover {
	color: #599928;
}

/* -------------- Crumbs links ------------------------------------ */
a.crumbs {
}

a.crumbs:hover {
}

/* -------------- Highlighted links ------------------------------------ */
a.highlightSelected {
	color: #4FAA05;
	text-decoration:underline;
	font-weight: bold;
}

td.highlightSelected {
	background-color: #4FAA05;
}

td.highlightItem {
	background-color: #d9d8d8;
}

/* -------------- Class for small texts and links ------------------ */
.small{
	font-size: 10px;
	font-weight: normal;
}

.verySmall{
	font-size: 12px;
	font-family: arial narrow;
	font-weight: normal;
}

/* -------------- Class for text cell inside main box -------------- */
td.text {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	text-indent: 0pt;
}

/* -------------- Class for single response cells   -------------- */
TD.reportTitle {
	background-color: #d5d5d5;
	color: #5D5D5D;
	font-weight: bold;
	padding-left: 2px;
	vertical-align: top;
}

TD.reportQText {
	background-color: #d5d5d5;
	padding: 2px;
	color: #5D5D5D;
	font-weight: bold;
	vertical-align: top;
}

TD.reportResult {
	text-align: left;
	padding: 5px;
	color: #5D5D5D;
}

TD.reportMatrixcell {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
}

table.report {
	border: 1px solid #d5d5d5;
	width: 100%;
}

HR.report{
	text-align: left;
	color: #CCCCCC;
	width: 30%;
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* -------------- Class for form cells --------------------------- */
td.form {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	text-indent: 0pt;
	/*height: 15pt;*/
}

/* class for cell with label for textarea. Top aligns the text.*/
td.formTop {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 3px;
	text-indent: 0pt;
	vertical-align: top;
}
/* form top with extra padding on top. Used with advanced textarea */
.formTopPadding {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 17px;
	text-indent: 0pt;
	vertical-align: top;
}


/* class for name in name/value pair  */
.label {
	/*font-weight: bold;*/
}
.value {
}

/* -------------- Matrix map ------------------------------------ */
table.matrixMap{
	background-color: #E0E0E0;
	cursor: pointer;
	border: 1px solid #D3D3D3;
}

.matrixMapCell{
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	height: 3px;
	border: 1px solid #D3D3D3;
}

.matrixMapCellSel{
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	height: 3px;
	background-color: #B0CF9B;
	border: 1px solid #B0CF9B;
}


/* -------------- Tab style ------------------------------------ */
table.tabs {
	border-collapse: separate;
}

.tab_selected {
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	border-bottom: 0px;
	background-color: #F4F4F4;
	cursor: default;
	text-indent: 0pt;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space:nowrap;
}

.tab_notselected {
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	background-color: #C4C4C4;
	color: #FFFFFF;
	cursor: pointer;
	text-indent: 0pt;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space:nowrap;
}

.tabSpace {
	border-top: 0px;
	border-bottom: 1px solid #C4C4C4;
}

.tabcontent{
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 20px;
	background-color: #F4F4F4;
}

/* -------------- Content and bar classes ------------------------ */
.expandContent{
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 20px;
	background-color: #F4F4F4;
}

.boxActionContent{
	background-color: #e9e9e9;
	border: 1px solid  #e2e2e2;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	0px;
	padding-bottom: 7px;
}

.highlightMenuItem{
	font-weight: bold;
	background-position: right top;
	background-image: url("images/actionMenuBg.gif"); 
	background-repeat: no-repeat;
}

.boxActionBar{
	vertical-align: middle;
}

/* -------------- Class for buttons cell ------------------------ */
td.buttons {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 7px;
	text-indent: 0pt;
	vertical-align: middle;
}


/* -------------- TD with line ----------------------------- */
td.line {
	padding-top: 	0px;
	padding-bottom: 0px;
	border: 0;
	vertical-align: top;
}

/* -------------- Input fields classes ----------------------------- */
INPUT {
		 text-indent: 1pt;
		 color: #5D5D5D;
		 border: #CCCCCC 1px solid;
		 height: 13px;
		 font-size: 11px;
}

SELECT {
	text-indent: 1pt;
	font-size: 11px;
	color: #5D5D5D;
	border: #CCCCCC 1px solid;
	border-color: #CCCCCC;
}

TEXTAREA {
		 text-indent: 1pt;
		 color: #5D5D5D;
		 border: #CCCCCC 1px solid;
		 font-size: 11px;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

INPUT.checkbox, INPUT.radio {
		 border: 0px;
	padding: 0px;
	margin: 0px;
	width: 13px;
	height: 13px;
}

INPUT.button {
		 background-color: #FFFFFF;
		 border: #CCCCCC 1px solid;
	text-indent: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	/*padding-top: 2px;*/
		 font-size: 11px;
	text-align: center;
	margin: 0px;
	height: 17px;
}

.file {
	height: auto;
	border-collapse: collapse;
}

.width5 {
	 width: 5px;
}

.width20 {
	 width: 20px;
}

.width25 {
	 width: 25px;
}

.width30 {
	 width: 30px;
}

.width50 {
	 width: 50px;
}

.width100 {
	 width: 100px;
}

.width120 {
	 width: 120px;
}

.width150 {
	 width: 150px;
}

.width190 {
	 width: 190px;
}

.width200 {
	 width: 200px;
}

.width250 {
	 width: 250px;
}

.width300 {
	 width: 300px;
}

.width400 {
	 width: 400px;
}

.width500 {
	 width: 500px;
}

.width600 {
	 width: 600px;
}

.width640 {
	 width: 640px;
}

.width700 {
	 width: 700px;
}

.width100percent {
	 width: 100%;	
}

.error {
	border: #ff9999 1px solid;
}

/** select elements need a separate error class (changing border color doesn't work in IE) */
.errorSelect {
	border: #ff9999 1px solid;
	color: red;
}

/** text elements need a separate error class, used where text/label must be highlighted as error */
.errorText {
	color: red;
}

.greenText {
	color: green;
}

.redText {
	color: red;
}

.yellowText {
	color: #E57200;
}

.leftPadding3 {
	 padding-left: 3px;
}

.noPadding{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin: 0px;
	border-collapse: COLLAPSE;
	border: 0px;
}

.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right{
	text-align: right;
}

.top{
	vertical-align: top;
}

.fixedVerticalPos{
	position: fixed;
	top:350px;
	margin-left: auto;
	margin-right: auto;
}
	

/* Matrix question */
Table.matrixAdmin {
	/*background-color: #D5E6FB;*/
}

TD.matrixCellAdmin {
	width: 30px;
	height: 30px;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	text-indent: 0pt;
	text-align: center;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	/*background-color: #FFFFFF;*/
}


/* backgrounds use in the branching overview screen */
.redFill{
	background-color: red;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: white;
}

.greenFill{
	background-color: #62AA2C;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: white;
}


.popup {
	position: absolute;
	visibility: hidden;
	top: -100px;
	left: -100px;
	background-color: #EEEEEE;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 2px;
	z-index: 10
}

/**
 * Elements supporting piping
 */
.piping {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/piping_bg.gif);
	background-color: #FFFFFF;
}


.disabled {
	background-color: #ebe9e9;
	color: #BAB8B8;
}

.inactive {
	background-color: #ebe9e9;
	color: #BAB8B8;
}

/* IMPORTANT This will set the element invisible, but it will still take up the same space as before.
 * 			 For complete hiding use display:none */
.notVisible {
	visibility: hidden;
}

/* ALL ELEMENTS (boxes) WITH CORNERS */
.topLeftBox {
	background-position: top left; 
	background-image:url('images/boxcorners.jpg');
	height: 27px;
}

.topRightBox {
	background-position: top right; 
	background-image:url('images/boxcorners.jpg');
	height: 27px;
}

.bottomLeftBox {
	background-position: bottom left; 
	background-image:url('images/boxcorners.jpg');
	height: 10px;
}

.bottomRightBox {
	background-position: bottom right; 
	background-image:url('images/boxcorners.jpg');
	height: 10px;
}

.topBox {
	background-position: top; 
	background-image:url('images/boxtopbottom.jpg');
	height: 21px;
}	

.bottomBox {
	background-position: bottom; 
	background-image:url('images/boxtopbottom.jpg');
	height: 10px;
}	

.leftBox {
	background-position: left; 
	background-image:url('images/boxedges.jpg');
	width: 5px;
}	

.rightBox {
	background-position: right; 
	background-image:url('images/boxedges.jpg');
	width: 5px;
}	

.floatingMessageBox {
	display: none;
	position: fixed;
	padding: 20px;
	background: #f4f4f4;
	border: 1px solid #dddddd;
	z-index: 101;
}

.floatingTooltip {
	display: none;
	position: absolute;
	padding: 5px;
	background: #f4f4f4;
	border: 1px solid #dddddd;
	z-index: 101;
	max-width: 500px;
}


.notificationMsg {
	background: #f5f7a6;	
	display: none;
}
                 

/* Quota related styles */
.hideWhenNoQuotas {
	display: none;
}

.quotaGroupName {
	font-style: italic;
}

.quotaBelongsToQuestion {
	color: #a0a0a0;
}
.quotaReached {
	background-color: #bcefa9;
}

.level1 {
	text-indent: 5px;
	font-weight: bold;
}

.level2 {
	text-indent: 20px;
}

.level3 {
	text-indent: 35px;
}

.level4 {
	text-indent: 50px;
}

.level5 {
	text-indent: 65px;
}

.quotaEdited {
	background-color: #DDC0C3;
}

