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

/* Colors used:                                */
/* --------------------------------------------*/
/* #FFFFFF = RBG 255,255,255 = (white)         */
/* #000000 = RBG   0,  0,  0 = (black)         */
/* #ffffff= RGB 255,166,  0 = (orange)        */
/* #0d7f7f = RGB 107,190, 16 = (green)         */
/* #ad0042 = RGB 255,255,  0 = (yellow)        */
/* #D1D7DC = RGB 209,215,220 = (light grey)    */
/* #F7F37B = RGB 247,243,123 = (light yellow)  */
/* #5F5F5F = RGB  95, 95, 95 = (dark grey)     */
/* #E7F38C = RGB 239,243,140 = (light green)   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */

body {
background-color:#FFFFFF;
margin-top:0px;
margin-bottom:100px;
margin-left:0px;
margin-right:0px;
padding:0px;
overflow : auto;
font-family:Comic Sans MS,Verdana,Arial,sans-serif;
color:#000000;
/*font-size:16px;*/
}


h1{
        font-weight: bold;
        font-size: 22px;
        font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
}

h2 {
        font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
        /*font-size: 12px;*/
		font-size:100%;
        margin: 2px;
}
th {
	font-size:75%;
	font-weight:bold;
}
td {
        /*font-size: 12px;*/
}

p {
        font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
        /*font-size: 12px;*/
        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;
}

form {
	padding-left: 20px;
}
.textinput {
        font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
        /*font-size: 12px;*/
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
		display:block;
}

.listbox {
        font-family: Comic Sans MS,Verdana, Arial, Arial, Helvetica, sans-serif;
        /*font-size: 12px;*/
        border: 1px solid #D1D7DC;
        vertical-align : middle;
		display:block;
}

.button {
        font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
        /*font-size: 12px;*/
        border: 1px solid #005D8C;
        background-image : url('/media/donkey_button.gif');
        background-position : bottom;
}




input.btn
{
    font-weight:bold;
    text-align:right;
    background-color:#FFFFFF;
    background-image:url(/media/donkey_button.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    height:30px;
    width:110px;
    text-align:right;
	border-style:double;
    border-color:#AAAAAA;   
    background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	padding: 5px 5px 5px 5px;
}

input.ovrbtn
{
	font-weight:bold;
   text-align:right;
   background-color:#0d7f7f;
   color:#000000;
   background-image:url(/media/donkey_button.gif);
   background-repeat: no-repeat;
   background-position: center left; 
   height:30px;
   width:110px;
   text-align:right;
   border-style:double;
   border-color:#000000;
   background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	padding: 5px 5px 5px 5px;
}


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

.radio {
        font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
        /*font-size: 12px;*/
        vertical-align : middle;
		display:block;
}

.checkbox {
        font-family:Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
        /*font-size: 12px;*/
        vertical-align : middle;
		display:block;
}

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

a:hover {
        color: #0000FF;
        text-decoration: none;
        background-color: #FFFFFF;
}

bblink a {
        color: #FFFFFF;
        text-decoration: none;
}

bblink a:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #0d7f7f;
}

a:hover.nobg {
        text-decoration: none;
        background-color: #F7F37B
}


a:hover.yebg {
        text-decoration: none;
        background-color: #ad0042;
}

.maintable {
        border: 1px solid #0d7f7f;
        background-color: #FFFFFF;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #ad0042;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #0d7f7f ;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #F7F37B ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #ad0042 ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #FFFFFF ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #FFFFFF ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #FFFFFF;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.album_stat {
        font-size : 10px;
        margin: 5px 0px;
}

thumb_title {
        font-weight : bold;
        /*font-size: 9px;*/
        padding: 2px;
        display : block;
}

.thumb_caption {
        /*font-size: 9px;*/
        padding: 1px;
        display : block;
}

.thumb_num_comments {
        font-weight: normal;
        /*font-size: 9px;*/
        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: 12px;*/
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        /*font-size: 10px;*/
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

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

.sortorder_cell {
        background : #0d7f7f ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #FFFFFF ;
        color : #000000;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        /*font-size: 9px;*/
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        /*font-size: 12px;*/
        font-weight: bold;
        background : #FFFFFF ;
        border-style: none;
}

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

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

.navmenu a:hover {
        background : #ffffff;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
        /*font-size: 10px;*/
        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;
}

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


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

.admin_menu {
        font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
        /*font-size: 10px;*/
        border: 1px solid #FFFFFF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

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

.admin_menu a:hover {
        color: #000000;
        text-decoration: none;
        background: #FFFFFF;
}

.comment_date{
        color : #000000;
        /*font-size : 10px;*/
        vertical-align : middle;
}

.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;
}

.thumbnails {
        background: #FFFFFF ;
        padding: 5px;
	display:inline;
}

.footer {
        /*font-size : 9px;*/
}

.footer a {
        text-decoration: none;
        color: #000000;
}

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

.statlink {
        color: #FFFFFF;
        text-decoration: none;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

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

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

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

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

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

.topmenu {
        font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
        /*font-size: 10px;*/
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        width:120px;
}

.topmenu a {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-left-width: 0px;
    background: #0d7f7f;
    background-image : url(images/button_bg.gif);
    background-position: middle;
    border-bottom-width: 0px;
    margin: 0px 0px 2px;
    color: #625b55;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E7F38C;
    color: #000000
    }

.topmenu a:hover {
    color: #000000;
    text-decoration: none;
    background: #ad0042;
    background-image : none;
}





.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #0d7f7f ;
        font-size : 12px;
        color : #FFFFFF;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #ffffff;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        color: #0d7f7f;
        font-weight: bold;
        cursor : hand;
}

.listbox_lang {
        color: #000000;
        background-color: #E7F38C;
        border: 1px solid #0d7f7f;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
		
}



#logo{
	position:absolute;
	top: 0px;
	left:0px;
	width:260px;
	height:297px;
	background-color: rgb(173, 0, 66);
	z-index:100;
}
#logo a:hover {
	border: none;
	background-color: rgb(173, 0, 66);
	color: rgb(173, 0, 66);
	
}
#header{
	width:100%;
	background-repeat: no-repeat;
	background-position:  top left; 
	background-color: rgb(173, 0, 66);
	position:absolute;
	top: 0px;
	left:0px;
	height: 120px;
	color: #FFFFFF;
	z-index;-100;
}

#title{
	position:absolute;
	top:1px;
	left:35%;
	color: #FFFFFF;
}

#title h1{
	color: #FFFFFF;
}
#m11{
	/*float:left;*/
	position:absolute;
	top:297px;
	left:0px;
	width:260px;
	
	display:inline;
	background-color: rgb(173, 0, 66);
	color:#FFFFFF;
	/*font-size:75%;*/
}
#m11 a {
	color:#FFFFFF;
}

#m11 a:hover{
	color: #0000FF;
}

#container {
  position: relative;
}

.menuItem{
	
	display:block;
	
}

.itemName {
	width: 75%;
	padding: 1px 1px 1px 1px
	text-align:left;
	font-weight:bold;
	
}

.itemPrice{
	
	left:75%;
	width:25%;
	text-align:right;
	font-weight:bold;
	
}

.itemDesc{
	
	top: 10px;
	left:5%;
	text-align:center;
	/*font-size:65%;*/
	font-size:80%;
	display:block;
	padding: 1px 1px 1px 1px;
}

.sectionHeader{
	font-weight:bold;
	font-size:125%;
}

.sectionHeader a{
	
}

.sectionHeader a:hover{
	color:#000000;
	text-decoration:none;
	background: #ffffff

}
.sectionDesc{
	position:relative;
	top: 10px;
	text-align:center;
	
	left:5%;
	font-size:80%;
	display:block;
	padding: 5px 5px 5px 0px;
}
.sectionmap {
	font-size: 80%;
	border:1px solid black;
	position:fixed;
	text-align:center;
	padding: 5px 5px 5px 5px; 
	
}
.sectionmap a{
	/*display:block;*/
	padding:0px 0px 0px 0px;
}
#m12 {
	position: absolute;
	display:inline;
	left: 1%;
	top: 10px;
	width:250px;
	
}

#m13 {
	position:absolute;
	display:inline;
	top:130px;
	left:85%;
	width:15%;
}

#content {
	position:absolute;
	left:260px;
	top:130px;
	width:50%;
}

#menu{
height:91px;
padding-top:45px;
text-align: right;

}

#menu ul, #menu li {
padding:0;
margin:0;
list-style-type:none;
display:inline;
}

#menu a{
margin:0;
/*height:80px;*/
padding:6px 6px 6px 6px;
font-size:1.6em;
font-weight:normal;
letter-spacing:-1px;
color: #FFFFFF;
}

#menu a:hover{
color:#0000FF;
text-decoration:underline;
background: #fff url(/static/images/design/menuhover.png) repeat-x;
padding:6px 6px 6px 6px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}

#actionmenu{
height:71px;
padding-top:35px;
text-align: right;
}

#actionmenu ul, #menu li {
padding:0;
margin:0;
list-style-type:none;
display:inline;
}

#actionmenu a{
margin:0;
height:100px;
padding:6px 6px 6px 6px;
/*font-size:1.6em;*/
font-weight:normal;
letter-spacing:-1px;
color: #888;
}

#actionmenu a:hover{
color:#269;
text-decoration:none;
background: #fff url(/static/images/design/menuhover.png) repeat-x;
padding:6px 6px 6px 6px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}

#calendar{
	text-align:center;
}


.week{
	border: 1px solid black;
	display:table-row;
	
}

.weekHeader
{
	font-weight:bold;
	display:table-row;
}
.events{
	display:block;
}
.event{
	border-bottom: 1px solid black;
}
.dayTitle
{
	
	display:block;
	text-align:right;
}
.weekDay
{
	display:table-cell;
	border: 1px solid black;
	height:75px;
	width:10%;
	vertical-align:top;
	
}

label {

        font-weight: bold;
        float: left;
        width:240px;
		text-align:left;
		/*font-size:75%;*/

}

.entry{
	border:1px solid black;
	background-color: #FFEEEE;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

.sideMenu{
	list-style-type: none;
	list-style-image: none;
	display:block;
}

.sideMenu li{
	list-style-type: none;
	list-style-image: none;
	display:block;
	text-decoration: italic;
}

.sideMenuHeader {
	list-style-type: none;
	list-style-image: none;
	display:block;
	font-weight:bold;
}

.help{
	/*font-size:75%;*/
	color:grey;
	text-decoration:underline;
}
.error_message{
	color:red;
	padding: 20px 20px 20px 20px;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.example input {
	background: url('pix/input_boxes.gif') no-repeat 0 -58px;
	border: none;
	width: 241px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
}

form.example input:focus {
	background-color: transparent;
}

form.example div.fileinputs {
	position: relative;
	height: 30px;
	width: 300px;
}

form.example input.file {
	width: 300px;
	margin: 0;
}

form.example input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.example div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

form.example div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}

#storelist
{
	width:100%;
	text-align:center;
	padding:20px 20px 20px 20px;
}

#storelist .help
{
	font-size:85%;
}

#certificate{
	border: 1px dashed black;
	text-align:center;
}


.sensitive{
	background: url(/media/sensitive.gif);

}
/* Colors used:                                */
/* --------------------------------------------*/
/* #FFFFFF = RBG 255,255,255 = (white)         */
/* #000000 = RBG   0,  0,  0 = (black)         */
/* #ffffff= RGB 255,166,  0 = (orange)        */
/* #0d7f7f = RGB 107,190, 16 = (green)         */
/* #ad0042 = RGB 255,255,  0 = (yellow)        */
/* #D1D7DC = RGB 209,215,220 = (light grey)    */
/* #F7F37B = RGB 247,243,123 = (light yellow)  */
/* #5F5F5F = RGB  95, 95, 95 = (dark grey)     */
/* #E7F38C = RGB 239,243,140 = (light green)   */
/* if you don't like a color, just do a search */
/* and replace on the hex color... */
