/*************
 Default Tags
*************/

p, a, li, td, input, span, option, select, dd, dt, th, td, caption, label, button, div, h1, h2, h3, blockquote {
	font-family:Arial;
	font-size:9pt;
	color: #4F4F4F;
}

h2 {
	font-size:10pt;
	color:#C08C3A;
	margin:0px 0px 10px 0px;
}

body {
	background-color:#B89EC0;
	background-image: url("/images/bodybgrnd.jpg");
	background-repeat:repeat-x;
	background-position:top;
	margin:20px;
}

code {
	font-size:8pt;
	text-align:left;
}
/****************
 Global Sections
****************/

#layout {
	min-width:880px;
	width:expression(document.body.clientWidth > 880 ? "auto": "880px" ); /* IE min-width hack */
}

#header {
	position:relative;
	background-color:#FFFFFF;
	background-image: url("/images/logobgrnd.jpg");
	background-repeat:repeat-x;
	background-position:top;
	height:106px;
}

#logo {
	position:absolute;
	left:0px;
	height:106px;
	width:380px;
	background-image: url("/images/logo.jpg");
}

#personal {
	position:absolute;
	right:0px;
	height:106px;
	width:500px;
	background-image: url("/images/personalbgrnd.jpg");
	text-align:right;
	vertical-align:bottom;
}

#personal #details {
	position:absolute;
	bottom:0px;
	right:10px;
}

#personal #alerts a {
	display:block;
	font-size:7pt;
}

#personal #manage  {
	margin-top:3px;
}

#personal #welcome, #personal #signedinas  {
	margin-bottom:2px;
}

#topcrosswords {
	position:absolute;
	bottom:5px;
	left:35px;
	text-align:left;
}

#topcrosswords #previous {
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	left: 0px;
	top:3px;
	background-image:url(/images/yellowbulletleft.jpg);
}

#topcrosswords h3 {
	display:inline;
	position:relative;
	padding:0px 0px 0px 15px;
	margin:0px;
}

#topcrosswords #next {
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	right: -12px;
	top:3px;
	background-image:url(/images/yellowbulletright.jpg);	
}
#topcrosswords ul {
	list-style-type:square;
	list-style-position:inside;
	padding:0px;
	margin:0px;
}

#topcrosswords a {
	font-size:8pt;
}

#toolbar {
	position:relative;
	height:51px;
	background-color:#FFFFFF;
	background-image: url("/images/toolbarbgrnd.jpg");
	background-repeat:repeat-x;
}

#toolbarleft {
	float:left;
	height:51px;
	width:20px;
	background-image: url("/images/toolbarleft.jpg");
	background-repeat:no-repeat;
}

#toolbarright {
	position:absolute;
	right:0px;
	height:51px;
	width:20px;
	background-image: url("/images/toolbarright.jpg");
	background-repeat:no-repeat;
}

#toolbar a {
	margin:0px 8px 0px 8px;
	display:block;
	height:51px;
	float:left;
}

#toolbar a#crossword {
	width:123px;
	background-image: url("/images/crossword.jpg");
}

#toolbar a#crossword:hover {
	background-image: url("/images/crosswordhover.jpg");
}

#toolbar a#sudoku {
	width:100px;
	background-image: url("/images/sudoku.jpg");
}

#toolbar a#sudoku:hover {
	background-image: url("/images/sudokuhover.jpg");
}

#toolbar a#alphadoku {
	width:142px;
	background-image: url("/images/alphadoku.jpg");
}

#toolbar a#alphadoku:hover {
	background-image: url("/images/alphadokuhover.jpg");
}

#toolbar a#search {
	width:99px;
	background-image: url("/images/search.jpg");
}

#toolbar a#search:hover {
	background-image:url("/images/searchhover.jpg");
}

#toolbar a#mycave {
	width:114px;
	background-image: url("/images/mycave.jpg");
}

#toolbar a#mycave:hover {
	background-image: url("/images/mycavehover.jpg");
}

#toolbar a#forum {
	width:91px;
	background-image: url("/images/forum.jpg");
}

#toolbar a#forum:hover {
	background-image: url("/images/forumhover.jpg");
}

#toolbar a#software {
	width:120px;
	background-image: url("/images/software.jpg");
}

#toolbar a#software:hover {
	background-image: url("/images/softwarehover.jpg");
}

#toolbar a#shop {
	width:76px;
	background-image: url("/images/shop.jpg");
}

#toolbar a#shop:hover {
	background-image: url("/images/shophover.jpg");
}

#body {
	position:relative;
	background-color:#FFFFFF;
	border:10px solid #FFFFFF;
}

#footer {
	position:relative;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
	background-color:#DBB983;
	padding:5px;
	text-align:center;
}

#footer a {
	border-right: 1px solid #4F4F4F;
	padding-right: 10px;
	margin-right: 10px;
}

#footer a#rss img {
	position:relative;
	top:4px;
}


/***************************
 Common Classes & Structure
***************************/

.warning {
	background-image: url("/images/warning.jpg");
	background-repeat:no-repeat;
	background-position:left;
	height:24px;
	padding:5px 0px 5px 30px;
	line-height:24px;
	font-size:11pt;
}

.information {
	background-image: url("/images/information.jpg");
	background-repeat:no-repeat;
	background-position:left;
	height:24px;
	padding:5px 0px 5px 30px;
	line-height:30px;
	font-size:11pt;
}

.information a, .warning a {
	font-size:11pt;
}

th {
	white-space:nowrap;
}

col.nowrap, col#nowrap {
	white-space:nowrap;
}

table.purple td {
	border:0px solid #B89EC0;
}

table.purple th {
	background-color:#B89EC0;
	border:1px solid #B89EC0;
}

table.purple tr.odd {
	background-color:#F2ECF4;
}

table.purple tr.even {
	background-color:#E1D2E6;
}

table.orange td {
	border:0px solid #DBB983;
}

table.orange th {
	background-color:#DBB983;
	border:1px solid #DBB983;
}

table.orange tr.odd {
	background-color:#F9F2E7;
}

table.orange tr.even {
	background-color:#F1E1C7;
}

#tabs {
	height:29px;
}

#tabs a {
	display:block;
	float:left;
	line-height:29px;
	height:29px;
	padding:0px 30px 0px 15px;
	text-decoration:none;
}

#tabs a:hover {
	text-decoration:underline;
}

#tabbodies div.taboff {
	display:none;
	margin:0px;
	padding:5px;
}

#tabbodies div.tabon {
	display:block;
	margin:0px;
	padding:5px;
}

#tabbodies table {
	margin: 10px 0px 0px 0px;
	width:100%;
}

#tabbodies table tbody td {
	text-align:left;
	padding:2px;
}

form .warning {
	background-image: url("/images/warning_small.jpg");
	background-repeat:no-repeat;
	background-position:left;
	height:16px;
	padding:0px 0px 0px 20px;
	font-size:8pt;
}

form .invalid {
	background-color:#FFC3C3;
}

div.comment p {
	padding:0px 0px 10px 20px;
	margin:0px;
}
/****************************
 Index Page Specific Layout
****************************/

#introduction {
	margin:0px 0px 10px 0px;
	padding:0px;
}

#puzzleheader {
	position:relative;
	background-image:url(/images/puzzleheaderbgrnd.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px 10px 0px 10px;
	height:37px;
}

#puzzleinfo {
	position:relative;
	background-image:url(/images/puzzleinfobgrnd.jpg);
	height:37px;
	margin:auto;
	width:50%;
}

#puzzleinfoleft {
	position:absolute;
	left:0px;
	top:0px;
	height:37px;
	width:37px;
	background-image:url(/images/puzzleinfoleft.jpg);
}

#puzzleinforight {
	position:absolute;
	right:0px;
	top:0px;
	height:37px;
	width:37px;
	background-image:url(/images/puzzleinforight.jpg);
}

#puzzleinfo p {
	position:relative;
	top:7pt;
	margin:0px;
	padding:0px 0px 2px 0px;
	color:#FFFFFF;	
	line-height:9pt;
	text-align:center;
}

#puzzleinfo a {
	color:#FFFFFF;
}

#puzzleinfo img {
	position:absolute;
	bottom:5px;
	left:20px;
}

#puzzleheader a#save, #puzzleheader a#help, #puzzleheader a#print, #puzzleheader a#edit {
	position:absolute;
	bottom:0px;
	width:80px;
	height:29px;
	text-decoration:none;
	color:#FFFFFF;
	line-height:29px;
}

#puzzleheader a#save {
	left:0px;
	text-indent:28px;
	background-image:url(/images/save.jpg);
}

#puzzleheader a#save:hover {
	background-image:url(/images/savehover.jpg);
}

#puzzleheader a#help {
	text-indent:28px;
	left:80px;
	background-image:url(/images/help.jpg);
}

#puzzleheader a#help:hover {
	background-image:url(/images/helphover.jpg);
}

#puzzleheader a#print {
	text-indent:18px;
	right:0px;
	background-image:url(/images/print.jpg);
}

#puzzleheader a#print:hover {
	background-image:url(/images/printhover.jpg);
}

#puzzleheader a#edit {
	text-indent:18px;
	right:80px;
	background-image:url(/images/edit.jpg);
}

#puzzleheader a#edit:hover {
	background-image:url(/images/edithover.jpg);
}

#puzzle {
	margin:0px 5px 0px 5px;
	border-top: 1px solid #8B6397;
	border-bottom: 1px solid #8B6397;
	text-align:center;
	padding: 10px;
}

#puzzlefooter {
	position:relative;
	background-image:url(/images/puzzlefooterbgrnd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px 10px 0px 10px;
	height:37px;
}

#puzzlefooter a#error, #puzzlefooter a#next {
	position:absolute;
	top:0px;
	width:140px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#FFFFFF;
}

#puzzlefooter a#error {
	left:0px;
	text-indent:28px;
	background-image:url(/images/error.jpg);
}

#puzzlefooter a#error:hover {
	background-image:url(/images/errorhover.jpg);
}

#puzzlefooter a#next {
	right:0px;
	text-indent:14px;
	background-image:url(/images/next.jpg);
}

#puzzlefooter a#next:hover {
	background-image:url(/images/nexthover.jpg);
}

#puzzletoolbar {
	position:relative;
	background-image:url(/images/puzzletoolbarbgrnd.jpg);
	height:37px;
	margin:auto;
	width:50%;
	text-align:center;
	vertical-align:middle;
}

#puzzletoolbarleft {
	position:absolute;
	left:0px;
	top:0px;
	height:37px;
	width:36px;
	background-image:url(/images/puzzletoolbarleft.jpg);
}

#puzzletoolbarright {
	position:absolute;
	right:0px;
	top:0px;
	height:37px;
	width:40px;
	background-image:url(/images/puzzletoolbarright.jpg);
}

#puzzletoolbar button {
	font-size:8pt;
	position:relative;
	top:3px;
}

#puzzletoolbar a:hover {
	background-color:#B89EC0;
}

#indextabs {
	position:relative;
}

#indextabs a.taboff {
	background-color:#E1E1E1;
	background-image:url(/images/greytab.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#indextabs a.tabon {
	background-color:#ACCB93;
	background-image:url(/images/greentab.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#indextabs #tabbodies div.tabon {
	background-color:#ACCB93;
}

#indextabs #tabbodies div.taboff {
	background-color:#E1E1E1;
}

#indextabs blockquote {
	background-color:#FFFFFF;
	background-image:url(/images/greencomment.jpg);
	background-position:bottom left;
	border-top:1px solid #B89EC0;
	margin:5px;
	padding:10px 10px 15px 10px;
}

#commenteditor form {
	margin:0px;
	padding:5px;
	text-align:right;
}

#commenteditor form textarea#comment {
	width:100%;
}

#puzzlerating {
	float:right;
	position:relative;
	height:29px;
	line-height:29px;
	padding:0px;
	margin:0px;
}

#puzzlerating img {
	cursor:pointer;
}

#googlelinkblock {
	width:auto;
	text-align:center;
	background-color:#E1E1E1;
	margin:0px 5px 0px 5px;
	padding:5px;
}

#googleadblock {
	text-align:center;
	width:auto;
	margin: 10px 0px 0px 0px;
	padding:5px;
}

/****************************
 Software Page Specific Layout
****************************/

#softwarescreenshot {
	position:relative;
	text-align:center;
	float:right;
}

ul#featurelist {
	list-style-image:url(/images/bullet_square_green.jpg);
}

ul#featurelist li {
	line-height:16px;
	margin: 3px 0px 3px 0px;
}

a#downloadbasic {
	display:block;
	height:32px;
	background-repeat:no-repeat;
	background-position:left;
	padding: 0px 0px 0px 32px;
	vertical-align:middle;
	line-height:32px;
	background-image:url(/images/download.jpg);
}

a#buyprofessional {
	display:block;
	height:32px;
	background-repeat:no-repeat;
	background-position:left;
	padding: 0px 0px 0px 32px;
	vertical-align:middle;
	line-height:32px;
	background-image:url(/images/shoppingcart.jpg);
}

/*
a#softwarepurchase {
	position:relative;
	display:block;
	height:48px;
	width:200px;
	background-image: url("/images/dollar.jpg");
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 20px 0px 58px;
}
*/
/****************************
 Screenshot Specific Layout
****************************/

.screenshot {
	clear:both;
	height:210px;
}

.screenshot img {
	float:left;
}

.screenshot h3, .screenshot p {
	margin-left:280px;
}

/****************************
 Feature Page Specific Layout
****************************/

table#features td {
	vertical-align:top;
	padding:2px;
}

table#features th {
	padding:2px;
}

/****************************
 Search Page Specific Layout
****************************/

#searchform fieldset {
	position:relative;
	border:0px solid #000000;
	margin:0px;
	padding:4px;
}

#searchform label {
	position:relative;
	padding:0px;
	white-space:nowrap;
	text-align:left;
	margin:0px 10px 0px 0px;
}

form#searchform {
	position:relative;
	background-color:#DBB983;
	padding:10px;
	margin:0px;
	text-align:center;
}

form#searchform select, form#searchform input, form#searchform button {
	margin:0px 0px 0px 10px;
}

table#searchresults {
	margin: 10px 0px 0px 0px;
	width:100%;
}

table#searchresults tr {
	cursor:pointer;
}

table#searchresults tr:hover {
	background-color:#B89EC0;
}

table#searchresults tbody td {
	text-align:left;
	padding:2px;
}

table#searchresults tfoot td {
	text-align:center;
	padding:2px;
}

table#searchresults th {
	padding:2px;
	text-align:left;
}

/****************************
 Signin Page Specific Layout
****************************/

#already_a_member {
	position:absolute;
	top:0px;
	left:0px;
	width:47%;
	padding:20px 0px 0px 20px;
	margin:0px;
}

#not_a_member {
	padding:20px 20px 40px 20px;
	margin:0px 0px 0px 50%;
	border-left:2px dotted #B89EC0;
}

#not_a_member h3, #already_a_member h3 {
	padding:0px;
	margin:0px;
}

form#signin {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#signin fieldset {
	position:relative;
	border:0px solid #000000;
	margin:0px;
	padding:4px 0px 4px 0px;
	text-align:left;
	vertical-align:middle;
}

#signin label {
	position:absolute;
	left:10px;
	line-height:24px;
	text-align:right;
	width:130px;
}

#signin input {
	margin:0px 0px 0px 150px;
}

/****************************
 Register Page Specific Layout
****************************/

form#register {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#register fieldset {
	position:relative;
	border:0px solid #000000;
	margin:0px;
	padding:4px 0px 4px 0px;
	text-align:left;
	vertical-align:middle;
}

#register label {
	position:absolute;
	left:10px;
	text-align:right;
	width:130px;
	vertical-align:middle;
}

#register input, #register select, #register img {
	margin:0px 0px 0px 150px;
}

#register img {
	padding:5px;
	border:2px groove;
}

/****************************
 Edit Profile Specific Layout
****************************/

form#editprofile {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#editprofile fieldset {
	position:relative;
	border:0px solid #000000;
	margin:0px;
	padding:4px 0px 4px 0px;
	text-align:left;
	vertical-align:middle;
}

#editprofile label {
	position:absolute;
	left:10px;
	text-align:right;
	width:130px;
	vertical-align:middle;
}

#editprofile input, #editprofile select, #editprofile img {
	margin:0px 0px 0px 150px;
}

#editprofile img {
	padding:5px;
	border:2px groove;
}

/****************************
 Contact Page Specific Layout
****************************/

form#contact {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#contact fieldset {
	position:relative;
	border:0px solid #000000;
	margin:0px;
	padding:4px 0px 4px 0px;
	text-align:center;
	vertical-align:middle;
}

#contact label {
	display:block;
	text-align:center;
	margin:0px 0px 10px 0px;
}

#contact textarea {
	margin:auto;
	width:90%;
	display:block;
}

#contact span.warning {
	text-align:center;
	margin:auto;
}

#contact label {
	display:block;
	text-align:center;
	margin:0px 0px 10px 0px;
}

/****************************
 Reset Specific Layout
****************************/

form#resetpassword {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#resetpassword fieldset {
	position:relative;
	border:0px solid #000000;
	margin:0px;
	padding:4px 0px 4px 0px;
	text-align:center;
	vertical-align:middle;
}

#resetpassword label {
	display:block;
	text-align:center;
	margin:0px 0px 10px 0px;
}

#resetpassword input {
	text-align:center;
}

/****************************
 Password Specific Layout
****************************/

form#changepassword {
	position:relative;
	padding:0px;
	margin:0px;
	margin:10px auto 10px auto;
	width:500px;
	text-align:left;
}

#changepassword fieldset {
	position:relative;
	border:0px solid #000000;
	margin:0px;
	padding:4px 0px 4px 0px;
	text-align:left;
	vertical-align:middle;
}

#changepassword label {
	position:absolute;
	text-align:left;
	width:130px;
	margin:0px 0px 10px 0px;
}

#changepassword input, #changepassword button {
	margin:0px 0px 0px 150px;
}

#changepassword button {
	margin-top:10px;
}
/****************************
 Profile Page Specific Layout
****************************/

#mugshot {
	position:absolute;
	left:0px;
	margin:25px 0px 25px 0px;
	text-align:center;
}

#profile dl {
	position:relative;
	margin:10px 0px 10px 140px;
	padding:0px;
}

#profile dd {
	margin:0px 10px 10px 110px;
}

#profile dt {
	position:relative;
	float:left;
	margin:0px 10px 10px 10px;
}

#profile p {
	position:absolute;
	top:20px;
}

#profiletabs a.taboff {
	background-color:#E1E1E1;
	background-image:url(/images/greytab.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#profiletabs a.tabon {
	background-color:#DBB983;
	background-image:url(/images/orangetab.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#profiletabs #tabbodies div.tabon {
	background-color:#DBB983;
}

#profiletabs #tabbodies div.taboff {
	background-color:#E1E1E1;
}

#profiletabs blockquote {
	background-color:#FFFFFF;
	background-image:url(/images/commentorange.jpg);
	background-position:bottom left;
	border-top:1px solid #B89EC0;
	margin:5px;
	padding:10px 10px 15px 10px;
}

.submittedcrossword {
	padding-left:75px;
	background-image:url(/images/crossword.jpg);
	background-repeat:no-repeat;
	height:50px;
}

#profiletabs #tabbodies table tr {
	cursor:pointer;
}

#profiletabs #tabbodies table tr:hover {
	background-color:#E1E1E1;
}

#profiletabs #tabbodies table th {
	background-color: #E1E1E1;
	border: 1px solid #E1E1E1;
	padding:2px;
	text-align:left;
	cursor:auto;
}

/****************************
 Editor Page Specific Layout
****************************/

#editortabs a.taboff {
	background-color:#E1E1E1;
	background-image:url(/images/greytab.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#editortabs a.tabon {
	background-color:#DBB983;
	background-image:url(/images/orangetab.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#editortabs #tabbodies div.tabon {
	background-color:#DBB983;
}

#editortabs #tabbodies div.taboff {
	background-color:#E1E1E1;
}

#editortabs blockquote {
	background-color:#FFFFFF;
	background-image:url(/images/commentorange.jpg);
	background-position:bottom left;
	border-top:1px solid #B89EC0;
	margin:5px;
	padding:10px 10px 15px 10px;
}

#editortabs #tabbodies table th {
	background-color: #E1E1E1;
	border: 1px solid #E1E1E1;
	padding:2px;
	text-align:left;
	cursor:auto;
}

/****************************
 Mugshot Page Specific Layout
****************************/

#mugshots {
	text-align:center;
}

#mugshots img {
	border: 2px groove;
	margin:10px;
}

/****************************
 Quarantine Specific Layout
****************************/

table#quarantinetable {
	margin: 10px 0px 0px 0px;
	width:100%;
}

table#quarantinetable tr {
	cursor:pointer;
}

table#quarantinetable tr:hover {
	background-color:#B89EC0;
}

table#quarantinetable tbody td {
	text-align:left;
	padding:2px;
}

table#quarantinetable th {
	padding:2px;
	text-align:left;
}

/****************************
 Review Specific Layout
****************************/

table#reviewtable {
	margin: 10px 0px 0px 0px;
	width:100%;
}

table#reviewtable tr {
	cursor:auto;
}

table#reviewtable tr:hover {
	background-color:#B89EC0;
}

table#reviewtable tbody td {
	text-align:left;
	padding:2px;
}

table#reviewtable th {
	padding:2px;
	text-align:left;
}

/********************************
 Ratung Page Specific Layout
********************************/

#ratingbox {
	margin:auto;
	width:300px;
}

/********************************
 Review Page Specific Layout
********************************/

#reviewform {
	text-align:right;
}

#reviewform button, #reviewform select {
	margin:5px 10px 5px 0px;
}

tr.reasonrow {
	display:none;
}

/********************************
 Links Specific Layout
********************************/

#externallinks dl {
	padding:0px;
	margin:0px;
}

#externallinks dt {
	padding:0px;
	margin:0px;
}

#externallinks dd {
	margin:5px 0px 10px 0px;
	padding:0px;
}

#reviewform {
	text-align:right;
}

/********************************
 My Cave Specific Layout
********************************/

#deletesavedform {
	text-align:right;
	padding:0px;
	margin:0px;
}

#deletesavedform button{
	margin:5px 0px 0px 10px;
}
