/* =================
   Text
   ================= */

body
{
	/*background: black;*/
	font-family: Helvetica, sans-serif;
	color: #909090;
	font-size: 0.75em;
	margin-top: 0px;
}

a:link, a:visited
{
	color: #909090;
	text-decoration: none;
}

a:hover, a:active
{
	color: blue;
	text-decoration: none;
}

.menutext
{
}

.bannertext
{
	/*color: black;*/
	font-weight: bold;
}

.navtext
{
	color: #b0b0b0;
	font-weight: bold;
}

.disabled
{

}

.titletext
{
	/*color: black;*/
	font-weight: bold;
	text-align: left;
}

.datetext
{
	text-align: right;
}

.moretext
{
	text-align: left;
	font-weight: bold;
}

/* =================
   Layout
   ================= */

.main
{
	text-align: center;
}

.topmenuframe
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 1px solid #b0b0b0;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
}

.frame
{
	/*border: 1px solid white;*/ /*padding: 10px;*/ /*margin: 10px;*/
}

.frame img
{
	border: 1px solid black;
}

.horizrule
{
	color: #b0b0b0;
}

.vspace
{
	padding-top: 25px;
	break: both;
}

.imagewidth
{
	margin: 0px auto;
}

.img-shadow-1 {
  display: block;
  position: relative;
  left: +10px;
  /*background: #f0f0f0;*/
  background: url("http://www.chromalark.com/images/shadow.gif") no-repeat bottom right;
  }

.img-shadow-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: url("http://www.chromalark.com/images/shadow_bl.gif") no-repeat bottom left;
}

.img-shadow-3 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: url("http://www.chromalark.com/images/shadow_tr.gif") no-repeat top right;
}

.img-shadow-inner {
  display: block;
  position: relative;
  top: -10px;
  left: -10px;
  background-color: white;
  border: 1px solid #c0c0c0;
}

.img-shadow-inner img {
  margin: 10px;
  border: none;
}