/*
  Code            : BC-CSS
  Name            : Programma stylesheet
  Description     : -
  Type            : CSS
  Version         : 0.2
  Developer       : E.R.P. Griffioen
*/

div.base{
  margin-top: 10pt;
  margin-left: 10pt;
}

.standard{
  margin-top: 10pt;
  margin-left: 10pt;
}

body{
  font-size: 10pt;	
  font-family: Arial;
}

h1{
	font-size: 14pt;
}

h2{
	font-size: 12pt;
}

h3{
	font-size: 10pt;
}

h4{
	font-size: 10pt;
}

h5{
	font-size: 10pt;
}

pre{
  font-family: Arial;
  font-size: 10pt;  
}

th{
	font-size: 10pt;
	text-align: left;
}

td{
	font-size: 10pt;
}

a:link{
  bold;
	color:7F9DB9;
}

a:visited{
  bold;
	color:7F9DB9;
}

a:active{
  bold;
	color:7F9DB9;
}

/* Autocomplete*/
.tt-hint, .artist{
  margin-top: 10pt;
  margin-left: 10pt;
  border: 2px solid #CCCCCC;
  border-radius: 8px 8px 8px 8px;
  font-size: 24px;
  height: 45px;
  line-height: 30px;
  outline: medium none;
  padding: 8px 12px;
  width: 400px;
}

.tt-dropdown-menu {
  margin-top: 10pt;
  margin-left: 10pt;
  width: 400px;
  margin-top: 5px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  color: #111;
  background-color: #F1F1F1;
}


/* Tabel row
   col_name : Kolom naam
   tdup     : even regel
   tdown   : oneven regel
*/
  .col_name{
    font: bold;
    text-align: left;
  }
  .tdup{
  	background-color: #BFD8F8;
  }
  .tddown{
	  background-color: #DDECFE;
  }
  
  /* Messages and errors
     error    : Error
     warning  : Warning
     help     : Help
     info     : Information
     required : Required 
     critical : Critical error
     tip      : Tip or sugestion
     attention: Attention
  
  */
  table.error{
    border-radius: 5px;
    border: 0.1em solid #ff0000;
  }
  .error{
    color: red; 
  }
  table.warning{
    border-radius: 5px;
    border: 0.1em solid #ff0000;
  }
  .warning{
    color: #ff0000;
  }
  table.help{
    border-radius: 5px;
    border: 0.1em solid #ccccff;
  }
  .help{
    color: #6666ff;
  }
  table.info{
    border-radius: 5px;
    border: 0.1em solid #ccccff;
  }
  .info{
    color: #6666ff;
  }
  table.required{
    border-radius: 5px;
    border: 0.1em solid #ff0000;
  }
  .required{
    color: #ff0000;
  }
  table.critical{
    border-radius: 5px;
    border: 0.1em solid #ff0000;
  }
  .critical{
    color: #ff0000;
  }
  table.tip{
    border-radius: 5px;
    border: 0.1em solid #B28F00;
  }
  .tip{
    color: #B28F00;
  }
  /*
  table.attention{
    border-radius: 5px;
    border: 0.1em solid #ffd700;
  }
  .attention{
    color: #ffa700;
  }
  */
  table.attention{
    border-radius: 5px;
    border: 0.1em solid #B28F00;
  }
  .attention{
    color: #B28F00;
  }
  .icon{
    vertical-align: middle;
  }
  table.draw, td.draw, th.draw{
    border-radius: 5px;
    border: 0.1em solid #7F9DB9;
  }
  .draw{
    color: 7F9DB9;
  }
  
/* Dialoog */

.d_head{
	font: bold 12pt;
}	

.d_table{
	margin-top: -10;
	margin-bottom: -10;
}

/* Menu */
ul{
list-style: disc;
}

li{
padding: 2px 0 2px 0;
margin: 0;
}

ul a:link, ul a:visited{
font-weight: bold;
color: #669966;
text-decoration: none;
background: transparent;
}

ul a:hover, ul a:active{
font-weight: bold;
color: #669966;
text-decoration: underline;
background: transparent;
}

ul ul a:link, ul ul a:visited, ul ul a:hover, ul ul a:active{
font-weight: normal;
}

/* HTML 5 tags */

address{
	
}

address.footer{
	
}

footer{
	
}

/*Tab nav*/



