﻿body
{
	font: 400 9pt verdana, arial, sans-serif;
	/*line-height: 170%;*/
	color: #555;
}

h1 {
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
}

table 
{
	font: 400 9pt verdana, arial, sans-serif;
}

input 
{
	font: 400 9pt verdana, arial, sans-serif;
}


/*
* DEBUG PANEL
*/
.debug 
{
	border: solid 1px gray;
	padding: 5px;
}
.debug h3
{
	margin-bottom: -30px;
}

/*
 *	ALBUM CONTROL
 */

.album_container 
{
	width: 100%;
	background: #F7F7F7 none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	margin:0 0 15px;
	padding:0;
	display: inline-block;
}

.album_panel, .picture_panel
{
	height: auto;
}

.album_imagecell {
	margin:0;
	padding: 0 0 10px 0;
	text-align:center;
	vertical-align:middle;
}

.album_tablecell {
	margin:0;
	text-align:left;
	vertical-align:middle;
	padding-top:5px;
	text-transform:none;
}

.album_photo_link 
{
	color:#555;
	font-weight: bold;
	cursor:pointer;
	outline-style:none;
	text-decoration:none;
}
.album_photo_link:hover
{
	text-decoration: underline;
}

.album_photo 
{
	background: white url("images/loading_sm.gif") no-repeat scroll 50% 50%;
	border:1px solid #CCCCCC;
	padding:4px;
	vertical-align:middle;
}
.album_photo:hover
{
	border:1px solid #3b5998;
}

.album_name 
{
	font-weight:bold;
}
.album_name:hover
{
	text-decoration: underline;
	cursor:pointer;
}

.album_date {
	font-size: 0.9em;
}

.album_numberpics 
{
	font-size: 0.9em;
}

.album_description 
{
	font-size: 0.9em;
	font-style:italic;
	display: none;
}

/*
 *	ALBUM HEADER
 */

.album_header {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 2px;
}

.header_item {
	float: left;
}

.album_header .album_details {
	font-weight: bold;
}

.album_header .album_num_pictures 
{
	margin-left: 10px;
}


/*
 *	ORDER FOOTER BAR
 */

#album_footer 
{
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
} 

#album_footer table {
	float: left;
}

#album_footer #goback 
{
	margin-top: 3px;
	float: right;
}

#goback a {
	color: #555;
	text-decoration: none;	
}

#goback a:hover {
	text-decoration:underline;
}  


/*
 *	DOWNLOAD PURCHASED PHOTOS
 */
 
#download_header {
	width: auto;
	margin: 5px 5px 0 5px;
}

#download_link 
{
	padding-left: 16px;
	padding-bottom:3px;
	cursor: pointer;
	background: url("images/download.gif") no-repeat 0 0;
}

#download_link:hover
{
	text-decoration: underline;
} 
#downloadImage  
{
	cursor: pointer;
}
#downloadImgCode 
{
	font-weight: bold;
}
#downloadImgTimeTaken 
{
}
#downloadImgSize
{
}
#downloadImgPrice
{
	display: none;
}
 
 
/*
 *	PAGER CONTROL
 */

.pagination {
	margin-left:5px;	
	font-size: 7pt;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a:hover
{
	background:#868686;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}


/*
 *	PICTURE DIALOG
 */
 
#dlgPicture {
	/*width: 800px;*/
}

#tblControlPanels
{
	/*width: 800px;*/
}

#dlgPicture table
{
	font-size: 8pt; 
}
.draggable 
{
	cursor: move;
} 
#dlgPicture_titlebar 
{
	background-color: Gray;
}

#dlgTitleText 
{
	color: White;
	float: left;
	height: 15px;
	margin: 2px 0 0 5px;
	padding-top: 3px;
	vertical-align: middle;
	font-weight: bold;
}

#dlgPicture_titlebar_space 
{
	float:right;
	width: 100%;
	cursor: help;
	border: solid 2px orange;
}

#dlgPicture_titlebar .headerCloseTxt 
{
	color: White;
	float:right;
	height: 15px;
	margin: 2px 5px 0 0;
	padding-top: 3px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
}

#dlgPicture_titlebar .headerCloseTxt:hover 
{
	text-decoration: underline;
}

#dlgPicture_titlebar .headerCloseBtn 
{
	float:right;
	margin: 2px 2px 2px 0;
	cursor: pointer;
	width: 21px;
	height: 21px;
	background: url("images/btn-close-lg.gif") no-repeat 0 0;
}

#dlgPicture_titlebar .headerCloseBtn:hover
{
	background-position: 0 -21px;
	text-decoration: underline;
}

#dlgPicture_imageholder 
{
	width: 300px;
	text-align: center;
	background: white url("images/loading_sm.gif") no-repeat scroll 50% 50%;
}

#dlgPicture_imageholder  .imgThumbnail_land
{
	width: 300px;
	height: 200px;
}

#dlgPicture_imageholder  .imgThumbnail_port
{
	width: 200px;
	height: 300px;
}

.dlgNavButton {
	font-weight:bold;
	cursor: pointer;
}

.dlgNavButton:hover {
	text-decoration:underline;
}


/*
 *	CONTROL PANEL TAB BAR
 */ 
 
.control_menu  {
 	text-align:left;
 	width:100%;
}
 
.control_menu ul {
 	margin:0;
 	padding:0;
}
 
.control_menu ul li {
 	display:block;
 	text-align: left;
 	cursor:pointer;
 	float: left;
 	margin: 0 0 0 3px;
 	padding: 0 5px 0 5px;
}
 
.control_menu_item {
 	font-weight: normal;
 	border-left: solid 1px #555;
 	border-top: solid 1px #555;
 	border-right: solid 1px #555;
 }
 
 .control_menu_item_selected {
 	font-weight: bold;
 	color: White;
 	background-color: #555;
 }

 .control_menu ul li:hover {
 	background-color: Gray;
 }
 
 


/*
 *	CONTROL PANELS
 */
.control_panel_holder  
{
/*	width:800px;*/
}
 
 .control_panel {
 	border-top: solid 1px #555;
}
 
.control_panel div {
	text-align: left;
} 

.control_panel caption
{
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.control_panel div table 
{
	/*width: 100%;*/
}

.control_panel table th {
	text-align: left;
	padding-top: 5px;
 	vertical-align: top;
}
 
.control_panel table td {
 	text-align: left;
} 
 
.control_panel .textbox
{
 	width: 250px;
	height: 18px;
 	margin-bottom: 5px;
}
.control_panel .checkbox
{
	margin-top:2px;
}
.control_panel select
{
	height: 24px;
	margin: 0 0 5px 5px;
}
.control_panel textarea
{
 	width: 250px;
 	margin-bottom: 5px;
}
.control_panel_spacer 
{
	width: 20px;
}
.control_panel .result
{
	margin: 10px 0 0 0px;
	font-weight: bold;
}

.control_panel .success 
{
	color: Green;
}

.control_panel .error
{	
	color: Red;
}

.control_panel_button 
{
	cursor: pointer;
	margin: 0 5px 0 5px;
}
 
.control_panel_button:hover {
	text-decoration: underline;
}

#mobileNumber {
	width: 100px;
	margin-left: 5px;
}
 
 

 /*
  *	SHOPPING PANEL & SHOPPING CART
  */
  
 #pnlGetPhoto {
 }
 
 #pnlGetPhoto caption {
 }
 
#pnlGetPhoto #btnDownload {
	text-decoration: none;
	color: Black;
}

#pnlGetPhoto #btnDownload:hover {
	text-decoration: underline;
}

#pnlGetPhoto .checkbox {
}

.product_price 
{
	font-weight: bold;
	padding: 0 8px 0 2px;
}

.product_desc {
}


#btnViewCart 
{
	background: url("images/shoppingcart.gif") no-repeat center left;
	padding-left: 14px;
} 
 
/*
 * ORDER CONFIRM PANEL
 */
/*
#tblConfirmOrder {
}

.tblConfirmHeader {
	background-color: #aaa;
}

.tblConfirmFooter {
	background-color: #aaa;
}

.tblConfirmFooter th {
	text-align: right;
}
*/

.divConfirmHeader 
{
	width: 100%;
	background-color: #aaa;
}
.divConfirmHeader div
{
	float: left;
	text-align: center;
	font-weight: bold;	
	background-color: #aaa;
	height: 16px;
	padding-top: 2px;
}
.divConfirmRow 
{
	width: 100%;
}

.divConfirmRow div
{
	float: left;
	text-align: center;
	vertical-align:middle;
}

.confirm_img {
}
 
.confirm_img_land {
	width: 100px;
	height: 66px;	
	margin: 2px 0 2px 0;
} 

.confirm_img_port {
	width: 66px;
	height: 100px;
} 

.order-panel-overflow
{
	height: 240px;
	overflow: scroll;
}

#order-panel .txtQuantity {
	width: 20px;
	text-align: center;
}

#order-panel .picture_cell
{
	text-align: center;
	vertical-align: top;
	width: 110px;
}

.item_desc 
{
	text-align: left;
}

.item_price, .item_quantity, .item_subtotal, .item_remove {
}

.item_total {
	font-weight: bold;
	text-align: right;
}
.detail_total 
{
	font-weight: bold;
	text-align: right;
	width:60px;
}
.item_spacer {
}

#btnRefreshCart 
{
	font-weight: bold;
}

#btnResumeShopping, #btnClearShopping, #btnGotoDetails {
}

/* 
 * DETAILS/SHIPPING PANEL
 */
 
#details-panel {
}

#tblDetails {
}

.details-header 
{
	margin-top: 3px;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	font-size: 1.1em;
	background-color: #aaa;
}

#tblDetails th
{
	text-align: left;
	vertical-align: top;
	padding: 5px 0 0 15px;
}

#tblDetails table th
{
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0 0;
}

#tblDetails td
{
	text-align: left;
}

#details-panel textarea 
{
	width: 350px;
}

#details-panel input
{
	width: 400px;
}

#details-panel .input_small
{
	width: 100px;
}

#details-panel .input_tiny
{
	width: 30px;
}

#details-panel span 
{
	padding-top: 5px;
}

#tblOrderTotals th 
{
	text-align: right;
	vertical-align: top;
	padding: 0 5px 0 0;	
}

#tblOrderTotals td 
{
	text-align: right;
	vertical-align: top;
}

#btnGoBackConfirm, #btnGotoPayment
{
}

/* 
 * PAYMENT PANEL
 */
 
#pnlPayment  {
}


#btnGoBackDetails 
{
	
}

#txtPaymentStatus {
	color: Green;
	font-weight: bold;
	font-size: 1.2em;
}
 
#txtPaymentMessage 
{
	text-align: left;
	padding-left: 20px;
}

#imgPaymentWaiting 
{
	width: 100%;
	height: 42px;
	background: url("images/action.gif") no-repeat 50% 50%;
	margin: 10px 0 20px 0;
}
 

/*
  *	VALIDATION
  */
.validator {
	vertical-align: top;
} 


.validator_img
{
	background: white url("images/alert.gif") no-repeat 50% 50%;
	margin: 3px 0 0 5px;
	width: 14px;
	height: 14px;
	display: inline-block;
} 

.invalid {
	border: dotted 1px red;
}


 /*
  *	LOADING POPUP
  */
 .loading  
 {
 	text-align: center;
 	width:100%;
 	padding: 5px;
 }
 
 .loading-img
 {
 	width: 32px;
	height: 32px;
	background: white url("images/loading.gif") no-repeat 50% 50%;
 }
 
 .loading .msg 
 {
 	margin-top: 10px;
 	color: Black;
 	font-weight: bold;
 }
  


 