/* Links */
a:link, a:visited
{
	color: #a81414;
	text-decoration: none;
}

a:hover, a:active
{
	color: #a81414;
	background-color: silver;
	text-decoration: none;
}

/* Section styles. */
div.section
{
	margin: 0px 0px 20px 0px;
}

/* Bookmark styles. */
div.bookmark, div.bookmark-head
{
	margin-bottom: 5px;
}

div.bookmark div.header
{
	cursor: default;
	margin: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* Header common styles. */
div.header
{
	position: relative;
	padding: 1px;
    border: 1px solid black;
    border-bottom: 0px;
	background: url(../images/section-header-back.png) repeat-x;
}

div.radius
{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

div.header h1, div.header h2
{
	cursor: default;
	margin: 0;
	text-align: center;
}

div.header h1 a:hover, div.header h2 a:hover
{
	background-color: transparent;
}

div.header h1
{
	padding: 3px 0px 0px 0px;
	font-size: 1.1em;
}

div.header h2
{
	padding: 4px 0px 0px 0px;
	font-size: 0.9em;
}

/* Content common styles. */
div.content
{
	border: 1px solid black;
	border-top: 1px solid #c93c05;
	background-color: white;
	padding: 10px;
	margin: 0;
}

/* Bookmark content styles. */
div.bookmark div.content, div.bookmark-head div.content
{
	padding: 0;
}

div.bookmark ul, div.bookmark-head ul
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

div.bookmark a, div.bookmark-head a
{
	display: block;
	padding: 1px 3px 1px 3px;
}

div.bookmark-head ul li#current
{
	background-color: #dfdfdf;
}

div.bookmark-head ul ul
{
	margin-left: 13px;
	border-left: 2px dotted #cfcfcf;
	list-style-type: none;
}

/* Toolbox styles. */
div.notice
{
	margin-bottom: 20px;
	padding: 3px;
	border: 1px dashed #22aa22;
	background-color: #ddffdd;
	text-align: center;
	font-weight: bold;
}

div.error
{
	margin-bottom: 20px;
	padding: 3px;
	border: 1px dashed #aa2222;
	background-color: #ffdddd;
	text-align: center;
	font-weight: bold;
}

/* Section content styles. */
div.book h1
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 0px 2px 0px;
	margin: 0;
}

div.book p
{
	text-align: justify;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

div.book p.sub
{
	padding-left: 5px;
}


