@import url("./classes.css");
body {
	margin: 0 1em;
	font-family: "Calibri", "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

a { color: #333; }
a:hover { color: #000!important; }
ul { margin: .5em 0; padding: 0 0 0 2em; }
li { padding:0; list-style-type: square; color: #E0E0EF; font-size: 15px; }
li img { width: 16px; height: 16px; vertical-align: -20%}
li a { margin: 0 .5em 0 0; padding: .3em .5em .3em .5em ; display: block; font-weight: bold;}
li a:hover { background: #FFFFCC;}

div#header strong { float: left; }
div#header div#googlesearch { 
	min-height: 63px;
	margin-right: 150px;
	font-size: 14px;
}
div#header div#googlesearch div.gsearch { width: 90%; }

div#links { padding: 3px 0 4px 0; color: #E0E0EF; text-align: center; clear: both; }
div#links a { color: #666; }


input#saveBoxSort { position: absolute; top: 5px; right: 5px; float: right; =width: 10em; font-size: 11px; }

div#footer { 
	margin: 1em 0;
	padding: 0 .5em;
	line-height: 2em;
	border-top: 2px solid #E0E0EF; 
	background-color: #EFEFFF;
	text-align: right;
	clear: both;
}
.groupWrapper {
	width: 32%;
	float: left;
	margin-right: 15px;
	min-height: 350px;
}
.groupWrapper.last {
	margin-right: 0;
}
.groupItem {
	margin-bottom: 15px;
	border: 1px solid #EFEFFF;
	border-top: 0;
}
.groupItem .itemHeader {
	line-height: 28px;
	background-color: #EFEFFF;
	border-top: 1px solid #E0E0EF;
	color: #333;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}

.groupItem .itemHeader a {
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.groupItem .itemHeader h2 {
	font-size: 17px;
}
.sortHelper {
	border: 3px dashed #E0E0EF;
	width: auto !important;
}
.groupWrapper p {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.closeEl { font-family: 'Verdana', sans-serif;}
.itemContent { padding-bottom: 0px; }

/* SEARCH */
div#gsearch { width: 100% !important;}
div.gsc-control { width: 100%; margin: 0; clear: both; }
form.gsc-search-box { width: 640px !important; float: left; margin: 0 0 0 2em;}
table.gsc-search-box { margin-top: 4px; }
table.gsc-branding { display: none; }

input.gsc-input {
  margin: 10px 0;
  border: 2px solid #E0E0EF !important;
  font-size: 20px;
  background: url('http://www.google.com/uds/css/small-logo.png') 99% 60% no-repeat;
}
input.gsc-search-button { margin: 10px .5em; font-size: 20px; }