div.workshopOverview {
   width:500px;
   background-color: #fefefe;
}
table.entryList td {
   vertical-align: top;
   padding: 3px;
}
table.workshopSelection tr.headline {
   color: white;
   background-color: #5a8dc4;
}
table.workshopSelection tr.headline th {
   padding: 5px;
}
table.workshopSelection tr td {
   vertical-align: top;
   padding: 5px;
}
div.subData {
   background-color: #f8f8ff;
   border-top: 1px solid #3b80c2;
   border-bottom: 1px solid #3b80c2;
   margin: 4px 0;
   padding: 4px 8px 4px 24px;
}
table.subData,
table.subData td {
   border-color: #888888;
   border-width: 1px;
   border-style: dotted;
   border-collapse: collapse;
   margin: 0 0 0 auto;
}
a.action, a.btnAction, a.btnActionRed {
   display: block;
   font-size: 12px;
   font-weight: normal;
   padding: 0 8px;
   text-decoration: none;
}
a.action:link, 
a.action:visited, 
a.action:hover, 
a.action:active, 
a.action:focus {
   background-image: url(/images/application/actionLink.png);
   background-repeat: no-repeat;
   color: #5286c6;
}

a.btnAction, a.btnActionRed {
   background-color: #3b80c2;
   border-width: 1px;
   border-style: solid;
   border-radius: 4px;
   color: #ffffff;
   height: 16px;
   text-align: center;
   width: 150px;
}

a.btnAction {
   border-color: #00c800;
}

a.btnActionRed {
   border-color: #f00000;
}
