/*
 * Default styles.
 */

BODY { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #FDBB00 url(/pic3/body-back.png) center;
	margin: 0px;
	padding: 0px;
}
A:link, A:visited {
	color: #C00;
}
A:hover {
	color: #FFB400;
}
H1 {
	font-weight: normal;
	font-size: 18px;
	color: #C00;
	margin-top: 5px;
	margin-bottom: 15px;
}
H2 {
	font-size: 14px;
	color: #C00;
	margin-top: 20px;
	margin-bottom: 10px;
}
P {
	color: #333;
	line-height: 16px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
TABLE {
	font-size: 12px;
	color: #333;
}
INPUT {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
	color: #333;
	border: 1px solid #CCC;
	padding: 1px;
}
SELECT {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	height: 17px;
	color: #333;
	border: 1px solid #CCC;
	padding: 0px;
}
TEXTAREA {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding:1pt;
}

/** ------------------------- Main blocks  ------------------------------------- **/

#mainContainer {
	background: #FFF url(/pic3/maincontainer-back.png) repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	z-index: 2;
}
.headerTopLine {
	margin-left: 10px;
	margin-right: 10px;
	background: #CC0000;
	height: 3px;
	font-size: 0px;
}
.headerImage {
	margin-left: 20px;
	margin-right: 21px;
	margin-bottom: 10px;
}
#leftmenu {
	padding-left: 21px;
	background: url(/pic3/ver-separator-back.png) top right repeat-y;
	width: 179px;
	float: left;
	padding-bottom: 20px;
}
#content {
	float: left;
	width: 656px;
	margin-left: -1px;
	background: url(/pic3/ver-separator-back.png) top left repeat-y;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentEnd {
	clear: both;
}
#contentStatic {
	margin: 60px;
}
#processPath {
	font-weight: normal;
	color: #999;
	margin: 10px auto 10px 170px;
}

/** ----------------------- login --------------------------------------- **/

.signinBox {
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 10px;
	margin-bottom: 6px;
}
.login {
	background-color: #FFF;
	font-size: 12px;
	color: #333;
	height: 14px;
	width: 100px;
	border: 1px solid #2983B8;
	font-weight: normal;
}
.loginText {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/** ------------------------- left navigation elements ------------------------------------- **/

.menutitle {
	font-weight: bold;
	color: #333;
	padding-top: 6px;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	width: 170px;
	margin-top: 10px;
}

ul.menu {
	list-style: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
ul.menu li A:link,
ul.menu li A:visited {
	background: url(/pic3/menu-bullet.png) no-repeat 5px 8px;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration:none;
	padding: 4px 5px 5px 15px;
	margin: 0px;
	display: block;
	width: 100%;
}
ul.menu li A:hover {
	font-size: 10px;
	font-weight:normal;
	color: #000;
	text-decoration:none;
	background-color: #EBEBEB;
	padding: 4px 5px 5px 15px;
	margin:0px;
	display:block;
	width: 100%;
}

/** ------------------------- content area ------------------------------------- **/

.horSeparator {
	background: url(/pic3/hor-separator-back.png) repeat-x;
	height: 1px;
	margin-left: 11px;
	margin-right: 11px;
	font-size: 0px;
}
.horSeparatorContent {
	background: url(/pic3/hor-separator-back.png) repeat-x -6px 0px;
	height: 1px;
	font-size: 0px;
}
.front {
	width: 370px; 
	margin-left: 64px;
}
#languages {
	position: relative;
	margin-top: -128px;
	margin-bottom: 86px;
	width: 860px;
	text-align: right;
	z-index: 10;
}
#languages A {
	padding-left: 0px;
	padding-right: 0px;
}
.stepSection DIV {
	float: left;
}
.step {
	width: 30%;
	padding-right: 3%;
}
.tutorial {
	width: 50%;
	margin-top: 10px;
	cursor: pointer;
}
.register {
	width: 50%;
	margin-top: 10px;
	cursor: pointer;
}
.stepSection DIV IMG {
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sectionEnd {
	clear: both;
}
.columnSplit {
	width: 620px;
}
.columnSplit TD.leftSplitColumn {
	vertical-align: top;
	padding-right: 20px;
}
.columnSplit TD.rightSplitColumn {
	vertical-align: top;
	padding-right: 20px;
}
.leftColumn {
	width: 46%;
	float: left;
	margin-right: 10px;
}
.rightColumn {
	text-align: right;
}
/** ------------------------- registration steps ------------------------------------- **/

.contentTerms {
	margin: 20px;
}
.stepBack {
	font-weight: bold;
	color:#777;
	padding-top: 30px;
	float: left;
}
.stepNext {
	text-align:right;
	padding-top: 20px;
	padding-bottom: 10px;
}

/** ------------------------- UI elements ------------------------------------- **/

.localError {
	font-size: 10px;
	font-weight: bold;
	color: #C00;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-left: 6px;
	background: url(/pic3/localerror.png) no-repeat;
}
.formElement {
	background-color: #FFF;
	border: none;
	margin-bottom: 0px;
}
.infoBox {
	padding: 2px;
	background-color: #ddd;
}
.data TD {
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	vertical-align: top;
}
.data TD.dataLabel {
	padding-top: 5px;
	vertical-align: top;
}
.data TD.dataHead {
	font-weight: bold;
	padding: 8px 2px 2px 2px;
	border-bottom: 1px solid #CCC;
	color: #666;
}
.table TD {
	border-bottom: solid 1px #CCC;
	padding: 3px;
	vertical-align: top;
}
.table TH {
	background: #EFEFEF;
	border-bottom: 1px dashed #CCC;
	font-size: 10px;
	padding: 3px
}
.formContainer {
	width: 238pt;
	margin-right: 8pt;
	float: left;
	overflow: hidden;
}
.exclusiveFormContainer {
	display: inline;
	min-width: 238pt;
	right: auto;
	clear: both;
	overflow: hidden;
}
.tableHead {
	font-weight: bold;
	font-size: 11px;
	color: #2983B8;
	border: 1px solid #2983B8;
	border-bottom: 1px dashed #CCC;
	padding: 4px;
}
.preferences {
	padding: 4px;
	border: 1px solid #2983B8;
	border-top: none;
}
.preferences DIV {
	margin-left: 8px;
}
.listBox {
	height: 186pt;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #2983B8;
	border-top: none;
	padding-right: 8px;
}
.listBoxHeader {
	overflow: auto;
	background: #EFEFEF;
	border: 1px solid #2983B8;
	border-top: none;
	border-bottom: none;
	padding-right: 8px
}
.listBoxFooter {
	background: #EFEFEF;
	border: 1px solid #2983B8;
	border-top: none;
	padding-right: 8px
}
.spacer {
	height: 8pt;
}
.floatRight { 
	float: right; 
}
.nowrap {
	white-space: nowrap;
}
.button {
	background-color: #FFD800;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	color: #000;
	border: solid 1px #FFF;
	padding: 1pt;
	cursor: hand;
}
.submitButton50, 
.submitButton50A {
	background: url(/pic3/submit-back-50.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 50px;
	padding-bottom: 3px;
}
.submitButton60, 
.submitButton60A, 
.submitButton60B {
	background: url(/pic3/submit-back-60.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 60px;
	padding-bottom: 3px;
}
.submitButton75,
.submitButton75A,
.submitButton75B {
	background: url(/pic3/submit-back-75.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 75px;
	padding-bottom: 3px;
}
.submitButton100,
.submitButton100A {
	background: url(/pic3/submit-back-100.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 100px;
	padding-bottom: 3px;
}
.submitButton150, 
.submitButton150A {
	background: url(/pic3/submit-back-150.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 150px;
	padding-bottom: 3px;
}
A:link.linkButton, A:visited.linkButton {
	background-color:#2983B8;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	padding:1px 2px;
	border: solid 1px #6FBFEF;
	font-weight: normal;
}
A:hover.linkButton {
	background-color:#CCC;
	font-size: 10px;
	color: #333;
	text-decoration:none;
	padding:1px 2px;
	border: solid 1px #6FBFEF;
	font-weight: normal;
}

/** ------------------------- text styles ------------------------------------- **/

A:link.pref, A:visited.pref {
	color: #2B2B81;
	text-decoration:underline;
}
A:hover.pref {
	color: #000;
	text-decoration:underline;
}
A:link.link, A:visited.link {
	color: #000;
	text-decoration:none;
}
A:hover.link {
	color: #000;
	text-decoration:underline;
}
H3.pageSection {
	border-bottom: 1px solid;
}
.readonly {
	font-weight: bold;
	color: #777;
	background-color: #EBEBEB;
	border: solid 1px #fff;
	padding: 1pt;
}
.helpbox {
	font-weight: normal;
	color: #171;
	background-color: #beb;
	border: solid 1px #393;
	padding: 4px;
	margin: 0px;
}
.helpbox P {
	font-weight: normal;
	line-height: normal;
	color: #171;
}
.helpbox LI {
	margin-bottom: 10px;
}
.staticbox {
	background-color: #EBEBEB;
	border-top: solid 1px #ccc;
	padding: 6px;
}
.attention {
	font-weight: bold;
	color: #C00;
}

/** ------------------------- wizard -------------------------------------------- **/

#wizardContainer {
	position: absolute;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 472px;
	height: 336px;
	background: url(/pic3/wizard-back.png) no-repeat;
	z-index: 99;
}
.wizardContent {
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-right: 22px;
	height: 244px;
	font-size: 12px;
	color: #333;
	overflow: auto;
}
.wizardButtons {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	height: 50px;
	text-align: right;
}
.wizardButton {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
}
.wizardHeader {
	font-size: 26px;
	line-height: 36px;
	color: #C00;
	font-weight: normal;
}
.wizardHeaderSmall {
	font-size: 18px;
	line-height: 36px;
	color: #C00;
}
.wizardShot {
	
	border: 2px solid #FFF;
	padding: 2px;
}
.wizardImage {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wizardEmp {
	color: #000;
	font: 14px;
	font-weight: bold;
}

/** -------------------------- footer ------------------------------------ **/

#footer {
	margin-left: 21px;
	margin-right: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}
#footer TABLE {
	font-size: 10px;
}
.footerInfo {
	text-align: center;
}
#footerEnd {
	clear: both;
	height: 20px;
}

/**
 ** -----------------------------------------------------------------------
 ** CalendarPopup.css
 ** -----------------------------------------------------------------------
 **/

/** ----------------------- General --------------------------------------- **/
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation,
.cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate,
.cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled,
A.cpCurrentMonthDate, A.cpCurrentMonthDateDisabled, A.cpOtherMonthDate,
A.cpOtherMonthDateDisabled, A.cpCurrentDate, A.cpCurrentDateDisabled,
.cpTodayText, .cpTodayTextDisabled, .cpText {
	font-family:arial;
	font-size:8pt;
}
.cpBorder {
	border: solid thin #808080;
}

/** ----------------------- Navigation bar --------------------------------------- **/
.cpYearNavigation, .cpMonthNavigation {
	background-color: #C0C0C0;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/** ----------------------- Dates area --------------------------------------- **/
TD.cpDayColumnHeader {
	text-align: right;
	border: solid thin #C0C0C0;
	border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
A.cpCurrentMonthDate, .cpCurrentMonthDate,
A.cpCurrentDate, .cpCurrentDate {
	color: #000000;
}
A.cpOtherMonthDate, .cpOtherMonthDate {
	color: #808080;
}
TD.cpCurrentDate {
	color: white;
	background-color: #C0C0C0;
	border-width: 1px;
	border: solid thin #800000;
}
TD.cpCurrentDateDisabled {
	border-width: 1px;
	border: solid thin #FFAAAA;
}
TD.cpTodayText,  TD.cpTodayTextDisabled {
	border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;
}
A.cpTodayText, A.cpCloseText, SPAN.cpTodayTextDisabled {
	height:20px;
}
A.cpTodayText {
	color:black; 
}
A.cpCloseText {
	text-decoration:none;
	font-weight:bold;
	color:red;
}
.cpTodayTextDisabled {
	color:#D0D0D0; 
}

