table {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	border-collapse: collapse;
}

body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	direction:ltr;
	unicode-bidi:embed;
	background: white;
	padding-bottom: 20px;
	background: #382e1c
}


.mainpanel {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}

.main-table {
	background: #f1d8a9 url('../images/APA_bkgrnd.jpg') no-repeat;
	border: 1px solid white
}

p{font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

select{
	border:1px solid #BDC7D8;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;padding:2px;
}

hr {clear: both;}

td, td.label{font-size:11px;}

/* title of secured form */
.title1 {
	color: #7f7f7f;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.background-white {
	background: white;
}

.position-fixed {
	position: fixed;
}

.border-collapse {
	border-collapse: collapse;
}

.border-separate {
	border-collapse: separate;
}

.align-top {
	vertical-align: top;
}

.text-center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.png-icon {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer; 
} 

.waitPanel {
	padding-top: 30px;
	text-align: center;
	vertical-align: middle;
}

.gif-icon16 {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
}

.gif-icon16x20 {
	width: 20px;
	height: 16px;
	border: none;
	cursor: pointer;
}

.x-link {
	color:#333399;
	cursor: pointer;
	text-decoration: underline;
}

.x-linka {
	color:#333399;
	cursor: pointer;
	text-decoration: underline;
}

.x-linka-out{
	color:#333399;
	text-decoration: none;
	cursor: default;
}

.x-linka-white {
	color:white;
	cursor: pointer;
	text-decoration: underline;
	white-space: nowrap;
}

.x-linka-out-white {
	color:#c9daff;
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
}

.alt-row {
	background-color: #edf2fa;
}
.white-row {
	background: white;
	background-image: none;	
}

.white-text {
	color: white;
}

.no-padding {
	padding: 0;
}

.padding-left-right {
	padding: 0 3px;
}

.no-wrap {
	white-space: nowrap;
}
.hidden {
	display: none;
}

.show {
	display: block;
}

.pointer {
	cursor: pointer;
}

.required-box {
	background-color: #faf3c8;
	border: 1px solid #d2d2d2;
	width: 12px;
	height: 12px;
}

.shadowDiv {
	position: absolute;
	top: 0;
	left: 0;
/*	moz-opacity:0.5;            Mozilla 1.6 and below   */
	opacity: 0.5;               /* newer Mozilla and CSS-3 */
	background-color: black;
	z-index: 10;
}

.textbox{
	border:1px solid #bdc7d8;
	font-size:11px;
	padding-left: 3px;
	padding-right: 3px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}

#messagebox {
	border-left:1px solid #bdc7d8;
	border-right:1px solid #bdc7d8;
	border-bottom:1px solid #bdc7d8;
	border-top: none;
/*	background: #fcf5e7; */
	height: 630px;
	width: 600px;
}



.button {
	font-size: 11px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	color: white;
	background: #3b5998;
	border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-bottom: 1px solid #0e1f5b;
	border-right: 1px solid #0e1f5b;
	padding: 2px 8px;
}

.tabbar {
	background: transparent;
/*	background: #f1d8a9; */
}

.tab-table {
	margin-top: 3px;
	width: 100%;
}

.tab1, .tab2 {
	padding: 4px 10px;
	font-weight: bold;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}

.tab1 {
	color: #555555;
	background: #fcf5e7;
	border-bottom: none;
}

.tab2 {
	color: #d0d0d0;
	background: #3b5998;
	border-bottom: 1px solid #a0a0a0;
}

.end-tab {
	border-bottom: 1px solid #a0a0a0;
}

.tab-separator {
	width: 8px;
	border-bottom: 1px solid #a0a0a0;
}