/***** Global Settings *****/

img.png { behavior: url(../includes/iepngfix.htc) }

html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font-size:62.5%;
	font-family:Verdana,"Trebuchet MS",Tahoma,Arial,Helvetica,Georgia,"Times New Roman",sans-serif;
	color:#333;
	margin:10px;
}


/***** Links *****/
 
a {
	color:#333;
	font-weight:bold;
}
a.current {
	text-decoration:none;
	color:#333;
}
a:hover {text-decoration:none;}
.folder a {
	font-weight:normal;
	cursor: pointer;
	cursor: hand;
}
 
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

form table {margin:0 0 20px 0;}
input {font-size:12px;}
input.submit, input.button {font-size:14px;}
input.text, input.password {width:200px;padding:2px;}
input.sortcode {width:30px;padding:2px;}
textarea {line-height:1.25;font-size:12px;font-family:Verdana;}
textarea.policy-box {margin-bottom:20px; width:430px;}
#comment textarea {font-size:12px;}
label {cursor:pointer;}

/*input.submit, input.button {
	padding:2px 8px;
	border:1px solid #686868;
	text-decoration:none;
	background-color:#ddd;
	font-weight:normal;
}*/

form.inline {font-size:1.2em;}

form.watchlist, form.watchlist-open, form.advanced-search {
	display:block;
	padding:5px 10px 10px 10px;
	border:1px solid #676767;
	background-color:#fff;
}
form.watchlist p.contact, form.watchlist-open p.contact, form.watchlist div.contact, form.watchlist-open div.contact {
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px dashed #838383;
	text-align:left;
}
form.watchlist input.all {display:none;}

form.access input.text {width:60px;}
form#editCategory .submit, form#documentForm .submit {margin-bottom:20px;}
form#reviewsApprovals td {text-align:center;}
form#documentForm #amount {width:100px;}
form#documentForm table table {margin-bottom:0;}
form#documentForm textarea {width:250px;}
form#changeDetails .submit {float:right;margin-top:-30px;margin-right:40px;}
form#changeDetails textarea {width:180px;}
form#advancedSearch {width:836px;}
.authorisation-code input {margin:3px 0;}
form#subscription input.submit, form#cheque_payment input.submit  {float:right; margin:10px 20px 20px 0;}

form#inviteSupplier input.submit {
	margin-bottom:15px;
}
form#inviteSupplier input.text {
	width:180px;
	margin-bottom:5px;
}
form#searchWatchlist {
	margin-top:-3px;
}
form#searchWatchlist input.text {
	width:120px;
	font-size:11px;
	padding:1px;
}
form#searchWatchlist select {
	margin-right:5px;
	font-size:11px;
}
form#searchWatchlistBasic input.text {
	width:300px;
}


/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	padding:0 0 20px 0;
	letter-spacing:-1px;
	font-size:3.5em;
}

body.overlay h1 {
	padding:5px 10px;
	margin:0;
	background-color:#E2E2E2;
	font-size:1.8em;
	border:1px dashed #838383;
	letter-spacing:0;
}
 
h2 {
	padding:0 0 20px 0;
	font-size:2.5em;
}

h2.contact {
	margin:0 50px 20px 50px;
	width:310px;
	text-align:center;
	float:left;
	display:inline;
	border-bottom:1px dashed #838383;
	padding-bottom:5px;
	font-size:1.5em;
	font-weight:bold;
}

h2.register {
	margin:0 25px 20px 25px;
	text-align:center;
	border-bottom:1px dashed #838383;
	padding-bottom:5px;
	font-size:1.5em;
	font-weight:bold;
}

h2.comments-section-title, h2.comments-section-title-open {
	cursor:pointer;
	font-size:1.5em;
	padding:5px 8px;
	margin:0;
	margin-bottom:5px;
	background-color:#E2E2E2;
	border:1px dashed #838383;
	font-size:1.5em;
	font-weight:bold;
}
h2.comments-section-title:hover, h2.comments-section-title-open:hover {
	background-color:#fff;
}
 
h3 {
	padding:0 0 20px 0;
	letter-spacing:-1px;
	font-size:2em;
}

h3.comments-section-title, h3.comments-section-title-open {
	cursor:pointer;
	padding:3px 5px;
	margin:0;
	background-color:#E2E2E2;
	border:1px dashed #838383;
	font-size:1.2em;
	letter-spacing:0;
	font-weight:bold;
}
h3.comments-section-title:hover, h3.comments-section-title-open:hover {
	background-color:#fff;
}
 
h4 {
	padding:0 0 15px 0;
	font-size:1.2em;
	font-weight:bold;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0;
	padding:0 0 18px 0;
}

ul, ol {
	font-size:1.2em;
	line-height:1.7em;
	margin:0;
	list-style-type:disc;
	padding:0 0 18px 15px;
}
 
blockquote {
	margin:22px 40px;
	padding:0;
}

small {font-size:1em;}
img {border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

pre {
	font-size:12px;
}

 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
 
td, th {
	padding:2px;
	text-align:left;
	font-size:1.2em;
}

th {
	text-align:right;
	vertical-align:top;
}

table.watchlist, table.search, table.directory, table.userlist {width:100%;}
table.watchlist {margin-bottom:5px;}
table.watchlist tr, table.search tr, table.directory tr {height:32px;}
table#users th {
	padding-top:6px;
	padding-right:10px;
}
table.reviews {margin-bottom:15px;}
table.reviews td {padding-right:10px;}

tr.heading td, tr.document td.white {
	background-color:#fff;
	text-align:center;
}
tr.document td {
	background-color:#E4E4E4;
	text-align:center;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
}
tr.document td.first {border-left:2px solid #fff;}
tr.document td.last {border-right:2px solid #fff;}

table.billing-details {
	float:right;
	margin-right:45px;
}
table.your-details {margin-left:78px;}

tr.even td, tr.odd td {
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
}
tr.even td {background-color:#E4E4E4;}
tr.odd td {background-color:#CDCDCD;}

table.to-do td {padding:0 20px 15px 0;}
table.to-do td.completed a {color:#999;}
table.alerts td.light {padding-left:30px;}

table.outstanding-invitations {
	width:100%;
}
table.outstanding-invitations th {
	text-align:left;
}

table.dashboard-overlay-split td {
	width:290px;
	text-align:center;
	vertical-align:top;
}
table.dashboard-overlay-split td.first {
	padding-right:20px;
	border-right:1px dashed #838383;
}
table.dashboard-overlay-split td.second {
	padding-left:20px;
}


/***** Wrapper *****/

.container {
	margin:0 auto;
	width:900px;
}

 
/***** Global Classes *****/
 
.clear {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
 
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
.text-hidden {left:-9999px;position:absolute;}
 
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.highlight {background:#ffc;}
 
.img-left {float:left;margin:5px 20px 5px 0;}
.img-right {float:right;margin:5px 0 5px 20px;}
 
.nopadding {padding:0;}
.noindent {margin-left:0;padding-left:0;}
.nobullet {list-style:none;list-style-image:none;}
.no-bottom-padding {padding-bottom:0;}

.hr {border-bottom:1px dotted #666;margin-bottom:10px;}
.warning, .warning a {color:red;}
.confirm, .confirm a {color:green;}
.greyed-out, .greyed-out a {color:#666;}
.greyed-out-light, .greyed-out-light a {color:#aaa;}
.warning, .confirm {text-align:center;}
.bordered {
	border:1px solid #676767;
	background-color:#fff;
	padding:5px 10px;
	margin-bottom:15px;
}
.small {font-size:0.8em;}
.large {font-size:1.5em;}


/***** Header *****/

.topLinks {
	height:36px;
	text-align:center;
}

.topLinks ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.topLinks li {
	display:inline;
	margin:0;
	padding:0;
	line-height:1.2em;
}
.topLinks a {
	float:left;
	background: url("../../images/menu/down.jpg") no-repeat left top;
	margin:0;
	padding:3px 6px 0 3px;
	text-decoration:none;
	width:120px;
	color:#FFFFFF;
	height:34px;
}
.topLinks li.single-line a {
	padding-top:10px;
	height:27px;
}
.topLinks li.current a {
	background: url("../../images/menu/up.jpg") no-repeat left top;
}
.topLinks li.last a {padding-right:3px;}
.topLinks li.last {padding-left:3px;}

/*.topLinks a span {
	float:right;
	display:block;
	background:url("../../images/menu/down.jpg") no-repeat left top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topLinks a span {float:none;}
/* End IE5-Mac hack */
/*.topLinks .current a {
	float:left;
	background:url("../../images/menu/up.jpg") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	width:126px;
	color:#FFFFFF;
}
.topLinks .current a span {
	float:right;
	display:block;
	background:url("../../images/menu/up.jpg") no-repeat left top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
}*/






.topLinks img {margin-right:3px;}
.topLinks img.last {margin:0;}

.topRight {
	position:absolute;
	width:320px;
	margin-left:580px;
}
.topRight img, .topRight div img {
	margin-top:5px;
	margin-bottom:-3px;
}

div#help-link {
	position:absolute;
	width:90px;
	text-align:right;
	height:25px;
	font-size:1.2em;
}
div#logout-link {
	position:absolute;
	width:70px;
	text-align:right;
	margin-left:250px;
	height:25px;
	font-size:1.2em;
}
/*div#account-link {
	position:absolute;
	margin-top:20px;
	width:300px;
	text-align:right;
	height:35px;
	padding-top:5px;
}*/

#topInfo {
	padding-top:30px;
	text-align:right;
}



/***** Account Dropdown Menu *****/

.headerlinks {
	width:150px;
	display:inline;
	position:absolute;
	margin-left: 100px;
	height:25px;
}

#accountmenu, #accountmenu ul {
	padding:0;
	margin:0;
	list-style:none;
	z-index:10;
}
#accountmenu li:hover ul, li.over ul {
	display:block;
}
.submenus {
	background-color:#fff;
	display:none;
	width:176px;
	position:absolute;
	top:22px;
	left:65px;
	text-align:right;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;*/
	border:2px solid #676767;
}
.submenus li {
	width:100%;
}
.submenus li a {
	display:block;
	width:100%;
	background-color:#fff;
	text-decoration:none;
	padding:0 5px;
	font-size:0.7em;
	border-bottom:1px dashed #838383;
}
.submenus li a.last {
	border-bottom:none;
}
.submenus li a:hover {
	background:#ccc;
}
/* non IE browsers */
#csstopmenu li>ul {
	top:auto;
	left:auto;
}
html>body #clearmenu {
	height:3px;
}
html>body .submenus li a {
	width:auto;
}



/***** Content *****/

.main {
	border:2px solid #686868;
	border-top:5px solid #686868;
	background-color:#E8E8E8;
}
.main div.search {
	padding:6px 18px;
	height:40px;
	background:transparent url('../../images/top-bar-fade.png') top left repeat-x;
	
}
.main div.aaaa {
	padding:6px 18px;
	height:40px;
	background:transparent url('../../images/top-bar-fade.png') top left repeat-x;
	float:left;
	width:860px;
}
.main div.search form.search {
	position:absolute;
	margin-left:250px;
}
.main div.search input {
	margin-top:7px;
}
.main div.search input.text {
	width:200px;
}
.inner {
	width:858px;
}
.main .inner, .main .inner-white {
	padding:10px 18px 0 18px;
	margin:0;
}
.main .inner-white {
	background-color:#fff;
}
body.overlay {
	padding-left:10px;
	width:660px;
}

p.watchlist-section, p.watchlist-section-all, .folder, .folder-open {
}

p.watchlist-section, p.watchlist-section-all {
	font-size:2em;
	letter-spacing:-1px;
}
p.watchlist-section img, p.watchlist-section-all img, .folder img, .folder-open img {
	float:left;
	margin-right:10px;
}
p.watchlist {
	padding:4px 8px 4px 4px;
	border:1px solid #676767;
	background-color:#fff;
	margin-top:5px;
	color:#333;
	cursor:pointer;
	cursor: hand;
}
p.watchlist-open {
	padding:4px 8px 4px 4px;
	border:1px solid #676767;
	background-color:#676767;
	margin-top:5px;
	color:#fff;
	cursor:pointer;
}
p.watchlist a, p.watchlist span a, p.watchlist-section a, p.watchlist-section-all a, .folder a, .folder-open a {
	color:#333;
	text-decoration:none;
}
p.watchlist-open a, p.watchlist-open span a {
	color:#fff;
	text-decoration:none;
}
.folder a.name, .folder-open a.name{
	font-size:2em;
	letter-spacing:-1px;
}
.folder .edit-link, .folder-open .edit-link{
	font-size:1.2em;
	padding-left:7px;
}
.folder .edit-links, .folder-open .edit-links{
	font-size:1.2em;
	padding-left:0px;
}


div.folder {
padding-top:10px;
margin-top:10px;
}

p.watchlist a.record, p.watchlist-open a.record {
	position:absolute;
	margin-left:15px;
	cursor: pointer;
	cursor: hand;
}
p.watchlist span.edit-record, p.watchlist-open span.edit-record {
	float:right;
	text-align:right;
}
p.watchlist .light, p.watchlist-open .light {
	position:absolute;
	margin-left:400px;
}
.lnk_hand {
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
}
.lnk_hand:hover {
}
p.comment-title {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:3px;
	font-size:0.9em;
	color:#999;
}

div.comments-section {
	margin-left:15px;
}

p.section-title {
	font-weight:bold;
	padding-bottom:3px;
	font-size:1.4em;
}

p.close-info, p.close-info-no-refresh {padding:10px 20px 0 0;}
a.close-info, a.close-info-no-refresh {cursor:pointer;}
p.close-info #back-info {padding-left:20px; float:left; visibility:hidden;}

#tabs-container {margin-top:0;}

#tabs-container div.frame {
	overflow:auto;
	height:280px;
}
#tabs-container ul {padding-top:10px;}

div.addLinks {
	position:absolute;
	text-align:right;
	width:260px;
	margin-left:600px;
	padding-top:20px;
}
#tabs-container div.links {
	float:right;
	text-align:right;
	padding-top:2px;
	margin-right:5px;
	height:22px;
}

div.myDocuments {
	padding-bottom:20px;
}
div.myDocuments div div {
	background-color:#fff;
	border:1px solid #676767;
	padding:0 7px 3px 3px;
}




div.box, div.box-wide, div.box-half {
	float:left;
	margin-bottom:18px;
	border:1px solid #676767;
	background-color:#fff;
}
div.box {
	width:250px;
	height:220px;
	margin-right:50px;
}
div.box-wide {
	width:100%;
}
div.box-half {
	width:402px;
	margin-right:50px;
}
div.last {
	margin-right:0;
}
div.box .box-title, div.box-wide .box-title, div.box-half .box-title {
	padding:5px;
	font-size:1.3em;
	color:#fff;
	font-weight:bold;
	background-color:#676767;
}
div.box .box-title, div.box-side .box-title, div.box-half .box-title {
	text-align:center;
}
.box-content {
	padding:10px;
}
div.box .box-content form input.submit {
	margin-bottom:15px;
}
div.box .box-content form input.text {
	text-align:center;
	width:180px;
	margin-bottom:5px;
}

div.box-title-tabbed {
	background-color:#676767;
	font-size:1.3em;
}
div.box-title-tabbed ul {
	padding:0;
	margin:0;
	height:35px;
}
div.box-title-tabbed li {
	display:inline;
	float:left;
	font-weight:bold;
	padding:2px 10px;
	border-right:1px solid #676767;
	background-color:#999999;
}
div.box-title-tabbed li a {
	color:#fff;
}
div.box-title-tabbed li.current {
	background-color:#676767;
}
div.box-title-tabbed li.current a {
	color:#fff;
	background-color:#676767;
	text-decoration:none;
}

div.box-wide .box-title {
	height:23px;
	font-size:1.5em;
}

div.dashboard-side {
	float:right;
	width:220px;
}
div.dashboard-main {
	width:610px;
	float:left;
}

div.box-side {
	background-color:#fff;
	border:1px solid #676767;
	margin-bottom:20px;
}
div.box-side .box-title {
	font-weight:bold;
	border-bottom:1px dashed #838383;
	margin:0 10px;
	padding:5px 0;
	font-size:1.3em;
}
p.box-side-more {
	text-align:right;
}
div.box-side p {
	padding-bottom:0;
}

div.dashboard-activities-column {
	float:left;
	width:280px;
	height:200px;
	margin-right:20px;
	text-align:center;
	border-right:1px dashed #838383;
}
div.dashboard-activities-column2 {
	float:left;
	width:280px;
	text-align:center;
}
div.dashboard-top-right {
	font-weight:bold;
	font-size:1.2em;
	float:right;
	text-align:right;
}
div.dashboard-top-right select, div.add-members-top-right select {
	margin-top:5px;
}
div.add-members-top-right {
	border:1px solid #666;
	background-color:#fff;
	float:right;
	padding:10px 15px;
	margin-bottom:20px;
	text-align:center;
}

p.access-code {
	font-size:1.7em;
	font-weight:bold;
}
div.access-code, div.directory-view {
	position:absolute;
	width:270px;
	height:30px;
}
div.access-code {padding:10px 0;}
div.access-code a {
	padding:3px 8px;
	border:1px solid #686868;
	text-decoration:none;
	background-color:#ddd;
	font-weight:normal;
}
div.directory-view {padding-top:7px;}

div.alert-box {
	float:right;
	width:250px;
	font-size:1.2em;
	padding-top:8px;
}
div.alert-box img {margin:-8px 10px 0 0;}

/*
#watchsnapdt {
	position:absolute;
	margin:-35px 0 0 320px;
	width:200px;
}*/
#watchsnapdt {
	margin-top:-10px;
	margin-left:30px;
}
#watchsnapdt #picker, #watchsnapdt #snapshot-caption {
	float:left;
	display:inline;
}
#watchsnapdt #picker div {position:absolute; width:250px}
#watchsnapdt #picker div input {margin-top:0;}
#watchsnapdt #snapshot-caption {padding:15px 5px 0 0;}
#watchsnapdt #picker {padding-top:13px;}

div#suggest-category-box {
	width:180px;
	text-align:center;
	font-size:1.2em;
}
div#suggest-category-box form input.text {
	width:90px;
}

div#suggest-cat-register-info {
	position:absolute;
	margin:-10px 0 0 140px;
	width:150px;
}

div.register-about-link, div#getting-started {
	position:absolute;
	text-align:right;
	width:220px;
	font-size:.8em;
	color:#fff;
	padding:3px 10px 0 0;
	margin-left:200px;
}
div.register-about-link a, div#getting-started a {
	color:#fff;
}
div#getting-started img {
	float:right;
	margin-left:10px;
}


div.registration-form-column-right {
	float:right;
	width:375px;
}
div.registration-form-column-right div {
	border:1px solid #99ccff;
	background-color:#eaeeff;
	padding:10px;
	margin-left:20px;
	margin-right: 20px;
}
div.registration-form-column-left {
	float:left;
	padding:0 10px 20px 10px;
	width:430px;
}
form#register .registration-form-column-left th, form#register .registration-form-center th {width:170px;}
form#register .registration-form-column-right th {width:125px;}

div.registration-form-center {
	width:430px;
	margin:0 auto;
	padding:0 0 20px 0;
}

div.subscription-options {
	font-size:1.2em;
	width:280px;
	margin:0 auto;
	padding-bottom: 20px;
}
div.subscription-options div {
	text-align:right;
	margin-bottom:10px;
}
div.subscription-options input {
	margin-top:10px;
}


div.limit-results {
	position:absolute;
	width:145px;
	margin-left:700px;
	text-align:right;
}

div.document-list {
	width:350px;
	height:190px;
	position:absolute;
	margin:60px 0 0 450px;
	overflow:auto;
}
div.document-list table .img, div.document-list-registration table .img {
	width:50px;
	height:35px;
}
div.document-list table td {
	vertical-align:top;
}
div.buyer-list table .img {
	width:50px;
	height:25px;
}
div.document-list-registration {
	width:350px;
	height:150px;
	margin:0 0 20px 0;
	overflow:auto;
	float:left;
	border:1px solid #676767;
	padding:20px;
}

td.supply-cat-heading {
	 background-color:#EAEAEA;
	 padding:5px 10px;
}

div.watchlist-folder-selection {
	height:200px;
	overflow:auto;
	border:1px solid #EAEAEA;
	margin-bottom:10px;
}

.search-nav {
	text-align:right;
	padding:5px 0;
	clear:both;
}
p.advanced-search {
	padding:4px 8px 4px 4px;
	border:1px solid #676767;
	background-color:#fff;
	margin-top:5px;
	color:#333;
	font-size:1.4em;
	cursor:pointer;
}
p.advanced-search-open {
	padding:4px 8px 4px 4px;
	border:1px solid #676767;
	background-color:#676767;
	margin-top:5px;
	color:#fff;
	font-size:1.4em;
	cursor:pointer;
}

div.box-wide div.box-collapsible, div.box-wide div.box-collapse {
	color:#333;
	background-color:#fff;
}

div.box-wide div.box-collapse, div.box-wide div.box-collapse-open {
	cursor:pointer;
}

p.advanced-search a.title, p.advanced-search-open a.title {
	text-decoration:none;
	position:absolute;
	margin-left:10px;
}
p.advanced-search a {color:#333;}
p.advanced-search-open a {color:#fff;}
p.search-titles {
	border-bottom:1px dashed #838383;
	padding-bottom:7px;
	margin-bottom:20px;
}
div.search-cat-selector {
	float:right;
	width:380px;
	border-left:1px dashed #838383;
	padding-left:20px;
	height:200px;
}
div.advanced-search-buttons {text-align:right;}

.status-bar {
	color:#ccc;
	font-weight:bold;
}
.status-current {
	color:#333;
}

.watchlist-upgrade-box {
	width:400px;
	padding:10px 15px 0 15px;
	margin-top:30px;
	background-color:#fff;
	border:1px solid #676767;
}

.awaiting-approval, .awaiting-approval-open {font-weight:bold;}
.awaiting-approval {color:red;}
.awaiting-approval-open {color:white;}

.level1 {margin-left:30px;}
.level2 {margin-left:60px;}
.level3 {margin-left:90px;}
.level4 {margin-left:120px;}
.level5 {margin-left:150px;}
.level6 {margin-left:180px;}
.level7 {margin-left:210px;}
.level8 {margin-left:240px;}
.level9 {margin-left:270px;}
.level10 {margin-left:300px;}

img.thumb {border:1px solid #ccc;}



/***** Overlay *****/

#tabs-container div {padding:10px 0;}

#overlay, #overlay-content {
	display:none;
	position:fixed;
}

#overlay {
	top:0;
	left:0;
	height:120%;
	width:100%;
	background-color:#333;
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}

#loading {
	position:absolute;
	padding-top:200px;
	left:0;
	/*top:125px;*/
	top:0;
	z-index:1000;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
}
.loading-main {
	height:100%;
	width:100%;
}
.loading-overlay {
	width:680px;
	height:200px;
}

#overlay-content {
	top:75px;
	left:0;
	width:100%;
	text-align:center;
}
#overlay-content div {
	background-color:#fff;
	border:1px solid #333;
	width:700px;
	margin:0 auto;
	text-align:right;
}
#overlay-iframe {
	margin-bottom:10px;
	width:700px;
	height:410px;
	background-color:#fff;
}


div.my-docs-container {margin-top:10px;}

#upload_next_doc_link {display:none;}


/***** Footer *****/

.bottom {
	margin-top:15px;
	color:#2B2B2B;
	font-size:1.2em;
}
.bottom .copyright {
	font-size:0.8em;
	padding-top:5px;
}
.bottom a {
	color:#2B2B2B;
	font-weight:normal;
}
.disclaimer {
	margin-top:15px;
	font-size:1em;
	text-align:justify;
}
.disclaimer, .disclaimer a {
	color:#999;
}


/***** Rounded Corners *****/

.corners{display:block}
.corners *{
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#93c9ff}
.corners1{
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #d0e7ff;
border-right:1px solid #d0e7ff;
background:#aed6ff}
.corners2{
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #f4f9ff;
border-right:1px solid #f4f9ff;
background:#a7d3ff}
.corners3{
margin-left:1px;
margin-right:1px;
border-left:1px solid #a7d3ff;
border-right:1px solid #a7d3ff;}
.corners4{
border-left:1px solid #d0e7ff;
border-right:1px solid #d0e7ff}
.corners5{
border-left:1px solid #aed6ff;
border-right:1px solid #aed6ff}
.cornersfg{
background:#93c9ff;
padding:5px;
}



/***** Help Tooltips *****/

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}



/***** Date Picker *****/

.table-style {
	BORDER-RIGHT: #a0a0a0 1px solid; BORDER-TOP: #a0a0a0 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #a0a0a0 1px solid; BORDER-BOTTOM: #a0a0a0 1px solid; FONT-FAMILY: arial; BACKGROUND-COLOR: #ffffff
}
.div-style {
	Z-INDEX: 999; VISIBILITY: hidden; POSITION: absolute
}
.title-style {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; COLOR: #ffffff; PADDING-TOP: 2px; FONT-FAMILY: arial
}
.title-background-style {
	BACKGROUND-COLOR: #999999
}
.title-control-normal-style {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; CURSOR: pointer; BORDER-BOTTOM: #999999 1px solid
}
.title-control-select-style {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; CURSOR: pointer; BORDER-BOTTOM: #999999 1px solid
}
.dropdown-style {
	BORDER-RIGHT: #a0a0a0 1px solid; BORDER-TOP: #a0a0a0 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #a0a0a0 1px solid; CURSOR: pointer; BORDER-BOTTOM: #a0a0a0 1px solid; FONT-FAMILY: arial; BACKGROUND-COLOR: #ffffdd
}
.dropdown-select-style {
	BACKGROUND-COLOR: #ffcc99
}
.dropdown-normal-style {
	
}
.body-style {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #ffffff
}
.current-day-style {
	FONT-WEIGHT: bold; COLOR: red; TEXT-DECORATION: none
}
.end-of-weekday-style {
	COLOR: #909090; TEXT-DECORATION: none
}
.normal-day-style {
	COLOR: black; TEXT-DECORATION: none
}
.selected-day-style {
	BORDER-RIGHT: #909090 1px solid; BORDER-TOP: #909090 1px solid; BORDER-LEFT: #909090 1px solid; BORDER-BOTTOM: #909090 1px solid
}
.holiday-style {
	BACKGROUND-COLOR: #ffdddd
}
.today-style {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: black; PADDING-TOP: 0px; BACKGROUND-COLOR: #f0f0f0; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.weeknumber-div-style {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #d0d0d0
}






/* Nikolas Added*/
div.section-menu a{
	font-size:1.3em;
	margin-right:20px;
}
#ec-box span.subsect{
	font-size:1.2em;
	margin-right:10px;
	font-weight:bold;

}
#ec-box .selected{
	text-decoration:none;
}
div.sub-subsect .subsect{
	cursor:pointer;
	text-decoration:underline;
}
div.ec-from-row{
	clear:both;
}
div.ec-from-row div.ec-from-label{
	float:left;
	width:150px;
	font-size:1.2em;
	font-weight:bold;
}
div.ec-from-row div.ec-from-input{
	float:left;
	width:250px;
}

.alphahide{
	float:left;
	display:none; 
	padding:1px;
}
.alphahide a{
	padding:1px;
	border:1px solid #E8E8E8;
}
.alphahide a:hover{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}
