/* @override http://berchman.net/testing/css/base.css */

body {
	font-size: 100%;
	line-height: 110%;
	color: white;
	background-color: #2c3e50;
	font-family: 'Ek Mukta', Arial, Helvetica, sans-serif;
}

/* Center all page elements */

div {
	text-align: center;
}

/* @group Content Wrappers */

div#content-wrapper {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}


div#available-wrapper,
div#associated-wrapper {
	display: inline-block;
	width: 300px;
	padding: 10px;
	float: left;
	border: 1px solid black;
	margin-right: 20px;
	height: 515px;
	background-color: #6d7a82;
	margin-bottom: 20px;
}

/* @end */

/* Headers for two main boxes */

#available-wrapper h1,
#associated-wrapper h1 {
	margin: 0 0 5px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.25em;
	padding: 3px;
	color: white;
	text-align: left;
}

/* @group List items */

ul#available-results,
ul#associated-results {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
	border: 1px solid #999;
	height: 390px;
	background-color: #323e50;
	-moz-box-shadow: inset 0 0 30px #000000;
	-webkit-box-shadow: inset 0 0 30px #000000;
	box-shadow: inset 0 0 30px #000000;
	overflow: hidden !important;
	}

ul#associated-results {
	overflow: auto !important;
}

#available-results li,
#associated-results li {
	padding: 10px 10px 10px 40px;
	border: 1px solid #cadbec;
	color: black;
	text-align: left;
	background: white url(../img/move-icon-o.png) no-repeat 7px 50%;
}

#available-results li:hover,
#associated-results li:hover {
	background-color: #58789a;
	color: #f6fafe;
	cursor: pointer;
}

/* @end */

/* @group Pagination Navigation */

div#move-thru-pages {
	display: inline-block;
	float: left;
}

#move-thru-pages a {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-indent: -10000px;
	background-color: transparent;
}

a#next-page {
	background: url(../img/nav-circles.png) no-repeat -20px 0;
}

a#prev-page {
	background: url(../img/nav-circles.png) no-repeat 0 0;
}

a#next-page:hover {
	background: url(../img/nav-circles.png) no-repeat -20px -22px;
}

a#prev-page:hover {
	background: url(../img/nav-circles.png) no-repeat 0 -22px;
}

#move-thru-pages a:hover {
	cursor: pointer;
	}

/* @end */

/* @group Search Forms */

form {
	clear: both;
	margin-top: 15%;
}

input#search-available,
input#search-associated {
	width: 86%;
	padding: 2% 2% 2% 10%;
	color: #777;
	font-size: .7em;
	background: #fefffe url(../img/icon-search.png) no-repeat 7px 50%;
}

/* @end */

/* Style for available results info text */

div#available-results-text {
	display: inline-block;
	float: right;
	font-size: .85em;
	color: #ccc;
}
