body,td,th {font-family: Georgia;font-size: 12px;color: #333;}
body {width:860px;margin:0px auto;background-color:#051536;}
a {	font-family: Georgia;font-size: 12px;color: #3366cc;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;color: #003333;}
a:active {text-decoration: none;}

h1,h2,h3,h4,h5,h6 {font-family: Georgia;}
h1 {margin:0px 0px 8px 0px; font-size: 18px;color: #333; font-weight:normal;}
h2 {margin:0px 0px 8px 0px;font-size: 20px;color: #333; font-weight:normal;}
h3 {margin:0px 0px 8px 0px;font-size: 14px;color: #333; font-family:Lucida Handwriting, sans-serif;}
h4 {margin:0px 0px 5px 0px; padding:0px; color:#453e2f; font-size:12px; font-weight:bold; font-style:italic;}
h5 {margin:0px 0px 8px 0px;font-size: 10px;color: #333;}
.main-rightbg .main .main-body h1 {text-align: center;}
.textbloditalic {color:#453e2f; font-size:12px; font-weight:bold; font-style:italic;}
.heading {margin:0px 0px 8px 0px; font-size: 18px;color: #333; font-weight:normal;}
IMG {border:0px;}
p {
	padding:0px 0px 10px 0px;
	margin:0px;
}


.main {width:860px; display:inline-block; background: url(../images/bg.jpg) top center no-repeat;}
.main-inner {width:860px; display:inline-block; background: url(../images/inner-bg.jpg) top center no-repeat;}
.main-rightbg {background:#e7d7b6 url(../images/right-bg.jpg) top right repeat-y;}
.main-header {width:830px; margin:0px auto; text-align:right; padding:30px 30px 41px 0px;}

.main-left {width:122px; float:left; background:url(../images/menu-bg.jpg) top left repeat-y;}
.main-left-footer {background:url(../images/menu-footer.jpg) bottom left no-repeat; padding-bottom:20px;}
.main-left-top {background:url(../images/menu-top.jpg) top left no-repeat;}
.main-left-inner-top {background:url(../images/inner-menu-top.jpg) top left no-repeat;}
.main-body {
	width:502px;
	float:left;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.main-right {width:168px; padding:0px 15px; float:right;}

/*::main-footer*/
.main-footer {
	width:840px;
	color:#000000;
	background-color:#CAA675;
	font-size:11px;
	padding:10px;
}
.footerbox {
	padding: 5px;
	border: 1px solid #051536;
	margin: 5px;
}
.paad10 {
	padding: 10px;
}
.infobox {
	font-size: 18px;
	font-weight: bold;
}
fieldset {
	line-height: 20px;
}
.successmsg {
	border: 1px solid #006600;
	background-color: #CEFFCE;
	padding: 5px;
	margin: 5px;
}

.errormsg {
	border: 1px solid #990000;
	background-color: #FFE8E8;
	padding: 5px;
	margin: 5px;
}
.left {
	float: left;
}

.clear, br {
	clear: both;
}
.bpad5 {
	padding-bottom: 5px;
}

#paymentinfo label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#paymentinfo br {
	clear: both;
}


.nodisplay {
	display: none;
}
.formleft {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 5px;
}




ul.menu {width:122px; margin:0px; padding:0px; list-style:none;}
ul.menu li {padding:5px 0px 5px 8px; font-family:Georgia; font-style:normal; font-weight:600;font-size:16px; color:#357abd;}
ul.menu li a {color:#3366cc; text-decoration:none;}
ul.menu li a:hover {color:#003333; text-decoration:none;}

/*:: right*/
ul.trainings {padding:0px;margin:0px; list-style:none;}
ul.trainings li {color:#453e2f; font-size:12px; font-weight:bold; font-style:italic;}



/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
	border: 1px dashed #990000;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}


/* SpryValidationSelect.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* These are the classes applied on the messages
 * (required message and invalid state message)
 * which prevent them from being displayed by default.
 */ 
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
}

/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
	border: 1px dashed #990000;
	
}

/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}


/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
