/* This is the stylesheet for the PhotoShelter served pages */


/* stylesheet for PhotoShelter c.photoshelter.com/css/APP/20081022/PS.css bellow */


DIV.PSBusyPrompt {
	width: 64px;
	height: 64px;
	background: url('/img/BS.com/spinner-big.gif');
	position: absolute;
	display: none;
	visibility: hidden;
	z-index: 8000;
}

DIV.PsStarRating {
	width: 90px;
	height: 30px;
	padding: 5px 5px 0 5px;
	background:url('/img/BS.com/StarRating-bg.gif') no-repeat;
}

DIV.PsStarRating.smbg {
	width: 87px;
	height: 18px;
	padding-top: 2px;
	padding-left: 8px;
	background:url('/img/BS.com/StarRating-bg-sm.gif') no-repeat;
}

DIV.PsStarRating IMG.PsStarRatingImg {
	margin: 0 6px 0 7px;
}

DIV.PsStarRating DIV.BsStarRatingTxt {
	text-align: center;
	color: #fff;
}

DIV.PsStarRatingSR {
	display: none;
	margin: -1px 0 0 4px;
}

DIV.PsStarRatingSR.smbg {
        height:14px;
}

DIV.PsPrompt {
	width: 400px;
}

DIV.InvitePrompt {
	width :400px;
}

FIELDSET.PsInviteField {
	margin: 10px 0;
	padding: 8px;
	border: 1px solid #666 !important;
}

FIELDSET.PsInviteField LEGEND {
	font-size: 12px;
	font-weight: bold;
	color: #36c;
}

FIELDSET.PsInviteField LEGEND INPUT {
	margin-bottom: -1px;
}

DIV.ImagePrompt.imgRsrch {
	width: 425px;
}

DIV.ImagePrompt.imgRsrch SELECT {
	width: 300px;
}

DIV.ipIrInfo {
	margin: 3px 0 10px 0;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}

/* ########## Balloooon  #########*/
/* ###################################################### */
IMG {
	   behavior: url("/img/iepngfix.htc");
}

DIV.PsBalloonDIV {
	position: absolute; 	
	overflow: hidden;/*must have*/ 
	z-index: 6666;
	display: none;
}

DIV.PsBalloonDIV iframe { 	
	display:none;/*sorry for IE5*/ 	
	display/**/:block;/*sorry for IE5*/ 	
	position:absolute;/*must have*/ 	
	top:0;/*must have*/ 	
	left:0;/*must have*/ 	
	z-index:-1;/*must have*/ 	
	filter:mask();/*must have*/ 	
	width:3000px;/*must have for any big value*/ 	
	height:3000px/*must have for any big value*/;
	border: 0px; 
}  

TABLE.PsBalloon {
	border-collapse: collapse;
	/*display: none;*/
	z-index: 6667;
}

TABLE.PsBalloon TD {
	padding: 0;
}

TABLE.PsBalloon TD.PsBalloon_top_mid {
	text-align: left;
	background: url('/img/PS.com/Balloon/mid_top.png') repeat-x;
}

TABLE.PsBalloon TD.PsBalloon_top_mid H3 {
	padding-bottom: 3px;
	color: #007EFF;
	font-size: 12px;
	border-bottom: 1px solid #6a6a6a;
}

TABLE.PsBalloon TD.PsBalloon_left_mid {
	background: url('/img/PS.com/Balloon/left_mid.png') repeat-y scroll right top;
}

TABLE.PsBalloon TD.PsBalloon_right_mid {
	background: url('/img/PS.com/Balloon/right_mid.png') repeat-y scroll left top;
}

TABLE.PsBalloon TD.PsBalloon_bottom_mid {
	text-align: left;
	background: url('/img/PS.com/Balloon/mid_bottom.png') repeat-x;
}

TABLE.PsBalloon TD.PsBalloon_content {
	text-align: left;
	background-color: #FFF;
}

/* stylesheet for PhotoShelter c.photoshelter.com/css/APP/20081022/PS.css above */


/* stylesheet for PhotoShelter c.photoshelter.com//css/APP/20081020/text.css below */

A {
	outline: none;
}

TABLE.input TH {
	color: #666;
}

.btext {
	font-size: 10px;
	color: #333;
}

A.btext {
	color: #000 !important;
}

A.btext:hover {
	color: #000 !important;
	background-color: #ff5;
}

H2.divider {
	padding: 3px 0;
	margin: 6px 0;
	font-size: 12px !important;
	color: #666;
	border-bottom: 1px dotted #999;
}

H2.divider SPAN {
	float: left;
	margin-top: -6px;
	padding: 0 5px 0 0;
	background: #fff;
}

INPUT.field, TEXTAREA.field, SELECT.field {
	border: 1px solid #999;
	background-color: #f6f6f6;
	padding-left: 2px;
}

INPUT.field:focus, TEXTAREA.field:focus, SELECT.field:focus {
	background-color:#fff;
	border-color: #333;
}

P.btext {
	width: 600px;
	margin: 0;
	padding: 0;
}

.btext.med { font-size: 11px; }
.btext.lg { font-size: 12px !important; }
.bold { font-weight: bold; }
.lt { color: #777; }
.slt { color: #ccc; }
.red { color: #e40000 !important; }
.grn { color: #639805 !important; }
.blu { color: #007EFF !important; }

.sectionheader {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

.infotext {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.sectiontitle {
	font-size: 18px;
	font-weight: bold;
	color: #555;	
}

.sectionsubtitle {
	font-size: 14px;
	font-weight: bold;
	color: #555;	
}

.box {
	background-color: #eff7ff; 
	padding: 15px; 
	margin: 0;
	border-width: 1px; 
	border-color: #5a86b3;
	border-style: solid;
}

.box.green {
	background-color: #eee;
	border-color: #aaa;
}

.box.slim {
	padding: 7px;
}

.box.xslim {
	padding: 3px;
}

.box.header {
	font-size: 11px; 
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	margin: 0;
	color: white;
	background-color: #5a86b3;
}

.box.header.slim {
	padding: 5px 7px 5px 7px;
}

UL.graycircle {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 13px;
}

UL.graycircle li span {
	padding: 0px 0px 0px 15px;
	font-size: 10px;
	color: #777;
	text-decoration: none;
	background: url(/img/li-gray-circle.gif) top left no-repeat;
}

UL.graycircle li a {
	padding: 0px 0px 0px 15px;
	font-size: 10px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
	background: url(/img/li-gray-circle.gif) top left no-repeat;
}

UL.graycircle li a:hover {
	padding: 0px 0px 2px 15px;
	color: #FE9500;
	font-size: 10px;
	background: url(/img/li-orange-circle.gif) top left no-repeat;
}

UL.graycircle .nobullet, UL.graycircle A.nobullet:hover {
	background: none;
	padding: 0;
}

DIV.info {
	width: 500px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-color: white;
	padding: 5px;
	text-align: left
}

DIV.warning {
	padding: 5px 10px 5px 10px;
	background-color: #f6f6f6;
	border: 1px dotted red;
	font-size: 11px;
	color: red;
}

/* stylesheet for PhotoShelter c.photoshelter.com//css/APP/20081020/text.css above */

/* stylesheet for PhotoShelter c.photoshelter.com//css/APP/20081020/prompt.css below */

DIV.prompt {
	visibility: hidden; 
	z-index: 1000; 
	position:absolute; 
	top: 280px; 
	left:175px; 
	width:450px; 
	padding: 8px;
	margin: 0;
	border: 2px solid #ff3333;
	background-color: #ffffd0; 
	font-size: 10px;
}

DIV.prompt H1 {
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}

DIV.prompt.wait {
	background-color: #fff;
	border: 2px solid #999;
	color: #333;
	z-index: 1001;
}

DIV.prompt.wait H1 {
	text-align: center;
	margin: 20px;
	color: #333;
}

/* stylesheet for PhotoShelter c.photoshelter.com//css/APP/20081020/prompt.css above */


/* stylesheet for PhotoShelter c.photoshelter.com/css/APP/20081022/main.css below */

/* these imports already incorporated into this sheet
@import "/css/APP/20081020/base.css";
@import "/css/APP/20081020/text.css";
@import "/css/APP/20081020/prompt.css";
*/

/* styles which override davidgordon.co.uk default disabled below */
/*
BODY {
	font-family: 'lucida grande', verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}

H1, H2, H3, H4, H5 {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

H1 {
	font-size: 20px;
	font-weight: bold;
}

H2 {
	font-size: 16px;
	font-weight: bold;
}

H3 {
	font-size: 12px;
	font-weight: bold;
}

H4 {
	font-size: 11px;
	font-weight: bold;
}
*/
/* styles which override davidgordon.co.uk default disabled above */

HR.dot {
        color: #bbb;
        background: #bbb;
        height: 1px;
        border: 0px;
        background: url(http://www.photoshelter.com/img/dots.gif) repeat-x bottom;

}

TD, INPUT, SELECT {
	font-family: 'lucida grande',verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

INPUT:focus {
	background: #ffb;
}

INPUT.err, SELECT.err {
	background-color: #fff0f0;
}

A  {
	color: #555;
	text-decoration: underline;
}

A:hover {
	color: #FE9500
}

DIV.action {
	overflow: visible;
}

.action {
	width: 200px;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #bbb;
	border-style: solid;
	background-color: white;
	padding: 5px;
}

.action img.actArrowOffset {
	margin-right: 10px;
	vertical-align: -2px;
}

.action.yellow {
	background-color: #ffd;
}

.action.mov {
	line-height: 10px;
}

.footer {
        clear: both;
        width: 800px;
        font-size: 9px;
        color: #555;
	padding-top: 10px;
}

TABLE.info {
	border: 0;
	padding: 2px;
}

TABLE.info TH {
	color: #666;
}

TABLE.info TD {
	font-size: 11px;
	text-align: left;
}

TABLE.info.bold TD {
	font-weight: bold;
	text-align: left
}

TABLE.input TH {
	padding-top: 5px;
	font-size: 10px;
	color: #666;
}

TABLE.input td {
	font-size: 10px;
	color: #333;
}

SPAN.currency {
	float:left;
	text-align:right;
	width:40px;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.miniform {
	font-size: 10px;
}

.popupHead {
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;	
}

.popupBody {
	padding: 12px;
}

.status1 {
	background-color: #FEE8E8
}

.table {
	font-size: 10px;
}

TABLE.table th {
	font-size: 10px;
}

TABLE.table td {
	font-size: 10px;
	text-align: center;

}

#warning {
	position: fixed;
	bottom: 0px;
	width: 100%; 
	height: 30px;
	border: 2px solid #cc3333;
	background-color: #fff0f0;
	z-index: 100;
}

DIV.orgPermErr {
	width: 450px;
	border: 2px solid #CC3366;
	padding: 5px;
	margin: 5px 0 5px 0;
	background-color: #FFF7F7;
	color: #CC3366;
	font-size: 11px;
	font-weight: bold;
}

#su {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.6;
	filter:alpha(opacity=60);
	z-index: 20;
        background-color: #f00;
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
	font-family:'lucida grande',verdana,arial,helvetica,sans-serif;
	font-size:11px;
        padding: 5px 0px 5px 0px;
}

/*
	#### formerly thumbs.css - extends styles in base.css ####
*/

UL.thumbs {
	font: 10px Verdana;
}

UL.thumbs LI {
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #dddddd;
	font: 10px Verdana;
	color: #333;
	text-align: center;
}

UL.thumbs LI:hover {
	background-color: #d4d4d4;
}

UL.thumbs LI.searchable {
	background-color: #FEE8E8;
}

UL.thumbs LI.searchable:hover {
	background-color: #FEDEDE;
}

UL.thumbs LI.invite {
	background-color: #FCFCCA;
}

UL.thumbs LI.invite:hover {
	background-color: #FCFC97;
}

UL.thumbs LI.mtall {
	height: 185px;
}

UL.thumbs LI.tall {
	height: 200px;
}

UL.thumbs LI.short {
	height: 155px;
}

UL.thumbs LI.green{
	background-color: #e7f2ca;
	height: 125px;
	padding: 8px;
	border: none;
}

UL.thumbs LI TABLE TD {
	width: auto;
	font: 10px Verdana;
	text-align: center;
}

UL.thumbs LI TABLE TD.slide {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

UL.thumbs.big LI {
        width: 210px;
        height: 285px;
}


UL.thumbs.big LI TABLE TD.slide {
	width: 202px;
	height: 202px;
}

TD.slide2 {
        height: 110px;
	width: 110px;
        background-color: #f0f0f0;
        vertical-align: middle;
	text-align: center;
        border-top: 1px solid #f6f6f6;
        border-right: 1px solid #BFBFBF;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #999;
}

TD.slide2 IMG {
        border: 0;
}

TD.slide2.thumblg {
	height: 210px;
	width: 210px;
}

UL.thumbs.toolman LI {
	cursor: move;
	position: relative;
	float: left;
	text-align: center;
}

UL.thumbs.toolman.compact li {
	height: 145px;
}

UL.thumbs.toolman li div.index {
	position: absolute;
	bottom: 3px;
	left: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

DIV.toolman-warning {
	display: none;
	padding: 5px 10px 5px 10px;
	background-color: #f6f6f6;
	border: 2px dotted red;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

TABLE.thumbheader {
	font-size: 10px;
}

TABLE.thumbheader TD {
	font-size: 10px;
}

.psButton {
	background-image:url("/img/button/background_button.gif");
	background-repeat:repeat-x;
}

.subMenuCol {
	float: left;
	width: 200px;
	position: relative;
}

.subMenu {
	padding: 0;
}

.subMenu A {
	display: block;
	position: relative;
	padding: 5px;
	text-decoration: none;
}

.subMenu A:hover {
	color: #000;
	background-color: #e4e4e4;
}

.subMenu DIV.smSel A:hover {
	background-color: inherit;
}

.subMenu DIV.rouContent {
        padding: 0;
}

.subMenu DIV.rouContent DIV.smDiv {
        border-bottom: 1px dotted #999999;
        background: #fff;
        height: 1px;
}

.subMenu DIV.rouMid DIV.smItem {
        margin: 0;
	font-size: 12px;
}

.subMenu DIV.rouMid DIV.smItem.smSel A {
        background-color: #00A0F0;
}

.subMenu DIV.rouMid DIV.smItem.smOn {
	padding: 5px;
	font-weight: bold;
	color: #00A0F0;
}

.subMenu DIV.rouMid DIV.smItem.smSel A {
        color: #fff;
}

.subMenu DIV.rouMid DIV.smItem.smSub A {
	padding-left: 15px;
	font-size: 11px;
}

.subMenuBody {
	margin-left: 220px;
}

LEGEND.header {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
}

A.blockCollapseA {
	font-weight: bold;
}


/* stylesheet for PhotoShelter c.photoshelter.com/css/APP/20081022/main.css above */

/* stylesheet for c.photoshelter.com/css/custom/1.0/photoshelter.css below */

UL.thumbs.lrg {
	width: 810px;
	margin: 0 auto;
}

UL.thumbs.lrg LI.short {
	width: 158px;
	height: 200px;
	margin: 0px 2px 2px 0;
	background-color: #e5e5e5;
}

UL.thumbs.lrg LI.short:hover {
	background-color: #f6f6f6;
}

UL.thumbs.lrg LI TD {
	width: 152px;
}

UL.thumbs.lrg LI TD.slide {
	height: 152px;
	background: none;
	border: none;
}

UL.thumbs.gallery_list,
UL.thumbs.gallery_collection_list {
	width:auto;
}

UL.gallery_list LI, UL.gallery_list LI:hover,
UL.gallery_collection_list LI, UL.gallery_collection_list LI:hover {
	height: 210px;
	width: 176px;
	background-color: transparent;
}

UL.gallery_list LI TABLE TD,
UL.gallery_collection_list LI TABLE TD {
	width: 152px;
}

UL.gallery_list LI TABLE TD.slide,
UL.gallery_collection_list LI TABLE TD.slide {
	height: 152px;
}

UL.gallery_collection_list LI, UL.gallery_collection_list LI:hover {
	height: 220px;
	background-color: transparent;
}
/* [DG] "a" added to the following 2 styles*/
.gallery_list_num_images, .gallery_collection_list_num_galleries {
	color: #666;
}

.gallery_list_name, .gallery_collection_list_name {
	font-weight: bold;
	text-decoration: none;
}

UL.thumbs LI DIV.addLink {
	padding:2px;
	width: 97%;
	text-align:right;
	position: absolute;
	bottom: 0px;
	left: 0;
}

/* stylesheet for c.photoshelter.com/css/custom/1.0/photoshelter.css above */

/* stylesheet for c.photoshelter.com/css/text-psc.css below */
/* [DG]
BODY, INPUT, TH, TD {
	color: #000;
	font: 13px/1.22 Arial, Helvetica, sans-serif;
}

INPUT, SELECT {
	font-size: 12px;
}

INPUT.button {
	/*font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
}
 
H1, H2, H3, H4 {
	margin: 5px 0;
	font-weight: bold;
}

H1 { font-size: 20px; }
H2 { font-size: 16px; }
H3 { font-size: 14px; }
H4 { font-size: 12px; }
/*
P {
	margin: 0 0 1em;
 	font-size: 93%;
}

P.text {
	width: 650px;
}
*/
.btext {
	font-size: 11px;
}

.sm {
	font-size: 11px;
}

.lg {
	font-size: 14px !important;
}

.heavy {
	font-size: 12px;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.infoLbl {
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

TABLE.table TD, TABLE.table TH,
TABLE.info TD, TABLE.info TH,
TABLE.input TD, TABLE.input TH {
	font-size: 11px;
}

TABLE.input TD, TABLE.input TH {


/* stylesheet for c.photoshelter.com/css/text-psc.css above */

