* {
	margin:0;
	padding:0;
	outline: none;
}
/* COLORS */
#foo {
width: 100px;
    height: 100px;
background-color: red;
}


.greycolor { color: #bbb; } 

/* DEFAULTS */
body {
	background: #D84D2F;
	color:#FFF;
	margin:0;
	padding:0;
	font-size:12pt;
	font-family:'Open Sans', Arial, sans-serif;
}
a {color:#FFF;text-decoration:none;}
a:hover {color:#DDD;text-decoration:underline;}
img {border:none; background:none; vertical-align: middle;}
strong, b {font-weight:600 !important;}
.clear{clear:both;}
.clear1{clear:both;height:10px;}
.clear2{clear:both;height:20px;}
.clear3{clear:both;height:30px;}
.clear4{clear:both;height:40px;}
.clear5{clear:both;height:50px;}
.paddingBoxNoTop {padding: 0 15px;}
.acenter{text-align: center;}
.objectcenter{margin: auto;}
.fright {float: right;}
.center{width:1000px;margin:0 auto;}

.header {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	background: #FFF;
	color: #237aac;
	font-size: 14pt;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom: 4px solid #216d9b;
}
.headerLeft {
	float: left;
	width: 400px;
	margin-left: 20px;
}
.headerRight ul,
.headerLeft ul {
	list-style: none;
}
.headerLeft li {
	float: left;
}
.headerLeft span {
	background: red;
	color: #FFF;
	border-radius: 100px;
	padding: 2px 7px;
	font-size: 11pt;
}
.headerLeft a {
	color: #237aac;
	float: left;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	border-bottom: 4px solid #216d9b;
	text-decoration: none;
}
.headerLeft a:hover,
.headerRight a:hover {
	border-bottom: 4px solid #004472;
	background: #fbfbfb;
	text-decoration: none;
}
.headerRight {
	float: right;
	width: 500px;
	margin-right: 20px;
}
.headerRight a {
	color: #237aac;
	float: right;
	line-height: 50px;
	height: 50px;
	padding: 0 18px;
	text-decoration: none;
}
.logoBox {
	margin-top: 150px;
	text-align: center;
}
.searchBox {
	width: 1000px;
}
.mainSearchField {
	background: #FFF;
	line-height: 53px;
	height: 53px;
	border: 10px solid #196f9e;
	border-radius: 20px;
	width: 800px;
	padding: 0 20px;
	font-size: 15pt;
	font-weight: 300;
	font-family: 'Open Sans', Arial, sans-serif;
}
.mainFindButton {
	float: right;
}

.homeMessagesBox {
	color: #FFF;
	text-shadow: 2px 2px 1px #125274;
	font-weight: 300;
	text-align: center;
}
.contentBox {
	width: 950px;
	padding: 20px 25px;
	background: #186a96;
	border-radius: 20px;
	float: left;
}
.nerddy3infoBox {
	font-size: 26pt;
	font-weight: 300;
	position: relative;
}
.bigExtendTextButton {
	background: #FFF;
	float: right;
	color: #000;
	font-weight: 600;
	line-height: 46px;
	width: 60px;
	text-align: center;
	bottom: -10px;
	right: -15px;
	position: absolute;
	border-radius: 10px;
}
a:hover.bigExtendTextButton {
	background: #DDD;
	color: #000;
	text-decoration: none;
}

.saveThisSearchButton {
	background: #075985;
	float: right;
	color: #FFF;
	font-weight: 700;
	font-size: 10pt;
	line-height: 46px;
	padding: 0 15px;
	text-align: center;
	border-radius: 10px;
}
a:hover.saveThisSearchButton {
	text-decoration: none;
	background: #133549;
}

.searchResultsTitleBox {
	width: 100%;
}
.srtbLeft {
	border-radius: 10px;
	background: #133549;
	width: 770px;
	padding: 15px;
	float: left;
	font-size: 15pt;
}
.srtblTitle {
	width: 550px;
	float: left;
	font-weight: 300;
}
.srtblExtendRight {
	text-align: right;
	float: right;
	width: 210px;
}
.srtblExtendRight a {
	background: #FFF;
	float: right;
	color: #000;
	font-weight: 600;
	font-size: 24pt;
	line-height: 30px;
	padding: 0 12px;
	text-align: center;
	border-radius: 10px;
	margin-left: 15px;
	text-decoration: none;
}
.srtblExtendRight a:hover {
	background: #DDD;
	color: #000;
}

.srtbRight {
	float: right;
}
.srtbRight a {
	text-decoration: none;
	background: #075985;
	float: right;
	color: #FFF;
	line-height: 60px;
	width: 130px;
	text-align: center;
	border-radius: 10px;
}
.srtbRight a:hover {
	background: #133549;
}
.searchResultsLink a {
	text-decoration: none;
	color: #97CD32;
}
.searchResultsLink a:hover {
	text-decoration: underline;
}
.searchResultsContent {
	line-height: 34px;
	font-size: 14pt;
}
.infoGlobalText {
	font-size: 18pt;
	font-weight: 300;
	text-align: center;
}

.whiteTable {
	background: #FFF;
	color: #000;
	border-radius: 10px;
}
.whiteTable td {
	padding: 20px;
	text-align: center;
}
.wtPendingCell { width: 80px; }
.wtCircleAndDeleteCell { width: 70px; }

.browserResultsFrame iframe,
.browserResultsFrame {
	width: 100%;
	height: 620px;
}

.whiteContentBox {
	width: 950px;
	padding: 25px 25px;
	background: #FFF;
	border-radius: 20px;
	float: left;
	color: #000;
	margin-top: 20px;
}
.mainIconsPanel {
	float: left;
	width: 100%;
}
.iconPanelBox {
	text-align: center;
	width: 190px;
	float: left;
	font-weight: bold;
	margin: 20px;
	font-size: 12pt;
}
.bigBlackBorderBox { 
	border: 10px solid #075985;
	width: 930px;
}
.queryContentBox h1 {
	font-weight: 400;
}
.queryContentBox p {
	font-weight: 400;
	line-height: 34px;
	margin-top: 26px;
}
.fullWidthTextarea {
	background: #FFF;
	height: 53px;
	border: 1px solid #bbb;
	border-radius: 4px;
	width: 98%;
	height: 100px;
	padding: 1%;
	font-size: 12pt;
	font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
}
.submitButtonBlue {
	background: #075985;
	float: right;
	border: none;
	cursor: pointer;
	color: #FFF;
	font-weight: 400;
	font-size: 12pt;
	line-height: 50px;
	height: 50px;
	width: 160px;
	padding: 0 15px;
	text-align: center;
	border-radius: 10px;
}
.queryControlButtonsBox {
	text-align: right;
}
.queryControlButtonsBox a {
	color: #000;
	font-weight: 700;
}
.normalField {
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 4px;
	font-size: 12pt;
	font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
}
.addResultsToQueryQS td {
	padding: 10px 0;
}
.addResultsToQueryQS select {
	width: 100%;
	padding: 4px;
	border-radius: 4px;
}
.artqSearchTitle {
	color: #FFF;
	background: #237aac;
}
.artqResultsBox {
	margin-left: 40px;
	width: 810px;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 10px;
	border-bottom: 5px dashed #eee;
}
.moveResultsBoxArrows {
	position: absolute;
	top: 0;
	left: -40px;
}
.controlResultsButtonsBox {
	position: absolute;
	top: 0;
	right: -105px;
	text-align: center;
	color: #000;
	background: #f2f2f2;
	height: 114px;
	padding: 15px;
	border-radius: 10px;
}
.controlResultsButtonsBox a {
	color: #000;
	font-weight: bold;
}

.resultsPreferencesBox {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}
.resultsPreferencesBox input {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 7px;
}

/* LOGIN FORM */
.loginFormBox {
	color: #FFF;
	padding: 40px 0;
	text-align: center;
}
.loginFormBox h1 {
	font-weight: 400;
}
.loginForm {
	text-align: center;
	font-size: 12pt;
}
.textField {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #FFF;
	line-height: 40px;
	height: 40px;
	padding: 0 8px;
	width: 300px;
	font-size: 12pt;
	font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
}
.checkboxField {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 7px;
}
.selectField {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #FFF;
	line-height: 40px;
	height: 40px;
	padding: 0 8px;
	width: 320px;
	font-size: 12pt;
	font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
}
.submitButton {
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block;	
}