IMG {
	behavior: url("http://pa.photoshelter.com/img/iepngfix.htc");
}

.BsMask {
        position: absolute;
        top: 0;
}

DIV.BsBalloon {
	position: absolute;
	top: 0;
}

DIV.BsBalloon.bsbBody
{
        position: relative;
        z-index: 100;
        background-color: #FFFF99;
        border: 1px solid #E5CB00;
        padding: 3px;
        font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
        font-size: 11px;
}

DIV.BsBalloon.downleft
{
        position: relative;
        z-index: 101;
        background: url(http://pa.photoshelter.com/img/BS.com/BS.com.Balloon/downleft.gif) no-repeat;
        margin: -1px 0px 0px;
        padding: 21px 0px 0px;
}

DIV.BsBalloon.upleft
{
        position: relative;
        z-index: 101;
        background: url(http://pa.photoshelter.com/img/BS.com/BS.com.Balloon/upleft.gif) no-repeat;
        margin: -1px 0 -1px 0;
        padding: 21px 0px 0px;
}

DIV.BsBalloon.downright
{
        position: relative;
        z-index: 101;
        background: url(http://pa.photoshelter.com/img/BS.com/BS.com.Balloon/downright.gif) no-repeat right;
        margin: -1px 0px 0px;
        padding: 21px 0px 0px;
}

DIV.BsPrompt INPUT, DIV.BsPrompt SELECT, TD.PsBalloon_content INPUT,  TD.PsBalloon_content SELECT{
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 11px;
}

DIV.BsPrompt INPUT, TD.PsBalloon_content INPUT {
	margin-right: 5px;
}

DIV.BsPrompt A, TD.PsBalloon_content A {
	color: #333;
	cursor: pointer;
}

DIV.BsPrompt H1, TD.PsBalloon_content H1 {
	padding: 2px 2px 2px 5px !important;
	margin: 0 !important;
	background-color: #666 !important;
	color: #fff !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

DIV.BsPrompt H2, TD.PsBalloon_content H2 {
	margin: 5px 0 5px 0 !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #333 !important;
}

DIV.BsPrompt H3, TD.PsBalloon_content H3 {
	margin: 5px 0 2px 0 !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #333 !important;
}

DIV.BsPrompt {
	position: absolute;
	display: none;
	top: 0;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #333;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	text-align: left;
}

DIV.BsPrompt INPUT, DIV.BsPrompt SELECT {
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 11px;
}

DIV.BsPrompt INPUT {
	margin-right: 5px;
}

DIV.BsPrompt A {
	color: #333;
	cursor: pointer;
}

DIV.BsPrompt H1 {
	padding: 2px 2px 2px 5px !important;
	margin: 0 !important;
	background-color: #666 !important;
	color: #fff !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

DIV.BsPrompt H2 {
	margin: 5px 0 5px 0 !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #333 !important;
}

DIV.BsPrompt H3 {
	margin: 5px 0 2px 0 !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #333 !important;
}

DIV.BsPrompt DIV.body {
	padding: 7px;
	font-size: 11px;
	color: #333;
}

DIV.BsPrompt DIV.footer {
	clear: both;
	width: auto;
	padding: 5px;
}

DIV.BsPrompt DIV.footer INPUT {
	float: right;
	margin-right: 5px;
}

DIV.BsPrompt DIV.footnote {
	clear: both;
	padding: 3px;
	margin-top: 5px;
	font-size: 10px;
	color: #666;
}

DIV.BsPrompt DIV.selectBox {
	padding: 3px;
	margin: 5px;
	background-color: #ddd;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
}

DIV.BsPrompt DIV.selectBox DIV.BsPromptTip { color: #999; }
DIV.BsPrompt DIV.selectBox.on DIV.BsPromptTip { color: #36c; }

DIV.BsPrompt DIV.selectBox SELECT {
	color: #999;
	background-color: #ddd;
}

DIV.BsPrompt DIV.selectBox.on {
	background-color: #ffffcc;
	border: 1px solid #c00;
	color: #333;
}

DIV.BsPrompt DIV.selectBox.on SELECT {
	color: #000;
	background-color: #fff;
}

DIV.BsPrompt FIELDSET {
	border: none;
	margin: 10px 0 0 0;
}

DIV.BsPrompt FORM LABEL {
	float: left;
	width: 120px;
	padding-top: 3px;
	vertical-align: top;
	text-align: right;
}

DIV.BsPrompt FORM UL {
	padding: 0;
	margin: 0;
}

DIV.BsPrompt FORM UL LI {
	list-style: none;
	clear: both;
	padding: 0;
	margin-bottom: 5px;
}

DIV.BsPrompt FORM UL.bullet {
	padding-left: 30px;
	margin: 5px 0;
}

DIV.BsPrompt FORM UL.bullet LI {
	list-style: disc;
	margin: 0;
}

DIV.BsPrompt DIV.BsPromptTip {
	padding: 2px;
	font-size: 10px;
	color: #36c;
}

DIV.BsPrompt FIELDSET, TD.PsBalloon_content FIELDSET {
	border: none;
	margin: 10px 0 0 0;
}

DIV.BsPrompt FORM LABEL, TD.PsBalloon_content FORM LABEL {
	float: left;
	width: 100px;
	padding-top: 3px;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
	color: #666;
}

DIV.BsPrompt FORM UL, TD.PsBalloon_content FORM UL {
	padding: 0;
	margin: 0;
}

DIV.BsPrompt FORM UL LI, TD.PsBalloon_content FORM UL LI {
	list-style: none;
	clear: both;
	padding: 0;
	margin-bottom: 5px;
}

DIV.BsBusyPrompt {
	width: 300px;
	padding: 8px;
	background-color: #fff;
	border: 2px solid #e4e4e4;
}

DIV.BsBusyPrompt H1 {
	padding: 0 0 10px 0 !important;
	margin: 10px !important;
	text-align: center !important;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	background-color: #fff !important;
	color: #333 !important;
}

DIV.BsBusyPrompt DIV {
	padding: 3px;
	margin: 0;
	text-align: center;
}

DIV.ClickEdit.strD {
	display: inline;
	padding: 2px;
}

DIV.ClickEdit.strD.bsHover {
	background-color: #FFFF66;
	padding: 1px;
	border: 1px dotted #999;
	cursor: pointer;
}

DIV.ClickEdit.msgD {
        position: absolute;
        z-index: 10;
	padding: 5px;
	font-family: Verdana,Arial,Sans-Serif !important;
	font-size: 10px;
	font-weight: bold;
}

DIV.ClickEdit.edtD {
	position: absolute;
	z-index: 10;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ddd;
}

DIV.ClickEdit.butD {
	padding: 2px;
}

DIV.BsAlert {
	width: 350px;
	padding: 8px;
	overflow: auto;
	background-color: #fff;
	border: 2px solid #cc0000;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 11px;
}

DIV.BsAlert DIV.body {
	padding: 0;
	overflow: auto;
}

DIV.BsAlert UL {
	padding: 0 0 0 25px;
	margin: 5px 0 5px 0;
}

DIV.BsAlert UL LI {
	padding: 2px;
}

DIV.BsAlert H1 {
	padding: 0 !important;
	margin-bottom: 5px !important;
	background-color: #fff !important;
	color: #333 !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

DIV.BsAlert DIV.footer {
	width: auto;
	text-align: center;
}

DIV.BsAlert DIV.footer INPUT {
	float: none;
	margin: 2px;
}

DIV.MenuItem {
	float: left;
	padding: 2px;
	margin-right: 5px;
	width: 74px;
	height: 14px;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size: 10px;
	color: #000;
	/*background: url('http://pa.photoshelter.com/img/BS.com/Menu.gif') top left repeat-x;*/
	text-align: center;
	border: 1px solid #BFBFBF;
}

DIV.MenuItem.highlight {
        color: white;
        background-color: #00A0F0;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #888;
        font-weight: bold;
}

DIV.MenuItem.over {
	padding: 3px 2px 3px 2px;
	color: #333;
	cursor: pointer;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #6E6E6E;
	border-top: none;
	border-bottom: none;
	background: url('http://pa.photoshelter.com/img/BS.com/Menu-over.gif') top left repeat-x;
}

DIV.MenuItem.down {
	cursor: pointer;
	padding: 4px 1px 2px 3px;
	border-left: 1px solid #98A2B6;
	border-right: 1px solid #626C81;
	border-top: none;
	border-bottom: none;
	/*background: url('http://pa.photoshelter.com/img/BS.com/Menu-down.gif') top left repeat-x;*/
	background: none;
	background-color: #888;
	color: #fff;
}

DIV.MenuItem.highlight.over {
        background: url('http://pa.photoshelter.com/img/BS.com/Menu-over-highlight.gif') top left repeat-x;
        color: white;
        border-left: 1px solid #994c85;
        border-right: 1px solid #480038;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
}

DIV.MenuItem.highlight.down {
        color: white;
        background: #c40099;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
}

DIV.MenuItem.disabled {
	/*background: url('http://pa.photoshelter.com/img/BS.com/Menu-disabled.gif') top left no-repeat;*/
	color: #ccc;
	background-color: transparent;
	border-color: #e4e4e4;
}

DIV.MenuItem UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid #808080;
	border-right: 2px solid #999;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #666;
}

DIV.MenuItem LI {
	width: 160px;
	height: 15px;
	padding: 2px 2px 2px 5px;
	margin: 0;
	border-top: 1px solid #e4e4e4;
	background-color: #f6f6f6;
	color: #000;
	text-align: left;
}

DIV.MenuItem LI.over {
	background-color: #3366cc;
	color: #fff;
}
