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

body {
	font: 13px/1.5;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

 body {

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


textarea:focus, input:focus{
	outline: none;
}
 
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: #ffc10e; */
	background-color:#f7fbc6;
}
			
.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: 210px;
	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: 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 {
	margin: 5px;
	text-align:left;
	font-size: 9px;
	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;
}

 .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;
}

.icon-camera {
	background: url('../image/pc/icon-camera.png') no-repeat scroll;
}

.icon-crop {
	background: url('../image/pc/icon-crop.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_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;
}

.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;
}

.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.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 {
	display: block; 
	height: 24px;
	margin-left: 10px;
	margin-top: 3px;
}

a.button_save { 
	background-image: url('../image/pc/button.save.png');
	width: 56px; 
}

a.button_delete { 
	background-image: url('../image/pc/button.delete.png');
	width: 65px;
}

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

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

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

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

a.button_login {
	background-image: url('../image/pc/button.login.png'); 
	width: 55px; 
	margin-right: 4%;
}

a.button_logout {
	background-image: url('../image/pc/button.logout.png'); 
    width: 71px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.button_gettemppin {
	background-image: url('../image/pc/button.gettemporarypin.png'); 
	width: 138px; 
}

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

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

a.button_reissueCode{
	background-image: url(../image/pc/button.reissueCode.png);
	background-repeat: no-repeat;
	width: 100px;
}

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

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

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

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

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

a.button_add {
	background-image: url('../image/pc/button.add.png');
	width: 53px;
}

a.button_save_for_later {
	background-image: url('../image/pc/button.save-for-later.png');
	width: 103px;
}

a.button_verify_me {
	background-image: url('../image/pc/button.verify-me.png');
	width: 90px;
}

a.button_verify_my_business {
	background-image: url('../image/pc/button.verify-my-business.png');
	width: 126px;
	height:23px;
}

a.button_addChildUnit {
	background-image: url('../image/pc/button.addChildUnit.png');
	width: 117px;
}

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_upload{
	background-image: url('../image/pc/button.upload.png'); 
	width: 88px; 
	height: 24px;
}

a.button_add_upload{
	background-image: url('../image/pc/button.addFilesToUpload.png'); 
	width: 151px; 
	height: 24px;
}

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

a.button_less{
	background-image: url('../image/pc/button.less.png'); 
	width: 60px;
}


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

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

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

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

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

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

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

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

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

/** Display Table Styling  **/
table.simple {
	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;
}

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

div#recaptcha_signUp_div div {
	width: auto !important;
	margin-top: auto !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: 89px;
	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;
	display: none;
}

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 black;
	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: 20px;
}

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

/* /* 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
} 
 */



/* 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: 13px/1.5;
	
}

#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-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;
}

#ui-datepicker-div {
	display: none;
}

