
/* == General ====================================================================================================== */

/* a { font-size:11px; font-weight:bold; color:deeppink; text-decoration:none; font-family:Tahoma,Verdana,Arial; } */

/* extend CMSimples CSS for links in edit mode */
.edit a:link,.edit a:visited,.edit a:active,.edit a:hover { font-size:8pt; }

a.abdjcopyrightlight:link, a.abdjcopyrightlight:visited, a.abdjcopyrightlight:active, a.abdjcopyrightlight:hover {  border: 1px solid dimgray; font-size:10px; font-weight:normal; color:white; background-color:black; text-decoration:underline; font-family:Tahoma,Verdana,Arial; }
a.abdjcopyrightdark:link, a.abdjcopyrightdark:visited, a.abdjcopyrightdark:active, a.abdjcopyrightdark:hover { border: 1px solid gainsboro; font-size:10px; font-weight:normal; color:black; background-color:white; text-decoration:underline; font-family:Tahoma,Verdana,Arial; }
a.abdjcopyrightdark:hover, a.abdjcopyrightlight:hover { background-color:steelblue; color:#FF7500; }

font.abdjurllinkprefix { color:#FF7500; }
font.abdjerror   { font-size:11px; font-weight:bold; color:maroon; text-decoration:none; font-family:Tahoma,Verdana,Arial; }
font.abdjsuccess { font-size:11px; font-weight:bold; color:green; text-decoration:none; font-family:Tahoma,Verdana,Arial; }



/* == Tables ======================================================================================================= */
tr.abdjcaption { background-color:black; }
tr.abdjdark { background-color:black; }
tr.abdjdlight { background-color:whitesmoke; }
tr.abdjddark { background-color:gainsboro; }

td.abdjcaption { font-size:11px; font-weight:bold; color:white; }
td.abdjdark{ font-size:11px; font-weight:bold; color:white; }
td.abdjdlight { font-size:10px; font-weight:normal; color:black; }
td.abdjddark { font-size:10px; font-weight:normal; color:black; }




/* == Newsletter =================================================================================================== */
font.abdjnewsformfield { font-size:11px; font-weight:bold; color:black; text-decoration:none; font-family:Tahoma,Verdana,Arial; }
font.abdjnewserror     { font-size:11px; font-weight:bold; color:maroon; text-decoration:none; font-family:Tahoma,Verdana,Arial; }

a.abdjnewssubj { font-size:11px; }
a.abdjnewssubjtime { font-size:9px; font-style:italic; }
input.abdjnewsname, input.abdjnewsemail { width:150px; }
input.abdjnewsbrowse { width:250px; }
input.abdjnewssubmit
{
  /* width:100px; */
  /* height:50px; */
  /* font-size:11px; font-weight:normal; color:black; text-decoration:none; font-family:Tahoma,Verdana,Arial; */
}




/* == Voting ======================================================================================================= */
table.abdjvote {}
a.abdjvoteresults { color:black; }
tr.abdjvotecaption { background-color:black; }
td.abdjvotecaption { font-size:11px; font-weight:bold; color:white; padding:6px 6px 6px 6px; text-align:center; }
tr.abdjvoteoptions { background-color:whitesmoke; }
td.abdjvoteoptions { font-size:11px; font-weight:bold; color:black; text-align:center; }
tr.abdjvoteresults { background-color:gainsboro; }
td.abdjvoteresults { font-size:11px; font-weight:bold; color:black; text-align:center; }
tr.abdjvotesubmit { background-color:black; }
td.abdjvotesubmit { font-size:11px; font-weight:bold; color:black; text-align:center; }

select.abdjvoteoptions { width:150px; }
input.abdjvoteoptions { width:150px; }
input.abdjvotesubmit { width:80px; }