body
{
	font: 400 12px Arial, Sans-Serif;
}

.jqmOverlay { background-color: #000; height:0% !important;}

h1 {
  font: 400 1.6em Arial, Sans-Serif;
  color: #536C71;
}

table 
{
	font: 400 13px Arial, Sans-Serif;
}

input 
{
	font: 400 13px Arial, Sans-Serif;
}
#upix_search 
{
	font-size: 13px;
	width: 160px;
}

/*
* DEBUG PANEL
*/
.debug 
{
	border: solid 1px gray;
	padding: 5px;
}
.debug h3
{
	margin-bottom: -30px;
}

/*
 *	ALBUM CONTROL
 */

.album_container 
{
	width: 100%;
	background: none none repeat scroll 0 0;
	display: inline-block;
}

.album_panel, .picture_panel
{
	height: auto;
}

.album_imagecell {
	margin:0;
	padding: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: #37581f;
	font-weight: bold;
	cursor:pointer;
	outline-style:none;
	text-decoration:none;
}
.album_photo_link:hover
{
	text-decoration: underline;
}

.album_photo 
{
	background: white url("../PicsHotel/kotane/upiximages/loading_sm.gif") no-repeat scroll 50% 50%;
	border:1px solid #4c4c4c;
	padding:6px;
	vertical-align:middle;
}
.album_photo:hover
{
	border:1px solid green;
}

.album_name 
{
	font-weight:bold;
	color: #0b2821;
}
.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;
	font-size: 14px;
}

#album_header #album_details 
{
	color: #37581f;
	float: left;
	font-weight: bold;
}

#album_header #album_num_pictures 
{
	margin-left: 10px;
	float: left;
}

#album_header #album_date {
	float: left;
}

/*
 *	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: #0b2821;
	text-decoration: none;	
}

#goback a:hover {
	text-decoration:underline;
}  


/*
 *	ORDER HEADER BAR
 */

#album_order_header {
	width: auto;
	margin: 5px 5px 0 5px;
}

#user_orders 
{
	/*float: right;*/
	padding-bottom:3px;
	cursor: pointer;
}

#user_orders:hover
{
	text-decoration: underline;
}
 
 
/*
 *	PAGER CONTROL
 */

.pagination {
	margin-left:0px;	
	font-size: 8pt;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #000;
	color: #fff;
	background:#0b2821;
}


.pagination a:hover
{
	background:#37581f;
}


.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
}

.pagination .current {
    background: #37581f;
    color: #fff;
	border: solid 1px #000;
}


.pagination .current.prev, .pagination .current.next{
	color:#eee;
	border-color:#eee;
	background:#d9d2b6;
}


/*
 *	PICTURE DIALOG
 */
 
#dlgPicture 
{
	background-color: #d9d2b6;
}

#dlgPicture table
{
	font-size: 8pt; 
}
 
#dlgPicture_titlebar 
{
	/*background-color: #807e7f;*/
	background: url("../PicsHotel/kotane/upiximages/KoTane_topmenu_bg.jpg") repeat-x 0 0;
}

#dlgTitleText 
{
	color: White;
	float: left;
	height: 15px;
	margin: 2px 0 0 5px;
	padding-top: 3px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
}

#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;
	font-size: 13px;
}

#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("../PicsHotel/kotane/upiximages/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("../PicsHotel/kotane/upiximages/loading_sm.gif") no-repeat scroll 50% 50%;
	/*
	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;
 	/*width: 105px;*/
 	float: left;
 	margin: 0 0 0 3px;
 	padding: 0 5px 0 5px;
}
 
.control_menu_item {
 	font-weight: normal;
 	border-left: solid 1px #b5b5b5;
 	border-top: solid 1px #b5b5b5;
 	border-right: solid 1px #b5b5b5;
 	background-color: #b5b5b5;
 	color: #fff;
 	background: url("../PicsHotel/kotane/upiximages/KoTane_topmenu_bg.jpg") repeat-x 0 0;
 }
 
 .control_menu_item_selected {
 	font-weight: bold;
 	color: #fff;
 	background-color: #0082d6;
 	border-left-color: #0082d6;
 	border-top-color: #0082d6;
 	border-right-color: #0082d6;
 }

 .control_menu ul li:hover {
 	background-color: #868686;
	border-left-color: #868686;
 	border-top-color: #868686;
 	border-right-color: #868686;
 }
 
 .control_menu_item_selected:hover 
 {
 	background-color: #0082d6;
 	border-left-color: #0082d6;
 	border-top-color: #0082d6;
 	border-right-color: #0082d6;
 }
 


/*
 *	CONTROL PANELS
 */
.control_panel_holder  {
}
 
 .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 
{
/*	border: solid 1px black;
	padding: 2px;*/
	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("../PicsHotel/kotane/upiximages/shoppingcart.gif") no-repeat center left;
	padding-left: 14px;
} 
 
/*
 * ORDER CONFIRM PANEL
 */
 
#tblConfirmOrder {
}

.tblConfirmHeader {
	background-color: #aaa;
}

.tblConfirmFooter {
	background-color: #aaa;
}

.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: 300px;
	overflow: scroll;
}

#order-panel .txtQuantity {
	width: 20px;
	text-align: center;
}

#order-panel .item_cell 
{
	height: 32px;
}

#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;
	font-size: 1.2em;
}

.item_spacer {
}

#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 td
{
	text-align: left;
}

#details-panel textarea 
{
	width: 350px;
}

#details-panel input
{
	width: 350px;
}

#details-panel .input_small
{
	width: 100px;
}

#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("../PicsHotel/kotane/upiximages/action.gif") no-repeat 50% 50%;
	margin: 10px 0 20px 0;
}
 

/*
  *	VALIDATION
  */
.validator {
	vertical-align: top;
} 


.validator_img
{
	background: white url("../PicsHotel/kotane/upiximages/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%;
 	height: 78px;
 	padding: 5px;
	background: white url("../PicsHotel/kotane/upiximages/bar_lg.jpg") repeat-x 0 0;
 }
 
 .loading-img
 {
 	display: none;
 	width: 32px;
	height: 32px;
	background: white url("../PicsHotel/kotane/upiximages/loading.gif") no-repeat 50% 50%;
 }
 
 .loading .msg 
 {
 	/*margin-top: 10px;*/
 	font-size: 1.2em;
 	color: white;
 	font-weight: bold;
 }
  
  /* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqDrag {
	cursor: move;
} 	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #fff;
    color: #333;
    border: solid 2px #ccc;
    padding: 1px;
}

.jqmOverlay { background-color: #000; height:0% !important; top:300px !important;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
