body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #3D3D3D;
}

h1 {
  font-size:16px;
}

form {
  margin: 0px;
}

td {
  vertical-align: top;
  text-align: left; 
  font-size: 12px;
}

ol, ul, p {
  margin-top: 0px;
  margin-bottom: 0px; 
}

table.inputform {
  border: 1px solid #cccccc;
}
table.inputform td {
  padding: 3px 5px 2px 5px;  
}

table.tabulartable {
  border:1px solid #cccccc;
  border-bottom: 0px;
}

table.tabulartable td {
  border-bottom: 1px solid #cccccc;
  padding: 2px 5px 2px 5px;  
}

.label {
  font-family: tahoma, arial, verdana, helvatica;
	font-size: 10px;
	font-weight: bold;
	color: #666666;	
}

tr.header td {
  background-color: #046DB7;
  font-weight: bold;
  color: #ffffff;
}

tr.header a:link, tr.header a:visited, tr.header a:hover {
  color: #ffffff;
  text-decoration: none; 
}

td.h_article{
  height:20px;
  padding:3px;
  padding-left:10px;
  font-weight: bold;
  background-color:#046DB7;
  background-image: url(./images/article_tri.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
}

td.h_article a:link,  td.h_article a:visited {
	color: #ffffff;
}

td.h_filesharing {
  height:20px;
  padding:3px;
  padding-left:10px;
  font-weight: bold;
  background-color:#DA032B;
  background-image: url(./images/filesharing_tri.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
}

td.h_filesharing a:link,  td.h_filesharing a:visited {
	color: #ffffff;
}

td.h_eventcalendar {
  height:20px;
  padding:3px;
  padding-left:10px;
  font-weight: bold;
  background-color:#FFEF3C;
  background-image: url(./images/eventcalendar_tri.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
}

td.h_eventcalendar a:link,  td.h_eventcalendar a:visited {
	color: #ffffff;
}

td.h_taskmanagement {
  height:20px;
  padding:3px;
  padding-left:10px;
  font-weight: bold;
  background-color:#32820E;
  background-image: url(./images/taskmanagement_tri.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
}

td.h_taskmanagement_header {
  height:20px;
  padding:3px;
  padding-left:10px;
  font-weight: bold;
  background-color:#32820E;
  color: #ffffff;
}

td.h_taskmanagement a:link,  td.h_taskmanagement a:visited {
	color: #ffffff;
}

tr.pubheader td {
  background-color: #83AA36;
  font-weight: bold;
  color: #ffffff;
}


#table1 {
	display:none;
}

table.inputform {
  border: 1px solid #cccccc; 
}

table.inputform td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px; 
}

input.button_h_taskmanagement {
  color:#FFFFFF;
  background-color:#32820E;
  font-weight:bold;
  font-size:10px;
  border:1px solid #000000;
  padding:0px;
}


