﻿form {
	padding:0px;
	margin:0px;
}

.nochange 
{
	
}

.changed 
{
	color: #FF0000;
}

.deleted
{
	color: #b1b1b1;
	text-decoration: line-through;
}

.form_tbl td
{
	padding:3px;
}

.form_tbl td.header
{
	background-color:#21366b;
	color:White;
	font-weight:bold;
	text-align:right;
}

.form_tbl td.footer
{
	background-color:#d3d3d3;
	border:solid #000000 1px;
	text-align:right;
	vertical-align:middle;
}

.member_info 
{
	background-color:#ececec;
	border:solid 2px #565656;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.member_info2
{
	border:solid 2px #696969;
	background-color:#c1c1c1;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}


.member_info_tbl .hdr 
{
	text-align:right;
	font-weight:bold;
	min-width:220px;
	padding-right:5px;
}

.member_info_tbl .hdr2 
{
	text-align:right;
	font-weight:bold;
	min-width:235px;
	padding-right:5px;
}

.member_info_tbl .hdr3 
{
	text-align:left;
	font-weight:bold;
	min-width:235px;
	padding-right:5px;
}

.member_info_tbl td.spacer {
	border: 0px;
	padding: 5px;
	height: 10px;
}

.member_info_tbl td.button 
{
	text-align:right;	
}

.payments 
{
	border: solid 2px #696969;
	background-color:#c1c1c1;
	min-height:100px;
	width:550px;
}

div.JCPTab
{
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top: 2px;
	left: 0px;
	border-top: solid 2px #696969;
	border-left: solid 2px #696969;
	border-right: solid 2px #696969;
	background-color:#c1c1c1;
	font-weight:bold;
	width:170px;
	padding: 3px;
	text-align:center;
}



.header2  /*check if used*/
{
	text-align: left;
	font-weight: bold;
}

.AbsSrchRslt span.title 
{
	font-weight:bold;
	padding-bottom: 5px;
}

.AbsSrchRslt span.publication 
{
	font-style:italic;
	padding-bottom: 25px;
	color:#6e6e6e;
	font-size:11px;
	line-height:2em;
}

.AbsSrchRslt span.authors
{
	padding-bottom: 5px;
	color:#6e6e6e;
	font-size:11px;
}

.AbsSrchRslt span.abstract
{
	padding-bottom: 5px;
}

.AbsSrchRslt 
{
	border:solid 2px #565656;
	width: 90%;
}

.AbsSrchRslt td
{
	padding-bottom: 15px;
	padding-top: 15px;
}

img.waiting
{
	vertical-align:middle;
}

.error 
{
	color:Red;
}

.success 
{
	color:Green;
}

/*
.bigSubmit 
{
	padding:10px;
	font-weight:bold;
	font-size:15px;
}
*/



.bigSubmit 
{
	color:#08233e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:12px;
	background:url(../graphics/button_highlight.png) repeat-x center #f2c455;
	background-color:rgba(242,196,85,1);
	border:2px solid #946b08;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*border-bottom:1px solid #9f9f9f;*/
	-moz-box-shadow:inset 0 3px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 3px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 3px 0 rgba(255,255,255,0.5);
	cursor:pointer;
}

.bigSubmit:hover
{
	background-color:#ffdc88;
	background-color:rgba(255,211,106,0.8);
}

.bigSubmit:active{position:relative;top:2px;}

.checkmark 
{
	padding-left: 35px;
	background:url(../graphics/btn_checkmark.png) no-repeat left center #f2c455;
	background-color:rgba(242,196,85,1);
}

.x
{
	padding-left: 35px;
	background:url(../graphics/btn_x.png) no-repeat left center #f2c455;
	background-color:rgba(242,196,85,1);
}

.pmt_paid 
{
    color:Green;
}
.pmt_notpaid 
{
    color:Red;
}
