/* SOME RESETS AND LAYOUT ONLY */

html { height: 100%;}
body {
	height: 100%;
	background: #586c46 url(images/greengrad.jpg) repeat-x;

	background: #586c46 url(/features/saltonstall/catalog/images/scrapbook.jpg) 50% 0% no-repeat /* #444444 */;
	font-size: 95%;
	font-family: Helvetica, Arial, sans-serif;
}

#banner {
	height: 4.2em;
}

#masterc {
	
	width: 706px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: url(../images/main-bg.jpg) 0px 200px repeat-x;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


#mainCol {
	width: 699px;
	border-left: 1px solid #2c241b;
	border-right: 1px solid #2c241b;
	padding: 1.5em 0 .5em 0;
	background: #fffeee url(../images/paper-bg.jpg) repeat-y;
	min-height: 25em;
	padding-left: 5px;
}



#footer {
	width: 706px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0; padding: 44px 12px 12px 12px;
	background: #362c22 url(../images/paper-footer.jpg) no-repeat;
	min-height: 44px;
}



/* GENERAL STYLE */
a,
a:link,
a:visited,
a:active {
	cursor: pointer;
	color: blue;
	text-decoration: none;
}

noscript {
	font-size: 120%;
	background: yellow;
}



h1 {
	font-family: Georgia, sans-serif; font-weight: normal; font-size: 200%;
}



/* SOME VERTICAL SPACE */
p,
h1, h2, h3,
ul,
ol
{margin: 2% 2% 2% 2%;}

h1 { margin-bottom: 4%;}


/* font-styling */
p{
	line-height: 1.3;
}

p + h2 {
	margin-top: 4%;
}



/* NAVIGATION */

#navigation {
	background: none;
	margin: .5em 1em 1.25em 1em;
	text-align: center;
}

#navigation a,
#navigation a:link,
#navigation a:visited,
#navigation a:active,
#navigation a:hover {
	color: #224499;
	padding: 3px 6px 3px 6px;
	border: 1px solid #fffeee;
	background: #f0efdd;
	line-height: 16px;
}

#navigation a:hover, #navigation a.currentPage {
	background: #fffeee url(/images/smgraphics/li-arrow-blk.gif) 0px 6px no-repeat;
	border: 1px solid #aaaacc;
}




.title_img {
	display: block;
	margin-top: -2em;
	margin-left: auto;
	margin-right: auto;
}




#tabSet {
	padding: 0 0 0 2em; margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	margin-left: auto;margin-right: auto;

}

#tabSet li {
	display: inline-block;
}

* html #tabSet li { 	display: inline; padding: 0em .25em 0em .25em;} /* IE 6 fcking fix */
* +  html #tabSet li { 	display: inline; padding: 0em .25em 0em .25em;} /* IE 7 fcking fix */

#tabSet li a {
	color: #c0c0c0;
	display: block;
	background: #505863;
	padding: .5em 1em .5em 1em;
	border-top: .3em solid #fffeee;
	cursor: pointer;
}

#tabSet li a.tabStyleOn {
	color: #222233;
	/* color: #222233; */
	background: #f0df99;
	border-top: .3em solid #f0d799;
}










/* SEARCH PAGE */

.search_page div.tab {
	width: 665px;
	margin: 0 18px 0 17px;
	padding: 1em 0 0 0;
	background: #fff1b9 url(../images/tab-gradient.jpg) repeat-x ; /* #D3E1F1 */
	border: none;
}

div#tabShadowTop {
	margin-top:0; height: 8px;
	width: 699px;
	margin-left: 0px; margin-right: auto;
	background: #fffeee url(../images/tab-bg-top.jpg) -2px 0px no-repeat;
	padding:  0;
}


div#tabShadow {
	margin-top:0;
	margin: 0;
	background: #fffeee url(../images/tab-bg.jpg) -2px 0px repeat-y;
	padding:  0;
}
div#tabShadowBottom {
	margin-top:0; height: 22px;
	width: 699px;
	margin-left: 0px; margin-right: auto;
	background: #fffeee url(../images/tab-bg-bottom.jpg) -2px 0px no-repeat;
	padding:  0;
}



.search_page form {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: .5em 1.5em 1em 1.5em;
	min-height: 4em;
}

.search_page form p {margin: 0 0 .5em 0;}

.search_page legend {
	margin-bottom: 0;
	margin-left: -.5em;
	padding: .5em;
	Xbackground: #deeafa;
	font-size: 90%;
}

.search_page legend b {
	Xborder: 1px solid #a0c0f0;
	font-size: 115%;
	text-transform: uppercase;
	padding: 1px 4px 1px 4px;
}

.search_page fieldset {
	padding: .5em .5em .5em 1em;
	border: .1em solid #a0a779;
	margin-bottom: 1.5em;
}

.search_page fieldset fieldset {
	padding: 0em; border: none;
}

.search_page fieldset.field_inline {
	display: inline-block;
	display: -moz-inline-box; /* FF 2 support */
}

* html .search_page fieldset.field_inline  { display:inline;vertical-align: top; }  /* for IE 6*/
* + html .search_page fieldset.field_inline  { display:inline;vertical-align: top; }  /* for IE 7 */


.search_page fieldset.label_below {
	display: inline-block;
	display: -moz-inline-box; /* FF 2 support */
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
}

* html .search_page fieldset.label_below {display:inline; vertical-align: middle;}  /* for IE 6 */
* + html .search_page fieldset.label_below {display:inline; }  /* for IE 7 */


.search_page fieldset.label_below input,
.search_page fieldset.label_below select,
.search_page fieldset.label_below label{
	display: block;
}
.search_page fieldset.label_below label {
	font-size: 90%; font-style: italic;
}

.search_page form .hints {
	float: right;
	vertical-align: top;
	width: 25%;
	padding: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #8694a4;
	color: white;
	margin: -.5em .5em .5em 1em;
}


.helpButton {
	float: right; width: 1.25em; padding: .2em; color: white;
	font-weight: bold;
}

.helpText {
	display: none;
}

/* when displayed, content moves out of .helpText into popup box, with class below: */
.help_box-MHSdiaBoxContent em {
	background: white; color: black; padding: .0em .3em .0em .3em;
}

.help_box-MHSdiaBoxContent a:link,
.help_box-MHSdiaBoxContent a:visited {
	color: #88aaff; font-weight: bold;
}


#helpbox {
	position: absolute;
	background: #333333;
	color: #e0e0e0;
	height: auto;
	line-height: 1.3em;
	width: 25em;
	max-height: 50em;
}

#helpbox  div {
	padding: 1.3em;
}

#helpbox .help_box-MHSdiaBoxToolbar {
	width: 100%;
	background: #000000;
	margin-bottom: .25em;
	padding: .2em .75em .2em .75em;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#helpbox .help_box-MHSdiaBoxToolbar a {
	color: #88aaff; font-weight: bold;
}


.people_summary {
	padding: .5em;
}


.search_page input[type='submit'] {
	display: inline-block;
	display: -moz-inline-box; /* FF 2 support */
	margin-left: 7%;
}

.search_page .full_input {
	width: 95%;
}
.search_page .fine_print {
	font-size: 75%;
}


input[name="doct"] {
	width: 95%;
}


.rndBut { background: url(/images/smgraphics/rndButCLeft.png) no-repeat; height: 29px; display: inline-block;
	border: none; outline: none;
	padding: 0px 0px 0px 13px; color: #fff;
	text-shadow: #222 1px 1px 0px;
	vertical-align: middle;
}
.rndBut:active,
.rndBut:visited {
	color: #fff;
	text-shadow: #222 1px 1px 0px;
}

.rndBut:after {
	border: none; outline: none;
	content: ''; background: #dce3ec url(/images/smgraphics/rndButCRight.png) no-repeat; width: 11px; height: 29px; display: inline-block;
	vertical-align: middle;
}

#SbNaddMsg,
#SAaddMsg {font-style: italic; display: block; text-align: center;}






/* CUSDTOMIZE PEOPLE PICKER */
#saltonstallUI #peoplePicker {
	width: 32em;
	height: 24.7em;
}

#saltonstallUI #peoplePickerMHSdiaBoxContent {
	width: 30em; float: none;
	height: 18em;
}

#peoplePicker .select_cloud-MHSdiaBoxToolbar {
}

#peoplePicker input {
	width: 16em;
}

#peoplePicker  select {
	visibility: hidden;
	width: 0em;
}




#footer {
	padding: 3em 0 0 0em;
	font-size: 85%;
	text-align: center;
	color: #eeeedd;
}

#footer p {
	margin: 0 0 .5em 0;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #ccddff;
}
#footer a:hover {text-decoration: underline; color: #8899ff;}

#footer .columns {
	padding: .4em 1em 1em 1em;
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer .columns ul {list-style-type: none;}

#footer .columns li {margin-bottom: .5em}

#footer .columns div {
	margin: 0;
	display: table-cell;
	vertical-align: top;
	padding: 1em;
}

#footer .columns div.short {width: 144px; padding: 1.3em 0 0 0; text-align: left;}



