/* global font and body settings */
body {
	font-size : 100%;
	background-color : #d3d6d9;
	padding: 0px;
	color: #333333;
	margin: 0px 0px 30px 0px;
}
body, td, th {
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}
pre, tt, code {
	font-family : courier new, monospaced;
	font-size : 9pt;
}
#pageContainer {
	display: block;
	position: relative;
	clear: both;
	background-color: #fff;
	border: 1px solid #999;
	padding: 40px;
	margin: 30px;
	z-index: 1;
	-moz-border-radius: 6px;
}
#pageHeader {
	display: block;
	position: relative;
	height: 80px;
	background-color: #e7eaee;
	border: 1px solid #cccccc;
	border-bottom: none;
	margin: 10px 0px 0px 0px;
	z-index: 2;
	-moz-border-radius: 5px 5px 0px 0px;
}
#pageBody {
	margin: 0px 18px 0px 20px;
	z-index: 2;
}



/* anchors */
a:link {
	color: #11568c;
}
a:visited {
	color: #571c8d;
}
a:hover {
	color: #7a1d42;
/*	text-decoration : underline; */
}
a:active {
	color: #7a1d42;
}

caption {
    text-align : left;
    border : 1px #ccc solid;
    border-width : 1px 1px 0px 1px;
    background-color : #eee;
    padding : 4px;
    font-weight : bold;
    font-size : 10pt;
}
caption.empty {
    display : none;
}

/* page header elements (logo and navigation) */
#logo {
	display: block;
	position: relative;
	background: url(images/header_logo.gif) no-repeat;
	width: 138px;
	height: 40px;
	margin: 21px 20px 0px 0px;
	overflow: hidden;
	float: right;
}
.navigation {
	display: block;
	position: relative;
	height: 20px;
	background-color: #335588;
	border: 1px solid #cccccc;
	border-top: none;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}
.navigation a {
	margin: 0px 0px 0px 20px;
}
.navigation a:link { color: #ffffff; }
.navigation a:visited { color: #ffffff; }
.navigation a:hover { color: #ffffff; }
.navigation a:active { color: #ffffff; }



/* headings */
h1 {
	display: block;
	position: relative;
	font-size : 1.7em;
	font-weight : bold;
	color: #670e15;
	padding: 0px;
	margin: 30px 0px 0px 20px;
}
h2 {
	font-size : 1.3em;
	font-weight : bold;
	margin: 40px 0px 6px 0px;
	padding: 0px;
	color: #335588;
}
h3 {
	font-size : 1.0em;
	font-weight : bold;
	margin: 25px 0px 3px 0px;
	padding: 0px;
	color: #334466;
}



/* general elements */
p {
	margin: 0px 0px 15px 0px;
}

ul {
	margin: 5px 0px 15px 35px;
}
li {
    padding-bottom : 1em;
}
li ul {
    padding-top : 1em;
}
li a {
    font-weight : bold;
}
tt {
	font-family : courier new;
	font-weight : bold;
	color : #060;
}
hr {
	display: block;
	height: 1px;
	background-color: #999999;
	border: none;
	margin: 40px 0px 20px 0px;
}
pre {
	display: block;
	width: 100%;
	overflow: auto;
}
fieldset {
	display: block;
	margin: 10px;
	border : 1px #ccc solid;
	-moz-border-radius : 5px;
}
fieldset legend {
	font-weight: bold;
}
fieldset pre {
	padding : 1em;
	margin : 0px;
	overflow: auto;
}

/* classes */
.comment {
	color : #666;
	font-style : italic;
}
.footer {
	font-size : 0.8em;
	color : #999;
	text-align : center;
	width : 100%;
	border-top : 1px #ccc solid;
	padding-top : 2px;
}
.code {
    font-family : courier new;
	width: auto;
    border : 1px #ccc solid;
    padding : 6px;
    margin : 10px 20px 10px 20px;
}

.note {
	border: 1px #999 dashed;
	padding: 1em;
	font-size: .85em;
	background-color : #eee;
}
.nav, .nav a {
	font-family : verdana;
	font-size : 0.85em;
	color : #600;
	text-decoration : none;
	font-weight : bold;
}
.nav {
	width : 100%;
	border-bottom : 1px #ccc solid;
	padding : 3px 3px 5px 1px;
}
.nav a:hover {
	text-decoration : underline;
}
.question {
    font-style : italic;
	padding: 5px 0px 5px 0px;
}
.answer {
    padding: 5px 0px 15px 15px;
}
.toc {
	right: 5px;
}
.description {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 8pt;
    color : #666;
}
.path {
    color: #33c;
}

.message {
    width: 100%;
    color: #c00;
    font-weight: bold;
    vertical-align: top;
    margin-bottom : 1em;
    background-image : url(images/warn-16x16.gif);
    background-repeat : no-repeat;
    padding-left : 22px;
}
.red {
	color: #cc0000;
}
.darkgreen {
	color: #006600;
}
.navy {
	color: #000099;
}
.orange {
	color: #cc6600;
}
.lightblue {
	color: #3366cc;
}




/* Index.html styles */
.sidebar {
    float : right;
	padding-top : 1em;
	padding-left : 2em;
	width: 220px;
}
.sidebar thead th {
	text-align : left;
	border-bottom : 1px #ccc solid;
	background-color : #eee;
	padding : 3px 3px 3px 4px;
}
.sidebar ul {
	padding: 0px;
	margin: 6px 0px 0px 0px;
	padding-left: 25px;
}
.sidebar li {
	font-size : .85em;
	padding-left : 0px;
}
.sidebar li a {
	font-weight : normal;
}
.sidebar form {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.sidebar input {
	font-size : .95em;
	margin : 2px 0px 2px 0px;
}
.sidebar caption {
    text-align : left;
    border-top : 0px;
    border-left : 0px;
    border-right : 0px;
    border-bottom : 1px #ccc solid;
	background-color : #eee;
	padding : 3px 3px 3px 4px;
}



/* Database Schema Guide styles */
.toc TD, .toc TH {
	padding: 3px;
	border-bottom: 1px #ccc solid;
	text-align: left;
}
.toc TH {
	border-bottom: 2px #ccc solid;
}
.toc .c1, .toc .c2 {
	padding-left: 1em;
}
.toc .c2 {
	text-align: center;
}

#tables TABLE {
	border: 1px #ccc solid;
	width: 600px;
}
#tables TR TH {
	border-bottom: 1px #ccc solid;
}
#tables TH, #tables TD {
	padding-right: 15px;
}
#tables TH {
	text-align: left;
	white-space: nowrap;
	background-color: #eee;
}
.primary-key {
	background-color: #ffc;
}
.removed TD {
	color: #666;
	font-style: italic;
	text-decoration: line-through;
}


.jiveTable {
    border : 1px #ccc solid;
    border-bottom : none;
    border-right : none;
}
.jiveTable TD, .jiveTable TH {
    border-bottom : 1px #ccc solid;
    border-right : 1px #ccc solid;
    padding : 5px;
}
.jiveTable TH {
    background-color : #eee;
}


/* Properties styles */
table.propertiesTable {
	border: 1px #ccc solid;
	width: 650px;
}
table.propertiesTable tr th {
	border-bottom: 1px #ccc solid;
}
table.propertiesTable th, td {
	border-bottom: 1px #ccc solid;
	padding-right: 15px;
}
table.propertiesTable th {
	text-align: left;
	white-space: nowrap;
	background-color: #eee;
}
table.propertiesTable tr.odd {
	background-color: #ffc;
}

