@charset "utf-8";
/* CSS Document */

:root {
    overflow-y: scroll;
}
html, body {
    height: 100%;
}
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
div#container {
	max-width:1200px;
	min-width:960px;
	margin: 0px auto; 
	text-align: left; 
	height: auto !important;
    margin: 0 auto -57px;
    min-height: 100%;
}
.contentContainer{
	background: #ffffff;
}
#header_bg {
    left: 0;
    min-width: 1024px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
	#header_bg #top {
		background: none repeat scroll 0 0 #2d526d;
		height: 85px;
		position: relative;
	}

	#header_bg #bottom {
		background: none repeat scroll 0 0 #1c3b51;
		border-bottom: 2px solid #ff8d40;
		height: 35px;
	}
#header {
	height:75px;
	border:none;
	font-size: 90%;
	line-height:130%;
    position: relative;
	padding-top: 10px;
	clear:both;
}
	#header #majestic_logo{
		float:left;
	}
	#header #majestic_logo h1{
		background: url("/National_Library/oe_/http://developer-support.majestic.com/static/images/backgrounds/majesticlogo.png") no-repeat scroll 0 0 transparent;
		padding:0px;
		margin: 10px 0px 0px 20px;
		width: 103px;
		height:50px;
	}
	#header #majestic_logo h1 a {
		display: block;
		width: 103px;
		height: 50px;
		text-indent: -9999px;
	}
	#menu_list {
		float: right;
		margin-top: 10px;
	}
	#header p {
		float: right;
		padding-right:20px;
		color:#ffffff;
		clear:both;
	}
	#header ul  {
		float: right;
		margin: 5px 0;
		padding:0px 10px 0px 0px;
	}
	ul.horzMenu li {
		display: inline;
		float: left;
		padding: 0 10px;
		position: relative;
	}
	li {
		list-style: none outside none;
	}
	ul.horzMenu li a:link,.footerlist a:link {color:#FFFFFF; text-decoration:none; }
	ul.horzMenu li a:visited ,.footerlist a:visited {color:#FFFFFF; text-decoration:none;}
	ul.horzMenu li a:hover ,.footerlist a:hover {color:#DB9B73; text-decoration:none;}

/*footer*/
#footer {
    background: none repeat scroll 0 0 #1c3b51;
    height: 55px;
	border-top: 2px solid #ff8d40;
    position: relative;
    width: 100%;
	font-size: 90%;
    line-height: 130%;
	margin:0 auto;
}
	#footer_content{
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
		min-width: 960px;
		height:35px;
	}
	#footer #social_links{
		float:left;
		overflow: hidden;
		padding-top: 7px;
		padding-left: 20px;
	}
		#footer #social_links a {
			width: 30px;
			height: 30px;
			display: inline-block;
			margin: 5px 5px 0 0;
		}
		#footer #social_links a img{
			width: 30px;
			height: 30px;
			display: inline-block;
			margin-right: 5px;
			opacity: 0.7;
		}
		#footer #social_links a img{
			background-image: url("/National_Library/oe_/http://developer-support.majestic.com/static/images/sprite.png");
			background-repeat: no-repeat;
		}
		#footer #social_links a img.twitter{
			background-position: -18px -38px;
		}
		#footer #social_links a img.pinterest{
			background-position: -49px -38px;
		}
		#footer #social_links a img.yt{
			background-position: -80px -38px;
		}
		#footer #social_links a img.gplus{
			background-position: -111px -38px;
		}
		#footer #social_links a img.fb{
			background-position: -142px -38px;
		}
		#footer #social_links a img.forums{
			background-position: -173px -38px;
		}
		#footer #social_links a:hover img{
			opacity: 1.0;
		}
	.separator {
		border-left: 1px dotted #ffffff;
		padding-left: 10px;
	}
.defList dl,.defList dl dd {
	margin-bottom:20px;
}

.defList dl dt {
	margin-bottom:10px;
	font-weight:bold;
	padding-top:10px;
}

/*Content Styles*/
div.contentPanelTrans {
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:10px;
}
	div.contentPanelTrans p, div.contentPanelTrans ul {
		margin-bottom:10px;
		margin-left:20px;
		margin-right:20px;
	}
	div.contentPanelTrans ul {
		padding-left:20px;
		margin-top:5px;
	}
	div.contentPanelTrans ul li, div.contentPanelTrans dl dt {
		padding-bottom:5px;
	}
	div.contentPanelTrans dl dd {
		padding-bottom:10px;
	}
	div.contentPanelTrans h3 {
		font-size:130%;
		border-bottom:1px #FFF dotted;
		padding-bottom:5px;
	}
	div.contentPanelTrans h4 {
		font-size:110%;
		margin:10px 20px 1em;
	}
ol, ul, dl {
	margin:0px 20px;
}	
ol {
	margin-left: 44px;
	margin-top: 5px;
}
ol li {
	padding-bottom: 5px;
}
dl dd {
	margin-left:0;
}
/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.marginDiv {
	margin: 0px 20px 10px;
}
.paddedDiv {
	padding: 0px 20px 10px;
}
/* Developer documentation table */
table.developertable,table.overview {
	background-color: #FFFFFF;
	border: 1px solid #D6DDE2;
}
	table.developertable tr.even{
		background-color: #F5F5F5;
	}
	table.developertable tr.headerRow th {
		border-bottom: 1px dotted #FFFFFF;
		vertical-align: top;
	}
	table.developertable th,table.overview th {
		background-color: #F5F5F5;
		border-bottom:1px dotted #F5F5F5;
		border-left: 1px solid #D6DDE2;
		border-right: 1px solid #D6DDE2;
		padding: 0.5em;
		vertical-align: top;
	}
	table.developertable td,table.overview td {
		background-color: #FFFFFF;
		border-color: #D6DDE2 #D6DDE2 #D6DDE2;
		border-style: solid solid solid;
		border-width: 1px;
		padding: 0.5em;
		vertical-align: top;
		font-size: 95%;
	}
/* Developer documentation Text Area */
.contentContainer textarea.developerTextArea {
	width:86em;
	margin:0px 20px 0px 20px;
}
	textarea, select {
		border:1px #9BABB9 solid;
		padding:5px;
		margin-top:5px;
	}
.apiNoticeBox {
	text-align:center; 
	margin: 30px 20px 80px; 
	padding: 10px; 
	border: 1px solid #bbb; 
	background-color: #ffffdd;
}
div.defList dl dd
{
	margin-bottom:10px;
}
div.defList dl dd ul
{
	margin:0px 10px 0px 10px;
}
span.designterm
{
	color:#335F7F;
	font-weight:bold;
}

/* First 5 mins */
ol#first-five-mins
{
	margin-top: 20px;
}
ol#first-five-mins .developerTextArea
{
	margin-top: 10px;
	margin-bottom: 10px;
}
ol#first-five-mins img
{
	margin: 0 20px 0 20px;
	height: 300px;
	border: 1px #9BABB9 solid;
	text-align: center;
}
ol#first-five-mins #try-it-out
{
	background: #ffffdd;
	border: 1px solid #bbb;
	padding: 10px;
	margin: 20px 20px 0 20px;
}
ol#first-five-mins #try-it-out input
{
	margin-left: 20px;
	width: 350px;
}
ol#first-five-mins h4
{
	display: inline-block;
}