@import url(extremecomponents.css);
@import url(forms.css);
@import url(messages.css);

html {
	overflow-y:auto!important;
	*overflow-y:scroll;
	height:100%;
	width:100%;
} 

body {
	background: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
img {
	vertical-align: middle;
}
a img {
	border: 0;
}

td,th{
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
}

div{
	font-size: 9pt;
}

span{
	font-size: 9pt;
}

.topNavBar {
	width:100%;
	background-color: #EAEAEA;
	color:#000000;
	padding-top:2px;
	padding-bottom:2px;
	position: relative;
	border-bottom:1px solid #dadada;
}

#titleBar {
	width:100%;
	background-color: #e1e9f4;
	color:#000000;
	padding-top:2px;
	padding-bottom:2px;
	position: relative;
}

#titleBar table td{
	white-space: nowrap;
}

#titleBar a{
	color: black;
	text-decoration: none;
	float: left;
	cursor: hand;
	margin: 0 5px 0 0;
	border: 0px solid #dadada;
	position: relative;
} 

#titleBar a SPAN{
	padding: 2px 2px 4px 0;
	margin: 0 0 0 4px;
	
	position: relative;
}

/*#titleBar a:hover{
	border:1px solid #FF33FF;
	background-color:#FFCCFF;
}*/

#titleBar a:hover span{
	color: #000;
	padding: 2px 2px 4px 0;
	margin: 0 0 0 4px;
} 

.searchBar{
	width: 100%;
	padding: 0px 0px;
}

.searchBar table{
	background-color:#FFFFFF;
	border: 1px solid #dadada;
	/*border-spacing: 1px;
	border-spacing: expression(this.cellSpacing=1);
	border-collapse:1px;*/
	width: 100%;
	margin-bottom: 8px;
	border-collapse:collapse;
}

.searchBar table th{
	color: white;
	height: 22px;
	text-align: center;
	background: #474d51;
	/*background-image:url("/wecs/images/ver2/search_title.png");*/
	font-weight: normal;
	/*border-right: 1px solid #5CAFFE;
	border-bottom: 1px solid #5CAFFE;*/
	white-space: nowrap;
	border: 1px solid #dadada;
}

.searchBar table td{
	background-color: #FFFFFF;
	height: 22px;
	white-space: nowrap;
	border: 1px solid #dadada;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

div.separator {
    border-bottom: 1px solid green;
    margin: 10px 0px; 
    width: 300px;
}

h1 {
    color: #ccc;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

p {
    font: 12px/20px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
}

label.required {
    font-weight: none;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

.notice{
	color:red;
}

.selectBtn{
	width: 16px;
	height:16px;
	background:url(../images/icons/more.gif);
	border:0px none white;
}

/* These are the styles for detail screen tables */
table.detail {
	font-weight: normal;
	border-collapse:collapse;
	position: relative;
	border: 1px solid #dadada;
}

table.detail th {
	border: 1px solid #dadada;
	color: #333333;
	text-align: right;
	background: #f0f0f0;
	height: 20px;
	padding: 4px;
	white-space: nowrap;
}

table.detail th label {
	width:100%;
	text-align: right;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail th.command{
	border: 1px solid #dadada;
	color: #165AB3;
	text-align: right;
	background: #f0f0f0;
	height: 20px;
	padding: 4px;
}

table.detail td {
	border: 1px solid #dadada;
	color: black;
	padding: 4px;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 4px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail td.command{
	border: 1px solid #dadada;
	color: black;
	padding: 4px;
	background: #f0f0f0;
}

table.detail td.title{
	border: 1px solid #dadada;
	color: #6B91C9;
	background: #E1E9F4;
	height: 20px;
	padding: 4px;
	white-space: nowrap;
	font-weight: bold;
}

table.detail td.buttonBar {
    padding-top: 10px;
}

table.detail td.updateStatus {
    font-size: 11px;
    color: #c0c0c0;
}

table.detailSub td{
	border: none;
	padding: 1px;
}

table.inSideTable {
	font-weight: normal;
	border-collapse:collapse;
	position: relative;
}

table.inSideTable th {
	border: 1px none #dadada;
	color: black;
	padding: 4px;
	text-align: center;
}

table.inSideTable td {
	border: 1px none #dadada;
	color: black;
	padding: 4px;
}

/*ListTable*/
table.list {
	font-weight: normal;
	border-collapse:collapse;
}

table.list th {
    text-align: center;
    padding:4px;
	color: Black;
	background-color: #f0f0f0;
	white-space: nowrap;
	border: 1px solid #dadada;
	font-weight: normal;
}

table.list td {
    padding:4px;
	border:1px solid #dadada;
}

table.list .subtotal {
    padding:4px;
	color:white;
	background-color: #f0f0f0;
	white-space: nowrap;
	border: 1px solid #dadada;
}

table.list .picTable td {
    padding:0px;
	border:0px solid #dadada;
}

table.more {
    background-image: url(../images/b_1.gif);
	FILTER: none/*progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#72CFD7)*/;
	CURSOR: hand;
	PADDING-TOP: 1px;
	letter-spacing:1pt;
	text-align:center;
	font-size:9pt;
	line-height: 17px;
	margin-left:2px;
	border: 1px solid #6b97d4;
	width: 70px;
}

.seniorSearchIcon{
	position: �̶�;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.table_textarea{
	cols: 70;
	rows: 6;
}

.grid_table {
	border-collapse:collapse;
  	/*border: 1px solid #dbdbdb;
	border-collapse: 1px;*/
  	background-color: White;
	width: 100%;
}

.grid_span {
  border: 1px solid #dadada;
	background: #e0e0e0;
	height: 20px;
}

.grid_span td{
  padding: 4px;
}

.grid_command {
  color: Black;
	text-align: center;
	background: #9c9c9c;
	height: 24px;
}

table.noborder {
	font-weight: normal;
	border-collapse:collapse;
	position: relative;
}

table.noborder th {
	border: 0px solid #BED5F0;
	color: #930000;
	text-align: right;
	background: #E1E9F4;
	white-space: nowrap;
}

table.noborder td {
	border: 0px solid #dadada;
	color: black;
}

.form_button {
	cursor: hand;
	font-size: 9pt;
	background-color: #fdbe57;
	color: #000000;
	border: 1px solid #990000;
	padding: 3px;
	height: 22px;
	}
	

