/*** tables ***/

table.dataTable
{
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white;
	border-color: black;
}

table.dataTable caption
{
	font-weight: bold;
	padding: 1em 0 1em 0;
	font-style: italic;
	color: #440066;
}

table.dataTable thead 
{
	border-width: 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: black;
	background-color: #aaaabb;
	text-align: left;
}

table.dataTable tr
{
	border-width: 1px;
	/*border-style: solid;*/
	border-style: dotted;
	border-color: black;
}

table.dataTable tr.emphazised
{
	background-color: #cccccc;
}
table.dataTable tr.emphazised2
{
	background-color: rgb(253,184,81);
}
table.dataTable tr.rowCanceled 
{
	text-decoration: line-through;
}

table.padded th, table.padded td {
  padding: 4px 20px 1px 4px;
}
      
/*** xml tables ***/
table.xmlTree
{
	border-width: 2px;
	border-style: ridge;
  border-spacing: 1px;
  border-collapse: separate; 
	background-color: #cccccc;
	border-color: black;
}

table.xmlTree td
{
	border: 1px dotted black;
	background-color: white;
}

table.xmlTree td.emphazised
{
	background-color: #cccccc;
}

table.simpleTable
{
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse; 
	border-color: #909090;
}

table.simpleTable td
{
	border: 1px solid;
	border-color: #C0C0C0;
	background-color: white;
}

table.simpleTable td.emphazised
{
	background-color: #F0F0F0;
}
table.simpleTable td.light
{
	background-color: #FAFAFA;
}
/*** sub menues ***/

ul.subMenu
{
	list-style-type: none;
}

ul.subMenu li
{
	margin: 1em 0 0 -1.70em;
	padding-left: 0.35em;
}

ul.subMenu a
{
	font-size: 16px;
	font-weight: normal;
}

/*** titles ***/
h1
{
	font-size: 20px;
	color: #440066;
	border-width: 0 0 1px 0;
	border-style: solid;
}
h3
{
	font-size: 16px;
	color: #440066;
}

/*** links ***/
#content a:link
{
	color: #330099;
}

#content a:visited
{
	color: #330099;
}

#content a:hover
{
	color: #aa00dd;
	/*font-style: italic;*/
}

/*** legends ***/
.indicLegend 
{
	font-weight: normal; 
	font-size: 10px; 
	text-transform: none; 
	color: #800000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none
}

.indicLegend2
{
	font-weight: normal; 
	font-size: 14px; 
	color: #800000; 
	font-family: Arial; 
	margin: 15px 0 0 0;
}

.indicInfo
{
	font-weight: bold;
	padding: 1em 0 1em 0;
	font-style: italic;
	color: #440066;
}

#answer
{
	width: 800px;
}

/*** columns and rows positioning ***/
.col {
  float: left;
  margin-right:0; 
}
.col.last {
  margin-right: 0; 
}
.breakDiv {
  height: 6px; 
  width: 100%;
  clear: both;
}
.largeBreakDiv {
  height: 20px; 
  width: 100%;
  clear: both;
}
