.listTable, .formTable {
	width : 90%;
	margin : 0% 5%;
	border-width : 0px;
	border-collapse : collapse;
	background-color : #FCFCFE;
	border-color : #000000;
	border-style : solid;
	border-width : 1px;
}
.tabFormTable {
	width : 90%;
	margin : 0% 5%;
	border-width : 0px;
	border-collapse : collapse;
}

.formTable {
	border-spacing : 0px;
}

.formPanel {
	display : none;
}

.formPanelSelected {
	display : inline;
}

.tabStrip {
	position : relative;
	width : 100%;
	height : 23px;
	background-image : url("../images/tabBack.gif");
}
.tab {
	position : absolute;
	top : 0px;
	width : 150px;
	height : 23px;
	background-image : url("../images/tab.gif");
	line-height : 23px;
	text-indent : 5px;
	cursor : default;
}
.tab:hover, .tabHover {
	position : absolute;
	top : 0px;
	width : 150px;
	height : 23px;
	background-image : url("../images/tabHover.gif");
	line-height : 23px;
	text-indent : 5px;
	cursor : default;
}

.tabSelected {
	position : absolute;
	top : 0px;
	width : 150px;
	height : 23px;
	background-image : url("../images/tabSelected.gif");
	line-height : 21px;
	text-indent : 5px;
	font-weight : bold;
	cursor : default;
}

#Tab0 {
	left : 5px;
}

#Tab1 {
	left : 155px;
}

#Tab2 {
	left : 305px;
}

#Tab3 {
	left : 455px;
}

.formPanelTable {
	background-color : #FCFCFE;
	border-width : 0px 1px 1px 1px;
	border-color : #000000;
	border-style : solid;
	width : 100%;
	-moz-border-radius : 3px;
}
/*
.formPanelTable tr th,
.formPanelTable th {
	font-size : 14px;
	font-weight : bold;
	border-bottom : 1px #000000 solid;
	padding-bottom : 0px;
}
*/
.oddRow {
	background-color : transparent;
}

.evenRow {
	background-color : #CCCCCC;
}

.oddRow td, .evenRow td {
	padding : 5px;
}

.options {
	text-align : right;
	white-space : nowrap;
}

a.addLink {
	text-align : right;
}

a.backLink {
	text-align : left;
}

div.subNav {
	text-align : center;
}

table.subNav {
	margin : 10px auto;
	width : 550px;
	text-align : left;
}

th {
	font-size : 100%;
	font-weight : bold;
	border-bottom : 1px #000000 solid;
	text-align : left;
}

.alignRight,
.options {
	text-align : right;
}