/********** allg ********/

.standard {
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
}

.wsh_message {
	color: blue;
}

a.wsh_grli {
	text-decoration:none; color:#b0b0b0
}

a.wsh_blli {
	text-decoration:none; color:black	
}

a.wsh_li {
	text-decoration: underline; color:black	
}


#wsh_head {
	clear: both;
	border: 0px;
	background-color: #f0f0f0;
	font-family: Bitstream Vera Sans, sans-serif;
	color: #000000;
/*	margin: .5em 0;
	padding: .5em; */
	margin: 3px 3px;
	padding: 3px; 
	
	text-align: right;
	border-color: black;
/*	border-bottom: 1px solid black; */
	
}


#wsh_logo {
	float: left;
	text-align: left;
	max-width: 30%;
	color: #909090;
	font-weight: bold;
	font-style: italic;
}

#wsh_menu_point {
	margin: 6px 6px;
	padding: 3px;
}

#wsh_menu_point_sel {
	margin: 6px 6px;
	font-weight: bold;
	background-color: #ffffff;
	border-left: #909090 solid 2px;
	border-right: #909090 solid 2px;
	padding: 3px;	
	
}

#wsh_editor {
	vertical-align: top;	
	margin-top: 6px;
	
	

}

#wsh_editor_block {
	float: left;
	margin-bottom: 9px;
}

#wsh_editor_clipb {
	float: right;	
}

#wsh_sheet {
	clear: both;	
	margin-top: 6px;
}

/********** LIST VIEW ********/


table.wsh {
	font-weight: normal;
	font-size: 13px;
	color: #fffff; 
/*	width: 320px; */
	background-color: #ffffff;
	border: 1px grey solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px; 
}


table.wsh td {
	border: 1px dotted grey;
	
}

table.wsh th {
	text-align: center;
	border: 1px solid grey;
	background-color: #f0f0f0;
	font-weight: bold;
}

table.wsh td.wshside {
	border: 1px solid grey;
	background-color: #f0f0f0;
	font-weight: bold;
}


table.wsh td.wshpointer {
	border: 2px solid red;
}

table.wsh td.wshsel {
	background-color: #c0c0c0;
}

table.wsh td.wshpointerwshsel {
	border: 2px solid red;
	background-color: #c0c0c0;
}

	


