body {
	
	background-image: url(../img_tests/background.jpg);
	background-position: 0 center;
	font-size: 14px;
	text-shadow: white 0px 1px 0px;
}

h1  {
	font-size: 24px;
}

h2  {
	margin-bottom: 10px;
	padding: 0px;
	font-size: 24px;
}

.wrapper  {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}

#container  {
	padding-right: 10px;
	padding-left: 10px;	
	
}

.button-wrapper  {
	margin-bottom: 20px;
	
}

#wrapper_layout {
	border: 1px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#description {
    display: inline;	
}

#text-frame {
	margin-bottom:20px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:0 0 10px #DCDCDC inset;
	-moz-box-shadow:0 0 10px #DCDCDC inset;
	box-shadow:0 0 10px #DCDCDC inset;
	text-align: justify;
	color: #444;
	padding: 11px;
	margin-right: 10px;
	margin-left: 10px;
	background-color:transparent;
}

#instructions {
	text-align: center;
	box-shadow: none;
	-webkit-column-break-inside: none;
	-moz-column-break-inside: none;
	column-break-inside: none;
	border:none;
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	background-color:transparent;
	margin-bottom:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#instructions a {
	color: #333;
	cursor: pointer;
}

#instructions a:hover {
	color: #00F;
	text-decoration: none;
}

#logo-frame {
	margin-bottom:20px;
	margin-top:10px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:0 0 10px #DCDCDC inset;
	-moz-box-shadow:0 0 10px #DCDCDC inset;
	box-shadow:0 0 10px #DCDCDC inset;
	text-align: justify;
	color: #444;
	margin-right: 10px;
	margin-left: 10px;
	background-color: transparent;
	padding: 8px;
	display: block;
}

.tablecolors td {
	height: 120px;
	padding-left: 20px;
	padding-right: 20px;
}

.boxes {
    font-size: 16px;
	line-height: 2em;
	text-shadow: white 0px 1px 0px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #444;
	margin-bottom: 15px;
}

.green {
	font-size: 16px;
	text-shadow: white 0px 1px 0px;
	
}
.red {
	font-size: 16px;
	text-shadow: white 0px 1px 0px;
}

.popup {
	color:#000;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.6;
	margin-bottom: 10px;
	}

.popup tr {
	text-align: left;
	padding-left:20px;
}
.popup tr td:first-child{
	text-align: left;
	border-left: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.popup tr td {
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
}
.popup tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.popup tr:last-child td{
	border-bottom:0;
}
.popup tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.popup tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

.popup tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.short {
	width: 500px;
}

.modal.fade {
	font-size: 14px;
}

.answ1 {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

 #tabs-frame {
	margin-right: 10px;
	margin-left: 10px;
}

.tab-content {
	background-image: url(../img_tests/contents.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}

.img-responsive  {
	margin-right: auto;
	margin-left: auto;
}

