/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.2em;
}

hr {
	border: 0;
	border-top: 1px solid #4475b9;
	height: 1px;
}

a {
	text-decoration: none;
	color: #4475b9;
}

a:visited {
	color: #4475b9;
}

a:hover {
	color: #e05252;
}

a:active {
	color: #4475b9;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    /*background-color: White;
    border-color: Gray;
    border-bottom-width: thin;*/
}

/* 1 HEADER */

.header { 
	position: relative;
	width: 750px;
	height: 123px;
	padding: 4px;
	margin: 0px;
	border: solid 1px #4475b9;
    background-color: #eaf3ff;
}


.companylogo {
    position: absolute;
	left: 0px;
	top: 30px;
}

.toprightimage {
    position: absolute;
	right: 4px;
	top: 4px;
}


#color1 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 26px;
    width: 270px;
    float: left;
    background-image: url(images/gradient1.gif);
    background-repeat: repeat-y;
    z-index: -1;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4475b9', endColorStr='#eaf3ff', gradientType='1');
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4475b9', endColorStr='#FFFFFF', gradientType='1');*/
}

#color2 {
    position: absolute;
    top: 26px;
    left: 160px;
    height: 78px;
    width: 426px;
   /* float: left;*/
    background-image: url(images/gradient2.gif);
    background-repeat: repeat-y;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eaf3ff', endColorStr='#4475b9', gradientType='1');*/
}

/* 1.2 Sidebar */

.sidebar
{
    border-left: solid 1px #4475b9;
    border-right: solid 1px #4475b9;
    border-top: solid 1px #4475b9;
    background-color: #eaf3ff;
    width: 174px;
    height: 300px;
    padding: 4px;
    vertical-align: top;
}

.sidebarline
{
	border-left: solid 1px #4475b9;
	border-right: solid 1px #4475b9;
	border-bottom: solid 1px #4475b9;
    background-color: #eaf3ff;
    width: 174px;
    padding: 30px 4px 12px 4px;
    vertical-align: bottom;
    text-align: center;
}

.photo-frame {
	border: solid 1px #4475b9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: none;
	background-color: White;
}


/* 2 PAGE */

.page {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
    background-position: right top;
	position: relative;
	width: 760px;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	text-align: left;
}

.content
{
 	border-right: solid 1px #4475b9;
 	padding: 0px 4px 0px 4px;
    vertical-align: top;
}

.onecolumn 
{
	padding: 0px; 
    width: 100%;
	text-align: left;
	vertical-align: top;
}

.twocolumns
{
	width: 50%;
	vertical-align: top;
	padding: 0px; 
	text-align: left;
}

h1 {
	text-align: left;
	border-bottom: solid 1px #4475b9;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	color: #4475b9;
	font-weight: bold;
}

h2, .incidents_heading
{
    margin-top: 0.5em;
	text-align: left;
	margin-bottom: 0.2em;
	font-size: 1.1em;
	font-weight: bold;
}

.notice_label
{
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	color: Red;
}

.spacercell
{
    width: 4px;
    height: 4px;
}

.bottomline
{
	border-bottom: solid 1px #4475b9;
}

.listheader_bottomline
{
	border-bottom: solid 1px #000000;
}

.login_label 
{
    width: 100px;
    text-align: left;
}

.login_failure
{
    width: 100%;
    text-align: left;
    padding-bottom: 6px;
}

.login_textbox
{
    width: 250px;
}

.login_link
{
    text-align: left;
}

.login_instruction
{
    text-align: left;
}

/* 3 FOOTER */

.footer {
	border: solid 1px #4475b9;
    background-color: #eaf3ff;
	position: relative;
	margin-top: 3px; 
	padding: 0px;
	width: 758px;
	text-align: left;
}

/* ********************************************************************************************************************** */

/* 2.1 HOME */

#home {
	/*background-image: url(images/body-repeat.gif);*/
}

select, input {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: .9em;
}

.registration, .support 
{
    table-layout: fixed;
}

.registration select, .registration input, .support select, .support input
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .9em;
	width: 200px;
}

.support select, .support input
{
	width: 300px;
}

.registration td, .support td
{
    padding: 1px;
    vertical-align: top;
}

.radiobutton, .radiobutton input, .checkbox, .checkbox input
{
    width: auto;
}

.supportdescription
{
    width: 300px;
    height: 100px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
}

.supportstepsdone
{
    width: 300px;
    height: 60px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
}

.calendar 
{
    position: absolute;
    left: 210px;
    height: 0px;
    background-color: #EEEEEE
}

.employeepicture
{
    border: solid 1px #4475b9;
    padding: 6px;
}

.partnerlogo 
{
    padding: 12px;
}

.incidents, .incidents table 
{
    margin-top: 6px;
}

.incidents td, .incidents th
{
    padding: 1px;
}

.incidents th 
{
    font-weight: bold;
}

/* ********************************************************************************************************************** */

/* 2.2 InaKB */

.texteditor textarea
{
	height: 100%;
}

/* ********************************************************************************************************************** */

/* Services */

.services_footnote, .services_footnote table, .services_footnote td, .services_footnote a, .services_footnote a:visited, .services_footnote a:hover, .services_footnote a:visited:hover
{
	font-size: 10px;
	color: graytext;
}

.services_border
{
	border: #4275B4 2px solid;
}
.services_starter
{
	background-color: #ABCAED;
	color: White;
	text-align: center;
}
.services_basic
{
	background-color: #83B2E5;
	color: White;
	text-align: center;
}
.services_professional
{
	background-color: #1D89D2;
	color: White;
	text-align: center;
}
.services_professionalplus
{
	background-color: #4275B4;
	color: White;
	text-align: center;
}
.services_tablecell
{
	text-align: center;
}
/* service links */
a.services
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a:visited.services
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a:hover.services
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
}
a:active.services
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
}

.space_v
{
	height:4px;
}