﻿body 
{
	background-color: #E2DDBC;
	color:Black;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	margin:0px;
}

.boldlabel
{
	font-weight: bold;
}

.noscreen
{
	display: none;
}

table.fullwidth
{
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

/*
	Required for IE to completely remove the padding
*/
.fullwidth td
{
	padding: 0px;
}

table.fullpadded
{
	padding: 2px;
	width: 100%;
}

.fullpadded td
{
	padding: 2px;
}

td.stupid
{
	text-align: -moz-center;
}

img
{
	border:none;
}

h1
{
	color:#773115;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:20px;
	font-weight:bold;
}

h2
{
	color:#773115;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:16px;
	font-weight:bold;
}

.lighttext
{
	color:White;
}

div#configtop
{
	position:absolute;
	left: 5px;
	top: 5px;
	width: 600px;
	height: 90px;
}

div#config
{
	position: absolute;
	top: 95px;
	left: 5px;
	width: 800px;
}

div#configmain
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
}

.underconst
{
	z-index: -100;
	background-image:url(images/under_const.png);
}

.powered
{
	z-index: -100;
	background-image:url(images/powered_by_connexa.png);
	background-repeat: no-repeat;
}

div#configright
{
	vertical-align: top;
	position: absolute;
	top: 0px;
	left: 605px;
	width: 195px;
}

div#top
{
	background-image:url(images/background.png);
	position:absolute;
	overflow:hidden;
	left:5px;
	top:5px;
	width:850px;
	height:80px;
	white-space:nowrap;
}

div#navbar
{
	position:absolute;
	overflow:hidden;
	left:5px;
	top:85px;
	width:850px;
	height:35px;
	white-space:nowrap;
	padding-top:5px;
	padding-bottom: 5px;
}

div#content
{
	border-right: solid 1px #773115;
	position:absolute;
	left:5px;
	top:120px;
	width: 634px;
	padding-top:5px;
}

div#right
{
	border-right: solid 1px #773115;
	/*
	border-bottom: solid 1px #773115;
	border-left: solid 1px #773115;
	*/
	position:absolute;
	left:640px;
	top:120px;
	width: 209px;
	padding-top:5px;
	padding-left:4px;
	padding-bottom:10px;
}

.small
{
	font-size:10px;
}

.copyright
{
	width: 100%;
	font-size:10px;
	text-align: center;
}

table.bordered
{
	border-bottom: solid 1px #773115;
	border-left: solid 1px #773115;
}

td.separator
{
	border-top: dotted 1px #773115;
	height: 5px;
}

a
{
	color: #773115;
}

a:hover
{
	/*
	color:White;
	background-color:#773115;
	*/
	color:#008800;
	text-decoration:none;
}

td.colored1
{
	background-color: #773115;
}

td.colored2
{
	background-color: #008800;
}

.contentarea
{
	width:630px;
}

.color1upper
{
	font-size: 12pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #773115;
    background-color: White;
    text-transform: uppercase;
    text-decoration: none;
}

.color2upper
{
	font-size: 12pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #008800;
    background-color: White;
    text-transform: uppercase;
    text-decoration: none;
}

table.product
{
	border-bottom: solid 1px #773115;
	width: 630px;
}

.separated
{
	height: 3px;
	border-bottom: solid 1px #773115;
}

table.configfeature
{
	border-top: solid 4px #773115;
}

a.lightbold
{
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

a.lightbold:visited
{
	color: White;
}

.productheading
{
	background-image:url(images/header_bg.jpg);
	height: 22px;
	/*
	background-color: #773115;
	*/
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

.productheading a
{
	color: White;
}

input[type="submit"]
{
	border: Black 2px solid;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	cursor: hand;
	background-color: #008800;
	color: White;
	cursor: pointer;
}

.color1heading
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #773115;
}

.color2heading
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #008800;
}

div.progress
{
	position: fixed;
	left: 370px;
	top: 180px;
	height: 90px;
	width: 90px;
	background-color: Black;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: Gray;
	border-width: 2px;
	z-index: 1000;
}

.invalid
{
	color: Red;
}