﻿/* Mouse Over Photo Loader */
.border_preview
{
    border-right: 0px;
    border-top: 0px;
    z-index: 100;
    background: #000;
    border-left: 0px;
    border-bottom: 0px;
    position: absolute;
}
.preview_temp_load
{
    font-family: verdana;
    font-size: 12px;
    color: black;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    padding-top: 3px;
    text-align: center;
}
.preview_temp_load IMG
{
    vertical-align: middle;
    text-align: center;
}
.gallery_title
{
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: 300px;
    padding-top: 10px;
    font-family: verdana;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
#loader_container
{
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
}
#loader
{
    border-right: #6a6a6a 1px solid;
    padding-right: 0px;
    border-top: #6a6a6a 1px solid;
    display: block;
    padding-left: 0px;
    font-size: 10px;
    z-index: 255;
    padding-bottom: 16px;
    margin: 0px auto;
    border-left: #6a6a6a 1px solid;
    width: 135px;
    color: #000000;
    padding-top: 10px;
    border-bottom: #6a6a6a 1px solid;
    font-family: Tahoma, Helvetica, sans;
    background-color: #ffffff;
    text-align: left;
}
#progress
{
    font-size: 1px;
    left: 10px;
    width: 1px;
    position: relative;
    top: 1px;
    height: 5px;
    background-color: #9d9d94;
}

/* Main */
.text1 {
	font-family: arial;
	font-size: 11px;
	color: black;
}
.text2 {
	font-family: arial;
	font-size: 12px;
	color: black;
}
.text3 {
	font-family: arial black;
	font-size: 12px;
	color: white;
}
A.link1:hover {
	color: red;
}
.link1 {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}
A.link2:hover {
	text-decoration: underline;
}
.link2 {
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	color: white;
}
A.link3:hover {
	text-decoration: underline;
	color: red;
}
.link3 {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: black;
}
A.link4:hover {
	color: red;
}
.link4 {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}

