/* CSS Document */

.pictureframe { 
	margin: 5px; 
	padding: 5px; 
	border: solid 1px #000000; 
	background: #FFFFFF; 
	font-size: 80%; 
	color: black;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.sidemenu {
	font-size: 9px;
    font-weight: bold;
	color:#ECECEC;
	visibility: hidden;
}

.sidemenu table tr td {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: auto;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000066;
}

.sidemenu table tr td a {
	color: #CCCCCC;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.framedlayer {
	font-style:normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-weight: normal;
	text-align: center;
}

.framedheader {
	font-size:14px;
	font-weight:bold;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	text-align:center;
	color: #000000;
	display: block;
}

.framedfooter {
	font-size:10px;
	font-weight:bold;
	text-align: right;
	right: 8px;
	bottom: 6px;
	font-style: normal;
	color: #000000;
	vertical-align: bottom;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	width: 190px;
}

#MediaLayer {
	position:absolute;
	width:560px;
	height:340px;
	z-index:13;
	left: 57px;
	top: 290px;
	background-color:#ffffff;
	visibility: hidden;
	text-align: center;
	vertical-align: middle;
}

#MediaClose {
	position:absolute;
	width:560px;
	height:23px;
	z-index:13;
	left: 140px;
	top: 700px;
	background-color: #000066;
	visibility: hidden;
}

.white {
	color: #FFFFFF;
}

