/* Author: Reggy de Jongh
 * 
 * Styles.css bevat alleen maar stijlklassen die door elke willekeurige pagina binnen dit project gebruikt kunnen worden. Denk hierbij 
 * aan de html body, headers, links, etc. 
 *
 * Changelog.
 * $RJ01 - 26 Jan 2007 - Initial draft.
 */

html
{
    overflow: hidden;
}

body 
{
	margin: 0px;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 90%;
    color: #000000;
    background-color: #FFFFFF;
}

h1 
{
	font-size: 115%;
	font-weight: bold;
	text-align: left;
}

h2 
{
	font-size: 110%;
	font-weight: bold;
}

h3 
{
	font-size: 95%;
	font-weight: bold;
}

.Header 
{	        
    background-image: url(../Images/BackgroundHeader2.gif);
    text-align: left;
    font-weight: bold;
    font-size: 100%;
    color: #000000;	        
}

.HeaderLogo
{
	width: 100%;
	height: 48px;
	background-image: url(../Images/LogoHeader.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.DataGridHeader
{
	background-image: url(../Images/BackgroundHeader2.gif);
    height: 25px;
    text-align: left;
    font-weight: bold;
}

.ApplicatieBlock
{
	width: 100%;
	padding: 0px; 
	font-size: 90%;
}

.MultilineTextBox
{
    font-family:  Verdana, Arial, Times New Roman;
    font-size: 100%;
    font-weight: normal;   
    text-align:left;
}

table.persoonscodeTabel
{
    padding: 0px; 
    border: 0px; 
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.pzoOnderzoekGrafiek
{
    width: 50px;
    height: 100px;
    vertical-align: bottom;
}

.pzoOnderzoekUitslag
{
    background-color: #ECE9D8; 
    font-weight: bold;
    text-align: center;
    width: 50px; 
    height: 50px; 
    border: 1px solid black;
}

.persoonscodeKolomUitslag, .persoonscodeKolomI, .persoonscodeKolomG, .persoonscodeKolomV, .persoonscodeKolomD, .studievaardighedenKolomUitslag
{
    width: 50px; 
    height: 50px; 
    border: 1px solid black;
    font-weight: bold;
}

.persoonscodeKolomUitslag, .studievaardighedenKolomUitslag
{
    background-color: #FFFFFF;
}


.persoonscodeKolomI
{
    background-color: Red;
}

.persoonscodeKolomG
{
    background-color: Blue;
}

.persoonscodeKolomV
{
    background-color: Green;
}

.persoonscodeKolomD
{
    background-color: Yellow;
}

.persoonscodeInvoer
{
    width: 40px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    vertical-align: middle;
    padding-top: 12px;
}

table.beroepenLijst
{
    width: 225px; 
    border-collapse: separate; 
    border: 1px solid #E5E7D8;
    
}

table.beroepenLijst th
{
    border-collapse: collapse; 
    background-image: url(../Module/Beroepen/BeroepenZoeken/Images/table_header.gif);
    height: 25px;
    font-size: 110%;
    text-align: center;
    padding: 3px;
}

table.beroepenLijst td
{
    border-collapse: collapse; 
    padding: 3px;
    
}

table.beroepenLijst a:link 
{
    text-decoration: underline;
    color: #7A9B5E;
}

table.beroepenLijst a:visited 
{
    text-decoration: underline;
    color: #7A9B5E;
}

table.beroepenLijst a:hover 
{
    text-decoration: none;
    color: #000000;
}

table.beroepenLijst a:active 
{
    text-decoration: underline;
    color: #ECBB5C;
}

.Seperator
{
    border: 2px solid #ACA899;    
}

.beroepen:link 
{
    text-decoration: underline;
    color: #7A9B5E;
}

.beroepen:visited 
{
    text-decoration: underline;
    color: #7A9B5E;
}

.beroepen:hover 
{
    text-decoration: none;
    color: #000000;
}

.beroepen:active 
{
    text-decoration: underline;
    color: #ECBB5C;
}

table.beroepsOmschrijving
{
    width: 99%; 
    border-collapse: collapse; 
    border: 0px;    
    margin-left:15px;
}

table.beroepsOmschrijving th
{
    font-size: 115%;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    text-align: left;
}

table.beroepsOmschrijving h2
{
    font-weight: bold;
    color: #669966;
}

table.kdtlMatrix
{
    border: 0px;
}

table.kdtlMatrix td
{
    width: 50px;
    height: 50px;
    border: 1px solid #CECECE;
}

table.kdtlMatrix td img
{
    width: 50px;
    height: 50px;
    border: 0px;
}
