/*demo page css*/
table.display td {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	cursor: pointer; *
	cursor: hand;
}

pre {
	width: 100%;
	overflow: auto;
}

input[type="button"] {
	cursor: pointer;
	font-size: 9px;
	width: 130px;
	background: #FF9933;
}

#loginForm input {
	direction: ltr !important;
}

.successMessage {
	color: green;
	font-weight: bold;
	font-size: 13px;
	margin: auto;
}

.errorMessage {
	color: red;
	font-weight: bold;
	font-size: 13px;
	margin: auto;
}

.hyperLink {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	cursor: pointer; *
	cursor: hand;
	font-size: 18px;
}

.demoHeaders {
	margin-top: .1em;
}

.expertise {
	border: 1px solid blue;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 3px;
	overflow: auto;
}

table.display tr.row_selected td {
	background-color: orange !important;
}

#addressSelectable label {
	color: brown;
}

#phoneSelectable label {
	color: brown;
}

.listDetails {
	width: 75%;
	text-align: center;
	margin-left: 225px;
}

.resultsListGrid {
	position: relative;
	top: 10px;
}

#pointsDiv {
	margin: 25px;
}

#giftCardsDiv {
	margin: 30px;
}

.details {
	position: relative;
	top: 50px;
	width: 100%;
	height: 530px;
	overflow: auto;
}

.bookSelect {
	position: absolute;
	width: 20%;
	overflow: auto;
	height: 500px;
}

#linkDetailsView {
	width: 600px !important;
	height: 240px !important;
}

.latestLinkClass {
	width: 600px !important;
	height: 240px !important;
}

.bookcase {
	position: relative;
	top: 10px;
	width: 90%;
	height: 900px;
}

.allignLeft {
	text-align: left;
}

.selectableStyle input {
	cursor: hand;
}

#feedback {
	font-size: 1.4em;
}

.selectableStyle .ui-selecting {
	background: #FECA40;
}

.selectableStyle .ui-selected {
	background: #F39814;
	color: white;
}

.selectableStyle {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.selectableStyle li {
	margin: 3px;
	padding: 0.4em;
	font-size: 1.4em;
}

.spanBorder { /*	border: 1px solid brown;
	padding: 0.4em;*/
	cursor: pointer; *
	cursor: hand;
}

/*
#tabsDiv {
	border: none;
}
*/
.bookcase span img {
	border: none;
	cursor: pointer; *
	cursor: hand;
}

#linkListGrid  img {
	cursor: hand;
}

form * {
	font-family: Verdana;
	font-size: 96%;
}

form label {
	width: 10em;
	float: left;
}

form label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

form p {
	clear: both;
}

.submit {
	margin-left: 12em;
}

em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}

.linkDetailSelects {
	overflow: auto;
	width: 21em;
	border: thin outset;
}

/*--- default.css ---*/
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset,
	address {
	margin: 0 0 1em 0;
}

li, dd {
	margin-left: 5%;
}

fieldset {
	padding: .5em;
}

body {
	background: #a6b8a6;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.6em;
	width: 100%;
}

#logo_area {
	
}

#table_area {
	width: 100%;
}

#wrapper {
	background: #d0e7d0;
	border-top: 5px solid #a8a8a8;
	width: 85%;
	margin: auto;
}

#content {
	float: left;
	display: inline;
	width: 97%;
	height: 1650px;
	padding-top: 20px;
	margin-left: 20px;
	padding-top: 20px
}

#sidebar {
	float: right;
	padding-top: 20px;
	display: inline;
	width: 15%;
	margin-right: 20px;
}

#footer {
	clear: both;
	line-height: 3em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: 100;
}