@charset "utf-8";
/* CSS Document */
.tekst_aanvragen
{
	color: #47537B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 10px;
    font-weight: normaal;
	font-style:normal;
	text-indent: 3px;
	border-color:#47537B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.titel_aanvragen
{
	color: #47537B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align:center;
    font-size: 10px;
    font-weight: normaal;
	font-style:normal;
	border-color:#47537B;
	background-color:#EAEAEA;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style:none;
}
.tabel_aanvragen
{
	color: #47537B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	border-color:#47537B;
	border-style:solid;
	border-width: 1px;
}
.tabelkop_aanvragen
{
	color: #EAEAEA;
	background-color:#EAEAEA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	border-color:#47537B;
	border-style: solid;
	border-width: 1px;
	border-bottom-style:none;
}
/* Characters */
.tekst_characters
{
	color: #47537B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
    text-decoration: none;
    font-size: 10px;
    font-weight: normaal;
	font-style:normal;
	text-indent: 3px;
	border-color:#47537B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:none;
}
.titel_characters
{
	color: #47537B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align:center;
    font-size: 10px;
    font-weight: normaal;
	font-style:normal;
	border-color:#47537B;
	background-color:#EAEAEA;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style:none;
}
.tabel_characters
{
	color: #47537B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	border-color:#47537B;
	border-style:solid;
	border-width: 1px;
}
.tabelkop_characters
{
	color: #EAEAEA;
	background-color:#EAEAEA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	border-color:#47537B;
	border-style: solid;
	border-width: 1px;
	border-bottom-style:1px;
}
.tabeltekstkop_characters
{
	color: #EAEAEA;
	background-color:#EAEAEA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	border-color:#47537B;
	border-style: solid;
	border-width: 1px;
	border-bottom-style:none;
	border-top-style:none;
}

.ingavebox_characters
{	
	BACKGROUND-color: #E5E5E5;
	color: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	BORDER-STYLE: solid;
	BORDER-color: #660000;
	BORDER-WIDTH: 1px;
}
.ingavebox_characters2
{	
	BACKGROUND-color: #E5E5E5;
	color: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	BORDER-STYLE: solid;
	BORDER-color: #660000;
	BORDER-WIDTH: 1px;
}
.cellingavebox_characters
{
	color: #47537B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
    text-decoration: none;
    font-size: 10px;
    font-weight: normaal;
	font-style:normal;
	text-indent: 0px;
	border-color:#47537B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:none;
}

/* Dungeon */

.dungeontab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.dungeontab li{
display: inline;
margin: 0;
}

.dungeontab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.dungeontab li a:visited{
color: #2d2b2b;
}

.dungeontab li a:hover{
background-color: #DBFF6C;
color: black;
}

.dungeontab li a:active{
color: black;
}

.dungeontab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

