/* CSS values shorthand:
	1: all
	2: top/bottom left/right
	3: top left/right bottom
	4: top right bottom left
	border: width style color
*/

body {
	background-color: white;
	background-image: url(tradition_bg_SeaBlue.jpg);
	margin: 0px;
	padding: 10px;
	border: 0px;
/*	text-align: center;*/
}
.pagediv {
	color: black;
	min-width: 950px;
	margin: 0px 15px;
/*	text-align: center;*/
}
table#theMainTable { 
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: white;
	background-color: white;
	width: 100%;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

div#DIVMenu a:link    { color: #000; }
div#DIVMenu a:visited { color: #000; }
div#DIVMenu a:hover   { color: #000; }
div#DIVMenu a:active  { color: #000; }
.LayoutMenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 15px;
	padding: 0px 20px;
	margin: 0px;
	background-color: #9999CC;
}
.LayoutMenuItemSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	padding: 0px 20px;
	margin: 0px;
	background-color: #9999CC;
}
#SPANMenu {
	text-align: center;
}
#DIVMenu {
	background-color: #9999CC;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	font-variant: small-caps;
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: white;
}

/* ContentType 1: Paragraph */
.ContentParagraph,
.sb_captioned_image {
	padding: 0px 10px;
	font-weight: normal;
}

/* ContentType 2: Work */
.ContentWork {
	padding: 0px 10px;
	font-weight: normal;
}
.ContentWork a:hover { color: #909; }
	.ContentWorkTitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #909;
	}

/* ContentType 3: Photo */
.ContentPhoto {
	padding: 9px;  /* Must be 9px to accommodate 180px image + 2px border + 18px padding = 200 px column */
}

/* ContentType 4: Link (Quick Links) */
.ContentQuickLink {
	/* top/bot left/right */
	padding: 5px 10px;
	font-size: 12px;
}

/* ContentType 5: Header */
.ContentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}

/* ContentType 9+11: The header for "Quick Links", "Selected Works", and others */
.MediumHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 10px;
	text-transform: uppercase;
}

.SubContentCategory {
	font-weight: bold;
	padding: 10px 10px 5px;
	font-size: 12px;
}

/* ContentType 10: The header for each page - usually says "Home", "Works", etc. */
.BigHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 10px 10px 10px;
}

/* ContentType 12: Selected works (the actual link and description) */
.ContentSelectedWork {
	padding: 0px 10px 5px;
	font-size: 12px;
	color: #666;
}
a.QuickLink:link    { color: #909; text-decoration: underline; }
a.QuickLink:visited { color: #909; text-decoration: underline; }
a.QuickLink:hover   { color: #99F; text-decoration: underline; }
a.QuickLink:active  { color: #F99; text-decoration: underline; }

a:link    { color: #9093; }
a:visited { color: #9093; }
a:hover   { color: #9093; }
a:active  { color: red; }


/* ContentType 13: Find Authors (the graphic and the link) */
.ContentFindAuthors {
	padding: 10px;
	clear: left;
}

/* ContentType 14: Newsletter subscribe (special text) */
.ContentNewsletterSubscribe {
	padding: 0px 10px;
	font-size: 13px;
}

/* ContentType 15: Newsletter Link (the link with the date) */
.ContentNewsletterLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 10px 5px;
}

/* ContentType 17: Discussion Topic */
.ContentTopic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 16px;
}
	.ContentTopicHeader {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}

/* ContentType 18: Author Name */
.sb_title {
	font-family: "Times New Roman", Roman, serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	background-color: transparent;
	color: white;
}
h2.sb_subTitle {
	font-family: "Times New Roman", Roman, serif;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-bottom: 5px;
}
/* ContentType 19: Fixed text 2 */
.ContentFixed2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 10px 0px 10px;
}

/* These three control the layout areas 1,2,3. Used to set background colors, borders, etc. */
.Content1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.Content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9999CC;
	font-size: 11px;
	width: 220px;
}
.Content3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
}
.Content4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
}

#TDContent1 {
	color: black;
	text-align: left;
	padding: 10px;
}
#TDContent2 {
	/*width: 220px;*/
	background-color: #9999CC;
	text-align: left;
}
#TDContent3 {
	/*width: 220px;*/
	text-align: left;
}
#TDContent4 {
	/*width: 220px;*/
	text-align: left;
}
#TDContent34 {
	/*width: 220px;*/
	background-color: transparent;
	background-image: url(tradition_line_SeaBlue.png);
	text-align: left;
}
.TDMargin {
	width: 0px;
}
div.Content2,
div.Content3,
div.Content4 {
	/*width: 220px;*/
	margin-bottom: 10px;
}
td.leftcol,
td.rightcol {
	width: 220px;
	padding: 10px 0;
}
td.leftcol .sb_content_image_left .sb_captioned_image,
td.rightcol .sb_content_image_left .sb_captioned_image,
td.leftcol .sb_content_image_right .sb_captioned_image,
td.rightcol .sb_content_image_right .sb_captioned_image {
	padding: 5px 4px;
}
td div.sbSortable:hover {
	border-color: #666666;
}
a.sbFindAuthors { padding: 10px; }