﻿body
{
	font: 8pt/14pt verdana, arial, helvetica, sans;
	color: #443E31;
	padding: 8px;
	margin: 0px;
	background-color: #8E826A;
}

body a
{
	color: #7289C9;
	text-decoration: underline;
}

body a:hover
{
	color: #A81E2B;
	text-decoration: none;
}

.titlerow
{
	background-color: #FFEFBF; /* #E2CFAC */
	color: Black;
	border: 1px solid #C6C6C6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.toprow
{
	background-color: #EAE2CD;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.required
{
	font-size: 8pt;
	color: #ff0000;
}

.mainrow
{
	background-color: #BDB39C;
}

pre
{
	padding: 0px;
	margin: 0px;
}

.footer
{
	color: #EAE2CD;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 8px;
}
.footer a
{
	color: #EAE2CD;
	text-decoration: none;
}
.footer a:hover
{
	color: #372503;
	text-decoration: none;
}

.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F6F0E2;
	padding-left: 20px;
}

.menu a
{
	color: #F6F0E2;
	text-decoration: none;
}

.menu a:hover
{
	color: #372503;
	text-decoration: none;
}

.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #C2B9A3;
}

.heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #655535;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 8px;
}

.BlogTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #655535;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.BlogDate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #655535;
}
/* MENU */
#sddm
{
	margin: 0;
	 padding-left: 14px;
	z-index: 30;
}

#sddm li
{	
	list-style: none;
	float: left;
}

#sddm li a
{
	display: block;
	margin: 0 0 0 0;
	padding: 4px 3px;
	color: #F6F0E2;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

#sddm a:hover
{
	color: #372503;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAE2CD;
	border: 1px solid #7289C9;
	width: 150px;
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #7289C9;
}

#sddm div a:hover
{
	background: #7289C9;
	color: #FFFFFF;
}

/* Highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.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;
}

/* MODAL POPUPS
----------------------------------------------------------*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #333333;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}
