
body {
margin: 0;
font-family: "Times New Roman", Times, serif;
font-size: 10pt;
}

#header {
display:none;
}

.width100Percent { /* used for flexible elemts, e.g. resizable tables  */ 
width: 100%  !important;
}

.alignRight {
text-align: right  !important;
}

.paddingLeft20 {
padding-left: 20px !important;
}

.textSmall { /* used for small text style*/
font-size: 9pt !important;
font-weight: normal !important;
}

.printUserText { /* used for printing user-entered text*/
font-family: sans-serif;
font-size: 10pt
}

#locationIndicator { 
display:none;
}

.dontPrint {
font-size: 12pt;
font-weight: bold;
}

.formWidth {  /*specific for Enrolment form CTW 19/10/2006 */
}

#printHeader {
font-size: 12pt;
font-weight: bold;
padding-bottom:20px;
}

#printHeader td{
white-space: nowrap;
}

#dialogView { /*global style*/
background-color: white;
margin-left: 10px;
margin-right: 10px;
white-space: normal;
/* min-width: 500px; */
margin-bottom: 8px;
margin-top: 8px;
}

#dialogView td.IDdialogViewLeftRight {
display:none;
}

#dialogView .IDdialogViewBoxOut { /*outer border and grey part of dialog group box*/
border-top: 1px black solid;
padding-top: 6px;
/*
margin-bottom: 8px;
margin-top: 8px;
*/
}

#dialogView .IDdialogViewBoxIn { /*inner box, containing dialog form elements*/

padding-left: 10px;
padding-right:10px;
padding-top: 8px;
padding-bottom: 8px;
/*
line-height: 18px;
*/
}

#dialogView td.IDdialogViewFieldName { /*used for cells, which contain labels of form elements*/
white-space: nowrap;
padding-right: 6px;
line-height: 16px;
}

#dialogView .IDdialogViewBoxIn p {
margin-top: 10px;
margin-bottom: 4px;
}

#dialogView .IDdialogViewButtonsBottom { /*used for dialog buttons*/
display:none;
}

