﻿
/**************************************************************
	Master page content panels
 **************************************************************/
.master_content {
	width: 816px;
	margin-left: auto; margin-right: auto;
}


/**************************************************************
	Main Content
 **************************************************************/

.mainContent {
	float:none;
	position: relative;
	width: 700px;
	top: -25px;
	left: 135px;
	background-color: #FFFFFF;
	overflow: visible;
}
.mainContentPlaceHolder {
	padding: 5px 0 0 5px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}

/**************************************************************
  Title bar
 **************************************************************/

.titlebar
{
	/*background-color: #FFCC33;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;*/
	width: 800px;
	height: 64px;
	background-image: url('/images/title_bg2.jpg');
	display:block;
}
.report_titlebar
{
	/*background-color: #FFCC33;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;*/
	width: 800px;
	height: 64px;
	background-image: url('/images/title_bg.jpg');
	display:block;
}
.titleLogo {
	float:left;
	margin-top: 5px;
	margin-left: 5px;
}


/**************************************************************
 Login box
 **************************************************************/

.loginbox {
	font-size: 0.9em;
	float:right;
	display:inline;
	margin-top: 15px;
	margin-right: 15px;
}
.loginbox .login_txt {
	border: solid 1px black;
	width: 80px;
}
.login_button {
	border: solid 1px gray;
	font: bold 1.0em verdana, sans-serif;
	background-color: #ff9700;
	color: #000000;
	height: 18px;
	width: 45px;
	padding: 2px 5px 2px 5px;
}
.login_button:hover {
	color: #888;
	background-color: #ff9700;
}
.loginbox label {
	font-weight: bold;
	margin-right: 3px;
}


/**************************************************************
   Left Menu
 **************************************************************/

.left_content {
	display: block;
	width: 134px;
	position:absolute;
}
.menu_holder {
	display: block;
	/*border-left: solid 1px #555;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;*/
	padding-bottom: 15px;
	text-align:left;
	width: 123px;
	margin-left: 10px;
	font-size: 0.9em;
	font-weight:bold;
}
.menu_header {
	/*border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #fc3;*/
	border-bottom: solid 1px black;
 	padding-right: 5px;
	text-align: right;
	color: Black;
	font-size: 1.2em;
	margin-top: 10px;
}  
.menu_item {
	padding-right: 5px;
	display:block;
	color: #5D6F73;
	text-transform: lowercase;
	text-align: right;
	cursor: hand;
}
.menu_item:hover {
	/*background-color: #aaa;*/
	font-weight:bold;
	color: orange;
} 
.menu_item a:hover {
	/*background-color: #aaa;*/
	font-weight:bold;
	color: #ff9700;
}
.menu_item_selected {
	padding-right: 5px;
	display:block;
	/*background-color: #eee;*/
	text-transform: lowercase;
	text-align: right;
	cursor: hand;
}

.menu_item_selected a {
	/*
		color: #5D6F73;
		font-size: 1.1em;
	*/
	font-weight:bold;
	color: #ff9700;
}


/**************************************************************
	Master Page
 **************************************************************/

.columns
{
	padding-top:30px;
	height: 300px;
}

.leftcolumn
{
	margin-left: 10px;
	width: 45%;
	float: left;
	text-align: center;
}

.rightcolumn
{
	width: 50%;
	float: right;
}

.leftcolumn h2
{
	font-size: 1.3em;
	margin-top: 10px;
}

.txt_photocode
{
	text-align:center;
	width: 170px;
	font-size: 1.2em;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.copyright
{
	float: right;	
}


/**************************************************************
   About uPix Text
 **************************************************************/

#about_txt {
    text-transform:none;
}
#about_txt h2 {
    margin-bottom: 5px;
}
#about_txt h3 {
    margin: 10px 0 2px 0;
}

#about_txt p {
    margin: 0 0 5px 0;
}

#about_txt  ul {
    margin-top: 0px;		
}

#about_txt div {
	text-align: center;
}

#about_txt b {
    margin-top: 10px;		
	display:block;
}

/**************************************************************
   Terms of use
 **************************************************************/

.terms
{
	text-transform: none;
}

.terms h2
{
	text-transform: none;
	margin-bottom: 10px;
}

.terms h3
{
	margin: 10px 0 5px 0;
}

.terms span
{
	display: block;
	margin-bottom: 5px;
}

/**************************************************************
	Form controls.
 **************************************************************/

.form_table
{
}
.form_table th
{
	padding-right: 10px;
}
.form_txt
{
	width: 300px;
}
.form_title
{
	color: #5D6F73;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.checkbox
{
	margin-right: 10px;
}
.checkbox label
{
	margin-left: 2px;
}


/**************************************************************
	Progress popup
 **************************************************************/
 
.progress
{
	height: 16px;
	background-image: url('/images/progress.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.progress div
{
	padding: 0 0 5px 20px;
	font-weight: bold;
}


/**************************************************************
	Admin tables & controls.
 **************************************************************/
 
.tbl_admin {
	text-transform:none;
}
.tbl_admin th {
	text-transform: lowercase;
	text-align: left;
	background-color: gray;
	padding: 0 5px 0 5px;
	color: #fc0;
	/*width: 100px;*/
}
.tbl_admin td {
	vertical-align: top;
}
.tbl_admin select {
	text-transform: none;
}
.tbl_admin .panel_button {
	margin-right: 5px;
}
.admin_button {
	margin-left: 5px;
}


/**************************************************************
	Popup Dialog
 **************************************************************/

.modal {
	background-color: Gray;
	filter:alpha(opacity=40);
	opacity:0.7;
}
.tblPopup 
{
	width: 300px;
	text-transform: none;
	background-color: White;
	color:Black;
	padding: 2px;
}
.tblPopup .heading 
{
	border-bottom: solid 1px black;
	font-weight:bold;
	background-color: gray;
	color:#fc0;
	padding-left: 5px;
}
.tblPopup .content {
	padding:10px;
	text-align:center;
}
.tblPopup .footer {
	padding:10px;
	text-align:center;
}


/**************************************************************
	Reports
 **************************************************************/

.reportviewer {
	display: block;
}
.reporttitle {
	font-size: 20pt;
	font-weight: bold;
	margin: 18px 0 0 120px;
	overflow: visible;
	line-height: 20pt;
}

#_tblReports
{
	/*border: solid 1px black;*/
}

#_tblReports th 
{
	text-align: left;
}

#_tblReports td
{
}


/**************************************************************
	Reports
 **************************************************************/

.tbl_picture_filter th 
{
	text-align: right;
	background-color: gray;
	padding: 0 5px 0 5px;
	color: #fc0;
}



/**************************************************************
	Default page
 **************************************************************/

.mobiletxt {
	font-weight:bold;
	width:200px;
	text-align:center;
}
#salespitch {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000000;
	height: 100px;
	margin-right: 10px;
}
#salespitch_title {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	margin-top: 10px;
	margin-left: 5px;
}
#salespitch_text {
	color: #353E47;
	margin-left: 35px;
	margin-top: 5px;
}

/**************************************************************
	Album image list
 **************************************************************/

.album_image_panel {
	display: block;
	text-transform: none;
	float: left;
}
.album_image_preview {
	float: left;
	margin-left: 15px;
}

#ctl00_ContentPlaceHolder1__gvImages span
{
	color: #ffcc00;
	font-weight: bold;
}

#ctl00_ContentPlaceHolder1__gvImages th
{
	text-transform: none;
	text-align: left;
}

.album_button
{
	margin: 5px 5px 0 5px;
	border: solid 1px black;
}

.album_nav_button
{
	margin: 0 2px 0 2px;
}

/**************************************************************
	Client Admin Page
 **************************************************************/
 
 .client_detailsview input
 {
 	width:500px;
 }
 
 .email_holder {
 	position: relative;
	z-index: 0;
 }
 
.email_holder:hover{
	background-color: transparent;
	z-index: 50;
}

.email_holder div {
 	position: absolute;
	border: solid 2px black; 
	left: -1000px;
	padding: 5px; 
	background-color: White; 
	visibility: hidden;	
	display:none;
}

.email_holder:hover div {
	visibility: visible;
	display:block;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
  
 
 
/**************************************************************
	Thumbnail pop up
 **************************************************************/

.album_calext
{
/*z-index: 2;*/
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
display:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display:block;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

/**************************************************************
	Metadata pop up
 **************************************************************/
.metadata 
{
    cursor: pointer;
}

/**************************************************************
	Images layout page
 **************************************************************/

/* Layout table */
#tbl_images {
	text-transform:none;
}
#tbl_images th {
	width: 100px;
	text-align: left;
}



/* Images controls */
.imagelist {
}
.image_item 
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 110px;
	height: 110px;
}
/*
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
*/
.image_border 
{
	margin-top: 11px;
	text-align: center;
	vertical-align: middle;
	background-color: White;
	border: solid 1px #ccc;
	position: relative;
	z-index: 0;
}
.image_border:hover {
	border: solid 1px #3b5998;
	background-color: transparent;
	z-index: 50;
}
.image_border a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.image_border span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 3px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	display:none;
}

.image_border span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.image_border:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	display:block;
	top: 0;
	left: 115px; /*position where enlarged image should offset horizontally */
}


.image_border_p {
	margin-left: 11px;
	text-align: center;
	vertical-align: middle;
	background-color: White;
	border: solid 1px #ccc;
	position: relative;
	z-index: 0;
}
.image_border_p:hover {
	border: solid 1px #3b5998;
	background-color: transparent;
	z-index: 50;
}

.image_border_p a {
	display: block;
	padding-top: 4px;
}

.image_border_p span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 3px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	display:none;
}

.image_border_p span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.image_border_p:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	display:block;
	top: 0;
	left: 80px; /*position where enlarged image should offset horizontally */
}


.image_item_lg 
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 150px;
	height: 150px;
}
.image_border_lg 
{
	margin-top: 11px;
	text-align: center;
	vertical-align: middle;
	background-color: White;
	border: solid 1px #ccc;
}
.image_border_lg a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.image_border_lg:hover {
	border: solid 1px #3b5998;
}


/* Pager */
.pagerBtn {
	font-family:Verdana,Arial;
	font-size:10pt;
	cursor: hand;
}
.pagerBtn:hover {
	font-family:Verdana,Arial;
	font-size:10pt;
	background-color: #ff9900;
	cursor: hand;
}


/**************************************************************
	Buttons
 **************************************************************/

.panel_button {
	border: solid 1px gray;
	font: bold 1.0em verdana, sans-serif;
	width: 100px;
	background-color: #ff9700;
	color: #333;
}
.panel_button:hover {
	color: black;
	background-color: #ff9700;
	border: solid 1px black;
	font-weight: bolder;
}
.panel_button_padded {
	border: solid 1px gray;
	font: bold 1.0em verdana, sans-serif;
	width: 100px;
	background-color: #ff9700;
	color: #333;
	margin: 0 5px 0 5px;
}
.panel_button_padded:hover {
	color: black;
	background-color: #ff9700;
	border: solid 1px black;
	font-weight: bolder;
}


/**************************************************************
   Common Attributes
 **************************************************************/

.block {
  display: block;
}
.inline 
{
  display: inline;
}
.clear {
  clear: both;
}
.marginRight {
  margin-right: 15px;
}
.paddingLeft {
  padding-left: 5px;
}
.paddingRight {
  padding-right: 5px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.lightBlueBg {
  background-color: #EAF2F5;
}
.dark {
  color: #353E47;
}
.black {
  color: #000000;
}
.uppercase {
	text-transform: uppercase;
}
.hidden 
{
	display:none;
}


/**************************************************************
   Data GridView
 **************************************************************/

.grid 
{ 
	width: 650px; 
	font-family: verdana, sans-serif;
	background-color: Gray;
	border: solid 1px gray;
}

.grid2
{ 
	width:586px; 	
	font-family: verdana, sans-serif;
	background-color: Gray;
	border: solid 1px gray;
}
.grid H2 
{ 
	margin:0; padding:0; 
	color:#ffffff;
	height:20px;
	line-height:20px;
	font-size:14px;
}
.grid .mid
{
	padding:3px 0px 0px 0px;
}
.grid .datatable
{
	width:100%;
	color:#666;
}        
.grid .datatable TH
{
    font-size:12px;
    font-weight:bold;
    letter-spacing:0px;
    text-align:left;
    padding:2px 4px;
    color:#333333;
    border-bottom:solid 2px #bbd9ee;
}
.grid .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color:#0066cc;
}
.grid .datatable TH.sortasc A { background:url(../asc.gif) right center no-repeat; }
.grid .datatable TH.sortdesc A { background:url(../desc.gif) right center no-repeat; }
.grid .datatable .row TD
{
    font-size:11px;
    text-align:left;
    padding:6px 4px;
    border-bottom:solid 1px #bbd9ee;
}      
.grid .datatable .row:hover
{
	background-color:#fffacd;
	color:#000;
}
.grid .datatable .row TD.first { padding-left:10px; }
.grid .datatable TH.first { padding-left:10px; }
.grid .datatable .row:hover .first
{
    background-repeat:no-repeat;
	background-image:url(../bullet.gif);background-position:left center ;
} 

 
/* Data Pager Styles */
.grid TR.pager-row TD,
.grid2 TR.pager-row TD
{
    /*border-top:solid 2px #bbd9ee;*/
}
.grid .pager,
.grid2 .pager
{
    font-family:verdana, sans-serif;
    text-align:left;
    padding: 0 0 0 4px;	
    font-size:1em;
    font-weight: bold;
} 
.grid .pager SPAN.command,        
.grid .pager SPAN.current,        
.grid .pager A.command,
.grid TR.pager-row TD A,
.grid2 .pager SPAN.command,        
.grid2 .pager SPAN.current,        
.grid2 .pager A.command,
.grid2 TR.pager-row TD A
{
    color: #333;
    padding:0px 4px;
    text-decoration:none;
    border:none;
}
.grid .pager A.command:hover,
.grid TR.pager-row TD A:hover,
.grid2 .pager A.command:hover,
.grid2 TR.pager-row TD A:hover
{
    border:solid 1px #333;
    background-color:#fc0;
    color:#333;
    padding:0px 3px;
    text-decoration:none;
}        
.grid .pager SPAN.current,
.grid TR.pager-row TD SPAN,
.grid2 .pager SPAN.current,
.grid2 TR.pager-row TD SPAN
{
	border:none;
    font-weight:bold;
    color:#fc0;
    padding:0px 6px;
}
.grid TR.pager-row TD,
.grid2 TR.pager-row TD
{
	border-top:none;
	text-align:center;
}
.grid TR.pager-row TABLE,
.grid2 TR.pager-row TABLE
{
	height:30px;
	margin:0 auto 0 auto;
}

/* TABLE */


