body {
    background: #E9EEF2 url(images/backdrop.png) repeat-x;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : Black;
    margin: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 15px;
    padding-left: 5%;
}
table{
	margin: 0;
	padding: 0;
}
table.maintable{
	margin: 0 auto;
	text-align: center;
}
td{
	padding: 3px;
}
h1{
        font-weight: normal;
        font-size: 21px;
        text-decoration: none;
        line-height : 120%;
        color: #c60000;
        margin: 2px;
}

h3 {
        font-weight: normal;
        font-size: 12px;
        margin: 2px;
}

/*p {
        font-size: 100%;
        margin: 2px 0px;
		  
}*/

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        border: 1px solid #fff;
}

.comment_button {
        border: 1px solid #DCDEE2;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-size: 100%;
        vertical-align : middle;
}

/*a {
        color: #c60000;
        text-decoration: none;
}

a:hover {
        color: #D31141;
        text-decoration: underline;
}*/

.bblink a {
        color: #c60000;
        text-decoration: none;
}

.bblink a:hover {
        color: #D31141;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #DCDEE2;
        background-color: #FFFFFF;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #c60000;
        color: #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}
	.tableh1,
	.tableh1 a,
	.tableh2,
	.tableh2 a{
		color: #fff!important;
	}

.tableh1_compact {
        color: #c60000;
/*        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;*/
}

.tableh2 {
        background: #c60000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #DCDEE2;
        
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}
	.tableb select,
	.tableb .textinput{
		width: 90%;
	}	

.tableb_compact {
        background: #F2F5F7 ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}
	.tableb_compact .alblink a,
	.tableb_compact .alblink a:hover{
		color: #c60000;
	}
	.tableh2 .alblink a,
	.tableh2 .alblink a:hover{
		color: #fff;
	}

.tablef {
        background: #DCDEE2;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #DCDEE2;
        
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size : 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
}


.thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 85%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        
}

.user_thumb_infobox a:hover {
        
        text-decoration: underline;
}

.sortorder_cell {
        background : #c60000;
        color: #FFFFFF;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #c60000;
        color: #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
/*        color: #FFFFFF;*/
        font-weight: bold;
/*        background : #c60000;*/
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
/*        color: #FFFFFF;*/
}


.admin_menu_thumb {
        font-size: 90%;
        border: 1px solid #DCDEE2;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {        
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        
        text-decoration: underline;
}

.admin_menu {
        font-size: 90%;
        border: 1px solid #DCDEE2;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size: 90%;
        vertical-align : middle;
}


.display_media {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #F2F5F7 ;
        padding: 5px;
}
	.thumbnails table,
	.thumbnails table td{
		width: 100%;
	}
	.thumbnails table td{
		text-align: center;
	}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        
}

.footer a:hover {
        
        text-decoration: underline;
}

.statlink,
.statlink h2 {
        color: #FFFFFF!important;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #FFFFFF;
}

.alblink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        
}

.catlink a:hover {
        
        text-decoration: underline;
}

/*.topmenu {
        line-height : 130%;
        font-size : 110%;
}

.topmenu a {
        color : #c60000;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #D31141;
        text-decoration : underline;
}*/

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size : 100%;
        
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #F2F5F7 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;

}
.imageborder {
        border: 1px solid #ccc;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
		  width: 100%;
		  padding: 5px;		  
}
	.imageborder td{
		width: 100%;
		text-align: center!important;
	}
img.image {
        border-style: solid;
        border-width:1px;
        margin: 0 auto;		  		  
}

