body
{
	font-family:"Arial";
	color:#6a6a6a;
	font-size:0.8em;
/*    overflow:scroll;*/
}

a,a:visited
{
	text-decoration:none;
	color:#ED8000;
}

a:hover
{
    text-shadow:0 0 10px #ED8000;
}

img
{
    border:none;
}

*.Title
{
    color:#ed8000;
    font-weight:bold;    
    font-size:1.2em;
}

*.Description
{
    color:#364094;
}

*.Error
{
    color:red;
    padding-top:30px;
    text-decoration:blink;
}

*.OrangeText
{
    color:#ED8000;
}

*.Bold
{
    font-weight:bold;
}




.ImageList {

}

.ImageList .InImageList {
    margin-right:20px;
    margin-bottom:20px;
    border:3px inset transparent;
}

.ImageList .InImageList.Selected {
    box-shadow:0 0 10px #888;
    border-color:#333;
}