/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5;
	font-family:"Futura","Futura-Book","Futura-Light","HelveticaNeue-Light","Century Gothic","Arial Unicode MS",Arial,"Liberation Sans",Thonburi,Kinnari,Garuda,Loma,Waree,"Lucida Grande",Tahoma,sans-serif;

}

body {
	font-size:0.8em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
}



a {
	color: #7d7d7d;
	text-decoration: underline;
	cursor: pointer;
}

a:focus {
	outline: 1px dotted invert;
}

a:visited {
	color: #7d7d7d;
}

a:hover {
	color: #ea6a2a;
	text-decoration: underline;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

input, select, textarea {
	border: solid 1px #999999;
	/*-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	*/
}

input:focus, select:focus, textarea:focus {
	background-color: #fff9e8;
	border-color: rgba(245, 164, 55, .8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 174, 82, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 174, 82, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 174, 82, .6);
}

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

img.sprite {
	width: 100%;
	height: 100%;
}

video {
	margin-top: 10px;
	border: solid 1px #f37021;
}

div.scrolling {
	overflow: auto;
	border: 1px silver dotted;
	clear: both;
	padding: 0;
}

/* fixes scrolling div issue in IE7 */
.ie div.form.scrolling div {
	position: static;
}



/* Slider
*--------------------------------------------------------------------*/

.slider {
	border: solid 1px #f37021;
	display: block;
}

.slider ul, .slider li {
	margin:0;
	padding:0;
	list-style:none;
}

.slider li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width: 374px;
	height: 240px;
	overflow: hidden;
}

#prevBtn, #nextBtn {
	left: 30px;
	display: block;
	width: 29px;
	height: 29px;
	position:absolute;
	top: 230px;
	text-indent:-8000px;
}

#nextBtn {
	left:360px;
}

#prevBtn a, #nextBtn a {
	display:block;
	width: 29px;
	height: 29px;
	background:url('../../image/pc/orange_arrow_left.png') no-repeat 0 0;
}

#nextBtn a {
	background:url('../../image/pc/orange_arrow_right.png') no-repeat 0 0;
}


/* Panel
*--------------------------------------------------------------------*/
.panel {
	border: solid 1px #f37021;
	background:#FFFFFF none repeat scroll 0 0;
	border-radius: 12px; -moz-border-radius: 12px/*{cornerRadius}*/; -webkit-border-radius: 12px/*{cornerRadius}*/;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	zoom: 1;
	min-height:30px;
	height:auto;
}

.panel:before,  .panel:after {
	content: "\0020"; display: block; height: 0; overflow: hidden;
}

.panel:after {
	clear: both;
}

.panel label {
	font-weight: bold;
}

.panel.solid {
	background-color: #f37021;
	color: #fff;
}

.panel .contents {
	margin: 0 10px;
	zoom: 1;
}

.panel .contents:before,  .panel .contents:after {
	content: "\0020"; display: block; height: 0; overflow: hidden;
}

.panel .contents:after {
	clear: both;
}

.panel .contents.dialog {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}

.panel .title {
	text-align: left;
	margin: 10px 10px 0 10px;
}

.panel .input {
	width: 100%;
	margin-top: -5px;
}

.panel .buttons {
	right: 17px;
	text-align: right;
	width: 95%;
	margin: 0 9px;
}

.panel .alert {
	position: relative;
	z-index: 100000000;
	left: 9px;
	top: 9px;
	text-align:left;
	font-size: 9px;
	min-width: 150px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.collapsable, .title-bar {
	background:#fff none repeat scroll 0 0;
	padding-bottom: 5px;
}
.title-bar .title{
	color: #fff;
	margin: 0;
	padding: 5px 13px;
	background:#F37021;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.title-bar .contents .title{
	background:#fff;
}

.title-new {
	font-size: 20px;
	font-weight: 300;
	color: rgb(255, 102, 0);
	margin-top: 30px;
	text-align: left;
	font-family: 'Roboto', Arial, sans-serif;
}

.collapsable .title{
	cursor: pointer;
	/*color: #fff; */
	margin: 0;
	padding: 5px 13px;
}
.collapsable .title .toggle, .title-bar .title .toggle{
	display: block;
	height: 20px;
	font-size: 1em;
	width: 20px;
	float: right
}

.collapsable .title .collapse, .title-bar .title .collapse{
	background: url('../../image/pc/collapse-circle.png') no-repeat scroll;
}

.collapsable .title .expand, .title-bar .title .expand {
	background: url('../../image/pc/expand-circle.png') no-repeat scroll;
}

.collapsable .contents, .title-bar .contents{
	background-color: #fff;
	margin: 0 0 0.3em;
	display: block;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
}

.collapsable .contents ul li {
	list-style: disc;
	color: #F37021;
	padding-bottom: 10px;
}

.collapsable .contents ul li span {
	list-style: disc;
	color: #000;
}

.simpleCollapsablePanel{
	border-bottom: thin solid #EB6624;
	padding: 5px 10px;
}

.simpleCollapsablePanel:before,  .simpleCollapsablePanel:after {
	content: "\0020"; display: block; height: 0; overflow: hidden;
}

.simpleCollapsablePanel:after {
	clear: both;
}

.simpleCollapsablePanel .title{
	cursor: pointer;
	padding: .3em;
	color: #F37021;
}

.simpleCollapsablePanel .title .headTitleColapsed{
	color: grey;
}
.simpleCollapsablePanel .title .headTitleExpanded{
	color: #F37021;
}

.simpleCollapsablePanel .title div{
	width: 90%;
	float: left;
}
.simpleCollapsablePanel .title .toggle{
	width:20px;
	height: 20px;
}

.simpleCollapsablePanel .title .collapse{
	background: url('../../image/pc/collapse-circle.png') no-repeat scroll;
}

.simpleCollapsablePanel .title .expand{
	background: url('../../image/pc/expand-circle.png') no-repeat scroll;
}

.simpleCollapsablePanel .contents{
	padding: 5px 25px 0;
	clear: both;
}

.simpleCollapsablePanel .contents ul li {
	list-style: disc;
	color: #F37021;
	padding-bottom: 10px;

}

.simpleCollapsablePanel .contents ul li span {
	list-style: disc;
	color: #000;
}

.simpleCollapsablePanel .contents .form.twoColumn div label {
	margin-right: 2%;
	white-space: normal;
	width: 40%;
}

/* loading animation
----------------------------------*/
.loading-panel {
	position:absolute;
	right:10px;
	top:7px;
	display: none;
}


#loading_anim {
	display: block;
	background: #ffffff url('../../image/pc/loading.gif') no-repeat scroll;
	width: 16px;
	height: 16px;
	float: left;
}

#loading_anim2 {
	display: block;
	background: #ffffff url('../../image/animation-loading-orange.gif') no-repeat scroll;
	width: 22px;
	height: 24px;
	float: left;
}

#loading_text {
	display: block;
	background: #ffffff url('../../image/pc/loading-text.png') no-repeat scroll;
	width: 45px;
	height: 16px;
	margin-left: 4px;
	margin-top: 1px;
	float: left;
}

/* popout
----------------------------------*/
.popout {
	display: none;
	z-index: 2;
}

.popout .alert * {
	font-size: 7pt !important;
	font-weight: normal !important;
}

.popout a.button {
	margin-left: 14px;
}

.hilite {
	color: #e75b14;
}

.text-large {
	font-size: 1.2em;
}

.text-bold {
	font-weight: bold;
}

.text-small {
	font-size: .85em;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.subnote {
	font-size: 8pt !important;
	color: #e75b14;
	font-weight: normal !important;
	margin-bottom: 1em;
	text-align: left;
}

.subnote .full{
	width:95%;
}

.subnote.l{
	text-align: left;
	margin-bottom: 1em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

fieldset {
	margin-top: 5px;
	border: dashed 1px #c4c4c4;
	padding: 0 7px;
}

fieldset legend {
	padding: 0 .7em;
}

.ui-datepicker {
	top: 0;		/* datepicker layout fix */
}

span.property  {
	float: left;
	display: block;
	text-align: left;
	color: #e75b14;
	font-weight: bold;
	/*border: 1px silver solid;*/
}

span.label  {
	float: left;
	display: block;
	text-align: left;
	font-weight: bold;
}

.smallText {
	font-size: 75%;
}

table #detail {
	font-size: 12px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

/* Forms Layout
------------------------------------------------------------------------*/
.ie7 form {
	padding-bottom: 5px;
}

/* target IE6  kill double-margin bug */
* html .form div {
	display: inline;
}

.form div { 		/* target the field name/pair wrapper in a form */
	float: left;
	padding-top: .3em;
	padding-bottom: .3em;
	width: 100%;
	position: relative;
}

.form div.title { 		/* target the field name/pair wrapper in a form */
	font-size: 2em;
}

.form.text-content div * {
	padding-top: 0;
	padding-bottom: 0;
}

.form.text-content div div {
	text-align: left;
}

.form div label {	/* target the label in a form */
	float: left;
	display: block;
	width: 34%;
	padding-top: .3em;
	padding-bottom: .3em;
	font-weight: bold;
	text-align: right; /*align text to the right*/
}

.form.long-labels div label  {
	width: 45%;
}

.form input, .form textarea, .form select {
	-moz-box-shadow: 3px 3px 3px #aaa; -webkit-box-shadow: 3px 3px 3px #aaa; box-shadow: 3px 3px 3px #aaa;
}

.form input, .form select, .form textarea {
	width: 100%;
	border-style: solid;
	border-color: #aaa;
}

.contents .form.twoColumn .column input {
	width: 149px;
}

.form input[type="radio"], .form input[type="checkbox"], .form input.radio, .form div input.checkbox {
	width: auto;
	margin-top: 5px;
	float: left;
	margin-left: 2%;
	border: 0;
	/*-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	*/
}

.form input:focus, .form select:focus, .form textarea:focus {
	background-color: #f7fbc6;
	border-color: #f16522;
	border-style: solid;
}

.form div div  {      /* target the div surrounding the input,select, property tags in a form */
	margin-left: 3%;
	width: 55%;
	float: left;
}
.form .two .header label  {      /* target the div surrounding the input,select, property tags in a form */
	margin-left: 3%;
	width: 20%;
}

.form .header div  {      /* target the div surrounding the input,select, property tags in a form */
	margin-left: 3%;
	width: 70%;
	float: left;
}
.form.long-labels div div  {
	width: 50%;
}

.form div.button {
	text-align: right;
}

.form div.column div {	/* target the field name/pair wrapper in a column form */
	width: 100%;
	margin: 0;
}

/* Two column layout */
.form.twoColumn .column {
	width: 50%;
}

.form.twoColumn div label {		/* target the label in a two-column form */
	margin-right: 2%;
	width: 40%;
	white-space: nowrap;
}

.form div div input, .form div div select {
	margin-top: -4px;
}

.form div div span {
	margin-top: 3px;
}

.form.twoColumn .header label {		/* target the label in a two-column form */
	margin-right: 3%;
	width: 20%;
}

.form.twoColumn .column div div {		/* target the div surrounding the input,select, property tags in a  two-column  form */
	max-width: 54%;
}

/* Three column layout */
.form.threeColumn .column {
	margin-right: 3%;
	width: 30%;
}
.form.threeColumn div div  {
	max-width: 60%;
}

/* Four column layout*/
.form.fourColumn .column {
	margin-right: 3%;
	width: 22%;
}
.form.fourColumn div div  {
	width: 70%;
}

/* Multi column layout */
.form.multiColumn div div label {
	width: 100%;
	color: #646464;
	text-align: left;
}

.form.multiColumn div.header {
	font-size: 1.1em;
	font-weight: bold;
}

.form.multiColumn div.footer {
	border-bottom: none;
}

.form.multiColumn div {
	float: left;
	width:98%;
}

.form.multiColumn div div input, .form.multiColumn div div select, .form.multiColumn div div textarea {
	width: 94%;
}

.form.multiColumn.c3 div div {
	width: 33%;
}

.form.multiColumn.c4 div div {
	width: 24%;
}

.form.multiColumn.c5 div div {
	width: 20%;
}

.form.multiColumn.c6 div div {
	width: 16.6%;
}

.form.multiColumn.c7 div div {
	width: 14.2%;
}

.form.multiColumn.c8 div div {
	width: 12.5%;
}


/* Buttons Styles
------------------------------------------------------------------------*/
button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

div.form div.button button {
	margin: auto auto;
	display: block;
}

a.button_large {
	display: block;
	height: 60px;
	margin-left: 10px;
	margin-top: 3px;
}

a.button_large_login{
	background-image: url('../../image/pc/en/button_large.login.png');
	width: 90px;
}

a.button_large_cancel {
	background-image: url('../../image/pc/en/button_large.cancel.png');
	width: 90px;
}

a.button_large_go {
	background-image: url('../../image/pc/en/button_large.go.png');
	width: 90px;
}
a.button_large_back {
	background-image: url('../../image/pc/en/button_large.back.png');
	width: 90px;
}
a.button_large_next {
	background-image: url('../../image/pc/en/button_large.next.png');
	width: 90px;
}
a.button_large_done {
	background-image: url('../../image/pc/en/button_large.done.png');
	width: 90px;
}

a.button_large_exit {
	background-image: url('../../image/pc/en/button_large.exit.png');
	width: 90px;
}

a.button_large_search {
	background-image: url('../../image/pc/en/button_large.search.png');
	width: 90px;
}

a.button_large_save {
	background-image: url('../../image/pc/en/button_large.save.png');
	width: 90px;
}

a.button_large_edit {
	background-image: url('../../image/pc/en/button_large.edit.png');
	width: 90px;
}

a.button_large_changepassword {
	background-image: url('../../image/pc/en/button_large.changePassword.png');
	width: 162px;
}

a.button_large_changepin {
	background-image: url('../../image/pc/en/button_large.changePIN.png');
	width: 106px;
}

a.button_large_gettemppin {
	background-image: url('../../image/pc/en/button_large.getTempPin.png');
	width: 162px;
}

a.button {
	display: block;
	height: 24px;
	margin-left: 10px;
	margin-top: 3px;
}

a.button_printable {
	background-image: url('../../image/pc/printable.png');
	height: 32px;
	width: 32px;
	margin-left: 10px;
	margin-TOP: 5px;
}

a.button_printable_small {
	background-image: url('../../image/pc/printable_small.png');
	height: 16px;
	width: 16px;
	margin-left: 10px;
	margin-TOP: 5px;
}

a.button_continue {
	background-image: url('../../image/pc/en/button.continue.png');
	width: 94px;
}

a.button_search {
	background-image: url('../../image/pc/en/button.search.png');
	width: 68px;
	background-repeat: no-repeat;
}

a.button_cancel {
	background-image: url('../../image/pc/en/button.cancel.png');
	width: 68px;
}

a.button_go {
	background-image: url('../../image/pc/en/button.go.png');
	width: 46px;
	background-repeat: no-repeat;
}

a.button_send {
	background-image: url('../../image/pc/en/button.send.png');
	width: 72px;
	height: 24px;
}

a.button_refresh {
	background-image: url('../../image/pc/en/button.refresh.png');
	width: 86px;
	height: 24px;
}

a.button_register_business {
	background-image: url('../../image/pc/en/button.register-business.png');
	width: 132px;

}

a.button_register_now {
	background-image: url('../../image/pc/en/button.register-now.png');
	width: 130px;
	height: 36px;
}

a.button_register_individual {
	background-image: url('../../image/pc/en/button.register-individual.png');
	width: 143px;
}

a.button_register_individual_agent {
	background-image: url('../../image/pc/en/button.register-individual-agent.png');
	width: 179px;
}

a.button_linkNewAccount {
	background-image: url('../../image/pc/en/button.linkNewAccount.png');
	width: 110px;
}

a.button_login {
	background-image: url('../../image/pc/en/button.login.png');
	width: 75px;
}

#menu li a.button_logout {
	background-color: #EF8132;
}

#menu li a.button_logout, #menu li a.button_logout:hover, #menu li a.button_logout:focus {
	width: 83px;
	text-shadow: none;
	background-image: none;
	border-radius: 20px;
	border: none;
	outline: 0;
	height: 20px;
	line-height: 20px;
}

#menu li a.button_logout:hover {
	background-color: #ea6a2a;
}

a.button_exit {

	width: 55px;
}

a.button_cancelpendingtransaction {
	background-image: url('../../image/pc/en/button.cancelpendingtransaction.png');
	width: 192px;
}

a.button_requestResetCode {
	background-image: url('../../image/pc/en/button.requestResetCode.png');
	width: 140px;
}

a.button_canceltransaction {
	background-image: url('../../image/pc/en/button.canceltransaction.png');
	width: 137px;
}

a.button_done {
	background-image: url('../../image/pc/en/button.done.png');
	width: 60px;
	background-repeat: no-repeat
}

a.button_register{
	background-image: url('../../image/pc/en/button.register.png');
	width: 74px;
}

a.button_next {
	background-image: url('../../image/pc/en/button.next.png');
	width: 55px;
}

a.button_back {
	background-image: url('../../image/pc/en/button.back.png');
	width: 58px;
}

a.button_save {
	background-image: url('../../image/pc/en/button_save.png');
	width: 65px;
}

a.button_saveAndCompleteLater {
	background-image: url('../../image/pc/en/button.save.and.complete.later.png');
	width: 151px;
}

a.button_confirm_registration {
	background-image: url('../../image/pc/en/button.tokenize-confirm.png');
	width: 160px;
}

a.button_validate {
	background-image: url('../../image/pc/en/button.validate.png');
	width: 90px;
}


a.button_authenticate {
	background-image: url('../../image/pc/en/button.authenticate.png');
	width: 110px;
}

a.button_back_confirm {
	background-image: url('../../image/pc/en/button.back.light.png');
	width: 68px;
	background-repeat: no-repeat;
}

a.button_confirm_txn {
	background-image: url('../../image/pc/en/button.confirm.transactions.png');
	width: 170px;
	background-repeat: no-repeat;
}

a.button_close {
	background-image: url('../../image/pc/en/button.close.png');
	width: 59px;
}

a.button_activate {
	background-image: url('../../image/pc/en/button.activate.png');
	width: 126px;
}

a.button_resendactivationcode {
	background-image: url('../../image/pc/en/button.resendactivationcode.png');
	width: 237px;
}

a.button_confirm {
	background-image: url('../../image/pc/en/button.confirm.png');
	width: 75px;
}

a.button_edit {
	background-image: url('../../image/pc/en/button.edit.png');
	width: 52px;
}

a.button_changepassword {
	background-image: url('../../image/pc/en/button.changepassword.png');
	width: 140px;
}

a.button_resetpassword {
	background-image: url('../../image/pc/en/button.resetpassword.png');
	width: 151px;
}

a.button_changepin {
	background-image: url('../../image/pc/en/button.changepin.png');
	width: 100px;
}

a.button_read {
	background-image: url(../../image/pc/en/button.read.png);
	width: 54px;
	height: 17px;
}

a.button_viewDetail{
	background-image: url(../../image/pc/en/button.viewDetail.png);
	width: 43px;
	height: 15px;
	background-repeat: no-repeat;
}

a.button_yes{
	background-image: url(../../image/pc/en/button.yes.png);
	width: 46px;
	height: 24px;
}

a.button_no{
	background-image: url(../../image/pc/en/button.no.png);
	width: 42px;
	height: 24px;
}

a.button_ResendEmailVerification{
	background-image: url(../../image/pc/en/button.resendEmailVerification.png);
	width: 184px;
	height: 24px;
}

a.button_linkNewNumber {
	background-image: url('../../image/pc/en/button.linknewnumber.png');
	width: 135px;
}

a.button_unlink{
	background-image: url(../../image/pc/en/button.unlink.png);
	width: 65px;
}

a.button_print{
	background-image: url('../../image/pc/en/button.print.receipt.png');
	width: 108px;
}
a.button_viewDetails{
	background-image: url('../../image/pc/en/button.viewDetails.png');
	width: 90px;
}

a.button_reissueCode{
	background-image: url('../../image/pc/en/button.reissueCode.png');
	width: 90px;
}

a.button_pdf {
	display: block;
	height: 64px;
	background-image: url('../../image/pc/pdf_icon.png');
	width: 64px;
}

a.button_pdf_small {
	display: block;
	height: 18px;
	width: 18px;
	background-image: url('../../image/pc/pdf_icon_small.png');
}

a.button_find_agent {
	background-image: url('../../image/pc/en/button.findAgent.png');
	width: 86px;
}

a.button_getInfo{
	background-image: url('../../image/pc/en/button.dstv.getInfo.png');
	width :76px;
}

a.button_resetDecoder{
	background-image: url('../../image/pc/en/button.dstv.resetDecoder.png');
	width: 108px;
}

table.simple tr {
	border-bottom: solid 1px #6a6a6a;
}

/** Display Table Styling  **/
table.simple {
	font-family: Helevetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
	border-collapse: collapse;
	width: 95%;
}

table.simple th
{
	font-size: 11px;
	font-weight: bold;
	color: silver;
	padding: 10px 8px;
	border: none;
	text-align: left;
	padding-left: .5em;
}

table.simple td
{
	border-bottom: 1px solid;
	padding-left: .5em;
	vertical-align: middle;
}

.ui-dialog{
	position: absolute;
}
/*tooltip with arrow*/

.tooltipTopArrow span{
	margin-left: -999em;
	position: absolute;
	text-decoration: none;
}

.tooltipTopArrow:hover span {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: relative;
	left: .5em;
	bottom: 9em;
	z-index: 99;
	margin-top:10px;
	margin-left: -70px;
	width: 170px;
	background: url(../../image/pc/tooltip.png) no-repeat right;
	text-decoration: none;
	color: #000000;
	display: block;
	border:none;
	height:80px;
}

.tooltipTopArrow:hover span#agentSpan{
	margin-left: -88px;
}
/* tooltip */

.tooltip {
	color: #000000; outline: none;
	border-bottom: none;
	cursor: help; text-decoration: none;
	position: absolute;
	background: url(../../image/pc/help.png) no-repeat right;
	display: block;
	height: 27px;
	width: 27px;
	font-weight: bold;
}

.tooltip span {
	margin-left: -999em;
	position: absolute;
	text-decoration: none;
}

.tooltip:hover span {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	right:-21px;
	left: .5em;
	top: 1em;
	z-index: 99;
	margin-left: 0;
	width: 300px;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #000000;
	white-space: normal;
}

.tooltip:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	display: block;
	padding: 0.2em 0 0.6em 0;
	text-decoration: none;
}

.classic { padding: 0.8em 1em; text-align: left !important; font-size: 1em !important;}
.classic ul li { font-size: .9em !important; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic { background: #FFFFFF; border: 1px solid #FFAD33; }


/* recaptcha */

div#recaptcha_activate_div div {
	width: auto !important;
	margin-top: auto !important;
	max-width: none !important;
}

div#recaptcha_contact_div div {
	width: auto !important;
	margin-top: auto !important;
	max-width: none !important;
}

div#recaptcha_signUp_div div {
	width: auto !important;
	margin-top: auto !important;
	max-width: none !important;
}

/* error.css - TODO: refactor */
#layout-error {
	margin:0 auto;
	overflow:hidden;
	padding:30px;
	width:400px;
}

#layout-error-contents {
	width: 100%;
	border: 1px silver solid;
	padding: 0;
	text-align: center;
	color:red;
	font-weight:bold;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#layout-error-contents p {
	padding: 10px;
}

#layout-error #logo {
	display: block;
	height: 78px;
	width: 195px;
	background: transparent url('../../image/pc/logo-main.png') no-repeat scroll;
	margin: 0px auto 20px;
}

/* Confirmation dialog
*--------------------------------------------------------------------*/
._struts2_jquery_confirm_dialog .ui-dialog-content {
	text-align: left;
}

/* Overlay modal
*--------------------------------------------------------------------*/
.__struts2_jquery_overlay_content {
	padding: 10px;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;
}

/* Lists
*--------------------------------------------------------------------*/

div.list-header {
	margin-top: 3px;
	margin-bottom: -10px;
	padding-right: 20px;
	clear: both;
}

div.list-footer {
	clear: both;
	margin-top: 5px;
	padding-left: 20px;
}

/* Define basic styling. */
div.list table, div.list-header table {
	font-size: 100%;
	font-weight: bold;
	margin-left: 2%;
	width: 96%;
}

/* Hide 'nothing to display for the header' */
div.list-header table tbody {
	display: none;
}

/* Hide the thead for the actual list */
/* div.list table thead th {
	font-size: 0em !important;
	color: #FFFFFF !important;
} */

div.list {
	overflow: auto;
}

/* Style the header */
div.list table thead th, div.list-header table thead th {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	color: gray;
	border: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	width: 80px;
}

/* Style the TDs */
div.list table tbody td {
	border-bottom: 1px solid #666;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	text-align: left;
	width: 80px;
	padding-bottom: 5px;
	padding-top: 3px;
}

/* Style the button in TDs */
div.list table tbody td a.button {
	margin-top: 3px;
	margin-left: 0;
}

/* Style the row num TH */
div.list-header table thead th.rowNum, div.list table thead th.rowNum {
	width: 10px;
}

/* Style the row num TD */
div.list table tbody td.rowNum {
	color: silver;
	width: 10px;
}

/* /* Style the actions TH and TD */

/* div.list-header table thead th.actions, div.list table thead th.actions {
	padding: 0.2em 0.2em 0.2em
}
div.list-header table thead td.actions, div.list table thead td.actions {
	padding: 0.2em 0.2em 0.2em
} 
 */

/* toggle commission opt*/

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 50px;
	height: 20px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: 20px;
	width: 50px;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #F49022;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	background: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 36px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
    ========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}



/* Tabbed Pane
*--------------------------------------------------------------------*/

#content-function .ui-tabs {
	padding: 0;
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
}

#content-function .ui-tabs .contents {
	zoom: 1;
}

#content-function .ui-tabs .buttons {
	right: 17px;
	text-align: right;
	width: 95%;
	margin: 9px;
}

#content-function .ui-tabs .ui-tabs-nav {
	padding: 0;
}

#content-function .ui-tabs .ui-widget-header {
	background: none;
	border: none;
}

#content-function .ui-tabs-panel {
	border: solid 1px #e75b14;
	padding: 0;
}

#content-function .ui-tabs-panel .title{
	text-align:left;
}

#content-function .ui-tabs-panel .contents, #content-function .ui-tabs-panel .error{
	/* font-size:1em;
	font: 13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; */
	font: 13px/1.5;
	font-family:"Futura","Futura-Book","Futura-Light","HelveticaNeue-Light","Century Gothic","Arial Unicode MS",Arial,"Liberation Sans",Thonburi,Kinnari,Garuda,Loma,Waree,"Lucida Grande",Tahoma,sans-serif;

}

#content-function .ui-tabs .ui-tabs-nav li {
	background: none;
	border-color: #4d4d4d;
	background-color: #4d4d4d;
	margin-right: 0;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.ie7 #content-function .ui-tabs .ui-tabs-nav li {
	margin-right: 1px;
}

#content-function .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-color: #e75b14;
	background-color: #e75b14;
}

#content-function .ui-tabs .ui-tabs-nav li a {
	padding: 0.4em 1.5em;
	font-size: 8pt;
	color: #fff;
}

#content-function .ui-tabs.ui-widget {
	background: none;
}

#content-function  .ui-tabs .ui-tabs-panel {
	background: #fff;
	position: relative;
	padding: .5em .5em 0;
}

#content-function .ui-tabs-panel label {
	font-weight: bold;
}
.ui-tabs .alert{
	position: absolute;
	right: 7px;
	top: 2px;
	text-align:left;
	font-size: 9px;
	min-width: 150px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

/* Keypad
*--------------------------------------------------------------------*/
#keypad-div {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	background-color:#FFFFFF;
	border:1px solid #e75b14;
	color: #000000;
	display: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 3px;
	z-index: 9999;
}

#keypad-div .keypad-row {
	float: none;
	display: block;
	width: auto;
	overflow: hidden;
}

#keypad-div .keypad-key {
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	background-color: #F4F4F4;
	cursor: pointer;
	float: left;
	margin: 2px;
	padding: 0;
	width: 24px;
}

#keypad-div .keypad-close, #keypad-div .keypad-clear, #keypad-div .keypad-back {
	background-color:#f49022;
	border: none;
	width: 60px;
}


