/* --------------------------------------------------------
   Stylesheet Login

   Date:      30 augustus 2006
   Version:   3.0
   
   Comments:  -
-------------------------------------------------------- */
center { display: none; }

/* --------------------------------------------------------
    General
--------------------------------------------------------*/
body { background-color: #fff; margin: 0; padding: 0; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100.01%; }
a:link { color: #025cc2; }
a:visited { color: #909; }
a:hover { text-decoration: none; }
a:active { color: #ed1a4d; }
hr { color: #26b2e8; background-color: #26b2e8; height: 1px; line-height: 1px; border: 0; }

/* --------------------------------------------------------
    Page header
--------------------------------------------------------*/
div#header { border-color: #26b2e8; border-width: 0 0 4px 0; border-style: solid; }
map#languageselection ul { list-style-type: none; padding: 0; margin: 0; float: right; font-size: 0.7em; margin-top: -25px;}
map#languageselection ul li { display: inline; padding-left: 8px; padding-right: 8px; border-color: #99dcf7; border-style: solid; border-width: 0 0 0 1px;}

/* --------------------------------------------------------
    Mini-navgation
--------------------------------------------------------*/
map#navigation { display: block; }
map#navigation ul { width: 10em; margin: 0; padding: 0; margin-left: 15px; margin-top: 10px; position: absolute; }
map#navigation li { list-style-type: none; font-size: 0.8em; }

/* --------------------------------------------------------
    Forms
--------------------------------------------------------*/
fieldset { border-style: solid; border-width: 0 0 0 1px; border-color: #26b2e8; margin: 20px 0 0 13.5em; font-size: 0.8em; }
fieldset legend { color: #ed1a4d; font-weight: bold; font-size: 1.2em; font-family: Arial, sans-serif; }
/*fieldset label { display: block; }*/
tr.note { color: #999; }
/*fieldset select, fieldset input { margin-left: 30px; }*/
fieldset tr { padding-bottom: 15px; }
fieldset table { margin-left: 25px; }
fieldset table td { font-size: 0.8em; }
fieldset table table { margin-left: 0; border-collapse: collapse; margin: 0; padding: 0; }
fieldset h1 { font-size: 0.9em; }
td.DefaultDecisionContent { width: 10em; }

div.submit { margin-left: 28px; padding-left: 10em; padding-top: 15px; }

/* --------------------------------------------------------
    Notices
--------------------------------------------------------*/
div#notice { margin-left: 15px; }
div#notice h2 { color: #ed1a4d; font-weight: bold; font-size: 1em; font-family: Arial, sans-serif; }
div#notice ul, 
div#notice p { font-size: 0.8em; }

div.errormessage
{
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	padding-left: 75px;
	margin: 10px 0 10px 10px;
	color: #FA142F;
	font-weight: bold;
}

/*ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}*/
/*map#navigation ul
{
	padding-top: 20px;
}
map#languageselection ul, map#navigation ul
{
	float: left;
	width: 215px;
}
map#languageselection ul
{
	margin-top: 30px;
	clear: both;
}
fieldset
{
	border-width: 2px;
	border-style: solid;
	border-color: #091C5A;
	padding: 20px 15px 15px 15px;	
	width: 510px;
}
fieldset legend
{
	color: #fa142f;
	font-size: 22px;
	font-weight: bold;
}
fieldset table input
{
	margin: 0;
}*/
/*input.submitbutton
{
	margin-left: 135px;
}
td.namecell
{
	width: 125px;
}
*/