body,td,th
{
  color: #808080;
  font-size: 9pt;
  font-family: tahoma, arial, sans-serif;
  background-color: black;

  scrollbar-base-color: black;
	scrollbar-face-color: black; 
  scrollbar-arrow-color: #A150B9;
	scrollbar-shadow-color: #A150B9; 
	scrollbar-highlight-color: #A150B9; 
	scrollbar-3dlight-color: #5B2E69; 
	scrollbar-darkshadow-color: #5B2E69;
	scrollbar-track-color: #202020; 
}

th
{
	text-align: left;
}

.listing
{
	background-color: #666666;
	cellspacing: 1px;
}

.listing td
{
	padding: 3px solid #666666;
}

.sorted
{
	background-color: #333333;
}

.label
{
	font-weight: bold;
}

.widetable
{
	width: 100%;
}

.areatable
{
	width: 100%;
}

input, select, option
{
  background-color: black;
  color: #808080;
  border: 1 solid #A150B9;
}

input.textline
{
  width: 300;
}

textarea
{
  width: 100%;
  background-color: black;
  color: #808080;
  border: 1 solid #A150B9;
	height: 300;
}

table.mainmenu
{
  margin : 0;
  border-left : solid Black;
  border-right : solid Black;
  border-top : solid Black;
  border-bottom : solid Black;
  border : 0 solid Black;
  padding : 0;
}

.unread
{ 
	background:#470255; 
}

table.areatable tr td.unread
{
	text-align: center;
}

.time
{
	font-size: 7pt;
}

.planningEvenRow
{
  background-color: #202020;
}

.planningOddRow
{
  background-color: transparent;
}

.planningTable
{
}

.yes
{
  color: #00FF00;
  background-color: transparent;
}
.no
{
  color: #FF0000;
  background-color: transparent;
}
.maybe
{
  color: #FFFF00;
  background-color: transparent;
}

.messageSubject
{
  background-color: #202020;
}

td.messageSubject
{
  background-color: #202020;
	text-align: center;
}


.messageBody
{
  background-color: transparent;
}

img{ border : 0px; 	}


a:link{color: #A150B9; text-decoration:none; }
a:visited {color: #A150B9; text-decoration:none; }
a:active {color: #CD77E2; text-decoration:none; }
a:hover {color: #CD77E2; text-decoration:none; }

a.standard:link{color: #A150B9; }
a.standard:visited {color: #A150B9; }
a.standard:active {color: #CD77E2; }
a.standard:hover {color: #CD77E2; }

a.hotlist:link {color: #A150B9; }
a.hotlist:visited {color: #A150B9; }
a.hotlist:active {color: #CD77E2; }
a.hotlist:hover {color: #CD77E2; }

a.warning:link {color: #A150B9; }
a.warning:visited {color: #A150B9; }
a.warning:active {color: #CD77E2; }
a.warning:hover {color: #CD77E2; }

a.unread:link {color: #A150B9; }
a.unread:visited {color: #A150B9; }
a.unread:active {color: #CD77E2; }
a.unread:hover {color: #CD77E2; }