* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1,
h2 {
	font-family: 'Times New Roman', Times, serif;
	color: #162983;
	font-weight: normal;
	font-size: 22pt;
	margin-bottom: 15px;
	margin-top: 15px;
}

#bs-menu {
	padding: 5px;
	border: #ccd3f0 1px solid;
	margin-bottom: 15px;
}

#bs-menu a {
	margin-bottom: 2px;
	text-decoration: none;
}

#bs-menu a:hover {
	background: #c20000;
	color: #FFF;
}

#bs-adminmenu {
	margin-bottom: 15px;
}

table,
td,
tbody,
tr {
	margin: 0px;
	padding: 0px;
}

.maintable {
	margin: 0px; !important
	padding: 0px; !important
}

.catrow {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	border-bottom: 1px solid #c20000;
	border-left: 1px solid #ccc;
}

.catlink {
}

.catlink a {
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18pt;
	display:block;
}

.tableh1 {

}

.tableh1_compact {
	height: 50px;
	vertical-align:top;
	padding-top: 5px;
}

.tableh1 b {
	font-weight: normal;
}

.tableh2 {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tableh2_compact {
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableh2 b {
	font-weight: normal;
}

.tableh2 a {
	font-family: 'Times New Roman', Times, serif; !important
	font-size: 14pt;
	color: #003d8f;
}

.tableb {
	font-size: 11px;
}

.tableb b {
	font-weight: normal;
}

.tableb_compact {
	vertical-align: top;
/*	background: #dce1f8;*/
	background: url(images/bg_1.gif) bottom;
}

.album_stat {
	padding: 5px;
	margin-right: 15px;
}

.tablef {
	text-align:left;
}

.thumbnails {
        background: #c4ccf0;
        padding: 5px;
		width: 125px;
		height: 125px;
		text-align: center;
		vertical-align: middle;
}

.thumbnails table tbody tr td {
	vertical-align:middle;
}

.thumb_filename {
        font-size: 10px;
        display: block;
		color: #dce1f8;
}

.thumb_title {
        font-size: 10px;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 10px;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 10px;
        padding: 2px;
		color: #999;
        display : block;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.textinput,
.listbox{
	border: 1px solid #ccc;
}

.button {
	border: 1px solid #ccc;
	padding: 2px;
	background: url(images/button_bg.gif) bottom;
}

.sortorder_cell {
	background: #ddd;
	padding: 5px;
}

.sortorder_options {
	width: 100px;
	white-space: nowrap;
}

.statlink {
}

.footer {
	font-size: 10px;
	color: #CCC;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 10px;
}

.footer a {
	font-size: 10px;
	color: #CCC;
}

/* admin menu */

.admin_menu {
	background: #c20000;
	font-size: 10px;
	padding: 2px;
	float:left;
	margin-left: 2px;
	margin-bottom: 2px;
}

.admin_menu a {
	color: #FFF;
	text-decoration: none;
	background: #c20000;
}

.admin_menu a:hover {
	background: #FFF;
	color: #333;
}

.adm_menu {
}

.adm_menu a {
	color: #FFF;
	text-decoration: none;
}

.adm_menu a:hover {
	background: #FFF;
	color: #333;
}

a.admin_menu {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
	float:none;
}

a.admin_menu:hover {
	background: #ccc;
	color: #333;
}