/*
 * Level the playing field by removing some of the cross-browser inconsistencies.
 * Props to http://meyerweb.com/eric/tools/css/reset/, yo.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
p {
	margin: 0.5em 0;
}
li {
	margin: 0.1em 0 0.1em 1.5em;
}
ol {
	list-style: decimal outside;
}
ol ol {
	list-style: lower-alpha outside;
}
ol ol ol {
	list-style: lower-roman outside; 
}
ul {
	list-style: disc outside;
}
ul ul {
	list-style: square outside:
}
ul ul ul {
	list-style: circle outside;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a:focus, input:focus, button:focus, textarea:focus {
	outline: dotted #000 1px;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
code {
	font-family: Monospace;
	background-color: #f7f7f7;
}
table { /* Tables still need cellspacing="0" in the markup (grr...) */
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	vertical-align: bottom;
}
td {
	vertical-align: top;
}

h1 {
	font-size: 160%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 115%;
}
a img {
	border: 0;
}
label {
	cursor: pointer;
}


/* Template */
body, input, textarea {
	font-family: museo_sans500, Arial, sans-serif;
}
body {
	font-size: 100% !important;
}

input, textarea {
	font-size: 12pt;
}
input.password {
	font-family: museo_sans500, Arial, sans-serif;
}

input.confirmpassword {
	font-family: museo_sans500, Arial, sans-serif;
}

select {
	font-size: 11pt;
}
a:link {
	color: #3184bd;
}
a:visited {
	color: #c65ff32;
}
a:active, a:hover {
	color: #ef712d;
	text-decoration: none;
}

/* Menu bar */
#menubar {
	position: relative;
	height: 30px;
	background: #30383d;
	color: #b4b7bb;
	white-space: nowrap;
}
#menubar table {
	height: 30px;
}
#menubar td {
	vertical-align: middle;
}
#menubar a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #777;
	outline: none;
}
#menubar img {
	vertical-align: middle;
	margin: 6px 0 9px 5px;
}
#menubar img.trans {
	margin-left: 2px;
}
#menubar .nav a:hover {
	background: url(../image/template/menubar/link-hover-right.png?build=1432) no-repeat right top;
	color: #000;
}

#mshare-logo img {
	margin: 0 6px 0 0;
	vertical-align: top;
}


/* Content area */
#template_contentDiv {
	margin: 6px 12px 12px 42px;
}
#template_contentDiv.drawerPinnedOpen{
	margin-left: 338px;	
}
#template_contentDiv.noDrawer{
	margin-left: 12px;	
}

#template_contentDiv.noMenubar{
	margin-top: 12px;	
}

#template_renderBody {
	clear: both;
}
#template_titleHeader {
	margin-top: 0;
	font-size: 22pt;
	color: #3e618b;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/* Common styles */
h2 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.backLink {
	float: right;
}
.panel {
	padding: 6px;
}
.error-detail {
	font-size: 10pt;
	color: #f00;
	font-style: italic;
}
.error, .warning {
	margin: 1em 0;
	padding: 6px 12px;
	border-width: 2px;
	border-style: dashed;
	font-weight: bold;
	font-size: 14pt;
}
.error {
	border-color: #700;
	background-color: #faa;
	color: #700;
}
.warning {
	border-color: #c60;
	background-color: #fff5b3;
	color: #c60;
}
.fieldWrapper {
	margin: 2px 0;
}
.fieldWrapper checkbox {
	margin-left: 24px;
	text-indent: -24px;
}


#details {
	display:none;
}

#detailsLink {
	position:absolute;
	top:5px;
	left:300px;
	text-decoration:underline;
	cursor:pointer;
}


/* Footer */
#template_footer {
	clear: both;
	font-size: 9pt;
	color: #999;
	margin: 12px;
	text-align: center;
}

/* Print */
@media print {
	#menubar, #drawerDiv {
		display: none;
	}
	#template_contentDiv {
		margin: 0 !important;
	}
}