@charset "utf-8";

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;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
	background-color: #DEDBD7;
	color: #222;
	font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
}

#modal-window {
	background: #eee;
}

h1,h2,h3,h4,h5,h6 { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

h1 {
	clear: both;
	font-size: 19px;
	letter-spacing: -0.06em;
	margin: 0 0 32px;
}

h2 {
	font-size: 16px;
	margin: 0 0 15px;
}

strong { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:bold }

em { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style:italic; }

a {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

p.error {
	background: #f8f8f8 url("../Shared/BC/Images/icon-alert-16x16.png") no-repeat 11px 9px;
	border-radius: 4px;
	padding: 10px 10px 10px 36px;
	width: 210px;
}

#panel p.error {
	background: #e9e9e9 url("../Shared/BC/Images/icon-alert-16x16.png") no-repeat 11px 9px;
	width: auto;
}

#staticTextArea a {
	text-decoration:underline;
	color: #33F;
}

.container {
	padding: 15px;
}

#login {
	padding: 30px 0 30px 30px;
	min-width: 525px;
}

a.button {
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(194,194,194) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(194,194,194) 100%);			
	border-top: 1px solid #8b8b8b;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #656565;
	border-radius: 2px;
	box-shadow: 0 1px #f3f3f3;	
	color: #333;
	display: inline-block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	height: 18px;
	line-height: 20px;
	margin: 0 10px 0 0;
	min-width: 58px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 0px 1px 0px #efefef;*/
	font-weight: bold;
}

#panel a.button {
	box-shadow: 0 1px #e7e7e7;
}

a.button:hover {
	background-image: linear-gradient(top, rgb(227,227,227) 0%, rgb(166,166,166) 100%);
	background-image: -webkit-linear-gradient(top, rgb(227,227,227) 0%, rgb(166,166,166) 100%);
}
	
a.button:active {
	background-image: linear-gradient(top, rgb(166,166,166) 0%, rgb(227,227,227) 100%);
	background-image: -webkit-linear-gradient(top, rgb(166,166,166) 0%, rgb(227,227,227) 100%);
}	

#modal-window a.button {
	min-width: 40px;
}

.center {
	text-align: center;
}

#sign-up-section {
	float: left;
	padding: 0 30px 0 0;
	width: 175px;
}

#login-section {
	border-left: 1px solid #c5c5c5;
	float: left;
	padding: 0 0 35px 40px;
}

dt {
	float: left;
	text-align: right;
	width: 64px;
}

dd {
	margin: 0 0 0 69px;
	width: 174px;
}

dt,dd {
	height: 20px;
	line-height: 22px;
	margin-bottom: 5px;
}

dd.alt {
	height: 48px;
}

input[type=text],input[type=password] {
	background: #f2f2f2;
	border: 1px solid #646464;
	border-radius: 2px;
	height: 15px;
	width: 170px;
}

#scrimm {
	background: #dadada;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: 1000000;
}

#scrimm .container {
	margin: 120px 0 0;
	text-align: center;
}

#progress-bar {
	margin: 0 auto 10px;
}

#scrimm p strong {
	color: #000 !important;
	font-size: 13px;
}


#emptyFooter {
	position: absolute;
	bottom: 0;
	height: 22px;
	left: 0;
	right:0;
	line-height: 21px;
	width: 100%;
	display:none;
	z-index:1001;
}

#footerStuff {
	background-color: #ffffff;
	border-top: 1px solid #646464;
	position: absolute;
	bottom: 0;
	height: 21px;
	left: 0;
	right:0;
	line-height: 21px;
	width: 100%;
	z-index:1000;
}

#footerStuff table a{
	font: 11px/21px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:19px;
}

#footerTable {
	width:100%;
	height:19px;
}

#siteName {
	font: 11px/21px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 5px;
}

#sample {
	font: 11px/21px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 19px;
	position:absolute;
	left:-10000px;
}

#siteNameTooltip {
	z-index:999;
	position:absolute;
	top:1px;
	left:0;
	width:100%;
	border:0;
	background-color:#FFFFFF;
}

#siteName {
	z-index:1000;
	position:absolute;
	top:0;
	left:0;
	right:0;
}


#adminLink {
	margin: 0 10px 0 0;
	display:block;
}

#logInOut {
	margin: 0 5px 0 0;
	display:block;
}

#loadingDiv {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:3;
	
	display:none;
}

#loadingBgDiv {
	float:left;
	width:100%;
	height:100%;
	display:none;
	
}

#loadingDivText {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	color: #000;
	font-size: 13px;
	font-weight:bolder;
}

#loadingDivText p {
	margin-top:12px;
}

#browserDiv {
	margin:0;
	padding:0;
	position:relative;
	display:none;
}

#browser, #toolbox_browser {
	width: 100%;
	height: 300px;
	padding:0;
	margin:0;
	position:relative;
	left:0px;
	top:-2px;
}

#panelMainDiv {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	bottom:0px;
	z-index:2;

}
