/* HTML Markers: */
/* ------------  */

html
{
  overflow-y: scroll;
}

body
{
	background: #dddddd /* url("/pictures/bg-body.gif") */ center top repeat;
}

h1, h2, h3, h4, h5, body, p, td, a
{
	color: black;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}

body, p, td { font-size: 13px; }

h5 { font-size: 14px; }
h4 { font-size: 16px; }
h3 { font-size: 18px; }
h2 { font-size: 20px; }
h1 { font-size: 22px; }

p
{
	margin: 0;
	padding: 0;
	text-align: justify;
}

a:link
{
	color: #c87522;
}

a:visited
{
	color: #c87522;
}

a:hover
{
	color: #ff0000;
	background-color: #ffffff;
}

a:hover
{
	color: #ff0000;
	background-color: #ffffff;
}

a:active
{
	color: #aa7555;
}

a:link img
{
	border-color: #c87522;
}

a:visited img
{
	border-color: #c87522;
}

a:hover img
{
	border-color: #ff0000;
	background-color: #ffffff;
}

a:active img
{
	border-color: #ff0000;
}

a.fill-div
{
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

table
{
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table td
{
	padding: 0;
	border: 0;
}

table.spaced
{
	padding: 2px;
	border-spacing: 2px;
	border-collapse: separate;
}

table.spaced td
{
	padding: 2px;
	border: 2px;
}

/* Special Classes: */
/* ---------------  */

/* Menu Items: */

.menu-item a, .menu-item-disabled, .menu-item-active
{
	display: table;
	padding: 0 0;
	width: 115px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	/* background-image: url("/pictures/system/bg-menu-item.png"); */
}

.menu-item-disabled
{
	color: #888888;
	background-position: 0 -26px;
}

.menu-item-active
{
	color: #a000f0;
	background-position: 0 -52px;
}

.menu-item a:hover
{ 
	background-position: 0 -78px;
}

.menu-item-active img, .menu-item a img
{
	margin-top: -3px;
}

/* Section Items: */

.h1
{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #800000;
	margin: 10px 0 10px 0;
}

.h2
{
	width: 100%;
	margin: 10px 0 1px 0;
	padding: 0;
}

.h2bg
{
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.h2fg
{
	position: absolute;
	margin-left: 2px;
	padding: 0;
	z-index: 2;
}

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

/* Background Images: */

.bg-menu
{
	/* background: url("/pictures/system/bg-menu.jpg") repeat-x; */
	/* background-color: #fbf8e7; */
	background-color: #dddddd;
	height: 26px;
}

/* Global Frame: */

.bd-l, .bd-r
{
	background: url("/pictures/system/v-border.png") repeat-y 0 0;
	width: 8px;
}
.bd-r { background-position: -8px 0; }

.bd-t, .bd-b
{
	background: url("/pictures/system/h-border.png") repeat-x 0 0;
	height: 8px;
}
.bd-b { background-position: 0 -8px; }

.bd-tl, .bd-tr, .bd-bl, .bd-br
{
	background: url("/pictures/system/corners.png") 0 0;
	width: 8px;
	height: 8px;
}
.bd-tr { background-position: -9px 0; }
.bd-bl { background-position: 0 -9px; }
.bd-br { background-position: -9px -9px; }
