/* 

	This is a stand alone stylesheet for the Just Ask Us LimeSurvey implementation.
	
*/




/*****************************************************************************************
 *		 	Content styles for standard (X)HTML elements
 ****************************************************************************************/

/* start from a clean slate */
* {
	margin: 0;
	padding: 0;
}


/************************
 * HEADINGS
 ************************/
 
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 0.34em 0;
	line-height: 1.2;
}

h2 {
	font-size: 1.43em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	border-bottom:1px dotted #015FA5;
	color: #0068B5;
	font-size: 1.67em;
	font-weight: bold;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	color: #0068B5;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.33em 0 0.67em 0;
	color: #0068B5;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.67em 0 .84em 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 1.17em 0;
}


/************************
 * BODY TEXT BLOCK ELEMENTS
 ************************/
 
p {
	line-height: 1.3; /*Adjust this property for optimum readability. Remeber - wider content may require a larger line height.*/
	margin: 0 1em 1em 0;
	color: #0068B5;
}

blockquote {
	font-weight: bold;
	margin: 1em 0;
	padding: 0 0 0 30px;
}

pre {
	margin: 1em 0;
	padding: 0 0 0 30px;
}

address {
	margin: 1em 0;
	padding: 0 0 0 30px;
	font-family: inherit;
	font-style: normal;
}

dd address {
	margin: 0;
	padding: 0;
}


/************************
 * LISTS
 ************************/

ul {
	margin: 1em 0;
	padding: 0 0 0 30px;
}

ol {
	margin: 1em 0;
	padding: 0 0 0 30px;
}

li {
	padding: 0;
	margin: 0;
	list-style-type: none
}

/* definition lists */
dl {
	padding: 0;
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0 0 0 30px;
	margin: 0.5em 0;
}


/************************
 * INLINE TEXT ELEMENTS
 ************************/

i, em {
	letter-spacing: 0.08em;
	margin-right: 1px;
}

b, strong {
	font-weght: bold;
}

a:link,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: hand;
}

a:active {

}

/* treatment for 'help' text styles */
abbr, acronym, span.help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

/* CODE: Designates a fragment of computer code.
   SAMP: Designates sample output from programs, scripts, etc.
   KBD: Indicates text to be entered by the user.
   VAR: Indicates an instance of a variable or program argument. */
code, samp, kbd, var {

}

/* quote */
q {

}

/* Contains a citation or a reference to other sources. */
cite {

}

/* Indicates that this is the defining instance of the enclosed term */
dfn {

}

/* subscript */
sub {

}

/* superscript */
sup {

}

/* small text */
small {
	font-size: 0.82em;
}



/************************
 * MISCELLANEOUS
 ************************/
 
/* stop borders on images used as links */
img {
	border: none;
}

/* IE puts a margin on <form> elements which we NEVER want.  Remove it */
form {
	margin: 0;
	padding: 0;
}

/************************
 * link button
 ************************/

a.link-button {
	background: transparent url(../../../sites/all/themes/customtheme/Common/images/backgrounds/bg_combined.png) no-repeat 0 0;
	display: -moz-inline-box; /* Mozilla */
	display: inline-block; /* Opera, Safari, MAC IE */
	*display: inline; /* WIN IE 5,6,7 */
	zoom: 1; /* make sure IE hasLayout */
	height: 29px;
	line-height: 29px;
	text-decoration: none !important; /* IE6 was not picking up the no underline */
	vertical-align: middle;
	position: static;
	_width: 0; /* for IE6 when you align the buttons to the right */
	white-space: nowrap; /* stop buttons going to two lines */
}

a.link-button span {
	background: transparent url(../../../sites/all/themes/customtheme/Common/images/backgrounds/bg_combined.png) no-repeat 100% 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	line-height: 29px;
	height: 29px;
	padding: 0 10px;
	margin-right: -3px; /* pull the span off to the right so the background does not show through the transparent background */
	font-weight: bold;
	vertical-align: middle;
	position: static;
}

a.link-button:hover span {
	color: #164062;
}

input.link-replaced {
  display: none;	
}


/*****************************************************************************************
 *		 	Survey styles
 ****************************************************************************************/
 
body.justaskus-survey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #F9F9F9;
	color: #000;
	position: relative;
}

/* content */
h2.survey-name {
	font-size: 24px;
	border: none;
}

h3.question,
h3.question label {
	color: #0068B5;
	font-weight: bold;
}

.survey-desription {
	font-size: 14px;
	font-weight: bold;
}

.privacy-message {
	
}

.privacy-message strong i {
	font-style: none;
}

.answer {
	margin: 0 40px;
}


.answertext {
	font-size: 12px;
	color: #0068B5;
}

/* footer */
table#survey-footer {
	margin: 10px 0;
}

table#survey-footer td.center a.link-button,
table#survey-footer td.center input {
	margin: 0 5px;
}

table#survey-footer .clearall {
	font-size: 11px;
}

table#survey-footer .clearall a {
	color: #0068B5;
}

.question input,
.question label {
	margin: 0 5px 5px 5px;
}

.question input.radio {
	margin-top: 5px;
}

.question label {
	color: #D3770A;
	font-weight: bold;
	*vertical-align: middle; /* Just for IE */
}

.question-help {
	margin: 10px 0;
	font-size: 10px;
}

.question-help img {
	margin: -2px 5px 0 0;
}      

.arraycaptionleft {
	text-align: right;
}

.errormandatory  {
	font-size: 12px;
	font-weight: bold;
	color: RED;
}

.warningjs {
	font-size: 12px;
	font-weight: bold;
	color: RED;
}

.surveytitle:hover {
	text-decoration: underline;
	color: #819d26;
}

.languagechanger {
	font-size: 1em;
}

table.question tr.array1:hover  {
	background-color: #DDD; 
}

table.question tr.array2:hover {
	background-color: #DDD; 
}

.asterisk {
	display: none;
}

/* percentage graph */
.percent-complete {
	position: absolute;
	top: 0;
	right: 0;
}

.percent-complete .innergraph img {
	vertical-align: top;
	height: 12px;
}

.percent-complete .innergraph table {
	height: 12px;
	border: 1px solid #0068B5;
	table-layout: fixed !important;
}

.percent-complete .innergraph td {
	font-size: 13px;
	font-weight: bold;
	color: #8BA0B0;
}

/* print */
.printouttable {
	width: 100%;
}

.printouttable td {
	border-style: solid;
	border-color: #ffffff;
	border-bottom-color: #ddddff;
	border-width: 1px;
}

.printouttable td:first-child {
	background-color: #ddddff;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

.printouttitle {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 18px;
}

/* list styles  */


  ul.cols-2 , table.cols-2
, ul.cols-3 , table.cols-3
, ul.cols-4 , table.cols-4
, ul.cols-5 , table.cols-5
, ul.cols-6 , table.cols-6
, ul.cols-7 , table.cols-7
, ul.cols-8 , table.cols-8
{
	width: 98%;
	margin: 0% auto 0% auto;
}
  ul.cols-2 li , ul.cols-2-ul
, ul.cols-3 li , ul.cols-3-ul
, ul.cols-4 li , ul.cols-4-ul
, ul.cols-5 li , ul.cols-5-ul
, ul.cols-6 li , ul.cols-6-ul
, ul.cols-7 li , ul.cols-7-ul
, ul.cols-8 li , ul.cols-8-ul
{
	float: left;
	padding: 0% 0.5em;
	white-space: normal
}

ul.cols-2 li , ul.cols-2-ul , table.cols-2 td { width: 48%; }
ul.cols-3 li , ul.cols-3-ul , table.cols-3 td { width: 30.5%; }
ul.cols-4 li , ul.cols-4-ul , table.cols-4 td { width: 23%; }
ul.cols-5 li , ul.cols-5-ul , table.cols-5 td { width: 19%; }
ul.cols-6 li , ul.cols-6-ul , table.cols-6 td { width: 15%; }
ul.cols-7 li , ul.cols-7-ul , table.cols-7 td { width: 13%; }
ul.cols-8 li , ul.cols-8-ul , table.cols-8 td { width: 11.5%; }

.list-dropdown-flexible p.question
{
	margin-left: 1em;
}
/* STYLES NOT YET DEFINED - - - - -
.list-dropdown {}
*/
.list-with-comment div.list
{
	width: 47%;
	float: left;
	padding: 0.5em;
}
.list-with-comment p.select
{
	width: 47%;
	float: left;
	padding: 0.5em;
	margin: 0%;
}
.list-with-comment div.list p
{
	margin: 0%;
	text-align: left;
}
.list-with-comment p.comment
{
	margin: 0%;
	padding: 0.5em;
	text-align: left;
	float: left;
	width: 47%;
}
.list-with-comment p.comment textarea
{
	width: 100%;
}


.amount-of-questions 
{
	color: #0068B5;
}






