@import "http://www.utahbyair.com/photoshelter/base.css";
@import "http://www.utahbyair.com/photoshelter/text.css";
@import "http://www.utahbyair.com/photoshelter/prompt.css";

BODY {
	font-family: 'lucida grande', verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

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;
}

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;
}

