﻿/* ----------------------------------------------------------
   common
   ---------------------------------------------------------- */

body
{
	background-image: url(/media/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

/* ----------------------------------------------------------
   text
   ---------------------------------------------------------- */

body, td, input, textarea
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.text
{
	color: #000000;
}

.textsmallwhite
{
	color: white;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-transform: uppercase;
}

/* ----------------------------------------------------------
   links
   ---------------------------------------------------------- */

a
{
	font-family: Verdana;
	text-decoration: underline;
}

.menu:link
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

.menu:visited
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

.menu:active
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

.menu:hover
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

.linksmall:link
{
	color: #005285;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}
.linksmall:visited
{
	color: #005285;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}
.linksmall:active
{
	color: #005285;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}
.linksmall:hover
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

.linkbig:link
{
	color: #808080;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkbig:visited
{
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkbig:active
{
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkbig:hover
{
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

.linksmallwhite:link
{
	color: white;
	font-size: 10px;
	line-height: 14px;
}
.linksmallwhite:visited
{
	color: white;
	font-size: 10px;
	line-height: 14px;
}
.linksmallwhite:active
{
	color: white;
	font-size: 10px;
	line-height: 14px;
}
.linksmallwhite:hover
{
	color: white;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}

/* ----------------------------------------------------------
   error
   ---------------------------------------------------------- */

.error
{
	background-color: white;
	border: 2px solid #FF0000;
	padding: 5px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}

.menuBar
{
	border-bottom: 1px solid #000000;
	height:20px;
}

/* ----------------------------------------------------------
   login 
   ---------------------------------------------------------- */

.loginbox
{
	color: #F36F21;
	font-size: 12px;
	font-weight: bold;
}

.login
{
	background-repeat: no-repeat;
	background-position: top center;
}

/* ----------------------------------------------------------
   textbox 
   ---------------------------------------------------------- */

.textinput
{
	color: #000;
	font-size: 11px;
	background-color: #fff;
	border: solid 1px #a7a9a7;
}

/* ----------------------------------------------------------
   info 
   ---------------------------------------------------------- */

.info
{
	background-color: #F36F21;
}

.infoSalutation
{
	border-right: 1px solid white;
	padding: 18px;
	color: White;
	line-height: 16px;
}

/* ----------------------------------------------------------
   content 
   ---------------------------------------------------------- */

.content
{
	background-color: #FDE3D3;
	background-image: url(/media/z1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 18px;
}

/* ----------------------------------------------------------
   process 
   ---------------------------------------------------------- */

.process
{
	background-image: url(/media/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 18px;
}

.processTitle
{
	font-size: 12px;
	font-weight: bold;
}

.processStep
{
	width: 90px;
	text-align: center;
}

.processContent
{
	border: 3px solid #F36F21;
	padding: 10px;
	background-color: White;
}

.processDocument
{
	font-weight: bold;
	color:#F36F21;
}

/* ----------------------------------------------------------
   service 
   ---------------------------------------------------------- */

.service
{
	width: 202px;
	background-color: #D2232A;
	background-image: url(/media/z2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.serviceLink
{
	font-weight: bold;
	color:White;
}

/* ----------------------------------------------------------
   footer 
   ---------------------------------------------------------- */

.footer
{
	background-color: #F36F21;
}

/* ----------------------------------------------------------
   borders 
   ---------------------------------------------------------- */

.bg_bottom
{
	background-position: bottom;
}

.bg_dotted2
{
	background-image: url(/media/dotted2.gif);
	background-repeat: repeat-x;
}

/* ----------------------------------------------------------
   scroller
   ---------------------------------------------------------- */

.ScrollContainer
{
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #E6E6E6;
	scrollbar-shadow-color: #E6E6E6;
	scrollbar-track-color: #FFFFF;
}

.ScrollContent
{
	position: absolute;
	top: 0;
	left: 0;
}
