body {
	background: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body, th, td, div {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
th, td, div {
	text-align: left;
}
p {
	line-height: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#popup {
	background: #F5F5F5;
	margin: 10px;
	border-bottom: 4px solid #999999;
	border-top: 4px solid #999999;
}
#popup h1 {
	margin-left: 10px;
	font-size: 1.6em;
	color: #333333;
	margin-top: .8em;
	margin-bottom: .8em;
}
#popup p {
	margin-right: 10px;
	margin-left: 10px;
}
#popup p.alert {
	margin-right: 0px;
	margin-left: 0px;
}
.loginform {
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background: #F5F5F5;
	border-top: 4px solid #999999;
	border-bottom: 4px solid #999999;
}
.loginform h1 {
	font-size: 1.5em;
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 110px;
	background: #666666 url(security.png) no-repeat 80px center;
	color: #DDDDDD;
	border-bottom: 4px solid #999999;
}
.loginform label {
	text-align: right;
	width: 10em;
	float: left;
	display: block;
	margin-right: 0.5em;
}
.loginform input {
}
.loginform .submit input {
	margin-left: 10.5em;
}
p.alert {
	color: #990000;
	background: #FFCCCC url(alert.png) no-repeat 10px center;
	text-align: left;
	padding: 5px 5px 5px 44px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
}
.addnew {
	background: #eeeeee url(add.png) no-repeat left center;
	padding: 5px 5px 5px 20px;
	margin-bottom: 1em;
	text-decoration: none;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
#header {
	background: #3F3F3F url(head_bg.gif);
	font-size: 2em;
	padding: 40px;
	border-top: 4px solid #999;
	border-bottom: 4px solid #999;
	color: #DDDDDD;
	font-weight: bold;
}
#maincol {
	margin-left: 180px;
	background: #DEE2E2;
	padding: 20px;
}

#maincol h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	font-size: 1.6em;
	border-bottom: 2px solid #DDDDDD;
	color: #333333;
	background: #CCCCCC;
	padding-left: 0.25em;
	padding-top: 0.1em;
	text-align: center;
}
#footer {
	clear: both;
	background: #3F3F3F url(foot_bg.gif);
	height: 40px;
	border-top: 4px solid #999;
	border-bottom: 4px solid #999;
}
.up {
    padding-right: 15px;
	background:url(up.png) no-repeat right center;
}
.down {
    padding-right: 15px;
	background:url(down.png) no-repeat right center;
}

/* **************** Tables ****************** */
.grid {
text-align:center;
}
.grid table,.grid td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
}
.grid table
{
	border                :none;
	border                :1px solid #CCC;
	margin: 1em auto;
}
.grid thead th,
.grid tbody th
{
	background            : #FFF url(table_bg2.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
.grid tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
.grid tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
 
}
.grid tbody tr:hover
{
  background            : #FFF url(table_bg.gif) repeat;
}

.grid tbody tr:hover td
{
  color                 : #333;
}
.grid tfoot td,
.grid tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(table_bg2.gif) repeat;
  color                 : #666;
}
.grid caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}



/* **************** Menu ******************* */

#menu {
	width: 178px;
	border-style: solid solid none solid;
	border-color: #282828;
	border-size: 1px;
	border-width: 1px;
	float: left;
	}
#menu ul {
padding:0;
margin: 0;
list-style:none;
}
#menu li a {
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	color: #DDDDDD;
	font-weight: bold;
	}
	
#menu li a:link, #menu li a:visited {
	color: #DDDDDD;
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #333333;
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu li a:active {
	color: #333333;
	background: url(menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}


/* ************** Calendar ***************** */
.cpYearNavigation,
	.cpMonthNavigation
			{
			background-color:#333;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-size:8pt;
			}
	TD.cpDayColumnHeader
			{
			text-align:right;
			border-bottom:solid 1px #333;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			}
	.cpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#808080;
			}
	TD.cpCurrentDate
			{
			color:#FFFFFF;
			background-color: #333;
			border-width:1;
			border:solid thin #000000;
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border-top:solid 1px #333;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{

			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:solid thin #333;
			}
