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

body {
	font-size: 100%;
	line-height: 110%;
	color: white;
	background-color: #313e50;
	font-family: 'Fira Sans', 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;
	background: url(../img/TTD-100x100-40x40.png) no-repeat center 5px;
}


div#available-wrapper,
div#associated-wrapper {
	display: inline-block;
	width: 300px;
	float: left;
	border: 1px none black;
	height: 515px;
	margin-bottom: 20px;
}

div#available-wrapper {
	padding: 40px 10px 20px 30px;
}

div#associated-wrapper {
	padding: 40px 30px 20px 10px;
}

/* @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: center;
	letter-spacing: 3px;
}

/* @group List items */

ul#available-results,
ul#associated-results {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 14px;
	border: 1px solid #999;
	height: 390px;
	background-color: #262f3d;
	-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 30px;
	border: 1px solid #8f8f8f;
	color: #508dbf;
	text-align: left;
	background: #eaeaea no-repeat 7px 50%;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#available-results li:hover,
#associated-results li:hover {
	color: black;
	cursor: pointer;
	padding: 10px 10px 10px 40px;
	background-color: white;
	background: white url(../img/move-icon-o.png) no-repeat 7px 50%;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#available-results li:active,
#associated-results li:active {
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
    -o-transition: all ease 0s;
    transition: all ease 0s;
}

/* @end */

/* @group Pagination Navigation */

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

#move-thru-pages a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background-color: #a9a9a9;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	padding: 5px;
	font-size: 20px;
	line-height: 17px;
	color: #424242;
	border: 1px solid #5e5e5e;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

#move-thru-pages a:hover {
	cursor: pointer;
	background-color: #4193d4;
	color: white;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

/* @end */

/* @group Search Forms */

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

input#search-available,
input#search-associated {
	width: 86%;
	padding: 3% 2% 3% 10%;
	color: #777;
	font-size: .75em;
	background: white 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: #eaeaea;
	line-height: 30px;
}
