html
{
	padding: 0px;
	margin: 0px;
}
body{
	/*overflow:hidden; user wanted scroll bars*/
	overflow:scroll;
	font-family: Arial;
	font-size: 11px;
	color: gray;
}
p, span, div{
	font-family: Arial;
	font-size: 11px;
	color: gray;
}
td{
	font-family: Arial;
	font-size: 11px;
	color: gray;
	vertical-align: top;
}
td.breadcrumb{
	vertical-align: bottom;
	text-align: left;
}
body{
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color: gray;
	vertical-align: top;
	margin: 0;
	background-color: #FFFFFF;
}
table.full{
	/* border: 1px #DFDABD solid; */
	width: 1000px;
	height: 610px;
}
.titel{
	font-family: Arial;
	font-size: 16px;			
	color: gray;
	font-weight: bold;			
}
.button{
	font-family: Arial;
	font-size: 11px;
	background-color: #EEEEEE;
       	border-right: 1px solid #AAAAAA; 
       	border-left: 1px solid #AAAAAA; 
       	border-bottom: 1px solid #AAAAAA; 
	border-top: 1px solid #AAAAAA;
}
input,textarea,option{ 
	background-color: #FFFFFF; 
	border-color: #AAAAAA;
	border-style: solid ; 
	border-width: 1; 
	font-family: Arial;
	font-size: 11px;
} 
.menu td{
	background-color: gray;
	padding-left: 0px;
	padding-right: 0px;
}
.topMenu{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}
.subMenu{
	font-size: 16px;
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	color: gray;
}
.projectcategorie, .projectcategorie a{
	font-size: 14px;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	color: gray;
}
a, a:hover, a:visited{
	text-decoration: none;
}
a.breadcrumb{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: gray;
}
a.breadcrumb:hover{
	color: gray;
	text-decoration: underline;
}
.project, .project a{
	font-size: 14px;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
}
option, select{	
	font-size : 11px;
}
.showBorder{
	border-width:1px;
	border-style:solid;
	border-color:#eeeeee;
}
#motioncontainer {
margin:0 auto;  /* Uncomment this line if you wish to center the gallery on page */
width: 500px; /* Set to gallery width, in px or percentage */
height: 133px; /* Set to gallery height */
}
#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}
#motioncontainer a:hover img {
border: 1px solid #000000; /* Set image border hover color */
}
#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
