﻿/*
 * Common.css
 * Copyright (c) 2008 GrandRiverImaging.com
 */

html
{
   height: 100%;
   position: relative;
}

form
{
   height: 100%;  
   position: relative;
}

body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	min-width: 1000px;
	text-align: center;
	position: static;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
}

div
{
   font-size: 10pt;  
}

h1 {
   font-size: 20pt;
   font-weight: bold;
   margin: 0px 0px 20px 0px;
   padding: 0px;
}

.container
{
	position: relative;
   border-top: none;
   border-bottom: none;
	min-height: 100%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
	width: 970px;
}

#content
{
   position: relative;
	padding: 150px 20px 20px 20px;
	z-index: 100;
}

a:link, a:visited
{
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

.logoImage
{
   position: absolute; 
   top: 10px; 
   left: 10px;
   z-index: 200;
}

.bannerImage
{
   position: absolute; 
   top: 10px; 
   left: 170px;
   width: 788px;
   height: 93px;
   z-index: 200;
}

.linksTable
{
   position: absolute; 
   top: 103px; 
   left: 175px;
   width: 775px;
   z-index: 200;
}

.headerText
{
   position: relative;
   font-size: 10pt;
}

.galleryDropDown
{
   position: relative;
   width: 150px;
}

/*** Classes ***/

.static {
   position: static;
}

.relative {
   position: relative;
}

.smalltext
{
	font-size: 8pt;
}

.clickable
{
	cursor: pointer;
}

.alert
{
	color: Red;
	font-size: 10pt;
}

.notify
{
	color: #EEEE00;
	font-size: 8pt;
}

.roundedCorner {
   margin: 0px;
   padding: 0px;
   height: 20px;
   overflow: hidden;
}

.layoutTable {
   border-collapse: collapse;
}

.layoutTable tr td {
   padding: 0px;
   margin: 0px;
}

.standardPopup {
   width: 400px;
   padding: 10px;
   z-index: 9000;
   text-align: left;
}

.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 8000;
}

.closeWindowLink {
   position: absolute;
   top: 0px;
   right: 5px;
}

/* Styles for PNG icons */
/* Must specify width/height so the PNG hack for IE 6 will work */

.title {
   position: relative;
   top: -6px;
   left: -6px;   
   width: 400px;
   height: 40px;
}

.btn
{
	height: 25px;
	width: 120px;
}

.icon8
{
	height: 8px;
	width: 8px;
}

.icon10
{
	height: 10px;
	width: 10px;
}

.icon12
{
	height: 12px;
	width: 12px;
}

.icon16
{
	height: 16px;
	width: 16px;
}

.icon24
{
	height: 24px;
	width: 24px;
}

.icon32
{
	height: 32px;
	width: 32px;
}

.icon48
{
	height: 48px;
	width: 48px;
}

.icon128
{
	height: 128px;
	width: 128px;
}

.rc410 
{
   width: 410px;
   height: 20px;
}

.rc370
{
   width: 370px;
   height: 20px;
}

.rc930
{
   width: 930px;
   height: 20px;
}

.rc890
{
   width: 890px;
   height: 20px;
}

/* Working Image */

.workingImageWrap {
   position: absolute; 
   top: 50%; 
   left: 50%; 
   margin-top: -37px; 
   margin-left: -37px; 
   width: 75px; 
   height: 75px; 
   z-index: 10000;
}

.workingImage {
   position: relative;
   width: 75px; 
   height: 75px;    
   top: 0px; 
   left: 0px; 
   z-index: 1;
}

.workingImageBkgrnd {
   position: absolute; 
   width: 75px; 
   height: 75px; 
   top: 0px; 
   left: 0px; 
   z-index: 0;
}