/* GENERAL */

body {
	position: absolute;
	width: 920px;
	margin-left: 100px;
	margin-top: 20px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	line-height: 16px;
	color: #666666;
}

h1.searchResults {
	margin-top: 50px;
	font-size: 24px;
	line-height: 24px;
	color: #cccccc;
	font-weight: normal;
	background-image: url(../images/headline.png);
	background-repeat: no-repeat;
	background-position: right;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

select {
   padding: 2px 2px 2px 0;
}

textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%;
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* custom definitions */
.mainBox {
	text-align: left;
	margin-left: 20px;
	margin-top: 80px;
	width: 100%;
	min-height: 600px;
}

#upperRightNav {
	float: right;
	height: 18px;
	text-align: right;
}

#upperRightNav a {
	font-weight: normal;
	color: #cccccc;
}

.logo {
	width: 650px;
	height: 191px;
	background-image: url(../images/gamesearch_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.tagLine {
	position: absolute;
	top: 160px;
	left: 80px;
}

.tagLineSubPage {
	position: absolute;
	top: 30px;
	left: 180px;
}

.imageButton {
	margin-left: 5px;
	border: 0px;
	background-color: #fff;
}

div.imageButton {
	position: relative;
	left: 495px;
	top: -21px;
}

div.imageButtonSubPage {
	position: absolute;
	left: 680px;
	top: -6px;
}

.search {
	margin-left: 57px;
	margin-top: 20px;
	width: 450px;
}

.search input {
}

.searchSubPage  {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 295px;
	float: right;
}

.searchSubPage input {
	margin-top: 75px;
}

.searchBox li {
	list-style-type: none;
}

.paginateButtons {
	margin-top: 24px;
}

.paginateButtons a {
	padding-left: 5px;
	padding-right: 5px;
	color: #aaa;
}

#clearer {
	clear: both;
}

#contentLandingPage {
	width: 295px;
	float: left;
	margin-top: 70px;
	text-align: left;
	padding-bottom: 150px;
	min-height: 1300px;
}

#content {
	width: 295px;
	float: left;
	margin-top: 70px;
	text-align: left;
	padding-bottom: 150px;
	min-height: 1500px;
	height: 1500px;
}

#contentUSearch {
	width: 295px;
	float: left;
	margin-top: 70px;
	text-align: left;
	padding-bottom: 150px;
	min-height: 700px;
	height: 700px;
}

table.uSearch {
	border: 0px;
}

#wideContent {
	width: 495px;
	float: left;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 100px;
	min-height: 1000px;
}

.gsWidget hr {
	display: none;
}

#spacer {
	width: 60px;
	float: left;
}

.subHeadline {
	display: block;
	margin-top: 24px;
	font-weight: bold;
}

.inputSlot {
	width: 500px;
	font-size: 12px;
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
	background-image: url(../images/search_bg.png);
	background-repeat: repeat-x;
	padding: 0px 0px;
}

div.searchField {
	position: absolute;
	top: 215px;
}

div.searchFieldSubPage {
	position: absolute;
	top: 0px;
	left: 180px;
}

.results {
	position: absolute;
	top: 120px;
}

.resultsWidget {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 400px;
}

.dashboard {
	margin-bottom: 50px;
}

table.portlet {
    border: 0;
    width: 100%;
    max-height: 100px;
}

td.portlet, th.portlet { 
	border:  1px dashed #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

.portletSlot {
	width: 250px;
	height: 320px;
}

.portletPlayer {
	width: 250px;
	height: 320px;
}

.tabs {
	position: absolute;
	top: 160px;
	width: 540px;
	padding-bottom: 100px;
}

.portlets {
	position: absolute;
	top: 160px;
	left: 560px;
	width: 150px;
}

.tags {
	position: relative;
	top: 160px;
	left: 600px;
	width: 200px;
}

.allTags {
	position: relative;
	margin-left: 20px;
	min-height: 500px;
	width: 600px;
}

#horizontalBanner {
	position: absolute;
	left: 0px;
	top: 135px;
}

#horizontalBannerLandingPage {
	position: absolute;
	left: 0px;
	margin-top: 10px;
}

#rightSkyscraper {
	position: absolute;
	left: 850px;
	height: 630px;
}

.users {
	position: absolute;
	top: 800px;
	left: 600px;
	width: 300px
}

.images {
	position: absolute;
	top: 950px;
	width: 80%;
}

#header {
	width: 650px;
	height: 300px;
	margin-top: 20px;
}

#headerSubPage {
	width: 500px;
	height: 180px;
}

.details {
	display: inline;
}

a.blueLink {
    color: #006dba;
    font-weight: normal;
}

.register {
    width: 300px;
    margin-left: auto;
	margin-right: auto;
	height: 600px;
}

.login {
    width: 300px;
    margin-left: auto;
	margin-right: auto;
	height: 600px;
}

.widgetTable {
	margin-left: 20px;
	border: 0px;
    width: 650px;
}

.widgetCell {
	padding: 5px 6px;
}

form.bookmarks {
	width: 250px;
}

#bookmarkThis {
	position: absolute;
	z-index: 500;
	margin-top: 10px;
	width: 540px;
}

#tagsInput {
	position: absolute;
	top: -200px;
	left: -200px;
}

.tagsInputField {
	background-color: #FDF2D6;
}

#tagsHeadline {
	width: 200px;
}

/* custom definitions for each section */
.GameSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/GameSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkGameSearch {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

.tagsInputFieldGameSearch {
	background-color: #FDF2D6;
}

.BusinessSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/BusinessSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkBusinessSearch {
	text-decoration: none;
	font-weight: bold;
	color: #0217FE;
}

.tagsInputFieldBusinessSearch {
	background-color: #D0D9FF;
}

.DownloadSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/DownloadSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkDownloadSearch {
	text-decoration: none;
	font-weight: bold;
	color: #6FFE02;
}

.tagsInputFieldDownloadSearch {
	background-color: #EFFFDA;
}

.FlySearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/FlySearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkFlySearch {
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}

.tagsInputFieldFlySearch {
	background-color: #fbe1a8;
}

.HandySearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/HandySearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkHandySearch {
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}

.tagsInputFieldHandySearch  {
	background-color: #fbe1a8;
}

.HotelSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/HotelSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkHotelSearch {
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}

.tagsInputFieldHotelSearch {
	background-color: #fbe1a8;
}

.MovieSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/MovieSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkMovieSearch {
	text-decoration: none;
	font-weight: bold;
	color: #FE7F00;
}

.tagsInputFieldMovieSearch {
	background-color: #FFE7D5;
}

.MusicSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/MusicSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkMusicSearch {
	text-decoration: none;
	font-weight: bold;
	color: #BFFE00;
}

.tagsInputFieldMusicSearch {
	background-color: #FBFFE1;
}

.PetSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/PetSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkPetSearch {
	text-decoration: none;
	font-weight: bold;
	color: #FE00A1;
}

.tagsInputFieldPetSearch {
	background-color: #FFE5F9;
}

.PokerSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/PokerSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkPokerSearch {
	text-decoration: none;
	font-weight: bold;
	color: #FE00A1;
}

.tagsInputFieldPokerSearch {
	background-color: #FFE5F9;
}

.ScienceSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/ScienceSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkScienceSearch {
	text-decoration: none;
	font-weight: bold;
	color: #28A0D6;
}

.tagsInputFieldScienceSearch {
	background-color: #C7EDF5;
}

.WheelSearchLogo {
	width: 650px;
	height: 191px;
	background-image: url(../images/WheelSearchLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a.resultLinkWheelSearch {
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}

.tagsInputFieldWheelSearch {
	background-color: #fbe1a8;
}
