﻿/* Placeholder.  Should get replaced by deployment scripts. */

body {
	background-color: transparent;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

#wrapper-inner {
    max-width: 900px;
}
.ProposalTableOfContentsLeft {
min-width: 200px;
}
.ArticleContentBlock {
    max-width: 600px;
	margin: 0 auto;
}

#Logout a {
	color: #333 !important;
}

#LoginBackground, html {
	background: url('/images/background01.jpg');
}

html {
	/*background-image: url(/images/background1.jpg);*/
}

#LoginBackground, html {
	background-repeat: no-repeat;
	background-position: center 80%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/css/backgroundsize.min.htc);
}

#LoginWrapper #Copyright {
	display: none;
}

#ClientSiteWrapper {
	padding: 50px 0 50px;
}

div#TopBanner {
	/*background-image: url( '../images/banner.jpg' );*/
	height: 30px;
	background-repeat: no-repeat;
    background-color: #fff;
	/*border-bottom: 2px solid #ff9625;*/
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

#ctl00_Body_ctl00_OfficeColumn_OfficeLogoImage,
#ctl00_Body_OfficeColumn_OfficeLogoImage {
	/*display: none;*/
}

div#TableOfContentsLogo {
	background-image: url(/images/logo-150.png);
	height: 90px;
	background-repeat: no-repeat;
	background-position: center top;
}

div.LoginBanner {
	display: none;
}

div.LoginScreen {
	background-image: none !important;
	background-color: transparent !important;
	border: none !important;
}

div.LoginScreen form {
	padding: 15px;
	padding-top: 90px;
	background-color: #666666;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 1px solid #a5a5a5;
	border-radius: 15px;
	color: #ffffff;
	background: #666666 url(/images/logo-150.png) no-repeat center 15px;
}

#LoginPrompt {
	display: none;
}

.TOCHeader {
	background-color: #000;
	color: #FF9724;
	padding: 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}