.cookie_crumbs {
	display: block;
	text-transform: uppercase;
	margin-bottom: 3em;
	color: #555;
	font-weight: bold;
	font-size: x-large;
}

.title, .stub_link, .article_link, .dashboard_link {
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	font-size: large;
	text-align: left;
}

.dashboard_box {
	width: 60%;
	border: 1px solid black;
	padding: 1em;
	display: inline-block;
	margin-top: 2em;
}

.dashboard_main {
	text-align: center;
	overflow: auto;
}

.dashboard_link {
	margin-top: 1em;
	border-bottom: 1px dashed #555;
	display: inline-block;
}

.stub_date {
	font-style: italic;
}

.stub_link, .article_link {
	margin-top: 1em;
	text-align: right;
}

div.paragraph a, .stdRedA, .stub_link a, .article_link a, .dashboard_link a, .cookie_crumbs a, .title a {
	color: #555;
	text-decoration: none;
}

div.paragraph a:hover, .stdRedA:hover, .stub_link a:hover, .article_link a:hover, .dashboard_link a:hover, .cookie_crumbs a:hover, .title a:hover {
	color: #00F;
}

div.stub_profile_pic {
	float: left;
	margin-right: 0.25em;
}

.article_profile_pic, .article_featured_star {
	float: right;
}

div.stub_divider {
	background: #DDD;
	width: 100%;
	height: 0px;
	clear: both;
	margin: 1em 0 4em 0;
}

div.intraarticle_divider {
	text-align: center;
}

.center {
	text-align: center;
}

div.paragraph {
	margin-top: 0.75em;
	overflow: auto;
}

div.paragraph a {
	text-decoration: underline;
}

div.signature {
	padding-top: 2em;
	text-align: right;
}

span.updated {
	font-style: italic;
}

.tooltip_border {
	border-bottom: 1px dotted gray;
}

div.article, div.article_stub {
	text-align: justify;	
	text-justify: auto;
	padding-bottom: 1em;
}

div.article_header_text {
	margin-bottom: 1em;
}

div.article ul, div.article_stub ul, div.article pre, div.article_stub pre {
	display: block;
	overflow: auto;
}

div.article_stub:active, div.article:active {
	background: #EEE;
}

.pagination_divider {
	clear: both;
	height: 5em;
}

.page_left a, .page_right a {
	color: #555;
	text-decoration: none;
}

.page_left, .page_right {
	position: absolute;
	bottom: 2em;
	margin-top: 2em;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	font-size: x-large;
}

.page_left a:hover, .page_right a:hover {
	color: #00F;
}
	
.page_left {
	left: 1em;
}

.page_right {
	right: 1em;
}

form {
	padding: 1em;
	border: 1px solid black;
}

.form form {
	display: inline-block;
}

.headbar form {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

div.form_row {
	height: auto;
	overflow: auto;
	padding: 0.25em 0;
	display: block;
	/*border: 1px solid red;*/
}

div.form {
	text-align: center;
	overflow: auto;
}

.standardFormLabel {
	width: 5em;
	/*border: 1px solid black;*/
	display: inline-block;
	vertical-align: middle;
}

label {
	font-weight: bold;
}

.standardTextInput {
	border: 1px solid black;
	display: inline-block;
	vertical-align: middle;
	text-indent: 2px;
}

.standardTextInput.largeTextInput {
	width: 44em;
}

.matchButtonHeight {
	height: 30px;
	padding: 0;
}

.matchButtonHeightBorder { /* assume 1px border for 2px total */
	height: 28px;
	padding: 0;
}

.standardSelect {
	width: 152px;
	border-radius: 0;
	border: 1px solid black;
	display: inline-block;
	vertical-align: middle;
	/*padding: 1px 0;*/
}

.largeSelect {
	width: 44.25em;
}
	
.standardTextArea {
	height: 15em;
	border: 1px solid black;
}

.largeTextArea {
	height: 30em;
	width: 50em;
	border: 1px solid black;
}

.standardFormSubmit {
	float: right;
}

.standardButton {
	height: 30px;
	background: #BBB;
	border: 1px solid black;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

.standardButton:active {
	background: #999
}

.largeCheckbox {
	margin: 0 43em 0 0;
}

.msg {
	padding: 0.5em;
	text-align: center;
	color: #F00;
}

.dashboard_tr {
	
}

.dashboard_tr:hover {
	color: blue;
}

.dashboard_tr:active {
	background: #DDD;
}

.dashboard_a {
	text-decoration: none;
	color: inherit;
}

img.upload_preview_thumb {
	max-width: 200px;
	max-height: 200px;
}

hr.subtle_hr {
	width: 20%;
	color: #DDD;
}

div.subtle_hr {
	height: 1em;
	margin-bottom: 1em;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #DDD;
	width: 60%;
	text-align: center;
	display: inline-block;
	padding: 1em;
}

/**********************************************************************
 * CSS for photos
 *********************************************************************/

span.album_thumb, span.photo_thumb {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

img.album_thumb, img.photo_thumb {
	position: absolute;
	top: 2em;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

span.album_thumb_helper, span.photo_thumb_helper {
	display: inline-block;
/*	border: 1px solid blue; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

span.photo_thumb_caption {
	height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	font-size: large;
	text-decoration: none;
}

span.photo_thumb_linkopt {
	height: 1em;
	font-style: italic;
	color: #555;
	font-size: small;
	text-decoration: none;
}

span.photo_thumb_caption a, span.photo_thumb_linkopt a {
	text-decoration: inherit;
	color: inherit;
}

div.photos_display, div.albums_display {
	text-align: center;
}


/**********************************************************************
 * CSS for main elements - headbar, body, footbar
 *********************************************************************/

/** Headbar CSS */
.headbar {
	position: relative;
	width: auto;
	padding: 0.5em;
	height: 3em;
	margin: 0 2em;
	display: block;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #DDD;
}

.headbar a, .headbar_attn {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.headbar a.selected {
	color: #00F;
}

.headbar a:hover {
	color: #00F;
}

.headbar .headbar_left {
	padding: 1em 0;
	float: left;
}

.headbar .headbar_right {
	padding: 1em 0;
	float: right;
}

/** Sidebar CSS */

.sidebar {
	float: left;
	height: auto;
	min-height: 25em;
	width: 11em;
	margin: 0 1em 1em 0;
	border: 1px solid #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.sidebar ul {
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.75em;
}

.sidebar li {
	margin-bottom: 1.5em;
}

.sidebar a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0.5em;
}

.sidebar a:hover {
	color: #00F;
}

.sidebar .selected {
	color: #00F;
}

/** Body div CSS */

.body {
	clear: both;
	min-height: 35em;
	height: auto;
	padding: 1em;
	overflow: auto;
	position: relative;
}

/** Footbar / footer CSS */

.footbar {
	position: relative;
	width: auto;
	padding: 0.5em;
	height: 3em;
	display: block;
	text-align: center;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #DDD;
}

.footbar .footbar_copy {
	font-weight: bold;
	color: #555;
	margin: 1em 0;
	display: block;
}

/** Begin standard browser CSS **/


/**********************************************************************
 * CSS for main elements - headbar, body, footbar
 *********************************************************************/

.headbar {
	margin: 0 2em;
}

.headbar a {
	padding: 0.5em 1em;
}

.body {
	margin: 0 2em;
}

.footbar {
	margin: 0 2em;
}

/**********************************************************************
 * CSS for form elements
 *********************************************************************/

.standardTextArea {
	width: 31em;
}

.standardButton {
	min-width: 5em;
}

.standardTextInput {
	width: 150px;
}

.matchTextAreaTextInput {
	width: 25em;
}

.matchTextAreaSelect {
	width: 25.25em;
}

/**********************************************************************
 * CSS for photos
 **********************************************************************/

span.album_thumb, span.photo_thumb {
	width: 24em;
	height: 26em;
	/*padding: 2em;*/
}

img.album_thumb, img.photo_thumb {
	max-width: 20em;
	max-height: 20em;
}

span.album_thumb_helper, span.photo_thumb_helper {
	max-width: 20em;
	max-height: 24em;
}

.luminous pre {
	font-size: 16px;
}

