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

.gallery {
		padding-top: 4px;
		padding-bottom: 4px;
}

.gallery_body {
		background: none;
}


 body .mainCell  {
        /*background : #1d1d1d ;*/
        color : #BBBBB0;
        margin: 0px;
}

 .mainCell table {
}

 .mainCell h1 {
        font-weight: bold;
        font-size: 22px;
        text-decoration: none;
        line-height : 120%;
        color : #BBBBB0;
        margin: 2px;
}

 .mainCell h2 {
        font-size: 18px;
        color : #DDDDD0;
        margin: 0px;
}

 .mainCell h3 {
        font-weight: normal;
        font-size: 11px;
        color : #BBBBB0;
        margin: 2px;
}

 .mainCell p {
        color : #BBBBB0;
        font-size: 14px;;
        margin: 2px 0px;
}

 .mainCell ul {
        margin-left: 5px;
        padding: 0px;
        color : #BBBBB0;
}

 .mainCell li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
        color : #BBBBB0;
}

 .mainCell .textinput {
        background-color: #222222;
        color : #BBBBB0;
        border: 1px solid #525252;
		padding: 5px;
		box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.33) inset;
		transition: background-color 750ms ease, border 500ms ease;
		-moz-transition: background-color 750ms ease, border 500ms ease;
		-o-transition: background-color 750ms ease, border 500ms ease;
		-webkit-transition: background-color 750ms ease, border 500ms ease;
		-moz-transition: background-color 750ms ease, border 500ms ease;
}

 .mainCell .textinput:focus,
 .mainCell .listbox:focus {
	background-color: #333338;
	border: 1px solid #686880;
}

 .mainCell .listbox {
	font-weight: normal;
	color: #CCCCC0;
	background: #222222;
	border: 1px solid #525252;
	padding: 5px;
	outline: none;
	box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.33) inset;
    vertical-align : middle;
	transition: background-color 750ms ease, border 500ms ease;
	-moz-transition: background-color 750ms ease, border 500ms ease;
	-o-transition: background-color 750ms ease, border 500ms ease;
	-webkit-transition: background-color 750ms ease, border 500ms ease;
	-moz-transition: background-color 750ms ease, border 500ms ease;
}

 /*.mainCell .button {
        font-size: 12px;;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
		color: #000000;
}

 .mainCell .comment_button {
        font-size: 12px;;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
		color: #000000;
}
*/
 .mainCell .radio {
        font-size: 14px;;
        vertical-align : middle;
}

 .mainCell .checkbox {
        font-size: 14px;;
        vertical-align : middle;
}

 .mainCell a {
        color: #C0C0B0;
        /*font-size: 12px;*/
        text-decoration: none;
        font-weight:normal;
        outline: 0;
}

 .mainCell a:hover {
        color: #E8E8D8;
        text-decoration: none;
}

 .mainCell a:visited {
        color: #C0C0B0;
        text-decoration: none;
}

 .mainCell a:focus {
        color: #C0C0B0;
        text-decoration: none;
}

 .mainCell a:active {
/*        color: #E8E8C8;
        text-decoration: none;*/
}
 .mainCell bblink a {
        color: #888888;
        text-decoration: none;
}

 .mainCell bblink a:hover {
        color: #888888;
        text-decoration: underline;
}

 .mainCell .maintable {
        background-color: transparent;
        width: 100%
}

 .mainCell .tableh1 {
/*        background : #444444 ;*/
        color : #ddddd2;
		background-image : url(images/transp10+.png); background-repeat:repeat;
		box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.10) inset;
        border: 1px solid #383838;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
		font-size: 14px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
}

 .mainCell .tableh1_compact {
/*        background : #444444 ;*/
		background-image : url(images/transp10+.png); background-repeat:repeat;
        color : #ccccc0;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

 .mainCell .tableh2 , .mainCell .catrow_noalb {
/*        background: #545454 ;*/
        text-align: center;
		background-image : url(images/transp15+.png); background-repeat:repeat;
        color : #ccccc0;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
}

 .mainCell .tableh2_compact {
/*        background: #545454 ;*/
		background-image : url(images/transp15+.png); background-repeat:repeat;
        color : #ccccc0;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

 .mainCell .tableb , .mainCell .catrow {
        /*background-color: #383835;*/
        font-size: 14px;
        padding: 2px;
}

 .mainCell .tableb_compact {
		text-align: center;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

 .mainCell .tableb_alternate {
		padding-left: 10px;
		padding-right: 10px;
}

 .mainCell .tablef {
        /*background: #333333;*/
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
		width: 75%;
}

 .mainCell .album_stat {
        font-size: 14px;;
        margin: 5px 0px;
        text-align: center;
}

 .mainCell .thumb_filename {
        font-size: 14px;;
/*        display: block;*/
}

 .mainCell .thumb_title {
		font-family: LivingGalleryFont, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        font-weight : normal;
        /*font-size: 12px;*/
        padding-top: 8px;
        padding-bottom: 6px;
        display : block;
}

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

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

 .mainCell .thumb_num_comments {
        font-weight: normal;
        font-size: 14px;;
        padding: 2px;
        font-style : italic;
        display : block;
}

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

 .mainCell .user_thumb_infobox th {
        font-weight : bold;
        font-size: 14px;;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

 .mainCell .user_thumb_infobox td {
        font-size: 14px;;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

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

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

 .mainCell .sortorder_cell {
        /*background : #444444 ;*/
        color : #DDDDD0;
        padding: 0px;
        margin: 0px;
}

 .mainCell .sortorder_options {
        /*background : #444444 ;*/
        color : #DDDDD0;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 14px;
        white-space: nowrap;
}

 .mainCell .navmenu {
		background-image : url(images/transp10+.png); background-repeat:repeat;
        color: #BBBBB0;
		box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.10) inset;
        border: 1px solid #383838;
        font-size: 14px;;
        font-weight: bold;
        padding: 6px 8px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
}

 .mainCell .navmenu img {
        padding: 4px 4px;
		opacity: 0.70;
		transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		-webkit-transition: all 400ms ease-in-out;
}
 .mainCell .navmenu img:hover  {
		opacity: 1.0;
}


 .mainCell .navmenu a {
/*        padding: 8px;*/
        text-decoration: none;
        color: #ccccc8;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
}
 .mainCell .navmenu a:hover {
        text-decoration: none;
        color:         #fffff8;
		text-shadow: 0px 0px 2px #eee;
}

 .mainCell .admin_menu_thumb {
        font-size: 14px;;
        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;
}

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

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

 .mainCell .admin_menu {
        font-size: 14px;;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
		background-repeat:repeat-x;
}

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

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

.mainCell .admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.mainCell .admin_menu_wrapper {
        width:100%;
}
 
 .mainCell td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

 .mainCell .comment_date {
        color : #BBBBB0;
        font-size : 90%;
        vertical-align : middle;
}

 .mainCell .display_media {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
}

.mainCell .lg_image a {
	outline: 0;
}
.mainCell .lg_image a img{
	border: 1px solid #888888;
	margin: 18px;
	padding: none;
	color: #000000;
	background-color: #000000;
	outline: 0;
	z-index: 0;
}

.mainCell .lg_image a:hover img{
/*	border: 1px solid #2a2a2a;
	z-index: 1;
	box-shadow: 0 22px 20px rgba(0, 0, 0, 0.65);
	opacity: 1.0;
	filter:alpha(opacity=100);
	transform: scale(1.25) rotate(-4deg);
	-moz-transform: scale(1.25) rotate(-4deg);
	-o-transform: scale(1.25) rotate(-4deg);
	-webkit-transform: scale(1.25) rotate(-4deg);
	-ms-transform: scale(1.10) rotate(-4deg);*/
}

.mainCell .image a img{
	border: 1px solid #DDDDD0;
	margin: 14px;
	padding: none;
	color: #000000;
	background-color: #000000;
}

 .mainCell .imageborder {
	border: 1px solid #DDDDD0;
 	width: auto;
 	height: auto;
}

 .mainCell .imageborder2 {
	border: 28px solid #1a1a1a;
	background-color: #1a1a1a;
	padding: 0px;
 	width: auto;
 	height: auto;
	box-shadow: 0 0px 24px 10px rgba(0, 0, 0, 0.55), 0 18px 16px 10px rgba(0, 0, 0, 0.33);
}

 .mainCell .imageborder3 {
	border: 1px solid #444444;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
 	width: auto;
 	height: auto;
}

 .mainCell .imageborder_thumb {
 	width: auto;
 	height: auto;
	border: 1px solid #1a1a1a;
	background-image : url(images/transp25.png); background-repeat:repeat;
	padding: none;
	margin: 5px;
	box-shadow: 0 0px 16px rgba(0, 0, 0, 0.25), 0 3px 5px rgba(0, 0, 0, 0.33);
	transition: all 150ms ease-in 0s;
	-ms-transition: all 150ms ease-in 0s;
	-o-transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease-in 0s;
	-moz-transition: all 150ms ease-in 0s;
	transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
}
.mainCell .imageborder_thumb:hover {
	z-index: 1;
	box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.4), 0 0 32px 4px rgba(0, 0, 0, 0.2), 0 0 45px 4px rgba(0, 0, 0, 0.20), 0 12px 10px rgba(0, 0, 0, 0.4);
	transform: translate(0px,-8px);
	-ms-transform: translate(0px,-8px);
	-webkit-transform: translate(0px,-8px);
	-o-transform: translate(0px,-8px);
	-moz-transform: translate(0px,-8px);
}
 .mainCell .thumbnails {
        /*background-image : url(images/thumbbackgrnd.jpg);background-repeat:no-repeat; background-position:center;*/

/*        background: #383835;*/
        padding-top: 14px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 2px;
}

 .mainCell .footer {
        font-size : 9px;
        color: #BBBBB0;
}

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

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

 .mainCell .statlink {
        color: #DDDDD0;
}

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

 .mainCell .statlink a:hover {
        color: #fff;
}

 .mainCell .alblink a {
		font-family: LivingGalleryFont, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        text-align : center;
        color: #ccccc0;
}

 .mainCell .alblink a:hover {
		color: #fff;
		text-shadow: 0px 0px 10px #777;
}

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

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

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

 .mainCell .topmenu {
        line-height : 130%;
        font-size: 14px;;
}

 .mainCell .topmenu a {
        color : #888888;
        text-decoration : none;
}

 .mainCell .topmenu a:hover {
        color : #888888;
        text-decoration : underline;
}

 .mainCell .img_caption_table {
        border: none;
        background-color: #000000;
        width : 100%;
        margin : 1px;
}

 .mainCell .img_caption_table th {
        background: #444444 ;
        font-size: 14px;;
        color : #a9a9a9;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        border-top : 0px solid #FFFFFF;
}

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

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

 .mainCell .clickable_option {
        border-bottom : 1px dotted #aaaaff;
        cursor : default;
}

 .mainCell .listbox_lang {
        color: #000000;
        background-color: #a9a9a9;
        border: 1px solid #a9a9a9;
        font-size: 14px;;
        vertical-align : middle;
}

 .mainCell .tableb_image {
        background: #000000;
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
}

.mainCell .pic_title {
        color: #000000;
        font-size: 120%;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.mainCell .pic_caption {
        color: #000000;
        font-size: 100%;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.mainCell .cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.mainCell .cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.mainCell .cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.mainCell .cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.mainCell .cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.mainCell .cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.mainCell .cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

.mainCell #vanity a {
/*        display: block;*/
        width:57px;
        height:20px;
        margin: 3px 20px;
}

 .mainCell #vanity img {border:0}

  
 #GB_window {
  background-color: #FFFFFF;
  border: 5px solid #AAAAAA;
}
 
/** Filmstrip styles */
div#film { 
    padding: 5px 0 5px 0; 
    overflow:visible; 
}
 
.addtocart{
		padding-top: 25px;
        text-align: center;
}

.addtocart a{
	display: inline-block;
	font-weight: normal;
	border:solid 1px #4e4e4e;
	color: #EEEEE6;
	text-align: center;
	font-size: 15px;
	margin-top: 5px;
	padding: 8px 12px;
    overflow:visible; 

	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);

	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;

	background: rgb(68,68,68);
	background: -moz-linear-gradient(top,  rgba(68,68,68,0.7) 0%, rgba(88,88,88,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,0.7)), color-stop(100%,rgba(88,88,88,0.7)));
	background: -webkit-linear-gradient(top,  rgba(68,68,68,0.7) 0%,rgba(88,88,88,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(68,68,68,0.7) 0%,rgba(88,88,88,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(68,68,68,0.7) 0%,rgba(88,88,88,0.7) 100%);
	background: linear-gradient(top,  rgba(68,68,68,0.7) 0%,rgba(88,88,88,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3444444', endColorstr='#b3585858',GradientType=0 );

	transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
}
 .addtocart a:hover {
	border:solid 1px #a8a8b0;
	box-shadow: 0 0 12px 2px #669;
	color: #ffffff;
}

.addtocart a img{
	opacity: 0.7;
	padding-right: 4px;
}
 .addtocart a:hover img{
	opacity: 1.0;
}


