/*	Zegelin.com
	CSS Document for the Zegelin family website
	Chris Zegelin, started October 2009
*/

@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em,
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0 none;
}

/* Spans a reasonable page width, but centers it on a given
	window. The background color is white. A 12pt
	font is very readable. */
body {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:Arial;
	font-size:13px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* This is the standard top and footer for the entire site. */
#top {
	width:875px;
	height:50px;
	background-image:url('/graphics/top.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}

#top_test {
	width:875px;
	height:50px;
	background-image:url('/graphics/top-test.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}

#footer {
	width:875px;
	margin-top:10px;
	padding:3px 0;
	border:2px solid #e0e0e0;
	border-width:2px 0 0 0;
	text-align:left;
	font-family:arial;
	font-size:10px;
	color:#929294;
}

/* Links in the footer will be displayed the same as regular text */
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#929294;
	text-decoration:none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* This is the side bar for the entire site. */
#left_side {
	float:left;
	width:180px;
	height:610px;
	background-image:url('/graphics/left-side.png');
	background-repeat:no-repeat;
}

.ls_title{
	margin-left:10px;
	text-align:left;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#404040;
	list-style:none;
}

.ls_title a{
	text-decoration:none;
	color:#404040;
}

.ls_sub{
	margin-right:30px;
	text-align:right;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#404040;
	list-style:none;
}

.ls_sub a{
	text-decoration:none;
	color:#404040;
}

.ls_nav a:hover {
	color:#44a34f;
}

.d_line{
	margin:5px 0 5px 12px;
	height:3px;
	width:145px;
}

.ls_nav{
	margin-right:10px;
	text-align:right;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#0000ff;
	list-style:none;
}

.ls_nav a:hover {
	color:#44a34f;
}

#ls_news{
	height:175px;
}

.ls_news_txt{
	margin-left:20px;
	margin-right:15px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
}

.ls_login{
	text-align:right;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#585858;
}

.ls_login_err{
	text-align:right;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
}

.ls_login_box{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#585858;
	border-width:3px 1px 1px 3px;
	border-style:solid;
	border-color:#c0c0c0;
}

.ls_forgot{
	text-align:right;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#0000ff;
}

.ls_forgot a{
	text-decoration:none;
	color:#0000ff;
}

/* Defines the rest of the page */
#info_block {
	margin-left:185px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* The simplest of popup's. This produces a text box
	when you mouse over the item. */
#popup a span {
	display:none;
}

#popup a:hover {
	background-color:#e9e9e2;
	color:#ff0000;
	text-indent:0; /* required by IE */
}

#popup a:hover span {
	display:block;
	position:absolute;
	width:150px;
	margin:0px;
	padding:10px;
	color:#44af34;
	font-weight:normal;
	background:#e5e5e5;
	text-align:left;
	white-space:normal;
	border:1px solid #666;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Many of the pages follow this style from the login page */
#login_page {
	margin-top:100px;
	margin-left:100px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Many of the pages follow this style. It is useful when there is
	not very much data to present. */
#main_page {
	margin-top:50px;
	margin-left:50px;
}

p.normal{
	margin-bottom:10px;
	margin-right:20px;
}

p.bold{
	margin-bottom:10px;
	margin-right:20px;
	font-weight:bold;
}

p.small{
	margin-bottom:10px;
	margin-right:20px;
	font-size:10px;
}

p.big{
	margin-bottom:10px;
	margin-right:20px;
	font-size:20px;
}

p.space1{
	margin-bottom:30px;
}

p.space2{
	margin-bottom:60px;
}

p.space3{
	margin-bottom:90px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Pages with a large amount of table data use this format */
#table_page {
	margin-top:20px;
}

.tpt{
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15px;
	padding-left:0px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-width:2px;
	border-color:green;
}

.tc1{
	padding-top:4px;
	padding-bottom:4px;
	padding-right:15px;
	padding-left:0px;
}

.tc2{
	padding-top:4px;
	padding-bottom:4px;
	padding-right:15px;
	padding-left:0px;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-width:2px;
	border-color:green;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Formatting for an input box */

.nice_box{
	color:#585858;
	border-width:3px 1px 1px 3px;
	border-style:solid;
	border-color:#c0c0c0;
}

.nice_box_text{
	text-align:right;
	font-weight:bold;
}

.nice_box_text_err{
	text-align:right;
	font-weight:bold;
	color:#FF0000;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Showing a group of thumbnail pictures */

.thumbnail{
	width: 200px;
	border: 1px #949c4f none;
	margin: 0 15px 15px 0;
	padding: 5px;
	background-color: #ffffff;
}

.thumbnail img {
	border: 1px none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* The calendar formatting */

.date{
	width:120px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

.date_grey{
	width:120px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#929294;
	text-align:left;
}

.activity{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

.activity_grey{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#929294;
	text-align:left;
}

.clearboth { clear: both; }

.preview_line{
	border-top-style:solid;
	border-width:5px;
	border-color:#98bf21;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* GENERAL STUFF ??? */

/* Most content in main block use these to position
	itself better in the block. */
.margin_left{
	margin-left:60px;
}

.margin_comment{
	margin-left:20px;
	margin-top:20px;
}

/* Used to place an address on a page */
.indent100{
	margin-bottom:10px;
	margin-left:120px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

/* The main page headings. */
p.heading{
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

p.space_above{
	margin-top:30px;
}

p.space_below{
	margin-bottom:110px;
}

.error{
	color:#ff0000;
}

p.head_no_space{
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

p.head_error{
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
}

p.head_done{
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#0000ff;
}

p.head_next{
	margin-top:-25px;
	margin-bottom:10px;
	text-align:left;
	text-indent:30px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

p.sub_head{
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

p.sub_head_indent{
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	text-indent:40px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

td.table_list{
	font-family:Arial;
	font-size:14px;
	text-align:left;
}

ul.text_small{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:100px;
	margin-right:60px;
	font-family:Arial;
	font-size:10px;
	text-align:left;
	text-indent:10px;
}

.box{
	font-family:Arial;
	font-size:14px;
	text-align:left;
	color:#585858;
	border:1px solid #ccc;
}

.view_top{
	height:30px;
	text-align:center;
	margin-left:5%;
}

.view_title{
	height:45px;
	text-align:center;
	margin-left:10%;
}

.view_foot{
	height:15px;
	font-family:arial;
	font-size:10px;
	color:#929294;
}

