﻿body {
}

a
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:White;}
.panel
{
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:0px;
}
.subject 
{
    font-family:Verdana;
    font-size:16px;
    color:#1A1A1A;
    line-height:25px;
    }
    
.text-01 
{
    font-family:Verdana;
    font-size:10px;
    color:#808080;
    line-height:14px;
    }
    
    
    
    
    .effect {
	cursor: url(effect/graphics/zoomin.cur), pointer;
    outline: none;
}
.effect img {
	border:solid 1px white;
    margin:4px 4px 4px 4px;
    outline: none;
}
.effect:hover img {
	border: 1px solid orange;
}

.effect-image {
	border: 10px solid white;
}
.effect-image-blur {
}
.effect-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.effect-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(effect/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.effect-credits,
a.effect-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.effect-credits:hover,
a.effect-credits:hover i {
    color: white;
    background-color: gray;
}

.effect-display-block {
    display: block;
}
.effect-display-none {
    display: none;
}