/* COLORS */

body {
	background-color: #f2f2f2;
}

/* HACK */

.horspace {
	width: 10px !important;
	display: inline-block;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.clear-more {
	display: block;
	clear: both;
	height: 10px;
}

.clear-more2 {
	display: block;
	clear: both;
	height: 25px;
}

.clearline-login {
	position:relative;
	clear: both;
	line-height: 0;
	font-size: 0;
	margin: 15px 0;
	border-bottom: dotted 1px #dddddd;
}

.clearline {
	position:relative;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 15px 0;
	border-bottom: dotted 1px #dddddd;
}

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

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* LAYOUT */

.container {
	margin: 0 0;
	width: 100%;
	height: 100%;
}

.wrapper {
	width: 90%;
	min-width: 960px;
	margin: 30px auto;
}

.welcome { width: 100%; margin: 60px auto 0; }

.welcome h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #b2b2b2;
	text-shadow: 0 1px 0 white;
	line-height: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

p.create-account { padding: 10px 20px; margin: 0 0 20px 0; text-align: center; background: #efefef; border: solid 1px #e5e5e5; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

p.create-account span.red { color: #ad0006; font-weight: bold; }
.wrapper-login {
	width: 450px;
	margin: 30px auto 0;
	position: relative;
	left: -105px;
}

.wrapper-login a {
	text-decoration: underline;
	color: #91BD09;
}

.congress-banner-right {
	display: block;
	width: 200px;
	height: 370px;
	position: absolute;
	top: 0;
	right: -210px;
	background: url("../../img/abstract-banner-right.jpg") top left no-repeat;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border: solid 2px #dddddd;
}

.inner20 {
	padding: 20px;
}

.one_full, .one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	float:  left; 
	position:  relative;
	margin: 0 0 0 0; }

.one_half {
	width: 48%; 
	margin-right: 4%; }
	
.one_third {
	width: 30%; 
	margin-right: 5%; }
	
.two_third {
	width: 65%; 
	margin-right: 5%; }
	
.one_fourth { 
	width: 22%; 
	margin-right: 4%; }
	
.three_fourth {
	width: 74%; 
	margin-right: 4%; }
	
.last {
	margin-right: 0 !important; }

/* BOXES */

.box-header {
	
	/* -khtml-border-radius: 5px; WTF ???*/
	
	/* TOP-LEFT */
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	/* TOP-RIGHT */
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	/* COLORS */
	border: solid 1px #dddddd;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	
	}
	
	.box-header h2 {
		float: left;
		padding: 20px;
		font-size: 24px;
		font-weight: bold;
		color: #454545;
		text-shadow: 0 1px 0 white;
	}
	
	.box-header ul {
		float: right;
		padding: 22px 20px 0;
	}
	
	.box-header ul li {
		display: inline;
		padding: 0 0 0 10px;
	}
	
	.box-header ul li a {
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
		color: #999999;
		text-shadow: 0 1px 0 white;
		text-transform: uppercase;
	}
	
	.box-header ul li a:hover {
		color: #454545;
		text-shadow: 0 1px 0 white;
	}
	
.box-content {

	/* -khtml-border-radius: 5px; WTF ???*/

	/* BOTTOM-LEFT */
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	/* BOTTOM-RIGHT */
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	/* COLORS */
	border: solid 1px #dddddd;
	background-color: #fff;
	
	min-height: 200px;
	
	}
	
	.box-content .one_third ul li.abstract-id {
		color: #629FF2;
		font-size: 14px;
    	font-weight: bold;
    	background: none !important;
    	padding: 0 0 10px;
    	text-shadow: none !important;
	}
	
	.affiliate-alert-box {
		background-color: #CC0000;
		padding: 10px;
		display: block;
		clear: both;
		
		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
		color: #fff;
		text-align: center;
		margin: 10px auto -15px auto;
		width: 300px;
		
		border-radius-topleft: 11px;
    	border-radius-topright: 11px;
    	-webkit-border-radius-topleft: 11px;
    	-webkit-border-radius-topright: 11px;
		-moz-border-radius-topleft: 11px;
    	-moz-border-radius-topright: 11px;
	}
	
	.box-content h1 {
		font-size: 20px;
		font-weight: bold;
		color: #000;
		padding: 0 0 10px 0;
	}

	.box-content h4 {
		font-size: 18px;
		font-weight: bold;
		color: #629ff2;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: dotted 1px #dddddd;
	}
	
	.box-content h6 {
		font-size: 14px;
		font-weight: bold;
		color: #000;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
		border-bottom: dotted 1px #dddddd;
	}	

	ol.abstract-preview-authors {
		margin: 0 0 20px 0;
	}
	
	ol.abstract-preview-authors li {
		list-style-position: outside;
		list-style-type: decimal;
		margin: 0 0 0 20px;
	}
	
	ol.abstract-preview-authors li.presenting {
		text-decoration: underline !important;
	}	
	
			
	.filter-box {
		min-width: 880px;
		position: relative;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
    	background-color: #2a2a2a;

    	color: #666666;
    	
    	display: block;
	}
	
	.filter-buttons {
		background-color: #2a2a2a;
		
		/* BOTTOM-LEFT */
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		
		/* BOTTOM-RIGHT */
		border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
	
		display: inline-block;
		margin: -5px 0 0 0;
		padding: 15px 10px 10px 15px;
	}
	
	.filter-box .filter-col {
		float: left;
		margin: 0 20px 0 0;
		min-width: 100px;
		
		color: #FFFFFF;
    	font-size: 13px;
    	font-weight: normal;
    	text-shadow: 1px 1px #000000;
	}
	
	.filter-box .filter-col label {
		color: #cacaca;
    	font-size: 13px;
    	font-weight: normal;
    	text-shadow: 1px 1px #000000;
	}
	
	.filter-box .filter-col .blue {
		color: #629ff2;
    	font-size: 13px;
    	font-weight: normal;
    	text-shadow: 1px 1px #000000;
	}
	
	.filter-box .filter-col h3 {
		border-bottom-color: #383838;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	color: #FFFFFF;
    	font-size: 13px;
    	font-weight: normal;
    	margin-bottom: 10px;
    	padding-bottom: 6px;
    	position: relative;
    	text-shadow: 1px 1px #000000;
	}
	
	.filter-box .filter-col h3:after {
		border-bottom-color: #1D1D1D;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	content: "";
    	display: block;
    	position: relative;
    	top: 6px;
    }
    
    .filter-box .filter-col table td {
    	padding: 2px 10px 2px 0;
    }
   
    .booklet-container {
    	padding: 0 0 0 0;
    }
    	
    	.booklet-container h1 {
    		margin: 25px 0 0 0;
    	}
    	
    	.booklet-container h4.session {
    		display: block;
    		color: #666;
    		font-size: 14px;
            text-transform: uppercase;
    	}
    	
    	.booklet-container h4.break {
    		display: block;
    		background-color: #91BD09;
    		color: #fff;
    		font-size: 14px;
    		padding: 20px;
    		border-radius: 5px;
    		-moz-border-radius: 5px;
    		-webkit-border-radius: 5px;
    	}
    	
    	.booklet-container h4.session span.lecturehall {
    		float: right;
    	}
    
    	.booklet-container h6.chairmen {
    		font-weight: normal;
    	}
    	
    	.booklet-container .abstract-block {
    		border-left: solid 5px #e9e9e9;
    		padding: 0 0 0 20px;
    		position: relative;
    		margin: 0 0 10px 0;
    	}
    	
    	.booklet-container .abstract-block h4 {
    		border: none;
    		padding: 10px 0 0 0;
    	}
    	
    	.booklet-container .abstract-block h4.final-id {
    		margin: 0 0 -10px 0;
    		color: #666;
    	}
    	
    	.booklet-container .abstract-block h4.abstract-title {
            text-transform: uppercase;
    	}
    	
    	.booklet-container .abstract-block p.workplaces {
    		margin: -15px 0 0 0;
    		font-style: italic;
    	}
    	
    	.booklet-container .abstract-block p sup {
			vertical-align: super;
    	}

/* FORMS */

.textlink {
	font-weight: bold;
	text-decoration: underline;
	color: #91BD09;
}

ul.vertical-form li {
	padding: 0 0 10px 0;
}

label {
	font-size: 14px;
	line-height: 18px;
	color: #454545;
	padding:  0 0 0 2px;
}

span.req {
	font-size: 14px;
	color: #CC0000;
}

/* OLD version
.alert {
	font-size: 11px;
	color: #CC0000;
	font-style: italic;
	padding: 2px 5px;
	margin: 0 0 0 5px;
	display: inline;
}
*/

/*
#loadingDiv {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	position: fixed;
	z-index: 9000;
}
*/

#loadingMessage {
	background-image: url('../../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 40px;
	top: 35px;
	left: 10px;
	position: fixed;
	z-index: 9001;
}

.alert {
	font-size: 11px;
	color: #CC0000;
	font-style: italic;
	padding: 2px 0;
	margin: 0;
	display: block;
	line-height: 100%;
}

.message-link {  }

input[type="submit"] {
	margin: 0 5px 0 0;
}

input[type="button"] {
	margin: 0 5px 0 0;
    font-weight: bold;
}

input[type="text"], input[type="password"], input[type="file"] {
	padding: 1px 3px;
	border: solid 1px #e6e7e8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	background-color: #f2f2f2;
}

input[type="text"]:focus, input[type="password"]:focus {
	background-color: #ffffec !important;
}

textarea {
	padding: 7px 5px;
	border: solid 1px #e6e7e8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
}

textarea:focus {
	background-color: #ffffec !important;
}

textarea.input100 {
	width: 97%;
}

input[type="text"].input100, input[type="password"].input100 {
	width: 97%;
}

input[type="text"].input50, input[type="password"].input50 {
	width: 46%;
}

select.select15 {
	width: 14%;
}

select.select75 {
	width: 75%;
}

select.select100 {
	width: 99%;
}

.select_backend {
	width: 190px;
}

.author-block {
	position: relative;
}

.button-area {
	position: absolute;
	right: 0;
	top: -5px;
	display: block;
}

.button-area a {
	float: left;
	margin: 0 0 0 10px;
}

label.presenting {
	float: right;
	margin: 15px 0 0 0;
	display:  block;
	padding: 7px 10px 7px 5px !important;
	border: solid 1px #e6e7e8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	background-color: #f2f2f2;
}

.add-item-container {
	margin: 10px 0 0 0;
}

.affiliate-list {
	
}

.width15 {
	width: 150px !important;
}

.width30 {
	width: 300px !important;
}

.width60 {
	width: 670px !important;
}

.width12 {
	width: 120px;
}

.width3 {
	width: 30px;
}

textarea.abstract-content {
	width: 98% !important;
}

input.comment {
	width: 340px !important;
}

/* TABLES */

.simple-table {
	width: 100%;
	margin: 0 0 20px 0;
}

.simple-table thead th {
	padding: 0 5px 5px;
	border-bottom: solid 1px #999999;
	font-weight: bold;
}

.simple-table tbody td {
	padding: 10px 5px;
	border-bottom: dotted 1px #999999;
}

.simple-table tfoot td {
	padding: 10px 5px;
	border-bottom: dotted 1px #999999;
	color: #cc0000;
	font-weight: bold !important;
}

.simple-table tbody td a {
	color: #1c74ec;
	font-weight: bold;
}

.simple-table tbody td.comment a {
	color: #91BD09 !important;
	font-weight: bold;
}

.simple-table tbody td:last-child, .simple-table thead th:last-child, .simple-table tfoot td:last-child {
   text-align: center;
}

.simple-table tbody tr td div.review-tooltip {
	padding: 10px;
}

.review-tooltip-comment {
	width: 300px;
	padding: 10px;
	background-color: rgba(255,255,255,.95);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.review-tooltip-list {
	width: auto;
	padding: 10px;
	background-color: rgba(255,255,255,.95);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-bottom: solid #000 1px;
}

.review-tooltip-list:last-child {
	border: none;
}

.review-tooltip-list-table {
	
}

.review-tooltip-list-table thead th {
	background-color: #383838;
	color: #fff;
	text-shadow: 1px 1px #000000;
	font-weight: bold;
	padding: 3px 5px;
}

.review-tooltip-list-table tbody td {
	padding: 3px 5px;
	border-right: dotted 1px #999;
}

.review-tooltip-list-table tbody td:last-child {
	border: none;
}

.review-tooltip-list-table tbody tr:nth-child(odd) {
   background-color: #f2f2f2;
}

.shortcode-container {
    display: none;
}

.email-shortcode-table {
	margin-bottom: 20px;
	width: 100%;
}

.email-shortcode-table thead th {
	background-color: #383838;
	color: #fff;
	text-shadow: 1px 1px #000000;
	font-weight: bold;
	padding: 3px 5px;
}

.email-shortcode-table tbody td {
	padding: 3px 5px;
	border-right: dotted 1px #999;
}

.email-shortcode-table tbody td:first-child {
	width: 25%;
}

.email-shortcode-table tbody td:last-child {
	border: none;
	width: 75%;
}

.email-shortcode-table tbody tr:nth-child(odd) {
   background-color: #f2f2f2;
}

/* //////////// */
 
.manager-table {
	/* width: 100%; */
	margin: 0 0 10px 0;
}

.manager-table thead th {
	padding: 10px 5px;
	border-bottom: solid 1px #999999;
	font-weight: bold;
}

.manager-table thead th a {
	color: #1c74ec;
	font-weight: bold;
}

span.table-select {
	margin: 5px 0 0 0;
	display: block;
	padding: 5px;
}

span.table-select a {
	color: #1c74ec;
	font-weight: bold;
}

.manager-table tbody td {
	padding: 10px 5px;
	border-bottom: dotted 1px #999999;
}

.manager-table tbody td a {
	color: #1c74ec;
	font-weight: bold;
}

.manager-table tbody td.modify a {
	color: #91BD09 !important;
	font-weight: bold;
}

.manager-table tbody td.delete a {
	color: #CC0000 !important;
	font-weight: bold;
}

.manager-table tbody tr:nth-child(odd) {
   background-color: #f2f2f2;
}

.manager-table tbody td:last-child a {
   display: inline;
}

/* ////////////// */

.manager-table tbody td a.view {
	background-color: #1C74EC !important;
	color: #fff;
	font-weight: normal;
	text-shadow: #333 1px 1px;
	padding: 3px 10px;
	margin: 0 2px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.manager-table tbody td a.modify {
	background-color: #91BD09 !important;
	color: #fff;
	font-weight: normal;
	text-shadow: #333 1px 1px;
	padding: 3px 10px;
	margin: 0 2px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.manager-table tbody td a.delete {
	background-color: #CC0000 !important;
	color: #fff;
	font-weight: normal;
	text-shadow: #333 1px 1px;
	padding: 3px 10px;
	margin: 0 2px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* //////////// */
 
.time-table {
	/* width: 100%; */
	margin: 0 0 10px 0;
}

.time-table thead th {
	padding: 10px 5px;
	border-bottom: solid 1px #999999;
	font-weight: bold;
	text-align: center;
}

.time-table tbody td {
	padding: 10px 5px;
	border-bottom: dotted 1px #999999;
	text-align: center;
	min-width: 40px;
	background-image: url('../../img/abstract/empty-cell.png');
	background-repeat: no-repeat;
	background-position: center center;
	
}

.time-table tbody td:first-child {
	background: none !important;
}

.time-table tbody td a {
	color: #1c74ec;
	font-weight: bold;
}

.time-table tbody td.modify a {
	color: #91BD09 !important;
	font-weight: bold;
}

.time-table tbody td.delete a {
	color: #CC0000 !important;
	font-weight: bold;
}

.time-table tbody tr:nth-child(odd) {
   background-color: #f2f2f2;
}

.time-table tbody td span.cross {
	background-color: #91BD09 !important;
	color: #fff;
	font-weight: normal;
	text-shadow: #333 0 1px;
	padding: 3px 7px;
	margin: 0 2px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.time-table tbody td span.break {
	background-color: #CC0000 !important;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-shadow: #333 0 1px;
	padding: 3px 7px;
	margin: 0 2px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* PAGER */

.pager {	
	border-bottom: dotted 1px #dddddd;
	padding: 0 0 10px 0;
}

.pager span.pager-text {
	padding: 0 5px;
}

.pager .last-list {
	margin: 0 5px 0 0;
}

.pager .pager-button {
	background-color: #444 !important;
	color: #fff;
	font-weight: normal;
	text-shadow: #333 1px 1px;
	padding: 3px 10px;
	margin: 0 2px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.cell-display {
	position: relative;
	display: inline-block;
	line-height: 100%;
	padding: 5px !important;
}

.abstract-id {
	background-color: #0e59ae !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 0;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    text-shadow: 0 1px #333333;
}

.cell-input {
	/* padding: 3px !important; */
	display: inline;
}

.cell-select {
	display: inline;
    margin-left: 3px;
}

.cell-edit {
	position: relative;
	display: none;
	/* display: inline-block; */
	line-height: 100%;
	padding: 10px 5px 5px 5px !important;
	background-color: #e3e3e3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.cell-edit hr { display: block; border: none !important; height: 0; }

.cell-edit label img {
	display: inline;
	margin: 0 3px;
	vertical-align: middle;
}

.cell-edit label img:hover {
	cursor: pointer;
}

.cell-edit label select { margin: 0 0 5px 0 !important; width: 100%; }

.pager .disabled-pager-button { /* EZ KELL A DOKINAK */
	
}


div.popup {
}

div.popup div.popup-background {
    background-color: black;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;

}
div.popup div.popup-container {
    border: 1px solid #01B0F1;
    background-color: #DCDCDC;
    position: fixed;
    overflow: auto;
    width: 800px;
    height:600px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -300px;
    padding: 0;
    z-index: 101;
}
iframe.iehack
{
    display:none;
    display/**/:block;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.popup-container .calendar-container {
    /*background-color: white;*/
}

.calendar-container .list {
    text-align: center;
    margin:12px;
}
.calendar-container .list table th, .calendar-container .list table td {
    border: solid 3px #DCDCDC;
    padding: 6px;
    text-align: right;
    font-size: 11px;
    width:33px;
    height:18px;
}
.calendar-container .list table td {
    cursor: pointer;
}
.calendar-container .operation .button {
    margin: 0 5px 0 5px;
}
.calendar-container .day a, .calendar-container .day  a:hover, .calendar-container .day  a:visited, .calendar-container .day a:active {
    font-weight: normal;
    font-size: 15px;
}
.calendar-container .day  a:hover {
    text-decoration: underline;
}
.calendar-container .day-unable a {
    color : #A0A0A0;
    font-size: 15px;
}
.calendar-container .day-selected a, .calendar-container .day-selected  a:hover, .calendar-container .day-selected  a:visited, .calendar-container .day-selected a:active, .calendar-container .day-selected  a:hover {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
}
.calendar-container .today a, .calendar-container .today  a:hover, .calendar-container .today  a:visited, .calendar-container .today a:active {
    color: #01B0F1;
    font-weight: bold;
    font-size: 15px;
}
.calendar-container .operation {
    margin:12px 0 0;
}
.calendar-container .today  a:hover {
    color: #01B0F1;
    font-weight: bold;
    text-decoration: underline;
}

input[type="text"], input[type="password"] {

}    
.program-container {
    /* program booklet formázás */
    }

.abstract-container {
    /* abstract booklet formázás */
}

.notice-box {
			background: url("../../img/abstract/light_bulb.png") 10px 10px no-repeat;
			background-color: #E8E8A2;
			padding: 10px 10px 10px 45px;

			color: #454545;

			border: solid 1px #454545;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}


/* DASHBOARD */

.dashboard { overflow: hidden; width: 1060px; box-sizing: border-box; }
.dashboard .item-3, .dashboard .item-4 { 
	display: inline-block;
	padding: 0 0 20px;
	margin: 0 15px 15px 0;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	/* COLORS */
	border: solid 1px #dddddd;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
}

.set-3 {  }
.set-4 { border-bottom: solid 1px #e9e9e9; margin: 0 0 15px 0; }

.dashboard .item-3 { width: 339px; vertical-align: top; }
.dashboard .item-4 { width: 249px; vertical-align: top; }

.dashboard .item-3:nth-child(3n+3) { margin-right: 0 !important; }
.dashboard .item-4:nth-child(4n+4) { margin-right: 0 !important; }

.dashboard .item-3 .title, .dashboard .item-4 .title {
	text-align: center;
	background: #629FF2;
	padding: 10px 10px;	
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	
	/* TOP-LEFT */
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	
	/* TOP-RIGHT */
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.dashboard .item-3 .title { height: 50px; padding: 10px 10px 0; vertical-align: middle; }

.dashboard .item-3 .table { padding: 10px 10px 0; }
.dashboard .item-3 .table table tr td { padding: 3px 5px; }
.dashboard .item-3 .table table tr td:first-child { width: 100%; border-right: solid 1px #e9e9e9; }
.dashboard .item-3 .table table tr td:last-child { min-width: 30px; text-align: right; }
.dashboard .item-3 .table table tr:nth-child(odd) { background: #fff; }
.dashboard .item-3 .table table tr:nth-child(even) { background: none; }

.dashboard .item .options select { width: 100%; padding: 5px 10px; border: solid 1px #e9e9e9; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.dashboard .item-4 .options { padding: 20px 10px 0; }
.dashboard .item-4 .result { color: #1a1a1a; text-shadow: 0 2px rgba(255, 255, 255, 0.9); font-size: 36px; font-weight: bold; text-align: center; padding: 30px 0 10px 0; }

/* Browsers */

/* .browsers { width: 660px; text-align: center; } */
.browsers { width: 640px; margin: 10px auto 0; padding: 10px 10px; text-align: center; background: #efefef; border: solid 1px #e5e5e5; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.browsers h4 { font-size: 14px; font-weight: bold; color: #454545; text-shadow: 0 1px 0 white; }
.browsers p { font-style: italic !important; color: #454545; text-shadow: 0 1px 0 white; }
.browsers p a { color: #91BD09; }
.browsers p.red { color: #ad0006; font-weight: bold; }

.browsers-table { text-align: center; margin: 10px auto; }
.browsers-table td { width: 20%; text-align: center; vertical-align: middle; padding: 0 10px; }
.browsers-table td a.firefox  { display: block; width: 50px; height: 50px; background: url(../../img/ff.png) 50% 50% no-repeat; }
.browsers-table td a.chrome   { display: block; width: 50px; height: 50px; background: url(../../img/chrome.png) 50% 50% no-repeat; }
.browsers-table td a.safari   { display: block; width: 50px; height: 50px; background: url(../../img/safari.png) 50% 50% no-repeat; }
.browsers-table td a.opera    { display: block; width: 50px; height: 50px; background: url(../../img/opera.png) 50% 50% no-repeat; }
.browsers-table td a.explorer { display: block; width: 50px; height: 50px; background: url(../../img/ie.png) 50% 50% no-repeat; }

/* FAQ */

/* .faqs { width: 660px; text-align: center; } */
.faqs { width: 640px; margin: 10px auto 0; padding: 10px 10px; text-align: left; background: #efefef; border: solid 1px #e5e5e5; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.faqs h4 { font-size: 14px; font-weight: bold; text-align: center; color: #454545; text-shadow: 0 1px 0 white; }
.faqs p { font-style: italic !important; color: #454545; text-shadow: 0 1px 0 white; }
.faqs p a { color: #91BD09; }
.faqs ul { list-style-type: circle; padding-left: 20px; }





