a:link {color: #0000FF; text-decoration: underline;font-weight: bold}
a:visited {color: #0000FF; text-decoration: underline;font-weight: bold}
a:hover {color: #0000FF; text-decoration: underline;font-weight: bold}
a.PMENU:visited {color: #0000FF; text-decoration: underline;font-weight: bold}
a.PMENU:link {color: #0000FF; text-decoration: underline;font-weight: bold}
a.PMENU:hover {color: #FF0000; text-decoration: underline;font-weight: bold}
a.ITEMS:hover {color: #0000FF:text-decoration: underline;font-weight: bold}
a.ITEMS:link img{border-color: black;border-width: 5px;}
a.ITEMS:visited img{border-color: black;border-width: 5px;}
a.ITEMS:hover img{border-color: blue;border-width: 5px;}
div.workarea { padding:10px; }
div.video {    cursor: move; };

ul.search  {
	overflow: hidden;
    list-style: none;
	text-align: center;
    margin:0;
    padding:0;
}

ul.search li {
    overflow: visible;
    list-style: none;
	text-align: center;
	width: 135px;
	height: 135px;
	float:left;
	padding:5px;
}

ul.draglist  {
	overflow: auto;
    width: 180px;
    height:540px;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
	text-align: center;
}

ul.draglist li {
	padding:5px;
    cursor: move;
}

ul.draglist_alt {
    position: relative;
    width: 200px;
    list-style: none;
    margin:0;
    padding:0;

    padding-bottom:30px;
}

ul.draglist_alt li {
    margin: 1px;
    cursor: move;
}


li.list1 {
    background-color: #D1E6EC;
    border:1px solid #7EA6B2;
}

li.list2 {
    background-color: #D8D4E2;
    border:1px solid #6B4C86;
}

#video {
color: #000!important;
}

#overlay{ background-image: url(overlay.png);  }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
#ul2 img, #ul1 img{

	border: 3px solid #333;

}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}


