@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;
}


.left {
	float: left;
}

.right {
	float: right;
}

.width50 {
	width: 50px;
}

.width100 {
	width: 100px;
}

.width150 {
	width: 150px;
}

.width200 {
	width: 200px;
}

.marginRight5 {
	margin-right: 5px;
}

.marginLeft5 {
	margin-left: 5px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginRight15 {
	margin-right: 15px;
}

.marginLeft15 {
	margin-left: 15px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginLeft20 {
	margin-left: 20px;
}

