/*
$Id: style.css,v 1.1 2004/06/11 09:20:08 tarique Exp $
*/

body {
        font-family : Verdana, Arial,  sans-serif;
        font-size: 13px;
	font-weight: bold;
        background-color: #000000 ; 
	background-image: url("/img/bg.jpg");
        color : #dedede;
        margin: 0px;
}

DIV.coppermine table {
        font-size: 13px;
}

DIV.coppermine h1{
        font-weight: bold;
        font-family: Tahoma, Arial, sans-serif
        text-decoration: none;
        margin: 2px;
}

DIV.coppermine h2 {
        font-family: Arial,  sans-serif;
        font-size: 18px;
        margin: 0px;
}

DIV.coppermine h3 {
        font-weight: bold;
        font-family: Verdana, Arial,  sans-serif;
        font-size: 12px;
        margin: 2px;
}

DIV.coppermine p {
        font-family: Arial,  sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

DIV.coppermine ul {
        margin-left: 5px;
        padding: 0px;
}

DIV.coppermine li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

DIV.coppermine .textinput {
        font-family: Verdana, Arial,  sans-serif;
        font-size: 100%;
        border: 1px solid  #DEDEDE;
        padding-right: 3px;
        padding-left: 3px;
}

DIV.coppermine .listbox {
        font-family: Verdana, Arial, Arial,  sans-serif;
        font-size: 100%;
        border: 1px solid  #DEDEDE;
        vertical-align : middle;
}

DIV.coppermine .button {
        font-family: Arial,  sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

DIV.coppermine .comment_button {
        font-family: Arial,  sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

DIV.coppermine .radio {
        font-family: Verdana, Arial,  sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

DIV.coppermine .checkbox {
        font-family: Verdana, Arial,  sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

DIV.coppermine a {
        color: #71917c;
        text-decoration: none;
}

DIV.coppermine a:hover {
        color: #b6c1ba;
        text-decoration: underline;
}

DIV.coppermine bblink a {
        color: #71917c;
        text-decoration: none;
}

DIV.coppermine bblink a:hover {
        color: #b6c1ba;
        text-decoration: underline;
}

DIV.coppermine .maintable {
        border: 1px solid #6d0d14;
        margin-top: 1px;
        margin-bottom: 1px;
}

DIV.coppermine .tableh1 {
        background : #6d0d14 ;
        color : #dedede;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

DIV.coppermine .tableh1_compact {
        background : #6d0d14 ;
        color : #dedede;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

DIV.coppermine .tableh2 {
        background: #6d0d14 ;
        color : #DEDEDE;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

DIV.coppermine .tableh2_compact {
        background:  #6d0d14 ;
        color : #DEDEDE;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

DIV.coppermine .tableb {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

DIV.coppermine .tableb_compact {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

DIV.coppermine .tablef {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

DIV.coppermine .album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

DIV.coppermine .thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

DIV.coppermine .thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

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

DIV.coppermine .thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

DIV.coppermine .user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

DIV.coppermine .user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

DIV.coppermine .user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

DIV.coppermine .user_thumb_infobox a {
        text-decoration: none;
        color: #71917c;
}

DIV.coppermine .user_thumb_infobox a:hover {

        text-decoration: underline;
}

DIV.coppermine .sortorder_cell {
        background : #6d0d14 ;
        color : #DEDEDE;
        padding: 0px;
        margin: 0px;
}

DIV.coppermine .sortorder_options {
        font-family: Verdana, Arial,  sans-serif;
        background : #6d0d14 ;
        color : #DEDEDE;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

DIV.coppermine .navmenu {
        font-family: Verdana, Arial,  sans-serif;
        color: #DEDEDE;
        font-size: 100%;
        font-weight: bold;
        background : #6d0d14;
        border-style: none;
}

DIV.coppermine .navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

DIV.coppermine .navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #71917c;
}

DIV.coppermine .navmenu a:hover {
        text-decoration: underline;
        color:         #b6c1ba;
}

DIV.coppermine .admin_menu_thumb {
        font-family: Arial,  sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

DIV.coppermine .admin_menu_thumb a {
        color: #71917c;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


DIV.coppermine .admin_menu_thumb a:hover {
        color: #b6c1ba;
        text-decoration: underline;
}

DIV.coppermine .admin_menu {
        font-family: Arial,  sans-serif;
        font-size: 85%;
        border: 1px solid #6d0d14;
       /* background-image : url(images/button_bg.gif);*/
        background-position : bottom;
        color: #71917c;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

DIV.coppermine .admin_menu a {
        color: #71917c;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

DIV.coppermine .admin_menu a:hover {
        color: #b6c1ba;
        text-decoration: underline;
}

DIV.coppermine .comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

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

DIV.coppermine .imageborder {
        border: 1px solid #000000;
        margin-top: 30px;
        margin-bottom: 30px;
}

DIV.coppermine .thumbnails {
        padding: 5px;
}

DIV.coppermine .footer {
        font-size : 9px;
	color : #6d0d14;
}

DIV.coppermine .footer a {
        text-decoration: none;
	text-weight: bold
        color: #71917c;
}

DIV.coppermine .footer a:hover {
        color: #b6c1ba;
        text-decoration: underline;
	text-weight: bold
}

DIV.coppermine .statlink {
        color: #DEDEDE;
}

DIV.coppermine .statlink a {
        text-decoration: none;
        color: #DEDEDE;
}

DIV.coppermine .statlink a:hover {
        color: #DEDEDE;
        text-decoration: underline;
}

DIV.coppermine .alblink a {
        text-decoration: underline;
        color: #71917c;
}

DIV.coppermine .alblink a:hover {
        color: #b6c1ba;
        text-decoration: underline;
}

DIV.coppermine .catlink {
        display: block;
        margin-bottom: 2px;
}

DIV.coppermine .catlink a {
        text-decoration: underline;
        color: #71917c;
}

DIV.coppermine .catlink a:hover {
        color: #b6c1ba;
        text-decoration: underline;
}

DIV.coppermine .topmenu {
        line-height : 130%;
        font-size: 100%;
}

DIV.coppermine .topmenu a {
        color : #71917c;
	font-weight: bold;
        text-decoration : none;
}

DIV.coppermine .topmenu a:hover  {
        color : #b6c1ba;
        text-decoration : underline;
}

DIV.coppermine .img_caption_table {
        border: none;
        width : 100%;
        margin : 0px;
}

DIV.coppermine .img_caption_table th {
        background:  #6d0d14 ;
        font-size: 100%;
        color : #DEDEDE;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #6d0d14;
}

DIV.coppermine .img_caption_table td {
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #6d0d14;
}

DIV.coppermine .debug_text {
        border: #BDBEBD;
        width : 100%;
        margin : 0px;
}

DIV.coppermine .clickable_option {
        border-bottom : 1px dotted blue;
        cursor : hand;
}

DIV.coppermine .listbox_lang {
        color: #000000;
        border: 1px solid  #DEDEDE;
        font-size: 80%;
        font-family: Arial,  sans-serif;
        vertical-align : middle;

}


/* Curzed Menu stuff */

TABLE.pageback {
     background-image:url("/topBG4.png");
     background-repeat: no-repeat;
     background-position: top center;
}


DIV.menu {
     float: right;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 10px;
     margin-right: 0px;
     background-image: url("/bgtrans_ie.png");
     FONT-SIZE: 13px;
     COLOR: #dedede;
     FONT-FAMILY: Verdana, Arial, sans-serif;
     FONT-WEIGHT : bold;
}


DIV.menu .menutitle {
     BACKGROUND-COLOR: #6d0d14;
     FONT-WEIGHT: bold;
     TEXT-ALIGN: center;
}
DIV.menu  A {
     TEXT-DECORATION: none;
 }
DIV.menu  A:link {
     COLOR: #71917c;
 }
DIV.menu  A:visited {
     COLOR: #71917c;
 }
DIV.menu  A:hover {
     COLOR: #b6c1ba;
     TEXT-DECORATION: underline;
 }
DIV.menu  A.background {
     TEXT-DECORATION: none;
 }
DIV.menu  A.background:link {
     COLOR: #71917c;
 }
DIV.menu  A.background:visited {
     COLOR: #71917c;
 }
DIV.menu  A.background:hover {
     COLOR: #b6c1ba;
     TEXT-DECORATION: underline;
 }

DIV.menu  TD {
     FONT-SIZE: 13px;
     COLOR: #dedede;
     FONT-FAMILY: Verdana, Arial, sans-serif;
     TEXT-ALIGN: center;
}

DIV.menu LI {
    list-style-type: disc;
}
