.oaoTable_header {
	background-color: #E9F1FD;
	padding:6px;
	border:1px  solid #D5D5D5;
        border-top: 0px;
}

.oaoTable_header2 {
	background-color: #E9F1FD;
	padding:6px;
	
	border:1px  solid #D5D5D5;
	border-top: 0px;
	border-bottom: 0px;
}


.pager_load {
	background: url(../images/load-e9.gif) no-repeat 0px 1px;
	height:16px;
	width: 16px;
	
}


.filter_item {
	
	border: 1px solid #ccc;
	display:inline-block;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right:5px;
	cursor: pointer;
}


.filter_item .col {	
	padding:1px 2px;	
	font-weight:bold;
	display:inline-block;	
	background-color:#efefef;
	
}

.filter_item .delete {	
		
	display:inline-block;	
	background:url("../images/icons/10-crossbw.png") no-repeat scroll 2px 4px #efefef;
	padding:1px 0px;	
	width: 16px;
	height: 16px;
	cursor: pointer;
	
}

.filter_item .op {	
	padding:1px 2px;	
	display:inline-block;	
	background-color:#efefef;
	color: #999;
	font-weight:bold;
	font-size:10pt;
	
}

.filter_item .val {	
	padding:1px 4px;	
	display:inline-block;	
	background-color:#efefef;
	color: #008000;
	font-weight:normal;
	font-style: italic;
	
}

.filter_item_edit {
	margin-bottom:3px;
}

.data_row {
	cursor: pointer;
}

.data_row_layer {
	cursor: pointer;
}

.data_row.selected td {
    background-color:#FEFFD3 !important;
}

.row.selected td {
    background-color:#FEFFD3 !important;
}

.oao-formsection {
	padding-left: 15px;
}

.subtab {
	padding: 0px;
}

.subtab_wrapper {
	padding: 10px;
}

.subtabmenu {
	border-bottom:0px solid #BED2E4;
	background-color: #E9F1FD;	
	padding: 5px 0px 0px 5px;
	position: relative;
}
.subtabmenu ul {
		margin: 8px 0px 0px 0px;
		padding:0px 0px 0px 6px;
}
.subtabmenu li {
		list-style-type: none;
		float:left;
		padding:4px;
		margin-left:10px;
		background-color: #E9F1FD;	
		border:0px solid #efefef;
		border-bottom: 0px;
		cursor:pointer;		
		position: relative;
		color: #3F6181;
		text-decoration: underline;	
	
		
}

.subtabmenu li.closable {
	padding-right:20px;
}
.subtabmenu li.active {
		border:0px solid #BED2E4;	
		border-bottom: 0px;
		background-color: #fff;
		color: #000;
		cursor:pointer;
		text-decoration: none;		
}

.subtabmenu li .ind{
	position:absolute;
	right:2px;
	top: 4px;	
	background:url(../images/load-be.gif);
	height:16px;
	width:16px;
}

.subtabmenu li .ind.close{
	background:url("../images/icons/10-crossbw.png") no-repeat scroll 2px 2px transparent;
}

.personpic {
	border: 0px solid #BED2E4;
	float: left;
	
}

.tab_desc h5 {
	font-size: 11pt;
}

.tab_desc {
	float: left;
	margin-left: 10px;
}

.persondesc h5 {
	font-size: 11pt;
}

.persondesc {
	float: left;
	margin-left: 10px;
}

.personskill {
	background-color: #D4E3FA;
	display:inline-block;
	padding:1px 2px;
	font-size: 8pt;
	font-weight: bold;
	margin-right:4px;
}


.oao-formtab {
	border: 2px solid #E9F1FD;
	border-top: 0px;
}

.oao-element {
	margin-top: 1px;
}

.oao-formsave {
	position: absolute;
	right: 7px;
	top: 19px;
}
.oao-formsavenew {
	position: absolute;
	right: 7px;
	top: 10px;
}

.radio_list li {
	list-style-type: none;
	float:left;
}
ul.radio_list {
	margin: 0px;
	padding: 0px;
}



table.t1 {
	border:0px;
	background-color:#fff;
	font-size: 9pt;

}

table.t1 th {
	color: #666;
	text-align:left;
	font-size:9pt;
	padding-right:7px;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	background-color:#f0f0f0;
	padding:4px 4px;
}

table.t1 th a{
	color: #555 !important;
}

table.t1 th.active {
	background-color:#e0e0e0;
}

table.t1 th.first{

	border-left: 1px solid #d5d5d5;
}

table.t1 th.last{

	border-right: 1px solid #d5d5d5;
}
table.t1 td {
	border-bottom: 1px solid #e5e5e5;
	text-align:left;
	padding:4px 4px;
}

/*#d5d5d5;*/

table.t1 td.first {
	border-left: 1px solid #d5d5d5;
	padding-left:5px;

}
table.t1 td.last {
	border-right: 1px solid #d5d5d5;

}

table.t1 tr.lastrow td {
	border-bottom: 1px solid #d5d5d5;

}

.t1 tr.stripe td {
	background-color: #fafafa;
}
