body {
	background-color : #677580;
	margin : 0px;
}

body, p, td, th, li {
	font-size : 12px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #000000;
	line-height : 16px;
}

h1 {
	width : 100%;
	background-color : #C0C0C0;
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	margin : 0px 0px 10px 0px;
	padding : 2px 0px;
	border-bottom : 1px #666666 solid;
	border-top : 1px #000000 solid;
	text-indent : 10px;
}

p {
	margin-left : 20px;
	margin-right : 20px;
}

th {
	text-align : left;
	font-weight : bold;
	border-bottom : 1px #000000 solid;
	vertical-align : bottom;
}

#Container {
	position : relative;
	left : 0px;
	top : 0px;
}

#Layout {
	margin : 5px 10px;
	text-align : left;
	background-color : #FDFDFF;
	border : 1px #000000 solid;
}

#Welcome td {
	background-color : #000000;
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	height : 20px;
	padding : 0px 5px;
}

#NavPlaceHolder {
	background-color : #000000;
	height : 22px;
}

#StoreId {
	background-color : #B9E3F1;
	width : 100%;
	height : 20px;

}

#StoreId tr td,
#StoreId td {
	font-size : 12px;
	line-height : 16px;
	font-weight : bold;
	padding : 2px 10px;
	vertical-align : middle;
}

#StoreId tr td a:link,
#StoreId tr td a:active,
#StoreId tr td a:visited,
#StoreId a:link,
#StoreId a:active,
#StoreId a:visited {
	color : #111111;
	text-decoration : none;
}

#StoreId tr td a:hover,
#StoreId a:hover {
	text-decoration : underline;
}

#Content {
	height : 300px;
}

#Copyright {
	height : 20px;
	background-color : #808080;
	color : #FFFFFF;
	text-align : right;
	padding-right : 5px;
	border-top : 1px #000000 solid;
}

.listTable, .formTable {
	width : 750px;
	margin : 0px 25px 0px 25px;
}

.formTable tr td,
.formTable td {
	padding : 3px;
}

.listTable tr td,
.listTable td {
	padding : 2px;
}

.options {
	text-align : right;
	white-space : nowrap;
	width : 150px;
}

.center {
	text-align : center;
}

.left {
	text-align : left;
}

.right {
	text-align : right;
}

.oddRow {}

.evenRow {
	background-color : #D8D8D8;
}

.headerRow {
	background-color : #B9E3F1;
}

.headerRow td {
	border-bottom : 1px #000000 solid;
	border-top : 1px #000000 solid;
}

.red {
	color : #990000;
}

.bold {
	font-weight : bold;
}

/* INTERNAL OBJECT LINK SPECS ************************************/
.panelOptionsLeft {
	text-align : left;
	padding-left : 30px;
}

.panelOptionsRight {
	text-align : right;
	padding-right : 30px;
}

/* FORM SPECS ****************************************************/
input.longInput {
	width : 300px;
}

input.midInput {
	width : 175px;
}

input.shortInput {
	width : 50px;
}

input.sequenceInput {
	width : 25px;
}

input.transInput {
	background-color : transparent;
	border-color : transparent;
	border-style : solid;
	text-align : right;
}

textarea {
	width : 100%;
	height : 150px;
}

select {
}	

.tabFormTable {
	width : 750px;
	margin : 0px 25px 0px 25px;
}

.tabFormTableContentCell {
	border-width : 0px 1px 1px 1px;
	border-color : #000000;
	border-style : solid;
}

.formPanel {
	display : none;
}

.formPanelSelected {
	display : inline;
}

.tabStrip {
	position : relative;
	width : 100%;
	height : 23px;
	background-image : url("../images/tabBack.gif");
}
.tab {
	font-family : Arial Narrow;
	position : absolute;
	top : 0px;
	width : 70px;
	height : 23px;
	background-image : url("../images/tab.gif");
	line-height : 23px;
	text-indent : 3px;
	cursor : default;
	font-size : 12px;
}
.tab:hover, .tabHover {
	font-family : Arial Narrow;
	position : absolute;
	top : 0px;
	width : 70px;
	height : 23px;
	background-image : url("../images/tabHover.gif");
	line-height : 23px;
	text-indent : 3px;
	cursor : default;
	font-size : 12px;
}

.tabSelected {
	font-family : Arial Narrow;
	position : absolute;
	top : 0px;
	width : 70px;
	height : 23px;
	background-image : url("../images/tabSelected.gif");
	line-height : 21px;
	text-indent : 3px;
	font-weight : bold;
	cursor : default;
	font-size : 12px;
}

#Tab0 {
	left : 5px;
}

#Tab1 {
	left : 75px;
}

#Tab2 {
	left : 145px;
}

#Tab3 {
	left : 215px;
}

#Tab4 {
	left : 285px;
}

#Tab5 {
	left : 355px;
}

#Tab6 {
	left : 425px;
}

#Tab7 {
	left : 495px;
}

#Tab8 {
	left : 605px;
}

#Tab9 {
	left : 675px;
}

.formPanelTable tr td,
.formPanelTable td {
	padding : 3px;
	width : 50%;
}

