@charset "utf-8";

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#main_body {
	width:600px;
	margin:16px auto 6px;
	text-align:left;
}

h1 {
	font-weight:bold;
	font-size:16px;
}

h2 {
	
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:3ex 0 2ex;
	padding:0;
}
div.section {
	margin:12px 0;
	border-top:1px solid #CCD;
}
.cat_browse_entry {
	font-weight:bold;
	font-size:14px;
}
p.cat_browse_entry {
	line-height:140%
}
.letter_browse_entry {
	font-size:18px;
	position:relative;
}
.bold {
	font-weight:bold;
}
.danger {
	color:#990000;
	font-weight:bold;
}
a:link {
	text-decoration:none;
	color:#0033AA;
}
a:visited {
	text-decoration:none;
	color:#6688FF;
}
a:hover {
	text-decoration:underline;
}

.letter_browse_entry a {
	padding:4px 6px;
	font-weight:bold;
	text-decoration:none;
}

.letter_browse_entry a:hover {
	text-decoration:none;
	background-color:#0033AA;
	color:#FFF;
}


a.record {
	position:relative;
	display:block;
	padding:12px 6px;
	border-top:1px solid #CCD;
	color:#0033AA;
	text-decoration:none;
	clear:both;
	outline:none;
}

a.record:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
a.record { display: inline-block; _height: 1%; }

/* Hides from IE-mac \*/
a.record { display: block; }
/* End hide from IE-mac */

a.record:visited {
	color:#6688FF;
}
a.record:hover {
	background-color:#EEE;
	text-decoration:none;
}

a.record:active {
	outline:none;
}

a.record:hover .record_name {
	text-decoration:underline;
}



.record_cats {
	float:right;
	width:394px;
	color:#000000;
}


a.record:hover .record_cats {
	color:#000000;
	text-decoration:none;
}

.break_div {
	clear:both;
	height:0px;
}

.block_highlight {
	padding:3px 6px;
	background-color:#0033AA;
	color:#FFF;
}

ul.cat_list {
	list-style-type:square;
	list-style-position:outside;
	margin:0;
	padding:0;
	padding-left:14px;
}

ul.gen_list {
	list-style-type:square;
	list-style-position:outside;
	margin:0;
	padding:0;
	padding-left:24px;
}

ul.gen_list li {
	margin:2ex 0;
}


.profile_table td {
	border-top:1px solid #CCD;
	font-size:12px;
}

.highlight_row td {
	background-color:#F0F1F8;
}

.highlight_field {
	background-color:#F0F1F8;
}

.highlight_field option {
	background-color:#F0F1F8;
}

form.submission_form input,textarea,select {
	border:1px solid #CCD;
}

div.cat_boxes input {
	border:none;
}

div.cat_boxes p {
	margin:0;
	text-indent:-30px;
	margin-left:30px;
	margin-bottom:0.5ex;
}

div.form_section {
	border-top:1px solid #CCD;
	padding:6px;
	clear:both;
	background-image:url(/images/style/form_gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
}

div.form_section:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.form_section { display: inline-block; _height: 1%; }

/* Hides from IE-mac \*/
div.form_section { display: block; }
/* End hide from IE-mac */

div.form_section h1 {
	margin-bottom:1.5ex;
}

div.form_section td {
	font-size:12px;
}

a.printer_link {
	padding-left:20px;
	background-image:url(/images/icons/printer.png);
	background-position:left;
	background-repeat:no-repeat;
	
}

div.left_column, div.right_column {
	width:50%;
	float:left;
}

div.left_column {
	clear:both;
}

.user_verify {
	color:#139;
}




