/*===========================================
	CSS
===========================================*/
@import url("navigation.css");

/*===========================================
	FONTS
===========================================*/
@font-face {
	font-family: 'Eurostile-Regular';
		src: url('/fonts/EurostileRegular.ttf') format('truetype');
}
@font-face {
	font-family: 'Eurostile-Bold';
		src: url('/fonts/EurostileBold.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans-Regular';
		src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans-Bold';
		src: url('/fonts/OpenSans-Bold.ttf') format('truetype');
}



/*===========================================
	STANDARD ELEMENTS
===========================================*/
* {
	margin: 0; 
	padding: 0;
	font-size: 100%;
}

body {
	font-family: 'Century Gothic', arial, sans-serif !important;
	background-color: #FFF;
	font-size: 12px;
	line-height: 19px;
	color: #393939;
	background: #E9E9E9;
	padding: 0;
	margin: 0;
}
	body.UnderConstruction {
		background-color: #2F292B;
	}

html, body {
	height: 100%;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*===========================================
	HEADERS
===========================================*/
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
	h1 {
		margin: 0;
		font: 400 33px OpenSans-Regular;
		color: #121212;
	}

	h2 {
		font-size:1.5em;
		line-height:1.2em;
	}

	h3 {
		font-size:1.25em;
		line-height:1.2em;
	}
	

/*===========================================
	PARAGRAPHS & TEXT
===========================================*/
p {
	text-align: left;
	font-size: 1em;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
	
	.SmallText{
		font-size: 0.8em;
		line-height: 1.4em;
		text-align: left
	}
	

/*===========================================
	MARGINS & DISPLAY
===========================================*/
.Margin-Bottom {
	margin-bottom: 20px;
}

.HideContiner {
    display: none;
}

/*===========================================
	HYPERLINKS
===========================================*/
a:link, a:active, a:visited {
	text-decoration: none;
	color: #393939;
}
a:hover {
	text-decoration: underline;
	color: #121212;
}
	

/*===========================================
	IMAGES
===========================================*/
img {
	max-width: 100%;
	height: auto;
}


/*===========================================
	CLEAR FIXES
===========================================*/
.ClearFix:before, .ClearFix:after { 
	content: ""; 
	display: table; 
}
.ClearFix:after {
	clear: both; 
}
.ClearFix { 
	*zoom: 1; 
}


/*===========================================
	DISABLE MOBILE NAVIGATIONS
===========================================*/
.ResponsiveNavigation {
	display: none;
}


/*===========================================
	CONTAINER
===========================================*/
.CenterContainer {
	position: relative;
	margin: 0 auto;
}


/*===========================================
	LAYOUTS
===========================================*/
.OneHalf {
	float: left;
	width: 50%;
}
.OneQuarter {
	float: left;
	width: 25%;
}
.OneFifth {
	float: left;
	width: 20%;
}
.OneSixth {
	float: left;
	width: 16.66%;
}
	.OneThird .ColumnContent, .OneQuarter .ColumnContent {
		margin-right: 10px;
	}

	
/*=========================================== 
	DISPLAY CONTAINER
===========================================*/
.DisplayContainer {
	display: block;
	margin: 20px 10px 0 0;
	border: 1px solid #E0E0E0;
}
	.DisplayContainer .Header {
		display: block;
		border-bottom: 1px solid #E0E0E0;
		background: #EAECED;
	}
		.DisplayContainer .Header h2 {
			padding: 10px;
			font-size: 1.25em;
		}
		
	.DisplayContainer .Content {
		padding: 10px;
	}	
		.DisplayContainer .Content.ScrollableList {
			height: 400px;
			max-height: 400px;
			overflow-y: scroll;
		}


/*===========================================
	PAGE WRAPPER
===========================================*/
.PageWrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
    width: 100%;
	
}


/*===========================================
	PAGE HEADER
===========================================*/
.PageHeaderContainer {
	width: 100%;
	background: #1C1C1C;
	height: 60px
}

.PageHeader {
	margin: 0 auto;
	width: 1690px;
	position: relative;
}
	
	/*	LOGO	*/
	.PageHeader .Logo{
		float: left;
		position: relative;
		width: 260px;
	}
		.PageHeader .Logo img {
			max-height: 40px;
			padding: 10px;
		}
		
	
/*=========================================== 
	BREADCRUMB
===========================================*/
.BreadCrumb {
	margin: 0 auto;
    margin-top: 40px;
	width: 1690px;
    padding: 5px 20px;
	background: #F6F6F6;
}
	.BreadCrumb img {
		width: 16px;
		padding: 0px 5px 0px 0px;
	}
	.BreadCrumb .Title {
		padding: 0px 10px
	}
	.BreadCrumb span.BreadCrumbHighlight {
		color: #474747;
		font-weight: bold;
	}
	.BreadCrumb .Switches {
		float: right;
	}
					

/*=========================================== 
	BREADCRUMB
===========================================*/
.BreadCrumb {
	margin: 0 auto;
    margin-top: 40px;
	width: 1690px;
    padding: 5px 20px;
	background: #F6F6F6;
}
	.BreadCrumb .Title {
		padding: 0px 10px
	}
	.BreadCrumb span.BreadCrumbHighlight {
		color: #474747;
		font-weight: bold;
	}


/*===========================================
	BODY CONTENT
===========================================*/
.SinglePageContent {
	padding: 10px 0;
	/*background-color: #FFF;*/
}


/*=========================================== 
	DOUBLE CONTENT FRAME
===========================================*/
.DoubleContentFrame {
	margin: 0 auto;
	width: 1690px;
    padding: 20px;
	background: #FFFFFF;
}
	
	.DoubleContentFrame_Left {
		float: left;
		width: 260px;
		margin: 0px 20px 0px 0px;
	}		
	
	.DoubleContentFrame_Right {
		float: none;
		width: auto;
		overflow: hidden;
		z-index: 1;
	}
		.DoubleContentFrame_Right h2 {
			padding: 20px 0px;
		}


/*===========================================
	PAGE FOOTER
===========================================*/
.PagePush {
	height: 60px;
}

.PageFooterContainer {
	width: 100%;
	background: #1C1C1C;
	height: 60px
}
	.PageFooterContainer .PageFooter {
		position: relative;
		margin: 0 auto;
		width: 1690px;
		height: 60px;
	}
		
		/*	FOOTER LINKS */
		.PageFooterContainer .PageFooter .FooterLinks  {
			padding: 10px 0;
		}
		.PageFooterContainer .PageFooter .FooterLinks .Left {
			float: left;
		}
		.PageFooterContainer .PageFooter .FooterLinks .Right {
			float: right;
		}
		
		.PageFooterContainer .PageFooter .FooterLinks li {
			float: left;
			font-size: 0.8em;
		}
		.PageFooterContainer .PageFooter .FooterLinks li a {
			color: #FFF;
			padding: 0 10px;
		}
			.PageFooterContainer .PageFooter .FooterLinks li:first-child {
				padding-left: none;
			}
		.PageFooterContainer .PageFooter .FooterLinks li a {
			color: #FFF;
		}
		
		.PageFooterContainer .PageFooter li i, .PageFooterContainer .PageFooter .ContactUs li a {
			color: #FFF;
			padding-right: 5px;
		}


/*===========================================
	HEADERS
===========================================*/
.HeaderBar_MainFrame {
	width: 100%;
	background: #EAECED;
	margin-bottom: 5px;
}
	.HeaderBar {
		border: 1px solid #E0E0E0;
		padding: 5px;
		color: #666;
		font-weight: bold;
	}
		.HeaderBar h2 {
			float: left;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin: 0;
			padding: 10px 0;
		}
					
		.HeaderBar ul {
			float: right;
		}
			.HeaderBar li {
				float: left;
				margin-right: 5px;
				border: 1px solid #E0E0E0;
				background: #E0E0E0;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
			}
				.HeaderBar li:last-child {
					margin-right: 0;
				}
			.HeaderBar li a i {
				margin-right: 8px;
				font-size: 18px;
				color: #312f2f;
				vertical-align: middle;
			}
			.HeaderBar li a {
				display: block;
				padding: 10px;
				color: #312f2f;
			}
			.HeaderBar li:hover {
				background: #1C1C1C;
			}
				.HeaderBar li:hover a, .HeaderBar li:hover a i {
					color: #FFF;
					text-decoration: none;
				}
			
			.HeaderBar li.NoHover:hover {
				background: none;
			}
			
			.HeaderBar li .HeaderSelectBox {
				padding: 4px 10px 4px 0px;
			}
				.HeaderBar li .HeaderSelectBox select {
					width: 150px;
					background: #EAECED;
					border: none;
					font-weight: bold;
					color: #312f2f;
					padding: 5px;
				}
				
			.HeaderBar li label {
				text-align: right;
				width: 60px;
				padding: 6px 0px 6px 10px;
				font-weight: normal;
			}
				.HeaderBar li label.Width80 {
					width: 80px;
				}
			.HeaderBar li input, .HeaderBar li select {
				width: 100px;
				background: none;
				border: none;
				margin-top: 2px;
				outline: none;
			}
				.HeaderBar li select.Wide_180 {
					width: 180px;
				}
				.HeaderBar li select.Width150 {
					width: 150px;
				}
				.HeaderBar li input.Width125 {
					width: 125px;
				}
				
			.HeaderBar li input.ReportDatePickers {
				width: 100px;
				background: #EAECED;
				border: none;
				margin-top: 2px;
			}
		

/*===========================================
	DISPLAY SQL
===========================================*/
.DisplaySQL {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 0px 1.5em 0px;
	padding: 0.5em 10px;
}
	.DisplaySQL pre {
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}

		
/*=========================================== 
	DISPLAYIMAGEBOX
===========================================*/	
table h1 {
	font-size: 50px;
	line-height: 60px;
	padding: 30px 50px 30px 50px;
}

table li {
	padding-top: 0px;
	font-size: 30px;
	line-height: 30px;
	margin-left: 1.5em;
	padding: 0.25em 0 0.25em 1.25em;
	background: url(/images/frame/bullet_yellow_16.png) no-repeat 0 13px;
}
table li.none{
	margin-left: 2.5em;
	padding: 0.25em 0 0.25em 1.25em;
	background: none;
}

#DisplayBox {
	margin: 0 0 0 -20px;
	padding-top: 10px;
}
#DisplayBox #Thumbnail {
	float: left;
	margin: 0 0 20px 20px;
	width: 405px;
}
#DisplayBox #Thumbnail {
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	background: #e0e6ea;
	padding: 20px;
	border: none;
	list-style: none;
}
	
.block-thumbnail {
	box-sizing: border-box;
}
.block-thumbnail strong {
	display: block;
	padding: 10px 0px;
}
.block-thumbnail span {
	display: block;
}
	.block-thumbnail span.smalltext {
		font-size: 20px
	}


/* Thirds */
div.thirds {
	padding-bottom: 50px;
}

div.one-third {
	width: 30%;
	float: left;
	margin-right: 5%;
}

div.one-third-last {
	margin: 0;
}

/* Main Column */
div.main {
	width: 65%;
	float: left;
	margin-right: 5%;
}

/* Side Column */
div.side {
	width: 30%;
	float: left;
}

/* Info Box */
div.info-box-a {
	background-color: #9bdaef;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
}

div.info-box-b {
	background-color: #efdb7f;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
}

/* Footer */
div.footer {
	background-color: #3f3f3f;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
}