/*
 * 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;
	background-color: #ebebec;
}
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%;
	font-family: museo_sans100, museo_sans500, Verdana, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 145%;
	font-family: museo_sans100, museo_sans500, Verdana, sans-serif;
	font-weight: normal;
}
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: 85%;
}

input, textarea {
	font-size: 115%;
}
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: #317392;
}
a:visited {
	color: #317392;
}
a:active, a:hover {
	color: #09afd4;
	text-decoration: none;
}
#djhistory {
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
}

#throbberDiv {
	display: none;
}
.templateThrobber {
	vertical-align: middle;
}

.msgBox{
	font-weight: bold;	
}

.msgBox error{
	color: red;	
}

/* Menu bar */
#menubar {
	position: relative;
	height: 30px;
	background: #30383d;
	color: #b4b7bb;
	white-space: nowrap;
	overflow-y: visible;
	z-index: 10;
}
#menubar table {
	height: 30px;
}
#menubar td {
	vertical-align: middle;
}
#menubar a {
	display: block;
	text-decoration: none;
	color: #b4b7bb;
	outline: none;
}
#menubar a div {
	padding-right: 6px;
	padding-top: 2px;
	height: 28px;
}
#menubar img {
	vertical-align: middle;
	margin: 6px 0 9px 10px;
}
#menubar img.trans {
	margin-left: 2px;
}
#menubar img.icon {
	width: 15px;
	height: 15px;
	border: 0;
}
#menubar .nav a:hover {
	background: #515a60;
}
#menubar .nav a:hover div {
	background: #515a60;
}
#menubar select {
	width: 230px;
	font-family: Calibri, Helvetica, Arial, Sans-serif !important;
	font-size: 11pt;
	color: #777777;
	margin: 0 4px 2px;
}

#menubar-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
#menubar-right .last {
	padding-right: 6px;
}


#orgGoButton {
	vertical-align: bottom;
	margin-bottom: 3px;
}

.selectedOrgLink {
	font-family: museo_sans700, Verdana, sans-serif;
}

#mshare-logo img {
	margin: 0 6px 0 0;
	vertical-align: top;
}

#menubar_inboxPanel table {
	background: #515a60;
	border: 0;
	border-radius: 8px 8px 0 0;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 5px;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	height: 25px;
}
#menubar_inboxPanel a {
	margin-top: 0;
}
#menubar_inboxPanel a div {
	padding-top: 0;
}
#menubar_inboxPanel .first {
	padding-left: 10px;
	padding-top: 3px;
}
#menubar_inboxPanel .first {
}
#menubar_inboxPanel .last {
	padding-right: 6px;
}
#menubar_inboxPanel a {
	margin-right: 6px;
}
#menubar_inboxPanel img {
	width: 14px;
	height: 14px;
	margin: 0;
	z-index: 4;
}

#menubar_inboxPanel a.focusedLink {
	color: #eae9e9;
	cursor: text;
}

#menubar_inboxPanel .teaserDisabled img.enabledImg, 
#menubar_inboxPanel .teaserEnabled img.disabledImg, 
#menubar_inboxPanel .teaserDisabled span.countDisp {
	display:none;
}

#menubar_inboxPanel span.countDisp {
	position: relative;
	top: 2px;
}

#menubar_dropdown {
	position: absolute;
	top: 30px;
	right: 5px;
	max-width: 280px;
	display: none;
  	border: solid #c0bfbf 1px;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 10px 0;
	z-index: 1005;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  	
}

/* Admin pulldown on menubar */
.template_menuNav {
	position: absolute;
	border: solid #c0bfbf 1px;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 10px 15px;
	z-index: 1002;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.template_menuNav div {
	margin: 0 12px 12px 0;
	padding: 0;
}
.template_menuNav h2 {
	color: #b4b7bb;
	font-weight: normal;
	font-size: 16pt;
	margin-bottom: 5px;
}
.template_menuNav a {
	display: block;
	text-decoration: none;
}
.template_adminNav div {
	float: left;
}
.template_menuNav .template_pointer {
	float: none;
	position: absolute;
	top: -4px;
	left: 12px;
	width: 9px;
	height: 9px;
	background: #fff;
	margin: 0;
	padding: 0;
	
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-.5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menubar_dropdown_content {
	position: absolute;
	border: solid #c0bfbf 1px;
	border-top: none;
	background: #fff;
	padding: 5px 15px;
	z-index: 1002;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border-radius: 0 0 5px 5px;
	display: none;
}

.menubar_dropdown_content div {
	float: none;
	margin: 0;
	white-space: nowrap;
}

.menubar_dropdown_content .dropdown_pointer {
	float: none;
	position: absolute;
	top: -4px;
	right: 20px;
	width: 9px;
	height: 9px;
	background: #fff;
	margin: 0;
	padding: 0;
	
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-.5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menubar_dropdown_content a {
	text-decoration: none;
}

.menubar_dropdown_content a:visited {
	color: #3184bd;
}

.menubar_dropdown_content a:active, .menubar_dropdown_content a:hover {
	color: #ef712d;
}

.menubar_dropdown_option {
	padding: 2px 20px;
	font-size: 11pt;
	cursor: pointer;
	text-align: right;
}
	
.dashboardPulldown {
	max-height: 400px;
}

/* Drawer */
#drawer {
	position: absolute;
	left: 0px;
	top: 36px;
	z-index: 2;
}
#drawer a {
	text-decoration: none;
}
.drawerBorder {
	float: left;
	background-color: #c0bfbf;
	padding: 2px 2px 2px 0;
}
.drawerBackground {
	background-color: white;
}
#drawerContainer {
	padding: 10px 15px;
	width: 230px;
	min-height: 300px;	
}
.drawerClosedSpacer {
	width: 0px;
	height: 300px;	
}
.drawerOpen {
	display: block;
}
.drawerClosed {
	display: none;
}

.drawerTrigger {
	float: left; 
	width: 25px; 
	cursor: pointer;	
	background: #c0bfbf;
	border-radius: 0 10px 10px 0;
}

#drawerTriggerText {
	padding: 10px 2px 30px 0;
	color: #fff;	
	font-weight: bold;
	text-align: center;
}

#drawerTriggerText img.openTabImg,
#drawerTriggerText img.closeTabImg {
	width: 9px;
	height: 15px;
	margin: 10px auto;
}
#drawerTriggerText.closed img.openTabImg,
#drawerTriggerText img.closeTabImg{
	display: block;
}
#drawerTriggerText img.openTabImg,
#drawerTriggerText.closed img.closeTabImg{
	display: none;
}


#drawerTitle{
	display: none;	
}
#drawerContent a:active, #drawerContent a:hover {
	color: #09afd4 !important;
}
.repActs {
	float: right;
	width: 22px;
	height: 11px;
	text-align: right;
	margin: 4px 0 0 12px;
}
#drawerContent li.rep {
	list-style: none;
	list-style-type: none;
	margin: 3px 0px 3px 24px;
	text-indent: -24px;
}
#drawerContent .folder {
	margin-left: 0;
	text-indent: 0;
}
#drawerContent .fLink {
	padding-left: 24px;
}
#drawerContent .folder a:link {
	background-repeat: no-repeat;
	background-position: left top;
}
#drawerContent .fClose {
	background-image: url('../image/template/drawer/folder-closed.png?build=1433');
	background-repeat: no-repeat;
	background-position: left top;
}
#drawerContent .fOpen {
	background-image: url('../image/template/drawer/folder-open.png?build=1433');
	background-repeat: no-repeat;
	background-position: left top;
}
#drawerContent li.rep a, #drawerContent li.rep img {
	vertical-align: top;
}
#drawerContent .noReports {
	color: #999;
	text-align: center;
	padding: 100px 0;
}
#drawerContent .hidden {
	display: none;
}
#moreRecentList {
	display: none;
}
#drawerContent .moreRecentListTrigger {
	text-align: right;
	padding-right: 18px;
	font-size: 12pt;
	color: #2f83bc;
	cursor: pointer;
}
#drawerContent .hover {
	background-color: #efefef;
}
#drawerSearch input {
	width: 214px;
	border: solid 1px #b4b7bb;
}

#drawerSearch img.inInput {
	width: 16px;
	height: 16px;
	top: 4px;
	cursor: pointer;
}

body.js #reportTree ul {
	display: none;
}
.treeTitle{
	font-family: museo_sans100, museo_sans500, Verdana, sans-serif;
	font-size: 16pt;
	color: #b4b7bb;
	margin-top: 10px;
}
.intRep {
	font-style: italic;
}


/* Content area */
#template_contentDiv {
	margin: 6px 12px 12px 42px;
}
#template_contentDiv div.error {
	border: solid 1px #966;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(64,0,0,.4);
	margin-bottom: 20px;
	margin-right: 100px;
}
#template_contentDiv.drawerPinnedOpen{
	margin-left: 304px;	
}
#template_contentDiv.noDrawer{
	margin-left: 12px;	
}

#template_contentDiv.noMenubar{
	margin-top: 12px;	
}

#template_renderBody {
	/*clear: both;*/
	min-width: 680px;
}
#template_titleHeader {
	margin: 0 0 15px 0;
	font-family: museo_sans100, museo_sans500, Verdana, sans-serif;
	font-size: 22pt;
	color: #717b82;
}

.liveWarningBody {
	margin: 0 0 30px;
}
.liveWarningFooter {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9998;
	height: 20px;
	width: 100%;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;    
	background-color: #fff5b3;
    color: #c60;
    border-top: 2px solid #D68533;
}

/* Default content panel */
.contentPanel {
	border: solid 1px #c0bfbf;
	border-radius: 5px;	
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	background-color: #fff;
}

.contentPanel > .contentTitle {
	background-color: #e3e5e5;
	border: solid 2px #fff;
	border-radius: 4px;
	font-family: museo_sans100, museo_sans500, Verdana, sans-serif;
	font-size: 16pt;
	color: #717b82;
	white-space: nowrap;
	padding: 3px 0 2px 15px;
}

.contentPanel > .contentBody {
	padding: 5px 15px 10px;
}

/* Common styles */
h2 {
	font-size: 16pt;
	color: #717b82;
	font-weight: normal;
}
.backLink {
	float: right;
}
.panel {
	padding: 6px;
}
.error-detail {
	font-size: 10pt;
	color: #f00;
	font-style: italic;
}
.error, .warning {
	margin: 1em 0;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 14pt;
}
.error {
	background-color: #faa;
	color: #700;
}

.error-field{
	background-color: #faa;	
}

.warning {
	background-color: #fff5b3;
	color: #c60;
}
.fieldWrapper {
	margin: 2px 0;
}
.fieldWrapper checkbox {
	margin-left: 24px;
	text-indent: -24px;
}

/* In-field labels */
body.js div.fieldWrapper.text input{
	width:224px;
}

body.js div.fieldWrapper.text {
	position: relative;
}
body.js div.fieldWrapper.text label {
	display: none;
	position: absolute;
	left: 6px;
	color: #cdcccc;
	font-size: 9pt;
	margin-top: 6px;
	cursor: text;
}
body.js div.fieldWrapper.text.showLabel label {
	display: block;
}
body.js div.fieldWrapper.text.showLabelLight label {
	display: block;
	color: #ddd;
}
body.js div.fieldWrapper.text img {
	position:absolute;
	left: 230px;
	top: 5px;
}

body.js div.fieldWrapper.text img.noTextIcon {
	display: none;
}

body.js div.fieldWrapper.text img.clearIcon {
	display: block;
	cursor: pointer;
}

body.js div.fieldWrapper.text.showLabel img.noTextIcon, body.js div.fieldWrapper.text.showLabelLight img.noTextIcon {
	display: block;
}

body.js div.fieldWrapper.text.showLabel img.clearIcon, body.js div.fieldWrapper.text.showLabelLight img.clearIcon {
	display: none;
}

/* Media Player Warning */
#needMediaPlayerAlert {
	font-size:12px;	
}

/* Dashboard */
#bridge{
	z-index: 0;	
}

/* 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;
	}
}

.dashboardPulldown div.dashboardScroll {
	margin:0;	
}

.dashboardPulldown div.dashboardScroll a {
	padding-right:18px;	
}

.joinText span {
	float:left;
	min-width:137px;
}

input.disabled[type="image"], img.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: default;
}

/* Workaround for issue with ui-select dropdowns not displaying - https://github.com/angular-ui/ui-select/issues/1560 */
.ui-select-container.open .ui-select-choices {
	opacity: 1 !important;
}