@import url(forms.css);

* { font-size: 1.04em; color: inherit; }
body,html {
	background: #fff;
	font-size: 100%; 
	height: 100%;
	width: 100%;
}
body {
	color: #444A56;
	font: 12px/1.1 Verdana, Arial, sans-serif;
}

body.home {
	background: #fff url(/images/mp/tourismpartners_mp_greentile.jpg) repeat-x 100% 77px;
}

body.admin {
	background: #4645A2;
}

table, td, table table td, ul, dl { font-size: .93em; }

/* =ELEMENTS *
*************************/
form { margin: 0; } 

h1 {
	font: bold 2.2em Arial Narrow,Arial,sans-serif;
	text-transform: uppercase;
}
#content h2 {
	font: 1.7em Verdana, Arial, sans-serif;
	word-spacing: -1px;
	letter-spacing: -1px;
	color: #0d5ec8;
	margin: 13px 0 .2em;
}
h2, .h2 {
	font: 1.7em Verdana, Arial, sans-serif;
	word-spacing: -1px;
	letter-spacing: -1px;
	color: #0d5ec8;
	margin: 13px 0 .2em;
}

#loginwrap h2 {
	color: #FED760;
	font-size: 1.2em;
	margin: 0;
}



#content h2.subhead {
	margin-top: 0;
	background: url(/images/int/tourismpartners_int_underline.gif) no-repeat 0 25px;
	padding-bottom: 17px;
}

.admin h2 { margin: 0; padding: 0; }

h3 {
	font-weight: bold;
	color: #018D37;
	font-size: 1.18em;
	margin: .5em 0 .2em;
}

p { margin: .2em 0 1em; font-size: 1em; }
#content p { line-height: 1.2; margin-bottom: 1.1em; }
.home #content p { margin-right: 1em; }

ul, ol {
	margin: .5em 0 1.2em;
	padding-left: 3em;
}
#content li { margin-bottom: .2em; }

/* =GENERAL USE *
*******************************/


/* =LINKS
*******************************/
#content a { font-weight: bold; }

a { font-size: 1em; }
a:link { color: #B3171E; }
a:visited { color: #B3171E; }
a:focus, a:hover, a:active {
 color: #B3171E;
 text-decoration: none;
}

#footer a { color: #A8A8DE; font-weight: bold; }
#footer a:focus { color: #fff; }

a img { border: none; }
a:active, a:focus { outline: 0 none; }

a.annc { font-size: .93em; font-weight: bold; }

/* =PRINT */
@media print {
	
	.nav, #quicknav, #copy { display: none; }

	#masthead { border-bottom: 1px solid #000; padding-bottom: 8px; }
	#masthead h1 {  margin: 0; padding-left: 5px; }

	#footer { padding-top: 1em; border-top: 1px solid #000; clear: both; font-size: 10px; }
	#content { width: auto; margin: 25px 0; }
	
	/* =SIFR */
	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		width: auto ! important;
		height: auto !important;
		letter-spacing: normal;
	}

}