@charset "UTF-8";

div.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.loadingOff {
    background-image: none;
}

.loadingOn {
    background-image: url(/images/loading.gif);
    background-position: 50% 100px;
    background-repeat: no-repeat;
}

* { 
	margin: 0px; 
	padding: 0px; 
	font-size: 12px; 
}

div#footer {
    margin-top: 1px;
}

div#developedBy {
    float: right;
    width: 250px;
    color: #C0C0C0;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
    font-size: 9px;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
    font-size: 9px;
}

img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

