* {
    outline: none;
}

body {
    font-family: Arial;
    font-size: 62.5% !important;;
    margin: 0px;
    padding: 0px;
    color: #6e6d65;
    /*visibility: hidden;*/
    xbackground: #54544C;
    min-width: 995px;
}
.InternalBOContainer {
    background: #ffffff;
    width: 100%;
    overflow: hidden;
}
.PageZone {
    margin: 0 auto;
    position: relative;
    width: 990px;
}
.SimpleLayout .PageZone {
	width: 100%;
}

.PageZoneButton {
	margin: 0 auto !important;
	overflow: hidden;
}

hr {
    display: none;
}

form,fieldset,legend,a img {
    border: none;
    padding: 0px;
    margin: 0px;
}

a:link,a:visited {
    outline: none;
}

.Virtual {
    display: none;
}

h2 a,h3 a,h4 a,h5 a,h6 a, a {
    color: #0071A9;
    text-decoration: none;
}

.BoxL1 {
    background-image: url(../images/global/box-1.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.BoxL2 {
    background-image: url(../images/global/box-2.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.BoxL3 {
    background-image: url(../images/global/box-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.BoxL4 {
    background-image: url(../images/global/box-4.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.GrayBg.BoxL1 {
    background-image: url(../images/global/box-gray-1.png);
}

.GrayBg .BoxL2 {
    background-image: url(../images/global/box-gray-2.png);
}

.GrayBg .BoxL3 {
    background-image: url(../images/global/box-gray-3.png);
}

.GrayBg .BoxL4 {
    background-image: url(../images/global/box-gray-4.png);
}

div.BorderBox {
    background: #ffffff url("../images/global/bg-box-border.png") no-repeat left top;
}

div.BorderBox .BorderBoxL2 {
    background: url("../images/global/bg-box-border-21.png") no-repeat right bottom;
}

div.BorderBox .BorderBoxL3 {
    background: url("../images/global/box-white-gray-21.png") no-repeat left bottom;
}

div.BorderBox .BorderBoxL4 {
    background: url("../images/global/box-white-gray-4.png") no-repeat right top;
    padding: 1px;
}

.FileBrowser div.BorderBox {
    background: #ffffff url("../images/global/bg-box-border-f.png") no-repeat left top;
}

.FileBrowser div.BorderBox .BorderBoxL4 {
    background: url("../images/global/box-white-gray-41.png") no-repeat right top;
    padding: 1px;
}

div.BorderBox2 {
    background: url("../images/global/bg-box-border.png") no-repeat left top;
}

div.BorderBox2 .BorderBoxL2 {
    background: url("../images/global/bg-box-border-2.png") no-repeat right bottom;
}

div.BorderBox2 .BorderBoxL3 {
    background: url("../images/global/box-gray-gray-2.png") no-repeat left bottom;
}

div.BorderBox2 .BorderBoxL4 {
    background: url("../images/global/box-gray-gray-4.png") no-repeat right top;
    padding: 1px;
}
.LightBoxContents div.BorderBox2 .BorderBoxL4 {
    padding: 0 10px 10px;
}

.ButtonType1 {
    height: 30px;
    float: left;
    margin: 20px 12px 20px 0px;
    background: url(../images/global/bg-green-btn.png) no-repeat left top;
    position: relative;
    overflow: hidden;
	z-index: 1;    
}

.ButtonType1 .ButtonTypeL2 {
    height: 30px;
    margin-left: 9px;
    display: inline;
    float: left;
    background: url(../images/global/bg-green-btn-l2.png) no-repeat right top;
}

.ButtonType1:hover {
    background: url(../images/global/bg-green-btn.png) no-repeat left -30px;
}

.ButtonType1:hover .ButtonTypeL2 {
    background: url(../images/global/bg-green-btn-l2.png) no-repeat right -30px;
}

.ButtonType1Small {
    height: 20px;
    float: left;
    margin: 12px 6px 12px 0px;
    background: url(../images/global/bg-green-btn2.png) no-repeat left top;
    position: relative;
    overflow: hidden;
	z-index: 1;    
}

.ButtonType1Small .ButtonTypeL2 {
    height: 20px;
    float: left;
    margin-left: 5px;
    display: inline;
    background: url(../images/global/bg-green-btn2-l2.png) no-repeat right top;
}

.ButtonType1Small:hover {
    background: url(../images/global/bg-green-btn2.png) no-repeat left -20px;
}

.ButtonType1Small:hover .ButtonTypeL2 {
    background: url(../images/global/bg-green-btn2-l2.png) no-repeat right -20px;
}

.ButtonType1Small .ButtonTypeL2 span {
    font-size: 1.2em;
    padding: 2px 10px 2px 5px;
}

.ButtonType2Small {
    height: 20px;
    float: left;
    margin: 12px 6px 12px 0px;
    background: url(../images/global/bg-red-btn2.png) no-repeat left top;
    position: relative;
    overflow: hidden;
	z-index: 1;    
}
.ButtonType2Small:hover {
	 background: url(../images/global/bg-red-btn2.png) no-repeat left -20px;
}

.ButtonType2Small .ButtonTypeL2 {
	height: 20px;
    float: left;
    margin-left: 5px;
    display: inline;
	background: url(../images/global/bg-red-btn2-l2.png) no-repeat right top;
}

.ButtonType2Small:hover .ButtonTypeL2 {
    background: url(../images/global/bg-red-btn2-l2.png) no-repeat right -20px;
}

.ButtonType2Small .ButtonTypeL2 span {
	font-size:1.2em;
	padding:2px 15px 6px 6px;
}

.ButtonType2 {
    height: 30px;
    float: left;
    margin: 20px 12px 20px 0px;
    background: url(../images/global/bg-red-btn.png) no-repeat left top;
    position: relative;
    overflow: hidden;
	z-index: 1;    
}

.ButtonType2 .ButtonTypeL2 {
    height: 30px;
    float: left;
    margin-left: 9px;
    display: inline;
    background: url(../images/global/bg-red-btn-l2.png) no-repeat right top;
}

.NextLink .ButtonTypeL2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/global/next-arrow-btn.png) no-repeat scroll right top;
}

.NextLink:hover .ButtonTypeL2 {
	background:transparent url(../images/global/next-arrow-btn.png) no-repeat scroll right -30px;
}

.BackLink {
	background:transparent url(../images/global/back-arrow-btn.png) no-repeat scroll left top;
}

.BackLink .ButtonTypeL2 {
	margin-left:15px;
}

.ButtonType2:hover {
    background: url(../images/global/bg-red-btn.png) no-repeat left -30px;
}

.BackLink:hover {
	background:transparent url("../images/global/back-arrow-btn.png") no-repeat left -30px;
}

.ButtonType2:hover .ButtonTypeL2 {
    background: url(../images/global/bg-red-btn-l2.png) no-repeat right -30px;
}

.ButtonType3 {
    height: 30px;
    float: left;
    margin: 20px 12px 20px 0px;
    background: url(../images/global/bg-white-btn.png) no-repeat left top;
    position: relative;
    overflow: hidden;
	z-index: 1;    
}

.ButtonType3 .ButtonTypeL2 {
    height: 30px;
    float: left;
    margin-left: 9px;
    display: inline;
    background: url(../images/global/bg-white-btn-l2.png) no-repeat right top;
}

.ButtonType3:hover {
    background: url(../images/global/bg-white-btn.png) no-repeat left -30px;
}

.ButtonType3:hover .ButtonTypeL2 {
    background: url(../images/global/bg-white-btn-l2.png) no-repeat right -30px;
}

.ButtonType3 .ButtonTypeL2 span {
    color: #6e6d65;
}

.ButtonType3Small {
    height: 20px;
    float: left;
    margin: 0 6px 0 0px;
    background: url(../images/global/bg-gray-btn2.png) no-repeat left top;
    position: relative;
    overflow: hidden;
	z-index: 1;    
}

.ButtonType3Small .ButtonTypeL2 {
    height: 20px;
    float: left;
    margin-left: 5px;
    display: inline;
    background: url(../images/global/bg-gray-btn2-l2.png) no-repeat right top;
}

.ButtonType3Small:hover {
    background: url(../images/global/bg-gray-btn2.png) no-repeat left -20px;
}

.ButtonType3Small:hover .ButtonTypeL2 {
    background: url(../images/global/bg-gray-btn2-l2.png) no-repeat right -20px;
}

.ButtonType3Small .ButtonTypeL2 span {
    color: #6e6d65;
    font-size: 1.2em;
    padding: 2px 10px 2px 5px;
}

.ButtonTypeL2 button,.ButtonTypeL2 input {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 100em;
    z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.ButtonTypeL2 span {
    float: left;
    font-size: 1.4em;
    color: #ffffff;
    font-weight: bolder;
    padding: 6px 15px 6px 6px;
}

.ButtonTypeL2 span.Background {
    padding: 6px 15px 6px 21px;
    background-position: 1px 50%;
    background-repeat: no-repeat;
}

.PageButton {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

/* Fix bug #195 */
.LightboxButton {
	margin: 0px auto;
    overflow: hidden;
    width: 218px;
}

.ContactSubmitButtonLightbox {
	margin-left: 211px;
}

/* border table : temp simple grid */
table.BorderType {
	border: 1px solid gray;
	border-collapse: collapse;
	font-size: 1.2em;
}
div.FullScreen {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;	
}

div.FullScreen table{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}

table.BorderType td {
	padding: 6px;
	border: 1px solid gray;
	overflow: hidden;
	max-width: 100px;
}

table.BorderType th {
	padding: 6px;
	border: 1px solid gray;
	overflow: hidden;
}

/** a rwo **/
div.RowBlock div.LabelText {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	display: block;
	height: 30px;	
	margin: 30px 12px 20px 0;
}

div.RowBlock {
	margin: 0 auto;	
	height: 50px;
}

div.RowBlock .ButtonType1 {
	float: right;
}

/** overflow control in table */
table td > div.OverflowControl {
	max-width: 200px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;	
}

/* cell */
.DateCell {
	text-align: center;
}

.ButtonCell {
	text-align: center;	
}

.RowForm a.Link#forgotPassword {
    color: #BFBFBF;
    text-decoration: underline;
}

.RowForm a.Link#firstConnection {
    color: #BFBFBF;
    text-decoration: underline;
}

.PageButtonPopUp {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.PageButtonConfirmPopUp {
	margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.LoadingBox {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200000;
}
.LoadingBox p {
    padding: 8px 5px;
    margin: 0;
    font-size: 1.2em;
    font-weight: bolder;
    color: #000;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    background: #f6f6f4;
}
/*use in confirm page*/ 
.ConfirmButtonDiv {
	margin: 0 auto !important;
	width: 990px;
	padding-left: 300px;
	overflow: hidden;
}

/*use in confirm in section block*/
.ConfirmButtonSectionBlockDiv {
	margin: 0 auto !important;
	width: 990px;
	padding-left: 286px;
	overflow: hidden;
}

div.Empty {
	font-size:1.2em;
	font-weight:bolder;
}

.PageButtonAlignInputText {
	margin: 0 auto !important;
	width: 990px;
	padding-left: 300px;
	overflow: hidden;
}

.CommonButtonAlignCenterPopUp {
	margin: 0 auto;
	padding-left: 240px;
	width: 100%;
	overflow: hidden;
}

.CommonButtonAlignInputPopUp {
	margin: 0 auto;
	padding-left: 210px;
	width: 100%;
	overflow: hidden;
}

div#mainTitle h2.BlueTittle span {
	color: #3366CC;
}
