@charset "UTF-8";
@media print {
	.invisible { 
		display: none;
	}
}
body {
	margin:	0;
	padding: 0;
	color:	#000;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
table, .td, img, li, p, .p { 
	margin: 0;
	padding: 0;
}
img	{
	border:	0;
}
body,td,div,.p,a,font,span {
	font-family: arial,sans-serif;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	font-family: verdana;
	color: #006699;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #008ED5;
}
a:active {
	outline-style: none;
}
a:focus {
	outline-style: none;
}
div.module {  
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	width: 252px; /* this needs to be 2 pixels (1px left and 1px right) wider than the title and the data
	overflow: hidden;
	/* this has no border because we don't want border around rounded corners */
}
/* Boxes are divided in title and data, this is the title */
div.module-title {
	background-color: #008ed5;
	border-left: 1px solid #008ed5;
	border-right: 1px solid #008ed5;
	/* background-image: url('/images/title_mod.gif'); */
	color: white;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	padding: 1px 0px 0px 0px; /* top, right, bottom, left */
	margin: 0px 0px 0px 0px;
	width: 250px;
	height: 18px;
}
/* And this is the data */
div.module-data {
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #008ed5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 250px;
	text-align: left;
}
/*
.linkmodule {  font-family: Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px;  color : #006699; text-decoration: none;}
a.linkmodule:link {  font-family: Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px;  color : #006699; text-decoration: none;}
a.linkmodule:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px;  color : #006699; text-decoration: none;}
a.linkmodule:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px;  color : #008ED5; text-decoration: underline;}
a.linkmodule:active {  font-family: Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px;  color : #006699; text-decoration: none;}
*/
#CONTENT{
	display: block;
	margin: 3px 260px 0px 3px; /* this right margin is all that separates content from sidebar */
	padding: 0px;
}
#SIDEBAR{
	width:254px; /* two pixels wider than div.module
	display: block; /* pwk 2008/4/1 - this was originally "table-cell" */
	margin: 3px 0px 0px 3px; /* margin is top, right, bottom, left */
	padding: 0px 0px 0px 0px;
	float: right;
	margin-bottom: 3px;
/*
	background-image: url(/images/bg_vline.gif);
	background-repeat: repeat-y;
	background-position: left;
*/
}
table.tabcustomize {
	width: 100%;
	height: 3px;
	border: 0;
	text-align: right;
	background-color: transparent;
}
table.headerbar {
	width: 100%;
	border-bottom: 2px solid #006699;
	margin: 0px;
	padding: 1px;
	white-space: nowrap;
/*		background-image: url('/apps/desktop/3dbg.jpg'); */
}
/*	tr.headerbar { background-image: url('http://skeleton.omnilect.com/images/td_bg_mid.jpg'); } */
TD, P, DIV  {
	font-family : Arial;
	font-size : 10pt;
	color : Black;
	text-decoration : none;
}
td.topline      {font-size: 1px; }
td.tab          {
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #999;
    border-bottom: none;
}
table.tabs      {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #666;
}
table.calendarmini {
	width: 100%;
	font-size:10pt;
	border-collapse: collapse;
}
.calendarmini td {
	border: 0px;
	font-weight: bold;
	text-align: right;
}
table.calendarfull {
	width: 100%;
	height: 100%;
	font-size:11pt;
	border: 1px solid #006699;
	border-collapse: collapse;
}
.calendarfull td {
	border: 1px solid #006699;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}
table.calendarday {
	width: 100%;
	height: 100%;
	font-size:11pt;
	border: 1px solid #006699;
	border-collapse: collapse;
}
.calendarday td {
	border: 1px solid #006699;
	border-collapse: collapse;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}
table.verticalspace {
	width: 100%;
	height: 3px;
	border: 0;
	background-color: #008ED5; }
table.tabcustomize {
	width: 100%;
	height: 3px;
	border: 0;
	text-align: right;
	background-color: #FFFFFF;
}
div#headerbar {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	background: white url('/images/bg_mid.jpg') repeat-x;
}
#headerbar ul {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	display: block;
	text-align: left;
	list-style-type: none;
}
#headerbar li {
	margin: 0;	
	padding: 0;
	display: inline;
	font-weight: bold;
	list-style-type: none;
}
#headerbar a, #headerbar a:link, #headerbar a:visited, #headerbar a:hover, #headerbar a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
table#toolbarapps {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
table#toolbarapps td {
	width: 50%;
}
div#centerlogo {
	width: 345px;
	margin: 9px auto;
	overflow: hidden;
	text-align: right;
}
div#centerlogo img{
	border: 0;
	display: block;
	margin: 0 auto;
}
#centerlogosub {
	float: right;
	display: inline;
}
div#footerbig {
	margin: 0 auto;
	text-align: center;
	padding: 18px 0 0 0;
}
div#footersmall {
	padding: 2px;
	margin: 0 auto;
	color: #006699;
	font-size: 8pt;
	font-family: arial;
	position: relative;
}
div#footersmall a {
	font-size: 8pt;
}
ul.tabs {
	border: 0;
	margin: 0;
	padding: 3px 3px 0 3px;
	background: #008ED5;
	color: white;
	list-type-type: none;
}
ul.tabs a {
	color: #006699;
}
ul.tabs li {
	padding: 3px;
	display: inline;
	background: white;
	white-space: nowrap;
}
#dropmenudiv{
	text-align: right;
	padding-right: 3px;
	border: 1px solid lightblue;
	position: absolute;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{
/*hover background color*/
	background-color: lightblue;
}
