/* Layout start */
body {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333;
    background-color: #fff;
}

.remainingQuota {
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
}

p {
    font: 11px / 20px verdana, arial, helvetica, sans-serif;
    margin: 0 0 0.2em;
    padding: 0px;
}

p.bright {
    color: #CC0000;
}

.error {
    color: #FF0000;
}

p.headerMargin {
    margin-top: 0.1em;
    margin-bottom: 0.1em
}

#Content>p {
    line-height: 1.8;
}

#Content>p+p {
    margin-top: -0.2em;
}

#Menu>p {
   color: black;
   line-height: 1.2em;
    font-size: 11px;
    padding-bottom: 1em;
    font-family: verdana, arial, helvetica, sans-serif;

}

#Menu>p.bright {
    color: #DB1F24;
}

#Menu>p+p {
    margin-top: -0.2em;
}

input, textarea, select {
    font: 1em verdana, arial, helvetica, sans-serif;
}

.button {
    font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #eee;
}

.default {
    font-weight: bold;
}

.select {
    font: 1em verdana, arial, helvetica, sans-serif;
}

table.frontPageTable {
    background-color: #DDDDDD;
}

table.standardtable {
    border: 1px solid #CCC;
    background-color: white;
    font: 0.9em;
    margin: 0.1em 0 0.1em;
    border-collapse: collapse;
}

td.standardtable {
    border-bottom: 1px dotted #AAA;
    border-right: 1px dotted #AAA;
    padding: 0.5em 0.5em 0.3em;
}

table.documentListTable {
    background-color: white;
    border: 1px solid #CCC;
    font: 0.2em;
    margin: 0.5em 0 1em;
    border-collapse: collapse;
}

td.documentListColumn {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-weight: normal;
    text-align: left;
}

td.documentListColumnRightAlign {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-weight: normal;
    text-align: right;
}

th.documentListColumnRightAlign {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-weight: bold;
    text-align: right;
}
td.documentListColumnAction {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-weight: normal;
    text-align: center;
}

th.documentListColumnAction {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-weight: normal;
    text-align: left;
}


th.documentListColumn {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-weight: normal;
    text-align: left;
}

th.sortable {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-weight: normal;
    text-align: left;
}
td.documentListTable {
    border: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
}

tr.documentListTable {
    border-bottom: 1px dotted #CCC;
    padding: 0.2em 0.2em 0.2em 0.2em;
}


td.standardtablegrandtotal {
    border-bottom: 1px dotted #CCC;
    padding: 0.1em 0.5em 0.3em;
    color: #DB1F24;
    font-style: italic;
    text-align: left;
    font-size: 1.5em; /* ~24px */
}

th.standardtable {
    border: 1px dotted #CCC;
    padding: 0.3em 0.4em 0.3em;
    /* font-style: italic; */
    font-weight: normal;
    text-align: left;
}

th.standardtablegrandtotal {
    border-bottom: 1px dotted #CCC;
    padding: 0.1em 0.5em 0.3em;
    color: #DB1F24;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    font-size: 1.5em; /* ~24px */
}

td.itemstable {
    padding: 0 0.5em 0.3em;
    border-bottom: 1px dotted #AAA;
}

td.itemstable_adjacent {
    border-left: 1px dotted #CCC;
    border-bottom: 1px dotted #AAA;
    padding: 0 0.5em 0.3em;
}

th.itemstable {
    border-bottom: 1px solid #AAA;
    padding: 0 0.5em 0.3em;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}

th.itemstable_adjacent {
    border-bottom: 1px solid #AAA;
    border-left: 1px dotted #AAA;
    padding: 0 0.5em 0.3em;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}

th.itemstable_adjacent_pricing {
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    padding: 0 0.3em 0.3em;
    text-align: left;
    width: 200px;
    background-color: #FFFF99;
    font-size: 1.1em;
}

td.itemstable_pricing {
    border: 1px solid #AAA;
    padding: 0.3em 0.3em 0.3em;
    text-align: left;
    width: 120px;
    background-color: #FFFF99;
    font-weight: bold;
    font-size: 1.2em;
}
/**/

a {
    color: #DB1F24; /* Was #09c */
    text-decoration: none;
    font-weight: 600;
}

a:link {
    color: #DB1F24;
}

/* Was #09c */
a:visited {
    color: #B51C27;
}

/* Was #07a */
a:hover {
    background-color: #eee;
}

a img {
    border: none;
}

h1 {
    color: #444B4C;
    font-size: 2.0em; /* ~24px */
    font-weight: 700;
    font-family: verdana, arial, helvetica, sans-serif; /* Again, it's the logotype, so we want this control. */
    margin: 0;
    padding: 0;
}

h2 {
    color:  #444B4C;
    font-size: 1.5em; /* ~24px */
    font-weight: 700;
    margin: 0 0 .2em; /* margin-bottom: ~20px */
}

h3 {
    color:  #444B4C;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 0 .2em; /* ~18px 0 ~3px */
}

h4 {
    color:  #444B4C;
    font-size: 1em;
    font-weight: 800;
    margin: 0 0 .2em; /* ~18px 0 ~3px */
}

h5 {
    color:  #444B4C;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 .2em; /* ~18px 0 ~3px */
}

.highlight {
color: #DB1F24; /* Was #09c */
}

#Header {
    margin: 0px 0px 10px 0px; /* Was margin:50px 0px 10px 0px; */
    padding: 15px 0px 40px 20px; /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height: 33px; /* 14px + 17px + 2px = 33px */
    line-height: 11px;
    background-color: #333; /* Was #eee */
    background-image: url( ../images/invoice_place.gif );
    background-position: bottom left;
    background-repeat: no-repeat;

    /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 14px; /* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {
    height: 14px;
}

#Footer {
    font-size: 1em;
    padding: 0px 0px 0px 0px;
}

#ContactContent {
    padding: 5px; /*background-color:#fff;*/
}

#Content {
    margin: 0px 38px 50px 7px;
    padding: 0px; /*background-color:#fff;*/
}

#TabsContent {
    margin: 0px 38px 0px 10px;
}

#Menu {
    padding-top: 15px;

    position: absolute;
    top: 105px;
    right: 15px;
    width: 140px;
    padding: 10px;
    background-color: white; /* Was #eee */
    border: 1px dashed #DB1F24;
    line-height: 17px; /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
}

#HelpBox {
    padding: 2px;
    background-color: white; /* Was #eee */
    border: 1px dashed #DB1F24;
    line-height: 17px; /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
    text-align: center;
    width: 385px;

}
/* Again, "be nice to Opera 5". */
body>#Menu {
    width: 190px;
}

/* This is to split the screen into sections */
.Section {
    width: 700px;
    float: left;
    padding: 0px; /*background-color:#ff0000;*/
}

/* For results sections (ie tables) */
.TableContainer1 {
    float: left;
    padding: 4px;
}

/* For free links sections. */
.freeAccess {
    text-align: left;
    padding-right: 20px;
    padding-bottom: 6px;

    color: #333;
    text-decoration: none;
    font-weight: 600;
}

/* Rules for front index page */
table#start {
    width: 100%;
}

.startnote {
    font-weight: bold;
    font-size: 150%;
}

td#loginCell {
    width: 40%;

}

table.subtable {
    margin-left: auto;
    margin-right: auto;
}

/* End rules for front index page. */



linkAction {

    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.linkAction p {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.linkAction a {
    color: #333;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 16px;
    padding-top: 2px;
    background-image: url( "../images/swirl_small.gif" );
}


.linkAction a:hover {
    color: #DB1F24;
    background-color: #fff;
}

/* required fields asterix marker*/

.required {
    color: #DB1F24;
    font-weight: 800;
}

/* Control panel stuff. */

#controlpaneltabs {
    float: left;
    width: 100%;
/*    background: #fff url( "../images/controltab_bg.gif" ) repeat-x bottom; */
    font-size: 0.9em;
    line-height: normal;
}

#controlpaneltabs ul {
    margin: 0px;
    padding: 0px 40px 0px 0px;
    list-style: none;
}

#controlpaneltabs li {
    float: left;
    background: url( "../images/controltab_norm_right.gif" )
    no-repeat right top;
    margin: 0;
    padding: 0;
}

#controlpaneltabs a {
    float: left;
    color: #fff;
    display: block;
    background: url( "../images/controltab_norm_left.gif" )
    no-repeat left top;
    padding: 5px 14px 5px 12px;
}

#controlpaneltabs a:hover {
    color: #CCC;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#controlpaneltabs a {
    float: none;
}

/* End IE5-Mac hack */

#controlpaneltabs #current {
    background-image: url( "../images/controltab_norm_right_on.gif" );
}

#controlpaneltabs #current a {
    color: #444B4C;
    background-image: url( "../images/controltab_norm_left_on.gif" );
}

#controlpanelbody {
    float: left;
    width: 100%;
    background-color: #EAF2ED;
    border-top: 1px solid #444B4C;
    border-bottom: 1px solid #444B4C;
    border-left: 1px solid #444B4C;
    border-right: 1px solid #444B4C;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
}

#ContentBody {
    float: left;
    width: 100%;
    background-color: #EAF2ED;
    border-top: 1px solid #444B4C;
    border-bottom: 1px solid #444B4C;
    border-left: 1px solid #444B4C;
    border-right: 1px solid #444B4C;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
}

p.statusMessage {
	font-weight:	bold;
	font-size:		150%;
}

td.signup {
	font-size:		120%;
	padding-bottom:	5px;
}

.mainMsgText, .mainMsgText p {
	font-size:		120%;
	font-weight:	bold;
	margin-top:		15px;
	margin-bottom:	15px;
}

.msgText, .msgText p {
	font-weight:	bold;
}

td.userConfirmLabels {
	width:			10em;
}

#VerticalSplash {
	clear: both;
	background-color: #444B4C;
border: solid thin #D33F41;
	height: 60px;
	}

#VerticalSplash p {
	font-family: "lucidia grande", arial, helvetica, sans-serif;
	font-size: 1.6em;
	color: #E8EFEA;
	text-align: right;
	padding-top: 25px;
	padding-right: 5px;
	}
#VerticalSplash a {
	text-decoration:none;	
	font-weight: normal;
	font-family: "lucidia grande", arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #E8EFEA;
}
#VerticalSplash a:hover  {
	color: #fff;
	background-color: #444B4C;
	text-decoration:none;
}
.arrow_redright {
	text-decoration:none;
	padding-top: 22px;
	padding-bottom: 8px;	
	padding-right:50px;
	background: url("../images/arrow_redright.gif")  no-repeat center right;
	}

.large_number {
	font-size: 3.5em;
	color: #D33F41;
}

.reportborder {

	border: 1px solid #444B4C; padding: 10px;
}

/* Layout end */

/* supernote start */

/*body {
 font: 13px/1.4 sans-serif;
} */

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

a.supernote:link {
	color: black;
	font-weight: normal;
}

a.supernote:visited {
	color: black;
	font-weight: normal;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 40em;

}
.notedefault {
 padding: 5px;
 border: 1px solid #DB1F24;
 background-color: white;
 color: black;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #DB1F24;
 background-color: white;
 color: black;
}

.notedefault p {
   color: black;
   line-height: 1.2em;
    font-size: 11px;
    padding-bottom: 0.5em;
    font-family: verdana, arial, helvetica, sans-serif;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
    color:  #DB1F24;
    font-size: 1em;
    font-weight: 800;
margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 margin-top: 1px;
 width: 10px;
 height: 10px;
 line-height: 10px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}

/* supernote end */


