/* 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: #FFF;
	margin: 0;
	padding: 0;
}

.pagediv {
	background-color: #FFF;
	color: black;
	min-width: 960px;
	margin: 10px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

div#DIVMenu a:link    { color: black; }
div#DIVMenu a:visited { color: black; }
div#DIVMenu a:hover   { color: black; }
div#DIVMenu a:active  { color: black; }
.LayoutMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	padding: 10px;
	margin: 0px;
	background-color: #69C;
}
.LayoutMenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding: 10px;
	margin: 0px;
	background-color: #9CF;
}
#SPANMenu {
	text-align: center;
}
#DIVMenu {
	background-color: #69C;
	text-align: center;
	margin: 0px 0px 5px;
	line-height: 40px;
}

table#theMainTable {
	width: 100%;
	min-width: 950px;
}
/* ContentType 1: Paragraph */
.ContentParagraph,
.sb_captioned_image  {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ContentType 2: Work */
.ContentWork {
	padding: 0px 10px;
	font-size: 13px;
}
	.ContentWorkTitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}

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

/* ContentType 4: Link (Quick Links) */
.ContentQuickLink {
	padding: 5px 10px;
	font-size: 13px;
}
a:link    { color: #36C; }
a:visited { color: #36C; }
a:hover   { color: blue; }
a:active  { color: red; }

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

/* ContentType 9+11: The header for "Quick Links", "Selected Works", and others */
.MediumHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px 0;
}

.SubContentCategory {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 13px;
}

/* ContentType 10: The header for each page - usually says "Home", "Works", etc. */
.BigHeader {
	font-family: 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) */
.sb_SelectedWorkDescription {
	padding-bottom: 5px;
	font-size: 13px;
}

/* 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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 10px 5px;
}

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

/* ContentType 18: Author Name */
.sb_title {
	font-family: Times New Roman, Times, serif;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 56px;
	margin-left: 0px;
}
h2.sb_subTitle {
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	margin-left: 0px;
	margin: -5px 0 10px 0;
}
/* ContentType 19: Fixed text 2 */
.ContentFixed2 {
	font-family: 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: Arial, Helvetica, sans-serif;
}
.Content2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
}
.Content3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 10px;
	border: 1px solid #69C;
}
.Content4 {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 10px;
	border: 1px solid #69C;
}

/* These three control the layout areas 1,2,3. Used to set background colors, borders, etc. */
#TDContent1 {
	padding: 20px 10px 10px 10px;
	min-width: 490px;
}
#TDContent2,
#TDContent3,
#TDContent4 {
	padding-bottom: 10px;
}
#TDContent34 {
	width: 220px;
}*/
table#theMainTable td.TDMargin {
	width: 10px;
}
/*
div.Content2,
div.Content3,
div.Content4 {
	width: 220px;
} */
td.leftcol,
td.rightcol {
	width: 220px;
	padding: 20px 0 10px 0;
}
.sb_contact_form  { 
	padding-left: 10px; 
	padding-right: 10px;
}
div.sb_caption,
div.Content1 div.sb_content_image_left,
div.Content1 div.sb_content_image_right
 { font-size: 13px; }
div.Content1 div.sb_content_image_right
 { padding-left: .5em; }
td div.sbSortable:hover {
	border-color: #666666;
}
