html,body,form,fieldset,textarea {
	font: 110%/ 120% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {
	margin: 0;
	padding: 0;
}

li,dd,blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input,select,textarea {
	font-size: 100%;
}

a img {
	border: 0px;
}

a {
	color: #666;
}

a:hover {
	color: #333;
}

p {
	float: left;
	width: 100%;
}

img {
	padding: 0px;
	margin-bottom: 0px;
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
}

body {
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-image: url(/html/images/mainBg.png);
	background-repeat: repeat-x;
}

* html .clearfix {
	height: 1%;
	overflow: visible;
}

*+html .clearfix {
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*LAYOUT*/
#main {
	margin: 0 auto;
	width: 850px;
}

#top {
	width: 850px;
	height: 190px;
	float: left;
	position: relative;
}
#top img{
	float:left;
	}

#logo {
	float: left;
	font-size: 2em;
	margin-top: 50px;
	margin-left: 50px;
}

#logout {
	position: absolute;
	top: 164px;
	left: 20px;
}

#content {
	float: left;
	width: 810px;
	padding: 20px;
	background-image: url(/html/images/contentBg.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 20px;
	background-color: #fff;
	min-height: 400px;
	_height: 400px;
}

/*START*/
#start {
	float: left;
}

.nextStep {
	font-size: 1.5em;
	line-height: 30px;
}

/*HELPER*/
.bottomSpace {
	margin-bottom: 20px;
}

.smallBottomSpace {
	margin-bottom: 10px;
}
.smallTopSpace{
	margin-top:10px;	
}

/*INPUTS*/
.inputWrapper {
	width: 420px;
	float: left;
	margin-left: 200px;
	display: inline;
	line-height: 35px;
	margin-bottom: 10px;
}

.inputWrapper label {
	float: left;
	width: 200px;
}
input {
	float: right;
	width: 200px;
	border: 2px solid #ccc;
	font-size: 1.3em;
	padding: 3px;
}
.inputWrapper .radioButtons, .inputWrapper .checkboxButtons {
	float: right;
	width:210px;
	line-height: 28px;
}
.inputWrapper .radioButtons input{
	margin-top:7px;
	margin-right:10px;
	float:left;
	width:15px;
	border: 0px;
}
.inputWrapper .checkboxButtons input{
	margin-top:7px;
	margin-right:10px;
	float:left;
	width:15px;
	border: 0px;
}

textarea {
	float: right;
	width: 200px;
	height:150px;
	border: 2px solid #ccc;
	font-size: 1.1em;
	padding: 3px;
}
input.radio{
	float:left;
	width:30px;	
	border: 0px;
}

input.submit {
	width: 110px;
	float: left;
	margin-left: 212px;
	background-color: #d9dcbb;
}

.inputWrapper .errors {
	color: #e5b022;
	clear: left;
	font-size: 0.9em;
	width:210px;
	margin-left:200px;
	display:inline;
}

.inputWrapper .errors ul {
	list-style: none;
	float: left;
	clear: both;
}

/*PROBLEM*/
.problemHint {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	height: 30px;
	line-height: 30px;
	float: left;
}

/*TITLE*/
h1 {
	font-size: 2em;
	width: 100%;
	float: left;
	font-weight: normal;
    display:inline;
    line-height:34px;
    
}
h2 {
	font-size: 1.6em;
	width: 100%;
	float: left;
	font-weight: normal;
    display:inline;
    line-height:34px;
    
}
/*CHOOSE LEVEL*/
.chooseLevel{
    font-size:1.3em;	
}

/*QUESTION*/
.question {
	float: left;
	width: 100%;
}

.questionBase {
	padding-top: 10px;
	float: left;
	width: 100%;
}

.whattodo {
	width: 790px;
	float: left;
	font-size: 1.2em;
	line-height: 30px;
	background-color: #d9dcbb;
	padding: 10px;
}

.question {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

.question .orderTop {
	width: 100%;
	float: left;
	line-height: 35px;
}

.question .writeTop {
	width: 100%;
	float: left;
	line-height: 40px;
	margin-top: 10px;
}
.question .checkboxTop {
    width: 100%;
    float: left;
    line-height: 40px;
    margin-top: 10px;
}
.question .radioboxTop {
    width: 100%;
    float: left;
    line-height: 40px;
    margin-top: 10px;
}

.question .choices {
	width: 100%;
	float: left;
}

.question .choices .choice {
	width: 100%;
	float: left;
}

.question .choices .choice input {
	width: 13px;
	float: left;
	border:0px;
	margin-right:10px;
}

.orderSpace {
	margin-top: 15px;
}

.sendTest {
	width: 400px;
	float: left;
}

.sendTest input {
	width: 200px;
	float: left;
	background-color: #d9dcbb;
}

.upperSaveBox {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

* html .timerBox { /*\*/
	position: absolute;
	top: expression((   10 +     (   ignoreMe =     document .   documentElement
		. 
		 scrollTop ?     document .   documentElement .   scrollTop :    
		document . 
		 body .   scrollTop) ) +     'px' );
	right: expression((   10 +     (   ignoreMe2 =     document .   documentElement
		. 
		 scrollLeft ?     document .   documentElement .   scrollLeft :    
		document . 
		 body .   scrollLeft) ) +     'px' ); /**/
}

.timerBox {
	position: fixed;
	top: 10px;
	right: 10px;
}

.timerBox input {
	text-align: center;
	width: 120px;
	background-image: url(/html/images/time.png);
	background-repeat: no-repeat;
}

input.write {
	float: none;
	font-size: 1em;
	width: 140px;
	text-align: center;
}

.dropText {
	float: left;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

.droppables {
	width: 220px;
	float: left;
	height: 20px;
	background-color: #eee;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 10px;
}

.draggables {
	width: 200px;
	float: left;
}

.dragUl {
	float: left;
	width: 180px;
	height: 25px;
	list-style: none;
}

.dragUl li {
	position: relative;
	float: left;
	width: 180px;
}

.dragUl li div {
	position: absolute;
	top: -0px;
	left: 0px;
	cursor: move;
	padding-left: 30px;
	background-image: url(/html/images/move.png);
	background-repeat: no-repeat;
}

.newLine {
	float: left;
	width: 100%;
	height: 0px;
	line-height: 0px;
}

.hideTest {
	display: none;
}

.wrongAnswer {
	background-color: #eccac0;
}
/*PAGINATION*/
#paging{
	margin-top:10px;
    float:left;
    width:100%;
}
#paging .prev, #paging .next{
    float:left;
    font-size:1.2em;
    padding:5px;
}
#paging .choice, #paging #selected{
    float:left;
    margin:0 10px;
    padding:5px;
    font-size:1.2em;
}
#paging #selected{
    font-size:1.4em;
    border: 2px solid #849d47;
    background-color: #eee;
}
/*ROWS*/
.testRow{
    float:left;
    width:100%;
    border-bottom: 2px solid #eee;
}
.testRow div{
    float:left;	
    line-height: 30px;
    height:30px;
}
.columnId{
    width:100px;
    background-color: #d9dcbb;
    text-align: center;
    margin-right:20px;
}
.oddLine{
	background-color: #f7fae1;
	}
	
.columnCreated{
    width:180px;
    }
.columnName{
	width:400px;
	}
.columnMessage{
    width:630px;
}

.ilustImg{
    float:left;
    margin-right:10px;
    margin-bottom:10px;	
}
.bigRow{
	float:left;
	width:100%;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
.bigRow .columnTitle{
	float:left;
	width:250px;
	font-size: 1.1em;
}
.bigRow .columnContent{
	float:left;
	font-size: 1.3em;
}