/* Basics */

body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #000000;
	font-size: 85%;
	letter-spacing: 0.05em;
	line-height: 110%;
}

/* Links */

a {
	color: #DE0079;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #6666FF;
}
a:active {
	text-decoration: none;
	color: #FF99FF;
}


/* Headings */

h1 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 200%;
	font-weight: normal;
	color: #DE0079;
	line-height: normal;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 150%;
	font-weight: normal;
	color: #666666;
	line-height: normal;
	margin: 36px 0px 12px 0px;
}
h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 125%;
	font-weight: normal;
	line-height: normal;
	color: #DE0079;
	margin: 24px 0px 12px 0px;
}
h4 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	color: #666666;
	margin: 12px 0px 12px 0px;
}


/* Header section */

#header {
	clear: both;
	float: left;
	width: 100%;
}
#header h1 {
	border-bottom: none;
	margin: 25px 0 7px 50px;
}
#header ul {
	background: #DE0079;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	text-align: left;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 50px 0 0;
}
#header ul li a, #header ul li a:visited {
	color: #fff;
	font-family: 'Arial Black', 'Arial Bold', 'Verdana Bold', 'Helvetica Bold', sans-serif;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a.selected {
	color: #EB84B4;
	font-family: 'Arial Black', 'Arial Bold', 'Verdana Bold', 'Helvetica Bold', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}


/* column container */

.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}


/* 2 column left menu settings */

.leftmenu {
	background: #fff;
}
.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 170px;
	background: #fff;
	border-left: 1px solid #DE0079;
}
.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 170px;
	padding-bottom: 1em;
}
.leftmenu .col1 {
	margin: 0 15px 0 185px;
	padding: 25px 0;
	position: relative;
	right: 100%;
	width: 500px;
	overflow: hidden;
}
.leftmenu .col2 {
	float: left;
	width: 140px;
	position: relative;
	right: 155px;
	padding: 25px 0;
	text-align: right;
}

.col2 h4 {
	color: #DE0079;
	font-family: 'Arial Black', 'Arial Bold', 'Verdana Bold', 'Helvetica Bold', sans-serif;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

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

.col2 ul li {
	font-size: 90%;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: uppercase;
}

.col2 ul li a, .col2 ul li a:visited {
	color: #000;
	text-decoration: none;
}

.col2 ul li a:hover {
	color: #DE0079;
	text-decoration: none;
}

/* Splash Page */

#splash {
	clear: both;
	padding: 50px 0 60px 0;
	text-align: center;
	width: 100%;
}

#splash {
	margin: 0 auto;
	width: 620px;
}

#splash ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	width: 620px;
}

#splash ul li {
	display: inline;
	float: left;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 85%;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	text-transform: uppercase;
}

#splash ul li img {
	padding-bottom: 10px;
}

#splash-footer {
	border-top: 1px solid #000;
	clear: both;
	float: none;
	text-align: center;
	width: 100%;
}

#splash-footer p {
	padding: 15px;
	margin: 0;
	color: #666;
	font-size: 90%;
}


/* Footer styles */

#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}

#footer p {
	padding: 15px;
	margin: 0;
	color: #666;
	font-size: 90%;
}


/* Lists */

dd, li {
	padding-bottom: 12px;
}
ul ul li {
	padding-bottom: 0px;
}
ul ul.order li {
	padding-bottom: 12px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
ul.compact li {
	padding-bottom: 0px;
}
ul.compact ul {
	padding-bottom: 12px;
}


/* Images */

img.left {
	border: 0;
	float: left;
	margin: 0 10px 10px 0;
}
	
img.right {
	border: 0;
	float: right;
	margin: 0 0 10px 10px;
}


/* tables */

table.shaded {
	background-color: #EEEEEE;
}

table.shaded {
	background-color: #FFFFFF;
}

table.paypal {
	background-color: #999999;
}

table.paypal td {
	background-color: #FFFFFF;
	font-size: 75%;
}

table.paypal th {
	background-color: #FFFFFF;
	font-size: 83%;
	text-align: left;
}

table.shaded td img {
	margin-bottom: 20px;
}

table.thumb {
	border: 5px solid #EEEEEE;
	margin-bottom: 20px;
	width: 100%;
}

table.thumb td {
	border: 1px solid #EEEEEE;
	padding: 2px 10px 2px 10px;
}

table.thumb th {
	border: 1px dotted #EEEEEE;
	padding: 2px 10px 2px 10px;
	text-align: left;
}
		

/* Admin section */

.admin_menu li {
	padding-bottom: 0px;
}

.error {
	padding: 10px;
	margin: 10px;
	border: 1px solid #DD0066;
}

.invited, a.invited {
	color: #3300DD;
}

a.invited:visited {
	color: #330099;
}

a.invited:hover {
	text-decoration: underline;
	color: #6666FF;
}

a.invited:active {
	text-decoration: none;
	color: #FF99FF;
}

.login {
	font-size: 10px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #777777;
	margin: 0px 0px 12px 0px;
}


/* RSV */

.rsv-error-field {
    background-color: #FFDDEE;
}

#rsv-errors {
    background-color: #FFDDEE;
    border: 1px solid #DE0079;
    display: none; 
	margin-bottom: 10px;
    padding: 10px;
}


/* Miscellaneous */

.black {
	color: #000000;
}

.grey {
	color: #777777;
}

.magenta {
	color: #DE0079;
}

.clear {
	clear: both;
}

.h1 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 200%;
	font-weight: normal;
	color: #DE0079;
}
.h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 150%;
	font-weight: normal;
	color: #666666;
}
.h3 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #DE0079;
}
.h4 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

.small {
	font-size: 90%;
}

.standout {
	background-color: #DE0079;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 125%;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin: 12px 0px 12px 0px;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}

.standout a, .standout a:visited {
	color: #FFFFFF;
}

.standout a, .standout a:visited {
	color: #FFFFFF;
}

h2.messages {
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #DE0079;
}

.source {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DE0079;
}

table#booklist {
	background-color: #EEEEEE;
}

table#booklist tr td {
	background-color: #FFFFFF;
	padding: 10px;
}

table#booklist tr th {
	text-align: left;
}

