.panel {
}
#panel_fee {
}
.panel .row1{
	/*background-color:#999;*/
}
.panel .row2{
	/*background-color:#CCC;*/
}

.panel .textarea {
}

div#field{
}
#field .text {
}
#finance #field .text {
}
#field .frminput {
	
}
#field .frminput select {
}
/* --- ERRORS --- */
.iferror {
	display:none;
	}
.error {
	display:block;
	}	
.anerror{
	display:block;
}
#passwordhint {
	display:none;
}
.error .iferror {
	display:block;
	}

.hint { color:#ccc; }

.focusField{
	/*background-color:#ccc;*/
}
.idleField, .seperator{
	/*background-color:#dddddd;*/
}
.recaptcha{
	/*background-color:#dddddd;*/
}
#recaptcha_area{
}
#recaptcha_area .idleField{
}
#recaptchaerror{
	display:none;
}
.subtitle{
	/*border:#FFF thin solid;*/
}
.subtitle1{
	/*background-color:#999;
	border:#FFF thin solid;*/
}
.highlight{
	/*background-color:#cc6633;*/
}
.add{
	display:none;
}
.offline{
	display:none;
}
#finance .button{
	margin:10px;
}
#panel_csrlabel .button{
	margin-bottom:10px;
}

.wait {
	display:none;
}
.wait_submit {
	display:none;
}
.wait_txt{
	display:none;
}
.wait_add {
	display:none;
}
/*
#rememberme{
	float: left;
	padding-left: 8px;
	padding-top: 8px;
}
#lostpassword {
	padding-left: 9px;
	padding-bottom:8px;
	vertical-align: middle;
}
#iSM
{margin:0 0 15px 0;padding:0;height:14px;padding-left:235px;}*/
#iSM ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#iSM ul li {
    display: inline-block;
    float: none;
    text-align: center;
    padding: 5px;
    margin: 0px -3px 0 0;
    font-size: 11px;
}
#iWeak,#iMedium,#iStrong
{width:80px;font-size:.7em;color:#adadad;text-align:center;padding:2px;background-color:#F1F1F1;display:block;}
#iWeak,#iMedium
{border-right:solid 1px #DEDEDE;}
#iMedium
{width:80px;}
#iMedium,#iStrong
{border-left-width:0;}

div.strong #iWeak, div.strong #iMedium, div.strong #iStrong  {
}

div.medium #iWeak, div.medium #iMedium {
}

div.medium #iWeak, div.medium #iMedium {
}

div.weak #iWeak {
}

div.strong #iStrong, div.medium #iMedium, div.weak #iWeak {
}
#passworderror{
	display:none;
}
#feedback-accepted{
	display:none;
	width:110px;
	height:100px;
	float:left;
	background-image: url(../images/accepted.gif);
	background-repeat:no-repeat;
}
#feedback-error{
	display:none;
	width:100px;
	height:100px;
	float:left;
	background-image: url(../images/error.gif);
}
#feedback-pending{
	display:none;
	width:100px;
	height:100px;
	float:left;
	background-image: url(../images/pending.gif);
}
.feedback{
	/*display:block;
	height:150px;
	padding:40px 0 20px 10px;*/
}

#service_link a:link {
	/*font-family:Verdana, Geneva, sans-serif;*/	
}
#service_link a:visited {
}
#service_link a:active, .service_list a:hover {
}

#px_display {
	padding-top: 10px;
	padding-bottom: 10px;
}
.uploadData {
	padding: 5px;
	width: 420px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #DDD;
	border: 1px solid #ccc;
	position: relative;
}
.uploadData .fname {
	padding-right: 10px;
	width: 120px;
}
.uploadData .loader {
}
.uploadData .result {
	display: block;
	float: left;
	width: 130px;
	padding-left: 10px;
}
.uploadData .close {
	background-image: url(../img/close.gif);
	height: 16px;
	width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.uploadData .close:hover {
	background-position: 16px 0px;
}
#px_button input{
}
#pxupload_form{
}
.tabheader{
}
.tabbuttom{
	font-size: 28px;
	line-height: 7px;
	margin: 0px;
	color: #fff;
	padding: 5px 14px 5px 0;
	cursor: pointer;
	position: relative;
	background-color:#999;
	border:#fff thin solid;
	height:10px;
}
.plusminus{
}
.tabcontent{
	clear:both;
}
.tabcontent .fileupload {
}