body 
{ 
font-family: verdana;
font-size:12px;
background-image: url('/images/design-002_02.jpg');
background-repeat: repeat-x;
}

td 
{ 
font-family: verdana;
font-size:12px;
}

a:link		{ color: #003399; text-decoration: none; }

a:visited	{ color: #003399; text-decoration: none; }

a:active	{ color: #3366CC; text-decoration: none; }

a:hover		{ color: #3366CC; text-decoration: none; }


h1
{
font-size:20px;
}

h2
{
font-size:18px;
}

ul, li
{
list-style-type: square; 
line-height:16px;
}

.box { 
			background-color: #FAEBCA; 
			border:1px solid #F5C37D;
			width:100%;
			}

.box-header		{ 
			background-color: #F4D592; 
			padding-left: 10px;
			padding-top:5px; 
			padding-bottom:5px;
			font-weight:bold;
			}

.box-content	{ 
			padding:10px;
			}

input, select, textarea {
	font:normal 12px Verdana,Sans-serif;
	background: #ffffff;
	color: #000000;
	border:1px solid #A5ACB2;}

button, input.button {
  font:bold 11px Verdana,Sans-serif;
  padding:2px;
  width:80px;
  background:#325EB4;
  color:#ffffff;
  border-style:outset;
  border-width:2px;
  border-color:#6289C9 #001840 #001840 #6289C9;
}

input.radio {
border:none;
background-color:#ffffff;
}


input.errorfield, select.errorfield, textarea.errorfield { background-color: #FCEAC2; border:1px solid #A5ACB2; }
td.errorfield { color:#325EB4; font-weight:bold; background-color: #ffffff }


/* highslide */

.highslide-html {
    background-color: #F5C151;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-body, a.highslide-body:link, a.highslide-body:hover, a.highslide-body:active, a.highslide-body:visited {
    color: white;
    text-decoration:none;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 10px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: normal;
	color: black;
	font-size:11px;
	text-transform: none;
	text-decoration: none;
	margin-bottom:5px;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
	font-size:11px;
	margin-bottom:5px;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #779BD1;
    border-bottom: 1px solid #779BD1;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #779BD1;
}

