﻿*
{
	margin: 0;
}

html, body
{
	height: 100%;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px;
}

#footer, #push
{
	height: 44px;
}

#bodyContent
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body 
{
	font-family: Tahoma;
	font-size: 0.8em;
	margin: 0px;
}

table, tr, td
{
	border-collapse: collapse;
}

#headerContent
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background: #fff url('Images/header_bg.gif') repeat-x 0 0;
	height: 125px;
}

#logo
{
	cursor: pointer;
	display: inline-block;
	background: #fff url('Images/logo.gif') no-repeat 0px 0px;
	width: 385px;
	height: 125px;
	margin-right: 20px;
}

#wish
{
	margin-top: 7px;
}

#wish .left
{
	display: inline-block;
	width: 10px;
	height: 61px;
	background: transparent url('Images/wish_left.gif') no-repeat 0 0;
	float: left;
}

#wishHeader
{
	margin-top: 2px;
}

#wishAuthor
{
	display: inline-block;
	float: left;
	font-weight: bold;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
}

#wishMore
{
	display: inline-block;
	float: right;
	height: 18px;
	text-align: right;
	background: transparent url('Images/wish_more_bg.gif') repeat-x 0 0;
}

#wishMoreCap
{
	background: transparent url('Images/wish_more_left.gif') no-repeat 0 0;
	display: inline-block;
	float: left;
	width: 7px;
	height: 18px;
}

#wish #wishContent
{
	clear: both;
	font-size: 0.85em;
	text-align: justify;
	overflow: hidden;
}

.wishContent
{
	font-size: 1em;
	text-align: justify;
}

.wishAuthor
{
	font-size: 2em;
	text-align: left;
	border-bottom: solid 2px #ccc;
	padding-bottom: 5px; 
	margin-bottom: 20px;
	margin-left: -20px;
	margin-top: 30px;
}

.wishLink
{
	color: #fff;
	text-decoration: none;
}

.wishLink:hover
{
	text-decoration: underline;
}

#wishMoreContent
{
	padding: 0px 10px 0px 15px;
}

#wish .content
{
	display: inline-block;
	height: 61px;
	background: transparent url('Images/wish_bg.gif') repeat-x 0 0;
	color: #fff;
	width: 348px;
	overflow: hidden;
	float: left;
}

#wish .right
{
	display: inline-block;
	width: 9px;
	height: 61px;
	background: transparent url('Images/wish_right.gif') no-repeat 0 0;
	float: left;
}

#navWish, #logo
{
	display: inline-block;
	overflow: hidden;
	float: left;
}

#navigation
{
	background: transparent url('Images/nav_seperator.gif') repeat-x 0 0;
	height: 40px;
	margin-top: 11px;
}

#navigation a
{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	float: left;
	padding: 10px 16px 10px 16px;
}

.navUnselected, .navSelected
{
	display: inline-block;
	float: left;
	color: #fff;
	height: 40px;
	margin-right: 1px;
}

.navUnselected
{
	background: transparent url('Images/nav_bg.gif') repeat-x 0 0;
}

.navSelected, .navUnselected:hover
{
	background: transparent url('Images/nav_selected_bg.gif') repeat-x 0 0;
}

.navLeft
{
	width: 10px;
	height: 40px;
	display: inline-block;
	float: left;
}

.navRight
{
	width: 11px;
	height: 40px;
	display: inline-block;
	margin-right: -1px;
}

.navUnselected .navLeft
{
	background: transparent url('Images/nav_left.gif') no-repeat 0 0;
}

.navUnselected .navRight
{
	background: transparent url('Images/nav_right.gif') no-repeat 0 0;
}

.navUnselected:hover .navLeft
{
	background: transparent url('Images/nav_left_selected.gif') no-repeat 0 0;	
}

.navUnselected:hover .navRight
{
	background: transparent url('Images/nav_right_selected.gif') no-repeat 0 0;	
}

#footerPlaceholder
{
	height: 44px;
}

#footer
{
	clear:both;
	background: transparent url('Images/footer_bg.gif') repeat-x 0 0;
	text-align: center;
	color: #888;
}

#footer .content
{
	padding-top: 20px;
	font-size: 0.85em;
}

#footer .content span
{
	margin: 0px 10px 0px 10px;
}

#footer a
{
	text-decoration: none;
	color: #0044bb;
}

#footer a:hover
{
	text-decoration: underline;
}

.loading
{
	background: transparent url('Images/loading.gif') no-repeat 0 0;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}

.comment, .commentAlt, .commentDeleted
{
	border: solid 1px #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.commentDeleted
{
	background-color: #fcc;
}

.comment
{
	background-color: #f3f3f3;
}

.commentAlt
{
	background-color: #fcfcfc;
}

.commentDetails
{
	font-size: 0.85em;
}

.commentDetails a
{
	font-size: 1.2em;
	margin-right: 5px;
}

.commentText
{
	margin-bottom: 10px;
	text-align: justify;
}

.commentHeader
{
	font-size: 1.6em;
}

.error
{
	color: #f00;
	font-size: 0.85em;
}

#divSearch
{
	position: absolute;
}

#searchBox, #divProfileImg
{
	position: absolute;
	border: solid 1px #333;
	background: #404040 url('Images/nav_bg.gif') repeat-x 0 -10px;
	padding: 2px 25px 3px 5px;
	white-space: nowrap;
	display:none;
}

#divProfileImg
{
	margin-top: 120px;
}

#divProfileImg a
{
	display: inline;
}

#searchBox a, #divProfileImg a
{
	color: #fff;
	text-decoration: none;
	margin-left: -5px;
}

#searchBox a:hover, #divProfileImg a:hover
{
	text-decoration: underline;
}

#searchBox #close, #divProfileImg #close
{
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
}

#userMenu
{
	background-color: #404040;
	color: #000;
	border: solid 1px #333;
	position: absolute;
	
	margin-left: 150px;
	display: none;
	line-height: 20px;
}

#userMenu a
{
	color: #000;
	display: block;
	text-decoration: none;
	background: transparent url('Images/nav_bg.gif') repeat-x 0 -15px;
	color: #fff;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
}

#userMenu a:hover
{
	background: transparent url('Images/nav_selected_bg.gif') repeat-x 0 -15px;
}

#userMenu #close
{
	position: absolute;
	right: 2px;
	top: 2px;
}

#divSearchTitle
{
	margin-top: 10px;
	font-size: 2em;
	border-bottom: solid 1px #666;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#divSearchResults
{
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	border-top: solid 1px #666;
}

#tblLogin
{
	width: 300px;
	margin: 30px auto 0 auto;
}

#tblLogin #title
{
	font-size: 2em;
	text-align: left;
	border-bottom: solid 1px #000;
	padding-bottom: 5px; 
	margin-bottom: 20px;
	margin-left: -20px;
}

#tblContact #title, #Upload #Title, #DefaultTitle
{
	font-size: 2em;
	text-align: left;
	border-bottom: solid 1px #000;
	padding-bottom: 5px; 
	margin-bottom: 20px;
}



#tblLogin tbody td, #tblLogin tfoot td
{
	text-align: left;
	padding-left: 50px;
}

#divForgotPassword
{
	margin-top: 30px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#divForgotPassword #title
{
	font-size: 2em;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}

#divForgotPassword #content
{
	padding-left: 20px;
	padding-bottom: 10px;
	white-space: nowrap;
	text-align: center;
}

#divRegister
{
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#divRegister #title
{
	font-size: 2em;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}

#divChangePassword
{
	margin-top: 30px;
}

#divChangePassword .title
{
	font-size: 2em;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	text-align: left;
	width: 400px;
}

#divRegister #content
{
	margin-left: 100px;
}

.wishlistItem
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #ccc;
}

.wishlistItem .title
{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	display: inline;
	margin-right: 5px;
}

.wishlistItem .content
{
	margin-bottom: 5px;
}

.wishlistItem .content a
{
	text-decoration: none;
	color: #000;
}

.wishlistItem .content a:hover
{
	color: #0044bb;
}

.errorText
{
	color: #fff;
}

.blurb
{
	padding: 10px 10px 20px 10px;
}

#divPromptDelete
{
	display: none;
	position: absolute;
	white-space: nowrap;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px;
	margin-left: -100px;
	margin-top: -50px;
}

#divPromptDelete a
{
	display: inline;
}

.CenterLink
{
	text-align: center;
}	

.notice
{
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}