/* Main Site Template Styles
---------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	text-align: center;	/* IE Workaround for centering */
	font-family: Verdana, Geneva, Arial;
	font-size: 80%;
}

#header-wrapper {
	width: 100%;
	text-align: center;
}

#header {
	width: 775px;
	height: 66px;
	text-align: left;	/* Counteract IE centering workaround */
	vertical-align: middle;
	background-color: white;
	padding: 0px;
	padding-top: 5px;
}

#header-logo {
	width: 275px;
	height: 64px;
	background-color: white;
	text-align: left;
	float: left;
	padding: 0px 0px 2px 0px;
}

#logo-main {
	padding: 0px;
}

#logo-tagline {
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	font-size: 1.05em;
}

#header-menu {
	width: 480px;
	height: 64px;
	padding: 0px 0px 2px 0px;
	text-align: right;
	vertical-align: bottom;
	float: right;
}

#mainmenu-wrapper {
	width: 100%;
	background-color: #D3CCBA;
	text-align: center;
}

#mainmenu {
	width: 775px;
	clear: left;
	color: #ffffff;
	height: 32px;
	padding: 0px 0px;
	background-color: white;
}

/* Content */
#content-wrapper {
	width: 100%;
}

#content-wrapper1 {
	width: 775px;
}

/*#content-wrapper1 {
	width: 781px;
	padding: 0;
	margin: 0;
	padding-left: 8px;
	background: url(shadowLeft.png) repeat-y 0 0;
}
#content-wrapper2 {
	width: 774px;
	padding: 0;
	margin: 0;
	padding-right: 8px;
	background:url(shadowRight.png) repeat-y 100% 0;
}*/

#content {
	/*clear: both;*/
	text-align: left; /* Counteract IE centering workaround */
	padding: 10px 0px 20px 0px;
	vertical-align: top;
	line-height: 130%;
	min-height: 500px;
	background-color: white;
}

#content_left {
	float: left;
	width: 97px;
	margin: 0;
	padding: 0px 3px 0px 0px;
}
#content_center {
	margin: 0px 147px 0px 100px;
	border-left: 1px dashed gray;
	border-right: 1px dashed gray;
	padding: 0px 5px 0px 5px;
	min-height: 550px;
}
* html #content_center { /* IE Hack, min-height, bad positioning */
	height: 550px;
	margin-top: -15px;
}
#content_center_2col {
	margin: 0px 147px 0px 0px;
	border-right: 1px dashed gray;
	padding: 0px 5px 0px 0px;
	min-height: 550px;
}
* html #content_center_2col { /* IE Hack, min-height, bad positioning */
	height: 550px;
	margin-top: -15px;
}
#content_center_2col_l {
	margin: 0px 0px 0px 100px;
	border-left: 1px dashed gray;
	padding: 0px 0px 0px 5px;
	min-height: 550px;
	position: relative;
	z-index: 0;
}
* html #content_center_2col_l { /* IE Hack, min-height, bad positioning */
	height: 550px;
	margin-top: -15px;
}
#content_right {
	padding: 0px 0px 0px 3px;
	float: right;
	width: 140px;
	margin: 0;
	font-family: Verdana, Geneva, Arial;
	font-size: 0.9em;
	position: relative;
	z-index: 0;
}
* html #content_center_2col_l { /* IE Hack, min-height, bad positioning */
	height: 550px;
	margin-top: -15px;
}
#left_nav {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#left_nav li {
	list-style-type: none;
	border-bottom: 1px dashed gray;
	padding: 5px 0px 2px 0px;;
}

/* Footer */
#footer {
	clear: both;
	text-align: left;	/* Counteract IE centering workaround */
	border-width: 0px 0px 0px 0px;
	font-size: 0.75em;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	vertical-align: bottom;
	color: white;
	background-color: #800000;
}

#copyright {
	clear: both;
	padding: 4px 10px;
	height: 15px;
	vertical-align: top;
	background-color: #f0f0f0;
	border-bottom: 1px solid Black;
	font-size: 0.75em;
	text-align: left;	/* Counteract IE centering workaround */
}

#copy-text {
	float: left;
}

#copy-sys {
	float: right;
}

/* Icons */
#icons-wrapper {
	width: 100%;
}

#icons {
	width: 775px;
	clear: both;
	padding: 10px 0px;
	vertical-align: top;
	text-align: center;
}

#icons img {
	padding: 0px 5px;
	margin: 0px;
}


/* Browse Tables
---------------------------------------------------------*/
.marginTopBottom {
	margin-top: 5px;
	margin-bottom: 5px;
}

.browseTable {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse; /* for IE */
	border-spacing: 0px;
}

.browseTable thead tr th, .browseTable thead tr td {
	background-color: #D3CCBA;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}

.browseTable thead a:link, .browseTable thead a:visited {
	color: #000000;
	text-decoration: none;
}
.browseTable thead a:hover {
	color: #000000;
	text-decoration: underline;
}

.browseTable tbody td {
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
}

.browseTable tfoot td {
	padding: 5px;
}

.browseHover {
	background-color: #99CC99;
}

/* Table Styles
---------------------------------------------------------*/
table.full {
	width: 100%;
	margin-bottom: 10px;
}

table.border{
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: silver;
}

table.border td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: silver;
	padding: 2px;
}

.heading {
	font-weight: bold;
	background-color: #CCDDEE;
}

.spaceTopBottom {
	margin: 8px 0px 8px 0px;
}

tfoot.total td {
	 border-top: 1px solid Black;
	 border-bottom: 4px double Black;
	 font-weight: bold;
}

table {
	padding: 2px 0px;
}

table td, table th {
	padding: 2px 5px 2px 0px;
}

/* Element Text Styles
---------------------------------------------------------*/
/* Heading elements */
h1 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 140%;
}

h2 {
	font-weight: bold;
	font-size: 125%;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}

h3.faq {
	text-decoration: none;
	background-image: url(/images/help.png);
	text-indent: 20px;
	background-repeat:no-repeat;
}

sup {
	font-size: 0.8em;
}

sub {
	font-size: 0.8em;
	font-style: italic;
}

/* Force wrapping of long lines
   http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
pre {
	font-size: 1.2em;
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
 	word-wrap: break-word;
}
/* Hack to get PRE text to look the same size as normal
text in FireFox while still looking normal in IE */
pre, code {
    font:115% monospace;*font-size:100%;
}

ul {
	
}

/* General Text Styles
---------------------------------------------------------*/
.compName {
	font-weight: bold;
	font-style: italic;
	color: gray;
}

.tip {
	margin: 0px 0px 10px 0px;
	padding: 4px;
   border-bottom: #008000 1px solid;
	border-right: #008000 1px solid;
	border-top: #008000 1px solid;
	border-left: #008000 1px solid;
   background: #eeeeff;
   color: #000066;
}

.caption {
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
}

/* Decoration */
.inline { display: inline; }
.big { font-size: 1.1em; }
.bigger { font-size: 1.2em; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.topPadM { padding-top: 10px; }
.topPadS { padding-top: 5px; }
#footnote { font-size: 0.9em; }
#footnote sup { font-size: 0.8em; }
.subText { font-size: 0.8em; }

.hyperlink {
	color: blue;
	text-decoration: underline;
}

/* Alignment */
.text-bottom { vertical-align: text-bottom; }
.center { text-align: center; }
.hleft { text-align: left; }
.hcenter { text-align: center; }
.hright { text-align: right; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.vtextbottom { vertical-align: text-bottom; }

/* Cursors */
.cursorhelp { cursor: help;  }
.curhelp { cursor: help;  }
.cursorwait { cursor: wait;  }
.curwait { cursor: wait;  }
.cursortext { cursor: text;  }
.curtext { cursor: text;  }

/* Padding */
.pad2 { padding: 2px }
.pad5 { padding: 5px }
.pad10 { padding: 10px }

.padr2 { padding-right: 2px }
.padr5 { padding-right: 5px }
.padr10 { padding-right: 10px }

.padl2 { padding-left: 2px }
.padl5 { padding-left: 5px }
.padl10 { padding-left: 10px }

/* Margin */
.marg2 { margin: 2px }
.marg5 { margin: 5px }
.marg10 { margin: 10px }

.margr2 { margin-right: 2px; }
.margr5 { margin-right: 5px; }
.margr10 { margin-right: 10px; }

.margl2 { margin-left: 2px; }
.margl5 { margin-left: 5px; }
.margl10 { margin-left: 10px; }

/* Feedback */
.errorHeading {
	font-weight: bold;
	color: Red;
}
.errorText { color: Red; }

#notice{
	color: black;
	border: 1px solid silver;
	padding: 5px;
	vertical-align: middle;
	margin-bottom: 10px;
	font-weight: bold;
}
#notice table, #notice table td, #notice table th{
	padding: 0px;
}
.nerror { background-color: #FF6666; }
.ninfo { background-color: #CCDDEE; }
.nsuccess { background-color: #99CC99; }
.nnotice { background-color: #FFCC33; }

/* Tooltips */
.tt { cursor: help; }
img.tt { vertical-align: text-bottom; }
span.tt { border-bottom: 1px dashed silver; }

/* List Styles */
.listbullet { list-style-type: disc; }
.listdecimal { list-style-type: decimal; }
.listlowerroman { list-style-type: lower-roman; }
.listupperroman { list-style-type: upper-roman; }
.listloweralpha { list-style-type: lower-alpha; }
.listupperalpha { list-style-type: upper-alpha; } 


/* Form Styles
---------------------------------------------------------*/
input, textarea {
	border: thin solid #808080;
	border-width: 1px 1px 1px 1px;
}
input[type=checkbox] {
	border: none;
}
input[type=radio] {
	border: none;
}

fieldset {
	 border: 1px solid silver;
	 margin-left: 0px;
	 margin-right: 0px;
}

legend img {
	vertical-align: middle;
	padding-bottom: 4px;
}

.label {
	font-weight: bold;
	vertical-align: top;	
}

form {
    margin: 0;
    padding: 0
}

/* Link Styles
---------------------------------------------------------*/
a:link, a:visited {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img{
	border: 0;
	border-bottom: 0;
}

a.foot:link, a.foot:hover, a.foot:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none
}

/* Documentation Styles
---------------------------------------------------------*/
.code {
    border: 1px dashed #DCDCDC;
    padding: 5px;
    background-color: #FFE4B5;
}

#nb {
    background-color: #FF0000;
    border: 1px dashed #DCDCDC;
    padding: 5px;
}
#note {
    background-color: #6699CC;
    border: 1px dashed #DCDCDC;
    padding: 5px;
}
#note a:link, #note a:hover, #note a:visited {
	color: #FFFF66;
}

ol.notes li {
	margin-left: -10px;
	font-family: Tahoma, Arial, sans-serif;
}

.partLink{ font-weight: bold; }
.partSection{ text-decoration: underline; }
.partVariable { font-style: italic; }
.partButton { font-style: italic; }

/* Variable tables */
table#vars {
	border-top: 1px solid black;
	border-left: 1px solid black;
}
table#vars thead td {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 4px;
}
table#vars tbody td.first {
	background-color: #E6E6E6;
	color: black;
}
table#vars tbody td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 4px;
}

/* Features table */
#features {
	text-align: center;
}

#features thead tr {
	background-color: #D3CCBA;
}

#features thead tr a:link, #features thead tr a:hover, #features thead tr a:visited {
	color: black;
	text-decoration: none;
}

#features thead tr th, #features thead tr td {
	padding: 4px 6px;
	font-weight: bold;
}

#features tbody tr td {
	border-bottom: 1px solid silver;
	text-align: center;
	padding: 4px 6px;
}

#features tbody tr td#section {
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-left: 0px;
}

#features tbody tr td#label {
	text-align: left;
	padding-left: 10px;
}

#features tbody tr td#sublabel {
	text-align: left;
	padding-left: 20px;
}

#features tbody tr td#amount, #features tbody tr td#number {
	text-align: right;
}

#features tfoot tr td {
	padding-top: 10px;
	text-align: left;
}

/* Content Table of Contents */
#content-toc {
	float: right;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	position: relative;
	z-index: 1;
	max-width: 45%;
}
#content-toc-header, #content-toc-toc {
	margin: 0px 0px 4px 4px;
	padding: 2px;
	background-color: white;
	text-align: left;
} 

#content-export {
	float: right;
	margin: 0px;
}

#content-toc ul {
	margin: 0px;
	padding: 0px 0px 0px 1em;
} 

#content-toc li {
	list-style-type: none;
	background: transparent url(/images/tocdot.gif) no-repeat scroll 0 0.7em;
	padding-left: 0.7em;
} 

/* */
.grayborder, .greyborder {
	border: 1px solid gray;
}

.hidden {
	display: none;
}

.secheading {
	font-size: 125%;
	font-weight: bold;	
}