/* The page background */
#SurveyEngineBody {
	background: transparent url(bg.jpg) no-repeat fixed left top;
	background-color: #ffffff;
}

/* The background of the question area */
.Skin #SkinContent {
	background-color: white;
	border: 1px solid #CCCCCC;
}

/* can customize the width, font */
.SkinInner {
	/*width: 650px;*/
	/*font-family: Arial, Verdana, sans-serif;*/
	/*font-size: 10pt;*/
}

/*The logo bar background color */
.Skin #LogoBar {
	background-color: White;
	/*border-bottom: 30px solid #4D4D4D;*/
}

/* use the following to add a custom logo */
* html .Skin #Logo {
	filter: none;
	background-image: none; /* remove the qualtrics logo for ie */
}
html .Skin #Logo {
	height: 100px; /* image height here */
	background: transparent url(sabresolutiontrams.jpg) no-repeat scroll left center;
}

html .Skin #Logo2 {
	height: 100px;
	background: transparent url(STN2.png) no-repeat scroll right center;
	margin-right: 10px;
}

/* The buttons background color */
.Skin #Buttons {
	background-color: transparent;
    text-align: right;
}

/* progress bar color */
.Skin .ProgressBarFill {
	background: #4D4D4D;
}

/* The question text */
.Skin .QuestionText {
	font-size: 120%;
	font:#4D4D4D;
    padding: 3px;
	background-color: white;
	border-bottom: 1px solid #CCCCCC;
}

/* .ReadableAlt is the alternating row color on questions where it is needed for readability
 * .LightBG is an accent color used on several question types.
 */
.Skin .ReadableAlt,
.Skin .LightBG {
	background:#efefef;
}

/*Change hover color for Rank Order Drag and Drop questions.*/
.Skin .RO .DND ul li:hover {
	background: none repeat scroll 0 0 #D1BCBC;
}


/* Is the alternating row color on questions where it's not needed. */
.Skin .alt {
}

/* Is the non alternating color. Usually doesn't need to be touched. */
.Skin .reg {
}

/* Is a dark background color used an accent in several questions */
.Skin .DarkBG {
}

/* can be used to set the border color for all the quesions */
.Skin .BorderColor {
}

/* Example of "boxed look". Uncomment below */

.Skin .BorderColor {
	border-color: #white
}
.Skin .QuestionText{
	padding:10px;
	background: white;
	font: #4D4D4D;
}

.Skin .QuestionOuter .InnerInner {
	
	background: white;
}


/* Ugly styles that highlight what the above things do. Uncomment below */
/*
.Skin .alt {
	background: lightgray;
}

.Skin .ReadableAlt {
	background: gray;
}

.Skin .LightBG {
	background: yellow;
}

.Skin .DarkBG {
	color: white;
	background: black;
}

.Skin .BorderColor {
	border-color: red;
}
*/

