@import '/css/custom/1.0/photoshelter.css';

BODY {
	margin: 16px 0 0 0;
	color: #000;
	background: #404040;
	font: 13px/1.22 Arial, Helvetica, sans-serif;
}

A {
	color: #000;
	text-decoration: underline;
	outline: none;
}

A:hover {
	color: #666;
	text-decoration: none;
}

a.extlink {
        background: url(/img/tour/ext-link-icon.png) no-repeat right top;
        padding-right: 10px;
}

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

H1, H2, H3, H4 {
	margin: 5px 0;
	font-weight: bold;
}

H1, .sectiontitle {
        font-size: 28px;
        margin-top: 0;
	margin-bottom: 5px;
        line-height: 1em;
}

H2 {
        font-size: 20px;
}

H3 {
	font-size: 18px;
	margin-bottom: 1em;
}

H4 {
	font-size: 14px;
	margin-bottom: .5em;
}

P {
	margin: 0 0 1em;
}

P.text {
	width: 650px;
}

.btext {
	font-size: 11px;
}

.sm {
	font-size: 11px !important;
}

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

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

/* ######## a3 styles - frogger (jan '09) ####### */

FORM div.text {
	display: block;
	margin-bottom: 7px;
}

FORM.forms INPUT:focus {
	background-color: #ffc;
}

FORM.forms .buttons {
	margin-left: 160px;
}

FORM.forms INPUT {
	font-size: 13px;
	font-family: arial,sans-serif;
	line-height: 1;
	margin: 0;
	padding: 3px;
	background-color: none;
}

FORM.forms SELECT {
	font-size: 13px;
	padding: 2px;
}

FORM.forms LABEL, LABEL.forms {
	float: left;
	width: 150px;
	line-height: 27px;
	margin-right: 10px;
	text-align: right;
	color: #3E434A;
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.checkbox LABEL {
	font-weight: normal;
	width: auto;
}

.forms LABEL.secondary {
        float: none;
        width: auto;
        font-weight: normal;
        text-align: left;
}

.forms FIELDSET {
	background: #dbedf7;
	margin-bottom:10px;
	padding: 27px 27px 20px 30px;
}

.highlight {
	background-color: #ffc;
}

/* ######## template styles ######## */

#nav {
	float: left;
	width: 100%;
	font-size: 11px;
	background-color: #000;
	clear: both;
}

#nav UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 101;
}

#nav A {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#nav #navMain LI {
	float: left;
	width: auto;
}

#nav #navMain LI:hover, #nav #navMain LI.ieHover {
	background-color: #3ebcf0 !important;
}

#nav #navMain LI.navOn {
	background-color: #00A0F0;
}

#nav #navMain LI A {
	float: left;
	text-transform: uppercase;
	padding: 5px 15px;
}

#nav #navRight LI {
	display: inline;	
}

#nav #navRight LI A, #nav #navRight LI SPAN {
	color:#FFFFFF;
	float:right;
	font-weight:bold;
	line-height:22px;
	padding:5px 10px;
}

#nav #navRight LI A {
	color: #fff;
	text-transform: uppercase;
}
#nav #navRight LI A:hover {
	background-color: #666;
}

#nav #navRight LI A.navLogin {
	padding-right: 18px;
	padding-left: 18px;
	background: #666;
}

#nav #navRight li form {
	height: 25px;
	float: right;
	display: block;
	padding-top: 5px;
}

#nav #navRight li img {
	border: none;
	margin-top: 3px;
}

#nav li.search input {
	font-size: 8px;
}

#searchNav { 
	clear: both;
	float: left;
	width:100%;
	background: #00A0F0;
}

#searchNav form {
	float: left; 
	position: relative;
	width: 932px;
	padding: 10px 14px;
	}
	
#searchNav INPUT#searchTerms {
	float: left;
	width: 451px;
	padding: 4px 3px 4px;
	margin: 0 0 0 5px;
	border: 0;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#searchNav LABEL {
	float: left;
	display: none;
}

#buyerNav {
	height: 18px;
	padding: 5px 15px;
	margin: 0;
	list-style-type: none;
	background-color: #808080;
}

#buyerNav LI {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}

#buyerNav LI A {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 400;
}

#header #logo {
	float: left;
	width: 300px;
	height: 70px;
}

#header .signin {
	float: right;
	margin-top: 24px;
	margin-right: 12px;
}

#header .signin a#signin_button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ddd;
	color: #333;
	font-weight: bold;
	padding: 4px 6px 6px;
	text-decoration: none;
}

#header .signin a#signin_button.ie {
	background: url('/img/signin_button_ie.png') no-repeat scroll 0% 3px transparent;
	padding: 4px 6px 6px;
	line-height: 25px;
}

#header .signin a#signin_button.logout {
	padding: 8px 12px;
}

#header .signin a#signin_button.ie:hover {
	background-position-y: -22px;
	background-color: transparent;
}

#header .signin a#signin_button:hover {
	background-color: #999;
}

#header .signin a#signin_button span{
	background: url('/img/toggle_down_light.png') no-repeat 100% 50%;
	padding: 4px 16px 6px 0;
}

#header .signin  a#signin_button.active {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color: #6fcbf8 !important;
	background-image: none !important;
}

#header .signin a#signin_button.active span{
	background: url('/img/toggle_up_light.png') no-repeat 100% 50%;
	padding: 4px 16px 6px 0;
}

#header #signin_menu {
	-moz-border-radius: 5px 0 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	display: none;
	
	right: 12px;
	top: 45px;
	background-color: #6fcbf8;
	border: 1px solid transparent;
	color: #555;
	font-size: 11px;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 210px;
	z-index: 1000;
}

#header #signin_menu.ie {
	right: 11px;
}

#signin_menu input[type="text"], #signin_menu input[type="password"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;

	border:1px solid #AACCEE;
	display:block;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

#signin_menu a:hover {
	color: white;
}

#signin_submit{
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background:#39d url('/img/button/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}

#signin_submit::-moz-focus-inner{
	padding:0;
	border:0;
}

#signin_submit:hover, #signin_submit:focus{
	background-position:0 -5px;
	cursor:pointer;
}

#signin_submit:active {
	background:none repeat scroll 0 0 #39d;
}

#content {
	position: relative;
	padding: 14px 14px 14px;
	background: #fff;
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	height: 89px;
	background: url(/img/tpl/bg-footer-pub.gif) repeat-x 0 0;	
}

#footer UL {
	padding: 24px 14px 3px;
	margin: 0;
	text-align: right;	
}

#footer UL LI {
	display: inline;
}

#footer UL LI A {
	padding: 0 7px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer UL LI A:hover {
	text-decoration: underline;
}

#footer P {
	float: right;
	padding: 0 18px 0 0;
	color: #8C8C8C;
	font-size: 77%;
}

#footer SPAN {
	float: left;
	width: 339px;
}

/* ######## legacy styles ######## */

.news {
	padding: 1.2em 0;
}

.news .date {
	width: 80px;
	padding-right: 3px;
	float: left;
	color: #555;
}

.news .desc {
	float: left;
	padding-left: 5px;
	border-left: 1px solid #657F1F;
	width: 600px;
}

.tab-box-selected {
	background-color: #eee;
	padding: 8px;
	width: 400px;
}

H4.boilerplate {
	margin: 20px 0 2px;
	padding: 0;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.salutation { color: #999; }

