﻿/* @override http://www.brightertools.net/Content/Styles/Default/Layout.css */

/* @override http://www.brightertools.net/Content/Styles/Default/Layout.css */

/* @override http://www.brightertools.net/Content/Styles/Default/Layout.css */

/* @override http://www.brightertools.net/Content/Styles/Default/Layout.css */

/* @override http://www.brightertools.net/Content/Styles/Default/Layout.css */

/* @override http://www.brightertools.net/Content/Styles/Default/Layout.css */

#maincontainer {
	border: none 0px Transparent;
}

/* main surrounding table css */

table.fullpagetable {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-bottom: thin dashed silver;
}

div#bodycontent {
	padding: 12px;
	background-color: #f5f9ff;
}

div#user-request-password {
	margin: 18px auto;
	border: thin dashed #666;
	padding: 6px;
	background-color: #f5f9ff;
	font-size: 12px;
	color: gray;
}

div#user-request-password td {
	padding: 5px;
}

div#workarea-border {
	padding: 8px;
	border: thin solid silver;
	background-color: white;
	min-height: 380px;
}

div.printcalc-myaccount {
	margin: 18px auto;
	border: thin dashed #666;
	padding: 6px;
	background-color: #f5f9ff;
	font-size: 12px;
	color: gray;
}

div.printcalc-myaccount td {
	padding: 5px;
}

#table-name-fields td
{
    padding: 0px;
}

#printcalc-resultsX {
	margin: 18px auto;
	border: thin dashed #666;
	padding: 6px;
	background-color: #f5f9ff;
	width: 99%;
}

#printcalc-resultsX table {
	margin: 5px auto;
}

div#inline-message-panel {
	margin-bottom: 6px;
}

#printcalc-login table td {
	padding-bottom: 12px;
}

/* Toolbar stypes - not ID based as there may be multiple on screen */

div.toolbar {
	height: 29px;
	padding: 6px;
	background-color: #fafafa;
	border: thin solid #e0e0e0;
}

.toolbar-right {
	float: right;
}

.toolbar-left {
	float: left;
}

.button.toolbar-left {
	margin-right: 12px;
}

.button.toolbar-right {
	margin-left: 12px;
}

#printcalc-login {
	width: 550px;
	margin: 18px auto;
	border: thin dashed #666;
	padding: 6px;
	background-color: #f5f9ff;
}

#user-login {
	width: 375px;
	margin: 18px auto;
	border: thin dashed #666;
	padding: 6px;
	background-color: #f5f9ff;
}

#user-login td {
	padding: 4px;
}


#printcalc-file-list {
	margin: 18px auto;
	border: thin dashed #666;
	padding: 6px;
	background-color: #f5f9ff;
	width: 720px;
}

#printcalc-file-list table {
	width: 100%;
}

#printcalc-file-list table td {
	padding: 8px;
	background-color: #eff4fa;
}

#printcalc-file-upload
{
    margin: 18px auto;
	border: thin dashed #666;
	padding: 6px;
	background-color: #f5f9ff;
	width: 450px;
}

#printcalc-upload-note
{
    margin: 18px auto;
	border: 1px dashed blue;
	padding: 6px;
	background-color: #D4D6FE;
	width: 450px;
}

#printcalc-results-note
{
    margin: 18px auto;
	border: 1px dashed blue;
	padding: 6px;
	background-color: #D4D6FE;
	width: 370px;
	font-size:9px;
	margin-left:100px;
}

#printcalc-file-list img {
	padding: 4px;
	border: thin solid silver;
	background-color: white;
}

#printcalc-file-list-note
{
    
	border: 1px dashed blue;
	background-color: #D4D6FE;
	font-size:9px;
	padding: 6px;
}

.table-header {
	background-color: #e0e0e0;
	font-weight: bold;
}

#logindisplay {
	float: right;
	display: run-in;
	margin-right: 10px;
}

table.fullpagetable td.leftshadow {
	background: url(/content/styles/default/images/SiteShadowLeft.gif) repeat-y;
	width: 17px;
}

table.fullpagetable td.rightshadow {
	background: url(/content/styles/default/images/SiteShadowRight.gif) repeat-y;
	width: 19px;
}

/* inside main table full page */

img {
	border: 0;
}

#fullpage {
	width: 940px;
}

#adminmenu {
	height: 16px;
	margin-right: 12px;
	text-align: right;
}

#header {
	background-color: #f5f5f5;
	height: 80px;
	padding-top: 12px;
	padding-left: 8px;
}

#mainmenu {
	height: 59px;
	background: #e0e0e0 url(/content/styles/default/images/main-menu-bg.gif) repeat-x;
}

#footer {
	background: #e0e0e0 url(/content/styles/default/images/main-menu-bg.gif) repeat-x;
	height: 24px;
}

/* overall per section div */

div.public #header {
	background-color: #ff4a61;
}
