/*-----attach body.custom to any style you add here-----*/
body.custom .syntax {
    border: 1pt dashed #ddd;
    white-space: pre;
    font-size: 10pt;
    overflow: auto;
    padding: 1em 0;
	background : #efd;
	color : black;
}

body.custom .example {
    border: 1pt solid #ddd;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
	background : #9fd;
	color : black;
}

body.custom .arnimcode {
     overflow: auto;
     border: 1px solid;
     }

body.custom #vExpertTable table {border:1px; cellpadding:0px; cellspacing:0px;}
body.custom #vExpertTable tr {height:32px;}
body.custom #vExpertTable th {text-align:center; vertical-align:middle;}
body.custom #vExpertTable td {padding:1px; text-align:left; vertical-align:middle; white-space:nowrap;}
body.custom #vExpertTable img {margin:0px; vertical-align:middle;}
body.custom #vExpertTable .twitpic {margin:0px; width:32px; height:32px;}
body.custom #vExpertTable .flag {margin:0px; width:30px; height:20px}

