﻿/*
 * Ortec.nl style
 * - Defaults ------------------------------------------------------------- {{{1
 */


select {
    padding: 0 0 0 2px;
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
}
div#disclaimer
{
	color: #F5812B; /* ortec orange */
	font-weight: normal;
}

div#error
{
	color: Red;
	font-weight: bolder;
}

.bgImageTable
{
	width: 933px;
	height: 700px;
	padding: 0px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -470px;
}

.logonCell
{
	position: relative;	
	vertical-align:top;
	border: 0px;
	background-repeat: repeat;
	background-image: url('images/TransparentBG.png');
}

.customerLogo
{
	height: 126px;
	width: 375px;
	margin: 0;
}

.customerLogo img 
{
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.ortecLogo
{
	height: 126px;
	width: 375px;
	margin: 0;
}

.logonTableInner
{
	margin-top: 120px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

.ortecEnvSites
{
    margin-top: 15px;
}

.ortecEnvLinksTbl
{
    width: 100%;
    border-spacing: 0px;
}

.ortecEnvLinksTblRow:hover
{
    padding: 0px;
    background-color: white;
}

.ortecLinksCell
{
    width: 100%;
    background-color: #F58025;
}

.ortecHyperLink 
{ 
    color: White; 
}

.hidden
{
	visibility: hidden;
}

.chkChoice input 
{ 
    /* accurate horizontal align for checkboxes */
    margin-left: 0px; 
    margin-right: 0px; 
    padding-left: 0px;
    padding-right: 0px;
}

html
{
	background-color: #335788;
	overflow: hidden;
	background-repeat: repeat-x;
	background-image: url('images/grbg.png');
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: left;
}
