div.fixedDiv {
	width: 100%;
}

#MainContentTable {
	margin-bottom: 0;
}

#MainContentTable .cms-content {
	padding: 0 !important;
	position: relative;
	top: -10px;
}

td#MainInfoText {
	background-color: #82CDD0;
}

#footer-tmp {
	margin-top: 0;
}

#q_container {
	width: 100%;
	font-family: Roboto, sans-serif;
	color: #404040;
	background-color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

#q_container #header {
	width: 100%;
	height: 40px;
	background-color: #82cdd0;
	border: none !important;
}

#q_container #q_center {
	width: 960px;
	margin: 0 auto;
}

#q_cont {
	width: 800px;
	height: 540px;
	margin: 0 auto 0;
	padding-top: 40px;
}

#q_cont .start_image {
    background: url("img/open_im.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 252px;
    height: 222px;
    margin: 0 auto;
    text-align: center;
}

#MainContentTable #q_container h2 {
	text-align: center;
	font-weight: 100;
	font-size: 34px;
	margin: 30px auto;
	border: none !important;
}

#q_container .start_button, #q_container .repeat_button {
    background: url("img/button.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
    margin: 65px auto 0;
    padding: 7px 0 0;
    text-align: center;
    width: 152px;
}

#q_container .repeat_button {
	margin-top: 48px; 
}

#q_container .start_button:hover, #q_container .repeat_button:hover {
	background-position: 152px 0px;
}

#q_container #q_content {
	margin: 90px auto 0;
	height: 420px;
	width: 620px;
	display: none;
}

.start_text {
    margin: 40px auto;
}

#left, #right {
	border: 2px #757575 solid;
	width: 260px;
	height: 130px;
	float: left;
	padding: 20px;
	cursor: pointer;
	margin: 60px 0 0;
	overflow: hidden;
}

#right {
	float: right;
}

#left:hover, #right:hover {
	border: 2px #82cdd0 solid;
}

#result_block {
	display: none;
}

.result_image {
	margin: 0 auto;
	text-align: center;
}

#q_container #q_footer {
	width: 100%;
	height: 116px;
	background-color: #82cdd0;
}

#q_left_answer, #q_right_answer {
    /*background-color: #FFFF00;*/
    height: 130px;
    width: 240px;
}

.result_image {
    height: 56px;
    margin: 0 auto;
    padding: 161px 0 0;
    text-align: center;
    width: 252px;
}


/* progressbar */

#q_progressbar {
	padding: 4px 0 0 0;
	width: 960px;
	margin: 0 auto;
}

.progressbar {
	overflow: hidden;
	height: 14px;
    padding: 10px;
}

#MainContentTable .progressbar-table {
    width: 100%;
    height: 8px;
    border-collapse: separate;
    border-spacing: 2px 0;
    margin: 2px 0 0 0;
}

#MainContentTable .progressbar-table td,
.progressbar-begin,
.progressbar-end
{
    border: 0;
    padding: 0;
    line-height: 0px;
	background: rgb(250,250,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,252,1) 0%, rgba(224,225,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,252,1)), color-stop(100%,rgba(224,225,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafc', endColorstr='#e0e1e3',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 0 #6ba7a7;
}

#MainContentTable .progressbar-table td.filled,
.progressbar-begin.filled,
.progressbar-end.filled
{
    background: #fff467; /* Old browsers */
    background: -moz-linear-gradient(top, #fff467 0%, #ffdb57 100%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff467), color-stop(100%,#ffdb57), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff467', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 0 #58858b;
}
.progressbar-begin,
.progressbar-end
{
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.progressbar-table-container {
	margin: 0 12px;
}

.progressbar-begin {
    float: left;
}

.progressbar-end {
    float: right;
}

#q_container .no-select {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

.q_strange_quotes {
	color: #006699;
}