/* YUI CSS: http://developer.yahoo.com/yui/reset/ & http://developer.yahoo.com/yui/fonts/ & http://developer.yahoo.com/yui/grids/ */
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

/* Removing Dotted Links: http://sonspring.com/journal/removing-dotted-links */
a:active {
	outline:none;
}
:focus {
	-moz-outline-style: none;
}

/*------------------------------------*/
/* DropShots CSS */
/*------------------------------------*/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#0000ff;
}
img {
	-ms-interpolation-mode:bicubic;
}
/*------------------------------------*/
#header {
	height:61px;
	background:#E9E9E9 url(/img/header_bg.gif) top right repeat-x;
}
#header a:hover {
	text-decoration:none;
}
#header .logo {
	float:left;
}
#header .logo a {
	display:block;
	width:450px;
	height:61px;
	background:url(/img/header_logo.gif) no-repeat;
	font-size:0px;
	text-indent:-5000px;    /* hide text in safari */
}
#header .links {
	float:right;
}
#header .links a.welcome {
	float:left;
	display:block;
	padding-top:27px;
	padding-right:5px;
	height:34px;
	color:#606060;
	font:13px arial,helvetica,clean,sans-serif;
}
#header .links a.welcome .username {
	font-weight:bold;
}
#header .links a.login {
	float:left;
	display:block;
	width:63px;
	height:61px;
	background:url(/img/header_login.gif) no-repeat;
	font-size:0px;
	text-indent:-100em;    /* hide text in safari */
}
#header .links a.logout {
	float:left;
	display:block;
	width:70px;
	height:61px;
	background:url(/img/header_logout.gif) no-repeat;
	font-size:0px;
	text-indent:-5000px;    /* hide text in safari */
}
#header .links a.upload {
	float:left;
	display:block;
	width:67px;
	height:61px;
	background:url(/img/header_upload.gif) no-repeat;
	font-size:0px;
	text-indent:-5000px;    /* hide text in safari */
}
#header .links a.settings {
	float:left;
	display:block;
	width:73px;
	height:61px;
	background:url(/img/header_settings.gif) no-repeat;
	font-size:0px;
	text-indent:-5000px;    /* hide text in safari */
}
#header .links a.help {
	float:left;
	display:block;
	width:68px;
	height:61px;
	background:url(/img/header_help.gif) no-repeat;
	font-size:0px;
	text-indent:-5000px;    /* hide text in safari */
}
/*------------------------------------*/
.image-tip {
	width:240px;
	min-height:180px;
	height:auto !important;
	height:180px;
	text-align:center;
}
.image-tip img {
	width:240px;
//	width:auto;    /* to fix IE bug with shadow and positioning */
//	zoom:40%;      /* to fix IE bug with shadow and positioning */
}
/*------------------------------------*/
#notification{
	margin:10px 10px 2px;
	padding:0;
	font-size:13px;
}
#notification .dismisslink{
	text-align:left;
}
#notification .dismisslink a{
	color:#AAAAAA;
	font-size:11px;
}
#comments .conversation {
	margin-bottom:10px;
	padding:3px;
	text-align:left;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	overflow:hidden;
}
#comments .conversation .thumbnailandcaption img {
	margin-right:6px;
	width:48px;
	height:48px;
}
#comments .conversation .comments {
	clear:both;
	margin-top:3px;
	padding:0px 3px 3px 3px;
	border:1px solid #ccc;
	background-color:#fff;
}
#comments .conversation .comments h5 {
	display:inline;
	font-weight:bold;
	color:#0052a3;
}
/*------------------------------------*/
.x-tabs-item-body {
	background-color:#f5f5f5;
	overflow:auto;
	overflow-y:scroll;
}
#content.x-tabs-item-body {
	background-color:transparent;
	overflow-y:auto;
}
.x-dlg .x-tabs-item-body {
	background-color:transparent;
	overflow-y:auto;
}
.largeview {
	margin:0px auto;
	padding-top:20px;
	width:750px;
	text-align:center;
	font-size:14px;
}
.largeview .center {
	position:relative;
	float:left;
	width:616px;
	z-index:100;
}
.largeview .center .mediawrapper {
	padding:7px 8px 0px 8px;
	position:relative;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack */
	min-height:453px;
	height:auto !important;
	height:453px;
	background:transparent url(/img/largeview-center-bg.gif) no-repeat;
}
.largeview .center .nav {
	float:right;
	width:280px;
	height:61px;
	padding-right:8px;
	font-size:12px;
	text-align:right;
	background:url(/img/largeview-center-bg.gif) no-repeat right -10px;
	z-index:200;
}
.largeview .center .nav a{
	color:#a0a0a0;
}



.largeview .center .nav a .nav_previous{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:180px;
	height:320px;
	cursor:w-resize;
	font-size:1000px;
	overflow:hidden;
}
.largeview .center .nav a .nav_next{
	position:absolute;
	display:block;
	right:0;
	top:0;
	width:180px;
	height:320px;
	cursor:e-resize;
	font-size:1000px;
	overflow:hidden;
}






.largeview .center .mediawrapper .media img {
	cursor:url(/img/zoomin.cur),-moz-zoom-in;
}
.largeview .center .mediawrapper .media object, .largeview .center .mediawrapper .media embed {
	margin-bottom:3px;
}
.largeview .center .datetime {
	float:left;
	width:312px;
	padding:0 8px;
	text-align:left;
	color:#a0a0a0;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
	background:url(/img/largeview-center-bg.gif) no-repeat 0px -10px;
	height:61px;
}
.largeview .center .datetime:hover {
	background-image:url(/img/largeview-center-bg-hl.gif);
}
.largeview .center .title {
	clear:both;
	padding:0 8px 0px 8px;
	min-height:17px;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	background:url(/img/largeview-center-bg.gif) no-repeat 0px -10px;
	font-weight:bold;
	color:#666;
}
.largeview .center .caption {
	padding:0 8px 9px 8px;
	min-height:17px;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	background:url(/img/largeview-center-bg.gif) no-repeat bottom left;
}
.largeview .center .loading-indicator {    /* needed else makes spacing error on firefox */
    margin: 0px;
}
.largeview .center .title:hover {
	background-image:url(/img/largeview-center-bg-hl.gif);
}
.largeview .center .title .addtitle{
	color:#a0a0a0;
	font-weight:normal;
}
.largeview .center .caption:hover {
	background-image:url(/img/largeview-center-bg-hl.gif);
}
.largeview .center .caption .addcaption{
	color:#a0a0a0;
}
.addcaptioninput{
	font:14px arial,helvetica,clean,sans-serif;
}
.largeview .center .comments {
	padding:3px 8px 25px 8px;
	text-align:left;
	font-size:12px;
}
.largeview .center .comments ul {
	line-height:0px;
}
.largeview .center .comments li {
	line-height:16px;
}
.largeview .center .comments h4 {
	display:inline;
	font-weight:bold;
	color:#4492C2;
}
.largeview .side {
	margin-left:616px;
}
.largeview .side .thumbswrapper {    /* Need for correct scrollTop calculation between IE & FF */
	position:relative;
	margin-left:23px;
	width:107px;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background-color:#ffffff;
}
.largeview .side .thumbs {
	position:relative;
	margin:0 auto;
	padding-top:176px;
	padding-bottom:264px;
	width:107px;
	height:88px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	text-align:left;
}
.largeview .side .thumbs .thumb-wrap{
	padding:0px 0px 0px 1px;
}
.largeview .side .thumbs .date-wrap{
	margin:0 1px;
	padding:1px;
	width:86px;
	height:86px;
}

/*------------------------------------*/
#newcomments {
	position:relative;
	font-size:12px;
	background-color:#f5f5f5;
}
#newcomments .conversation {
	clear:both;
	padding:6px;
	border-bottom:1px dotted #ccc;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack */
	min-height:88px;
	height:auto !important;
	height:88px;
}
#newcomments .conversation .comments {
	margin-left:95px;
	padding-top:1px;
	height:1%;    /* holly hack needed for ie6 bug */
}
#newcomments .conversation .comments h4 {
	display:inline;
	font-weight:bold;
	color:#4492C2;
}
#newcomments .conversation .comments li {
	line-height:16px;
}
#newcomments .loading-indicator {
	float:left;
	margin-left:10px;
	padding-top:8px;
	background:url(/js/ext/resources/images/default/grid/loading.gif) no-repeat 0 8px;
}

#newcomments a.thumbnail {
	float:left;
	width:80px;
	height:80px;
	display:block;
	margin:0 1px;
	padding:4px;
	background:url(/img/thumbs-frame.gif) no-repeat;
	position:relative;
}
#newcomments a.thumbnail img {
	width:80px;
	height:80px;
}
#newcomments a.thumbnail .framephoto{
	position:absolute;
	width:80px;
	height:80px;
	left:4px;
	top:4px;
	background:url(/img/thumbs-framephoto-inside.png) no-repeat;
//	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/thumbs-framephoto-inside.png', sizingMethod='crop');
//	background: none;
	cursor:pointer;
	cursor:hand;
}
#newcomments a.thumbnail .framevideo{
	position:absolute;
	width:80px;
	height:80px;
	left:4px;
	top:4px;
	background:url(/img/thumbs-framevideo-inside.png) no-repeat;
//	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/thumbs-framevideo-inside.png', sizingMethod='crop');
//	background: none;
	cursor:pointer;
	cursor:hand;
}
#newcomments a.thumbnail .framephotocaption{
	position:absolute;
	width:80px;
	height:80px;
	left:4px;
	top:4px;
	background:url(/img/thumbs-framephotocaption-inside.png) no-repeat;
//	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/thumbs-framephotocaption-inside.png', sizingMethod='crop');
//	background: none;
	cursor:pointer;
	cursor:hand;
}
#newcomments a.thumbnail .framevideocaption{
	position:absolute;
	width:80px;
	height:80px;
	left:4px;
	top:4px;
	background:url(/img/thumbs-framevideocaption-inside.png) no-repeat;
//	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/thumbs-framevideocaption-inside.png', sizingMethod='crop');
//	background: none;
	cursor:pointer;
	cursor:hand;
}
/*------------------------------------*/
.comments form {
	margin-top:2px;
}
.comments form .comment_writer {
	padding:2px;
	width:51px;
	color:#aaaaaa;
	border:1px solid #c0c0c0;
}
.comments form .comment_writer.writer{
	color:#4492C2;
}
.comments form .comment_text{
	padding:2px;
	width:137px;
	color:#aaaaaa;
	border:1px solid #c0c0c0;
}
.largeview .comments form .comment_text{
	width:478px;
}
.comments form .submit{
	padding:1px;
	width:52px;
	height:21px;
	font-size:11px;
	color:#888888;
	border:1px solid #c0c0c0;
	background-color:#f2f2f2;
}
/*------------------------------------*/
.x-layout-panel{
    border:0px;
}
.x-layout-nested-layout .x-layout-panel-east {
	  border-left:0px;
}
/*------------------------------------*/
.x-layout-panel .x-tabs-wrap{
    background:#D6E1EF url(/img/gradient-bg.gif);
}
.x-tabs-wrap {
	border-bottom-color:#4983C6;
	padding-top:9px;
}
.x-tabs-strip td{
	padding-left:4px;
}
.x-tabs-strip .x-tabs-text {
	color:#595B5F;
}
.x-tabs-strip .on .x-tabs-text {
	color:#FFFFFF;
}
.x-tabs-strip .x-tabs-text img {
	width:18px;
	height:18px;
	vertical-align:middle;
}
.x-tabs-strip .x-tabs-inner {
	padding:9px 8px 8px 8px;
}
.x-tabs-strip .on .x-tabs-inner {
	padding-bottom:8px;
}
.x-tabs-strip .x-tabs-closable .x-tabs-inner {
	padding:6px 8px;
}
.x-tabs-strip .on .x-tabs-right {
	background-image:url(/img/tab-sprite.gif);
}
.x-tabs-strip .on .x-tabs-left {
	background-image:url(/img/tab-sprite.gif);
}
.x-tabs-strip .x-tabs-right {
	background-image:url(/img/tab-sprite.gif);
}
.x-tabs-strip .x-tabs-left {
	background-image:url(/img/tab-sprite.gif);
}
.x-tabs-strip .x-tabs-closable .close-icon{
	background-image:url(/img/tab-close.gif);
	right:5px;top:8px;
	width:16px;height:16px;
}
.x-tabs-strip .on .close-icon{
	background-image:url(/img/tab-close-on.gif);
}
.x-tabs-strip .x-tabs-closable .close-over{
	background-image:url(/img/tab-close.gif);
}
.x-tabs-strip .on .close-over{
	background-image:url(/img/tab-close-on.gif);
}
/*------------------------------------*/
.x-toolbar{
	border:0px;
	border-bottom:1px solid #4983C6;
	padding:9px 20px 4px 6px;
    background:#D6E1EF url(/img/gradient-bg.gif);
}
.x-toolbar .join {
	background:url(/img/tb-btn-join.gif) no-repeat;
}
.x-toolbar .join:hover {
	background:url(/img/tb-btn-join.gif) no-repeat 0 -26px;
}
.x-toolbar .upgrade {
	background:url(/img/tb-btn-join.gif) no-repeat -96px 0;
}
.x-toolbar .upgrade:hover {
	background:url(/img/tb-btn-join.gif) no-repeat -96px -26px;
}
.x-toolbar .x-btn-center{
	width:186px;height:26px;
}
.x-toolbar .x-btn-over .x-btn-left{
	background:none;
}
.x-toolbar .x-btn-over .x-btn-right{
	background:none;
}
.x-toolbar .x-btn-over .x-btn-center{
	background:none;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
	background:none;
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
	background:none;
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
	background:none;
}
/*------------------------------------*/
.x-dlg .x-dlg-hd {
	background: url(/img/hd-sprite.gif) repeat-x 0 -62px;
	font-size:13px;
	padding:8px 6px 7px 6px;
}
.x-dlg .x-dlg-hd-left {
	background: url(/img/hd-sprite.gif) no-repeat 0 -31px;
	padding-left:6px;
}
.x-dlg .x-dlg-hd-right {
	background: url(/img/hd-sprite.gif) no-repeat right 0;
	padding-right:6px;
}
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
    height:16px;
	width:16px;
	margin-top:5px;
    margin-right:4px;
}
.x-dlg .x-dlg-dlg-body{
	background:url(/img/dialog-bg.gif) top right;
	border:1px solid #E6ECF4;
	border-top:0 none;
    overflow:auto;    /* fix disappearing input caret in firefox */
}
.x-dlg .x-dlg-close {
    background-image:url(/img/close.gif);
}
/*------------------------------------*/
.footer {
	padding:12px;
	text-align:center;
	font-size:11px;
	color:#AAB2BB;
}
.footer a {
	color:#6DA4E8;
}
/*------------------------------------*/
.gettingstarted {
	margin:20px 10px 0 10px;
	font-size:14px;
}
.gettingstarted .stepimg {
	clear:both;
	margin:20px 10px 0px 0px;
}
.gettingstarted h2 img {
	clear:none;
	margin-top:20px;
}
/*------------------------------------*/
#orderprints {
	padding:5px 8px 5px 8px;
	border:1px solid #888888;
	width:370px;
	background-color:#ffffff;
	font-size:12px;
	text-align:left;
	z-index:9999;
}

#orderprints .toplabels {
	padding-left:67px;
	font-size:12px;
	color:#888888;
	font-style:italic;
}

#orderprints h2 {
	display:inline;
	font-size:14px;
}

#orderprints #quantity0 {
	width:16px;
}

#orderprints #statusmsg {
	margin:0 auto;
	padding:1px;
	width:200px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

#orderprints #bottombuttons {
	margin:4px 0px;
	text-align:center;
}

#orderprints #selectprints {
	width:214px;
}
/*------------------------------------*/
#upload.x-tabs-item-body {
	padding-left:20px;
	background-color:#FFFFFF;
}
#upload.x-tabs-item-body h1{
	padding:20px 0 10px 12px;
}
/*------------------------------------*/
#settings form {
	margin-top:20px;
}
#settings .x-tabs-item-body {
	overflow-y:auto;
}
#settings .x-tabs-item-body p {
	margin:10px;
}
/*------------------------------------*/
#flashUI1 {
	margin-left:58px;
}
.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px 0;
	padding: 4px;

	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;

	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;

	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;

	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover
{
	background-position: 0px 0px;
}
/*------------------------------------*/
.email_removal_conf {
	font-size: 16px;
	color:#0066CC;
	font-weight: bold;	
}

.email_removal_conf2 {
	font-size: 12px;
	color:#aaaaaa;
	font-weight: bold;
}
ul.tabs li {
	display:inline;
}
ul.tabs a {
	height:18px;
	margin-bottom:5px;
	margin-left:0;
	margin-top:0px;
	width:80px;
	float:left;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
ul.tabs a#photo-prints {
	background-attachment:scroll;
	background-image:url(/img/buy_prints.gif);
	background-repeat:no-repeat;
	margin-right:9px;
}
ul.tabs a#email-nav {
	background-attachment:scroll;
	background-image:url(/img/email2.gif);
	background-repeat:no-repeat;
	margin-right:9px;
}
ul.tabs a#blog-nav {
	background-attachment:scroll;
	background-image:url(/img/blog.gif);
	background-repeat:no-repeat;
	margin-right:9px;
}
ul.tabs a#rotate-nav {
	background-attachment:scroll;
	background-image:url(/img/rotate.gif);
	background-repeat:no-repeat;
	margin-right:9px;
}
ul.tabs a#widget-nav {
	background-attachment:scroll;
	background-image:url(/img/widget.gif);
	background-repeat:no-repeat;
	margin-right:9px;
}
ul.tabs a#delete-nav {
	background-attachment:scroll;
	background-image:url(/img/delete.gif);
	background-repeat:no-repeat;
	margin-right:9px;
}
ul.tabs a:hover {
	background-position:0 -18px;
	cursor:pointer;
}
.bbb {
	padding-top: 10px;
}
