.tags {
	font-size: 1.1em;
	height: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	background: #eee;
	padding: 3px;

}

.selected-tag {
	background:#ccc;
	font-weight: normal;
}

.tag {
	padding: 2px;
	font-weight: normal;
}

a.tag:hover {
	background: #ccc;
}

input, textarea {
	border: 1px solid black;
}

.butLink {
	padding: 3px 3px 3px 3px;
	border: 1px solid #333333;
	background: #cccccc;
	color: black;
	cursor: default;
}

a.butLink:hover {
	background: #bbbbbb;
	text-decoration: none;
}

/* ADMIN */
.record_menu {width: 150px; float:right; margin: 0 0 5px 5px;}
.record_menu_head {border:1px solid #555555; background: #cccccc; font-size: 0.8em;font-weight:bold; padding: 1px 1px 1px 1px}
.record_menu_body {position: absolute;border:1px solid #555555; background: #eeeeee; font-size: 0.8em;display:none; border-top:0; padding: 1px 1px 1px 1px}
.record_menu_body a {display:block; color: black;}
.record_menu_body a:active {color: black; background: #cccccc;}
.record_menu_body a:visited {color:black;}
.record_edit_form {border: 1px dotted #555555; background: #eeeeee; padding-left: 10px;}
.record_add_form {border: 1px dotted #555555; background: #eeeeee; padding-left: 10px;}

/* RECORDS */
.record {color: #323232}
.record_head {font-size: 1.5em;	padding-bottom: 6px;font-weight: bold;}
.record_head a, .record_head a:visited, .record_head a:active {
	color: black;
}
.record_body {padding-left: 10px; line-height: 18px;}
.record_footer {border: 1px solid skyblue; border-left:0;border-right:0;padding: 1px 1px 1px 1px;}

img {
	vertical-align: middle;
}
hr, table hr, .content table hr {
	border: 0;
	border-top: 1px solid LightSkyBlue;
	
}

body {
	margin: 0;
	padding:0;
	/*background: #eeeeee;*/
}

.centered {
  	position: absolute;
  	top: 0;
  	/*right: 0;*/
  	bottom: 0;
  	left: 50%;
  	margin-left: -400px;
	width:800px;
}

.head {
	text-align: center;
	font-size: 22pt;
	border: 1px solid blue;
	border-top: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	background: LightSkyBlue ;
}

.head a, .head a:visited {
	text-decoration: none;
	color: black;	
}

.menu {
	font-size: 8pt;
	border-bottom: 1px solid blue;
}

.menu a {
	text-decoration: none;
}

.menu a:visited {
	color: blue;
}

.menu a:hover {
	background: LightSkyBlue;
	color: white;
}

.content {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 10pt;
	text-align: justify;
	color: #555555;
}

.content table {
	font-size: 10pt;
	text-align: justify;
}

 a {
	text-decoration: none;
}



a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

.footer {
	font-size: 8pt;
	border: 1px solid blue;
	/*border-bottom: 0;*/
	font-style: italic;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	background: LightSkyBlue;
}

.login {
	background: LightSkyBlue;
	border: 1px solid blue;
	padding: 2px 2px 2px 2px;
}

.login table {
	font-size: 10pt;
}

table textarea {
	border: 1px solid #444444;
}

table input {
	border: 1px solid #444444;
}

.content h2 a, .content h2 a:visited {
	color: black;
}

.last_comments {
	position: absolute;
	right: 0%;
	/*margin-left: 420px;*/
	
	border-left: 1px solid lightskyblue;
	font-size: 0.7em;
	padding: 0 0 0 4px; /*TRBL*/
	width: 200px;
	color: #555555;
}

.last_comments a, .last_comments a:visited{
	color: blue;
	text-decoration: underline;
}
.pages {
	border-top: 1px solid lightskyblue;
	
	border-bottom: 0;
	padding: 1px 1px 3px 6px;
}

.comment_head {
	width: 100%;background: #f0f0f0;width:98%;padding: 2px 0 2px 3px; border: 1px solid #dddddd; border-left:0;border-right:0;
}
