.cursorhand { cursor: pointer; }
.cursornorm { cursor: default; }

.dynwhite { text-decoration: none; color: #FFFFFF; }
.dynblack { text-decoration: none; color: #000000; }

.white { text-decoration: none; color: #FFFFFF; }
.black { text-decoration: none; color: #000000; }

.albumtitle { font-size: 2.4ex; font-weight: bold; }

A:hover { text-decoration: none; color: #C0C0C0; }
A:hover.black { text-decoration: none; color: #000000; }

FORM
{
	margin-top: 0;
	margin-bottom: 0;
}

HTML,BODY 
{
	background: #000000;
	color: #ffffff;
	margin: 0;
	height: 100%;
}


TABLE.center
{
	height: 100%;
	width: 100%;
}

TABLE 
{
	border-style: none;
}

TD.top
{
	vertical-align: top;
}

TD.calday
{
	height: 26px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-size: 2ex;
}
TD.caltoday
{
	height: 26px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-size: 2ex;
	background-color: #1d7bcc;
}
TD.caldow
{
	font-size: 1.8ex;
	height: 15px;
	text-align: center;
	width: 52px;
	height: 20px;
}

TD.fivews
{
	text-align: center;
	background-color: #083b6c;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

TD.daydetails
{
	text-align: left;
	background-color: #1d7bcc;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

TD.daydate
{
	text-align: center;
	font-size: 3ex;
}

IMG.whitebox
{
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}
IMG.blackbox
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

IMG
{
	border-style: none;
	display: block;
}

DIV.right
{
	overflow: hidden;
	text-align: left;
	width: 370px;
}

DIV.righta
{
	overflow: auto;
	text-align: left;
	width: 370px;
}

OL
{
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}

LI
{
	cursor: default;
}

INPUT.admin
{
	vertical-align: text-top;
	background: #5d5d53;
	border-color: #3d3d33;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	font-family: Courier, monospace;
	font-size: 10pt;
}

TEXTAREA.admin {
	vertical-align: text-top;
	background: #5d5d53;
	border-color: #3d3d33;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	font-family: Courier, monospace;
	font-size: 10pt;
}
