/* ************************************************************************
Company: Castle Publications
Website: www.castlepublications.com
Author: Harma Davtian
Improving pages with CSS before completely redoing the site
*/

/* General styles for all body ******************************************* */

body {
	background-image: url(../back.jpg);
	font-family: 'Times New Roman', arial, georgia, sans-serif;
	font-size:14px;
}

* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:15px;
	color:#8a0000;
}

h1 span {
	font-size:65%;
}

h2 {
	color:#003399;
}

h4 {
	color:black;
}

p {
	margin-bottom:10px;
}

Table {
	margin-bottom:15px;
}

ul,ol {
	margin-bottom:15px;
}

ul li, ol li {
	margin-left:2em;
}

a:link {color:#8A0000;}
a:visited {color:#444444;}

/* ******************************************************************************* */

#mainWrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	
}

#content {
	padding:20px 30px 20px 30px;
}

#footer {
	padding-top:30px;
	border-top:2px solid #8a0000;
	text-align:center;
}

#mainWrapper #content table.pubOrderTable {
	width:100%;
}

#mainWrapper #content table.pubOrderTable th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	width:40px;
	padding:5px 0px 15px 5px;
}

#mainWrapper #content table.pubOrderTable td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding:5px 0px 15px 0px;
}

table.seminars {
	border-top:1px solid black;
	border-left:1px solid black;
	background-color:white;
}

table.seminars td {
	padding:10px;
	vertical-align:top;
	text-align:center;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

table.seminars td h3 {
	margin:0;
	font-size:14px;
}

table.type1 {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

table.type1 th.type1,
table.type1 td.type1 {
	vertical-align:top;
	background-color:white;
	padding:5px 10px 5px 10px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}

table.type1 th.type1 {
	text-align:left;
	vertical-align:top;
	background-color: #BD8C19;
	color:black;
	font-weight:bold;	
}

/* miscellaneous ************************************ */

.newAddition {
	color:#990000;
	font-weight:bold;
}

p.instructions {
	font-family:arial;
	font-size:11px;
	padding:0 0 3px 0;
	margin:0;
	color: #666666;
}

p.small,
span.small,
td.small {
	font-size:85%;
}

div.title {
	padding:0 0 20px 0;
	text-align:center;
}

div.description {
	padding:15px 0 45px 0;
}

table.search {
	background-color:#cccccc;
	margin:0;
}

table.search td {
	padding:5px;
}

.w25 {width:25px;}
.w55 {width:55px;}
.w75 {width:75px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w500 {width:500px;}
.w550 {width:550px;}
.w600 {width:600px;}

/* table of contents with page numbers ************************************ */
/*
div.toc {
	width:100%;
	clear:both;
}

div.toc span.title {
	float:left;
	width:87%;
	background-image: url(../images/bg-dots.gif);
	background-repeat: repeat-x;
}

div.toc span.title span {
	width:auto;
	margin:0;
	padding:0 5px 0 0;
	background-color:white;
}

div.toc span.page {
	float:left;
	width:20px;
	padding-left:5px;
}
*/

#thisToc table.toc2 {
	font-size:12px;
}

#thisToc table.toc2 strong {
	font-size:13px;
	padding-left:0;
}

#thisToc table.toc2 tr.section td.title {
	padding-left:0;
	font-size:13px;
	font-weight:bold;
}

#thisToc table.toc2 tr td.title {
	vertical-align:top;
	padding:3px 15px 3px 40px;
	border-bottom:1px dotted #666666;
	padding-right:25px;
}

#thisToc table.toc2 tr td.page {
	vertical-align:top;
	padding:3px 0px 3px 5px;
	border-bottom:1px dotted #666666;
}

/* admin pages ************************************ */

.administrator {
	
}

.administrator #content {
	min-height: 250px;
}

table.adminType1 {
	background-color:white;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

table.adminType1 th.adminType1,
table.adminType1 td.adminType1 {
	padding:5px 10px 5px 10px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	vertical-align:top;
}

table.adminType1 th.adminType1 {
	text-align:left;
	vertical-align:top;
	background-color: #8a0000;
	color:white;
	font-weight:bold;	
}

.unpublished {
	background-color:#cccccc;
}


