
body {
    font-family: sans-serif;
	background-color: #EEE;
}
#header, #main {
    background-color: #F8F8F8;
    margin-left: auto;
    margin-right: auto;
    width: 994px;
}
#main{
	padding-bottom: 40px;
}
#logo {
    float: right;
    margin-top: 15px;
	margin-right: 30px;
}
#logo a{
	background-image: url('http://www.wiris.com/system/files/attachments/889/wiris_35.png');
	display: block;
	width: 120px;
	height: 35px;
    overflow:hidden;
    text-indent: 200px;
}

#header h1 {
    float: left;
    font-size: 26px;
    color: #4D626E;
    margin-left: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 26px;
}
#answers{
    margin-left: 30px;
}
#column1, #column2 {
    width: 482px;
}
#column1 {
    float: left;
}

#column2 {
    float: right;
}

#help{
    background-color: #FFF6D5;
	border: 1px solid #C1A949;
	border-radius: 10px 10px 10px 10px;
	clear: both;
	color: #555555;
	font-size: 8pt;
    padding: 5px 10px 5px 5px;
	min-height: 85px;
	margin-top: 30px;
	box-shadow: 2px 2px 2px #c1b892;
    margin-left: 30px;
    margin-right: 30px;
}
#help:before{
    font-size:96px;
    content:'?';
    color:#fff;
    font-weight:bold;
    float:left;
    font-family: verdana;
    position:relative;
    top:-10px;
    margin-right:5px
}
#help a, #help a:visited{
    color: #092F42;
    font-weight:bold;
    text-decoration:none;
}
#help a:hover{
    text-decoration:underline;
}
#header {
    height: 70px;
    border-bottom: solid 2px #EEE;
	margin-top: 10px;
}

#back {
	margin-top: 10px;
}
#text {
	padding-top: 5px;
}
#back input{
	margin: 0;
	width: 130px;
}
input[name="test"]{
    width: 100px;
    margin-right: 5px;
}
#main h2 {
    font-size: 16px;
	
    color: #4D626E;
	
    margin-bottom: 5px;
    font-weight: bold;
}
strong {
    font-weight: bold;
    color: #279;
}
#list {
padding-top: 10px;
padding-bottom: 10px;
margin-left:30px;
margin-right:30px;

}
#list h3{
    display: block;
    float:left;
    clear:both;
    margin:0;
    font-weight: bold;
    font-size: 24px;
	color: #fff;
	padding-left:10px;
    padding-top:14px;
    padding-bottom:14px;
    padding-right:12px;
}
#list ul{
    display:block;
    float:left;
    height: 50px;
    margin:0;
    padding:0;

    color: #333;
}
#list div{
    height: 60px;
    
    margin-top:10px;
	margin-bottom:10px;
    border: solid 2px;
    border-radius: 10px;
}
div#level1{
    border-color:#c0504d;
    background-color:#c0504d;
}
div#level2{
    border-color:#bc9b52;
    background-color:#bc9b52;
}
div#level3{
    border-color:#9bba58;
    background-color:#9bba58;
}
div#other{
    border-color:#aaa;
    background-color:#aaa;
}
div#level3.disabled{
    border-color:#ddd;
    background-color:#ddd;
}
div.disabled a {
	pointer-events: none;
    cursor: default;
}
#list div.disabled ul {
	color:#ddd;
}
#list a{
    text-decoration: none;
}
#list h3 a,
#list h3 a:visited{
    color: #fff;
    display:inline-block;
}


body{

background: -moz-linear-gradient(top,  rgba(47,74,89,1) 0, rgba(47,74,89,1) 20px, rgba(190,201,209,1) 20px, rgba(190,201,209,1) 50px, rgba(238,238,238,1) 50px, rgba(238,238,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(47,74,89,1)), color-stop(20px,rgba(47,74,89,1)), color-stop(20px,rgba(190,201,209,1)), color-stop(50px,rgba(190,201,209,1)), color-stop(50px,rgba(238,238,238,0.98)), color-stop(100%,rgba(238,238,238,0.96)));
background: -webkit-linear-gradient(top,  rgba(47,74,89,1) 0,rgba(47,74,89,1) 20px,rgba(190,201,209,1) 20px,rgba(190,201,209,1) 50px,rgba(238,238,238,1) 50px,rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top,  rgba(47,74,89,1) 0,rgba(47,74,89,1) 20px,rgba(190,201,209,1) 20px,rgba(190,201,209,1) 50px,rgba(238,238,238,1) 50px,rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(47,74,89,1) 0,rgba(47,74,89,1) 20px,rgba(190,201,209,1) 20px,rgba(190,201,209,1) 50px,rgba(238,238,238,1) 50px,rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom,  rgba(47,74,89,1) 0,rgba(47,74,89,1) 20px,rgba(190,201,209,1) 20px,rgba(190,201,209,1) 50px,rgba(238,238,238,1) 50px,rgba(238,238,238,1) 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4a59', endColorstr='#f5eeeeee',GradientType=0 );*/
background-repeat: no-repeat;
background-color: #EEE;
}


#list ul{
    background-color:#f8f8f8;    
    padding-left:30px;
    padding-top:10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    float: right;
    width: 790px;
}

#authoring{
    border: solid 2px #369A36;
    box-shadow: 2px 2px 2px #719a71;
}

#delivery{
    border: solid 2px #B0CB42;
    box-shadow: 2px 2px 2px #bcc49c;
}
#authoring, #delivery{
    margin-left: 30px;
    margin-right:30px;
    padding:20px;
    padding-top:0;
    border-radius: 0 10px 10px 10px;
    background-color: white;
}

#tabs{
    padding:0;
    padding-top:10px;
    margin-left:30px;
}
#tabs ul{
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline-block;
    margin-right:10px;
    padding:10px 10px 8px 10px;
    margin-bottom: -2px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    background-color: #FFF;
}
#tabauthoring{
    color: #369A36;
    border: solid 2px #369A36;
    border-bottom: none;
}
#tabdelivery{
    color:#B0CB42;
    border: solid 2px #B0CB42;
    border-bottom: none;
}
#tabauthoring.tabactive,  #tabdelivery.tabactive{
    padding-bottom: 10px;
}
#authoring input[type="submit"], #delivery input[type="submit"] {
    width:154px;
}
input[type="submit"],
input[type="button"] {
	display: inline-block;
    margin-top:10px;
}

.wirisassertionfeedback{
    margin-left: 170px;
    font-size:small;
}

.wirisquestion, .wirisquestioninstance, .wirislang{
	display: none;
}
#correctanswerswrapper {
  width: 600px;
  border: solid 1px #999;
  border-radius: 10px;
  padding: 10px;
}

span.correct input, span.correct span.mathml img{
  background-color: #a3e85f;
}

span.incorrect input, span.incorrect span.mathml img{
  background-color: #f68585;
}

span.partiallycorrect input, span.partiallycorrect span.mathml img {
  background-color: #faa871;
}

/*div.wirisstudentanswer {
  display: inline;
}*/
