﻿/* Global CSS Values for Site */

body
{
    color: black;
    background-color: #ffcc33;
    margin: 0 auto;
    padding: 0; /*font-family: verdana, arial;*/
}

.pad
{
padding:5px;
}


img 
{
	border:0px;
}

.std
{
	margin-top:20px;
}

/* CSS Classes for the Site.Master Page */


.Frametable
{
    background-color: beige;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    border-spacing: 0;
    border:solid thin khaki;
    padding:0 0 0 5px;
    margin:15px;
    
}
.Frametable2
{
    background-color: beige;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    border:solid thin khaki;
    border-spacing: 0;
    padding:5px 5px 0 5px;
    
    margin:15px;
}
.Frametd
{
    background-color: palegoldenrod;
    padding: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding:0 0 0 5px;
    margin:15px;
    height :20px;
}

.margin 
{
	margin-left:10px;
}


.grvPanel
{
    border: #060F40 2px solid;
    color: #060F40;
    background: #ffffcc;
}    
/* CSS classes for the top header of the products.aspx page */



.MainProductContent
{
	float:left;
	margin-right:0px;
}

.BlueLabel 
{Color: blue;}

.RedLabel 
{Color: red;}

.textBox 
{border:1px solid #933126; background-color:#F7DE8A;}




.photo-frame .topx-- {
	background-image: url(Images/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(Images/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(Images/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(Images/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: 100%;
}
.photo-frame .mid--x {
	background-image: url(Images/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: 100%;
}

.photo-frame .botx-- {
	background-image: url(Images/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(Images/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(Images/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}
.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}