form.account-passwordRecovery-form {
	margin: 0px;
	padding: 0px;
}

div.account-passwordRecovery {
	float: right;
	width: 100%;
	height: 0px;
}

div.recoveryButtons {
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
	float: right;
}

div.recoveryButtons div.button {
    margin-left: 4px;
	margin-right: 0px;
	float: right;
}

div.recoveryButtons a {
	color: #ffffff;
}

div.account-passwordRecovery-message {
	font-weight: bold;
	height: 18px;
}

div.account-passwordRecovery-successMessage {
	color: green;
	width: 300px;
}

.account-passwordRecovery-errorMessage {
	color: red;
	width: 300px;
}

div.account-passwordRecovery-emailLabel {
	float: left;	
	padding-top: 2px;
}

.account-passwordRecovery-emailInput {
	float: right;
	margin: 0px;
}

.account-passwordRecovery-emailInput input {
	height: 16px;
	width: 172px;
	_height: 18px;
	border: 1px solid #DBDFE6;
	border-top: 1px solid #ABADB3;
	font-size: 11px;
	padding: 2px 2px 0 2px;
}@CHARSET "UTF-8";

.frontend-wrap-button-close {
    float: left;
    position: relative;
    left: 50%;
    margin-left: -27px;
    margin-top: 8px;
    top: 100%;
    *top: 0;
    *width: 54px;
}@CHARSET "UTF-8";

.check-popup {
	text-align: justify;
	font-size: 13px;
	font-weight: bold;
}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 40px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightbox-nav-slideshow {
	width: 40px; 
	float: right;
	padding-bottom: 0.7em;
}
#lightbox-loading-link-img-div {
	position: absolute;
	top: 0px;
	left: 47%;
	width:  32px;
	height: 32px;
	background: url(/package/C2/modules/Image/components/Frontend/Gallery/css/../images/lightbox-ico-loading.gif) no-repeat;
}
.lightbox-nav-btnPrev-img-div { 
	background: url(/package/C2/modules/Image/components/Frontend/Gallery/css/../images/lightbox-btn-prev.gif) left 15% no-repeat !important;
}
.lightbox-nav-btnNext-img-div {
	background: url(/package/C2/modules/Image/components/Frontend/Gallery/css/../images/lightbox-btn-next.gif) right 15% no-repeat !important;
}
.lightbox-image-blank {
	background: url(/package/C2/modules/Image/components/Frontend/Gallery/css/../images/lightbox-blank.gif) no-repeat !important;
}
#lightbox-secNav-btnClose-img-div {
	width:  17px;
	height: 22px;
	background: url(/package/C2/modules/Image/components/Frontend/Gallery/css/../images/lightbox-btn-close.gif) no-repeat !important;
}
.lightbox-nav-slideshow-btn-img-div-play {
	width:  17px;
	height: 22px;
	background: url(/package/C2/modules/Image/components/Frontend/Gallery/css/../images/lightbox-ico-play.gif) no-repeat !important;
	cursor: pointer;
}
.lightbox-nav-slideshow-btn-img-div-stop {
	width:  20px;
	height: 20px;
	background: url(/package/C2/modules/Image/components/Frontend/Gallery/css/../images/lightbox-ico-stop.gif) no-repeat !important;
	cursor: pointer;
}body {
	margin: 0;
	padding: 0;
	background: #FFBE0F url(/sites/Orange/root/css/../images/body_background.gif) repeat-x left top;
}

a {
	outline: none;
}

/* basic styles */
.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}

.clearLeft {
	margin-left: 0 !important;
}

.clearRight {
	margin-right: 0 !important;
}

.clearBottom {
	margin-bottom: 0 !important;
}

.clearTop {
	margin-top: 0 !important;
}

.noPaddingLeft {
	padding-left: 0 !important;
}

.noPaddingRight {
	padding-right: 0 !important;
}

.noBorder {
	border: 0 none !important;
}

.fullWidth {
	width: 100% !important;
}

/* template */
.window {
	position: relative;
	z-index: 1;
	width: 978px;
}

.header {
	width: 100%;
	padding: 14px 0;
	float: left;
}

.header a {
	display: block;
}

.header a img {
	border: none;
}

.headingImage {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.content {
	width: 100%;
	float: left;
	background: #fff url(/sites/Orange/root/css/../images/content_background.gif) repeat-y left top;
}

.contentLeft {
	float: left;
	width: 228px;
	padding: 14px 14px 14px 13px;
}

.contentLeftTitle {
	height: 38px;
	background: url(/sites/Orange/root/css/../images/modules_header_background.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Tahoma, sans-serif;
	float: left;
	width: 255px;
}

.contentLeftTitle span {
	float: left;
	height: 28px;
	padding: 10px 0 0 28px;
	margin-left: 18px;
	display: inline; 
	background: url(/sites/Orange/root/css/../images/modules_header_icon.gif) no-repeat top left; 
}

.contentRight {
	float: left;
	width: 650px;
	padding: 14px 37px 14px 36px;
	position: relative;
	_position: static;
	z-index: 2;
}

*+html .contentRight {
	position: static;
}

.contentRightTitle {
	background: url(/sites/Orange/root/css/../images/content_header.gif) repeat-x top left;
	height: 38px;
	width: 723px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	font-family: Tahoma, sans-serif;
}

.contentRightTitle span {
	float: left;
	height: 28px;
	padding: 10px 0 0 28px;
	margin-left: 18px;
	display: inline; 
	background: url(/sites/Orange/root/css/../images/content_header_icon.gif) no-repeat top left; 
}

.contentHeaders {
	width: 100%;
	background: #fff url(/sites/Orange/root/css/../images/content_background.gif) repeat-y left top;
	float: left;
}

.footer {
	float: left;
	width: 100%;
}

.copyFooter {
	width: 100%;
	padding: 6px 0;
	float: left;
	background: #BD370A;
}

.poweredByLogo {
	float: left;
	margin: 2px 0 0 24px;
	display: inline;
}

.poweredByLogo a {
	display: block;
}

.poweredByLogo a img {
	border: 0 none;
}

.corpSign {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 20px 24px 0 0;
}

.linksFooter {
	width: 100%;
	float: left;
	color: #BC360A;
	padding: 12px 0 25px 0;
}

.linksFooter a {
	color: #BC360A;
	font-family: Arial, Helvetica, sans-serif;
}

.linksFooterLineSmall {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	text-align: left;
}

.contentButtons {
	float: right;
	margin: 20px -15px 0 0;
	_margin: 20px -30px 0 0;
	position: relative;
}

.contentButtons .button {
	margin-right: 15px;
}

.contentButtons .button a {
	padding: 5px 20px;
}

/* objects wraps */
.wrap_mainMenu {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.wrap_content {
	float: left;
	width: 100%;
	text-align: left;
}

.wrap_tutorBlock {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.wrap_leftMenu {
	width: 100%;
	margin: 4px 0 0 0;
	padding: 0;
	float: left;
}

.wrap_welcomeBlock {
	width: 100%;
	margin: 4px 0 0 0;
	padding: 0;
	float: left;
}

.wrap_crumbTrailBlock {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-bottom: 10px;
}

.wrap_fckText {
	width: 404px;
	float: left;
}

.wrap_dykBlock {
	position: absolute;
	z-index: 100;
	bottom: 190px;
	left: 138px;
}

.wrap_contentHeader {
	float: left;
	width: 100%;
	padding: 6px 0 8px 0;
	text-align: left;
}

.wrap_imagesBlock {
	float: left;
}

.wrap_bookmark {
	position: absolute;
	top: 10px;
	right: 0;
	_top: 454px;
}

*+html .wrap_bookmark {
	top: 454px;
}

.wrap_progressBar {
	float: left;
	padding-top: 10px;
	width: 100%;
}

.wrap_loginForm {
	float: left;
	width: 100%;
}

.wrap_loginMaps {
	width: 100%;
	float: left;
}

.wrap-searchForm {
	width: 240px;
	margin-top: 7px;
}

.wrap_didKnow {
	float: left;
	width: 255px;
	position: relative;
	left: 0;
	top: 0;
	margin: 4px 0 0 -13px;
	display: inline;
	_margin-right: -14px;
}

.fckDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.fckDefault img {
	border-color: #ffffff;
}input.hiddenSubmit {
	width: 0px;
	height: 0px;
	position: absolute;
	border: 0px !important;
	top: -10000px;
}

.ui-datepicker {
    z-index: 1;
}