/***
 * Standard components
 */
body
{
	background-color: #A00000;
	margin-top: 0px;
    margin-left: 11px;
    margin-bottom: 0px;
}

h1
{
	font-family: verdana;
	font-size: 18px;
	color: #000000;
	border-bottom: solid 1px #A00000;
}

h2
{
	font-family: verdana;
	font-size: 14px;
	color: #000000;
}

h3
{
	font-family: verdana;
	font-size: 14px;
	color: #003366
}

p
{
	font-family: verdana;
	font-size: 10px;
}

table
{
	font-family: verdana;
	font-size: 10px;
}

a:link
{
	color: #000000;
}

a:visited
{
	color: #000000;
}

a:active
{
	color: #A00000;
}

a:hover
{
	color: #A00000;
}

input
{
	border: #3F3F3F 1px solid;
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
}

radioStyle
{
	background-color: #FFFFFF;
	border: #FFFFFF solid 1px;
}

.checkBoxStyle
{
	background-color: #FFFFFF;
	border: #FFFFFF solid 1px;
}

textarea, select
{
	font-family: verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: #000000 solid 1px;
}
dropDownStyle
{
	font-family: verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: #FFFFFF solid 1px;
}


/***
 * Customized components
 */
.shadowMainLeft
{
	width: 30px;
	height: 100%;
	background-image: url(/gfx/vsLeft.gif);
	background-repeat: repeat-y;
}

.shadowMainRight
{
	width: 30px;
	background-image: url(/gfx/vsRight.gif);
	background-repeat: repeat-y;
}
 
.overAll
{
	background-color: white;
	padding: 10px;
	vertical-align: top;
	width: 900px;
	height: 100%;
	background-image: url(/gfx/buttomFade.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.tableLayout
{
	vertical-align: top;
}

.picText
{
	text-align: center;
	font-style: italic;
}

.rightColumn
{
	background-color: black;
	vertical-align: top;
	width: 200px;
	font-family: verdana;
	font-size: 10px;
	color: #6E6E6E;
	background-image: url(/gfx/menuFadeBackground.gif);
	background-position: top;
	background-repeat: repeat-x;
}
 
.rightMenu
{
	color: white;
}

.menu
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	background-color: black;
	background-image: url(/gfx/menuFadeBackground.gif);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
	width: 150px;
	font-family: verdana;
	font-size: 10px;
	color: white;
}

.menuItem
{
 	display: block;
 	text-decoration: none;
 	padding-left: 10px;
 	padding-top: 2px;
 	padding-bottom: 2px;
	border-bottom: solid 1px #000000;
	color: white;
}

.menu A:link
{
	color: white;
}

.menu A:visited
{
	font-family: verdana;
	color: white;
	font-size: 10px;
}

.menu A:active
{
	font-family: verdana;
	color: white;
	font-size: 10px;
	border-bottom: solid 1px #A00000;
}

.menu A:hover
{
	font-family: verdana;
	color: white;
	font-size: 10px;
	background-color: #3F3F3F;
}

.address
{
	padding-top: 100px;
	padding-left: 10px;
	color: #3F3F3F;
}

.rightColumnHeadlines
{
	color: #dedede;
	font-size: 16px;
	border-bottom: solid 1px;
	border-color: #A00000;
	background-image: url(/gfx/menuFadeBackground.gif);
	background-repeat: repeat-x;
}

.rightHeadline
{
	color: #3f3f3f;
	font-weight: bold;
	border-bottom: solid 1px #3F3F3F;
}

.rightTable
{
	color: #6E6E6E;
}

.rightHeadlineBuf
{
	padding-top: 50px;
	color: #6E6E6E;
	font-weight: bold;
	border-bottom: solid 1px #6E6E6E;
}

.rightColumn A:link
{
	font-family: verdana;
	color: #6E6E6E;
	font-size: 10px;
	text-decoration: none;
}

.rightColumn A:visited
{
	color: #6E6E6E;
	text-decoration: none;
}

.rightColumn A:active
{
	text-decoration: none;
	color: #6E6E6E;
	border-bottom: solid 1px #A00000;
}

.rightColumn A:hover
{
	text-decoration: none;
	color: #6E6E6E;
	border-bottom: solid 1px #A00000;
}

.error
{
	color: red;
}

.info
{
	color: #760000;
	font-weight: bold;
	padding-left: 10px;
}

.calenderSep
{
	border-bottom: solid 1px #A00000;
}
.stamkortTable
{
	border: 1px #CCC solid; 
	background-color: #f1f1f1;
	width: 400px; 
	height: 120px;
}
.stamkortInsertTable
{
	border: 1px #CCC solid; 
	background-color: #f1f1f1;
	width: 500px; 
}
