﻿body
{
	font-family: Arial;
	font-size: 8pt;
}

.ButtonColumn
{
	width: 40px;
}

.PopupWindow
{
	border: solid 2px black;
	background-color: #eee;
}

.PopupWindowTitle
{
	padding: 4px;
	font-weight: bold;
	border-bottom: solid 2px black;
	background-color: Blue;
	color: White;
	width: 100%;
}

.PopupWindowTitle a
{
	color: yellow;
}

a:LinkButton {
	color: blue;
	text-decoration: none;
	font-size: 10pt;
}

.ButtonNormal
{
    font-size: 10pt;
    color: black;
    width: 115px;
    height: 25px;
}
.ButtonLarge
{
    font-size: 10pt;
    color: black;
    width: 145px;
    height: 25px;
}

a:link {
	color: blue;
	color: Green;
    /*font-size: 8pt; */
	text-decoration: none;
}
a:visited {
	color: blue;
	color: Green;
    /*font-size: 8pt; */
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
    /*font-size: 8pt; */
}
a:active {
	color: #000000;
	text-decoration: none;
    /*font-size: 8pt; */
}

.Error
{
	background-color: transparent;
	color: Red;
	font-size: 16pt;
    font-weight: bold;
}

/* ======================================== */
/* SET GRID HEADER LABEL AND LINKS          */
/* ======================================== */
.GridHead {
	color: white;
	background-color: Navy;
    font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}
.GridHead a:link  {
	color: white;
	background-color: Navy;
    font-weight: bolder;
	text-decoration: none;
	font-size: 11pt;
}

/* ======================================== */
/* SET GRID DATA LABEL AND LINKS            */
/* ======================================== */
.GridData {
	color: #333333;
	background-color: #F7F6F3;
    font-weight: normal;
	font-size: 11pt;
	text-decoration: none;
}

/* ======================================== */
/* SET GRID DATA LABEL AND LINKS ALTERNATE  */
/* ======================================== */
.GridDataAlt {
	color: #333333;
	background-color: white;
    font-weight: normal;
	font-size: 11pt;
	text-decoration: none;
}


.QtyCol
{
	width: 75px;
	text-align: center;
	font-size: 12px;
}

.DetailsBox
{
	margin-top: 20px;
	border: solid 1px black;
	padding: 8px;
	background: #eee;
}

.ProfileContainer
{
}

.ProfileTitle
{
	font-weight: bold;
	font-size: 10pt;
}

.ProfileLabel
{
	margin-top: 4px;
	font-weight: bold;
}

.RequestLocation
{
	font-weight: bold;
	margin-left: 4px;
	margin-top: 2px;
}

.RequestContacts
{
	font-size: 80%;
	margin: 4px 10px 4px 10px;
	border: solid 1px #333;
	background: white;
	padding: 3px;
}

.RequestResults
{
	border: solid 1px black;
	padding: 5px;
	background: #eee;
	margin-right: 15px;
	margin-left: 5px;
}

.RequestResult
{
	padding-top: 3px;	
	padding-bottom: 3px;	
}

.RequestResult h2
{
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
}

.RequestResponses
{
	font-size: 80%;
	margin: 4px 10px 4px 10px;
	border: solid 1px #333;
	background: white;
	padding: 3px;
}

.GridViewStyle
{
	width: 100%;
}

.GridViewHeaderStyle th
{
	padding-left: 4px;
	padding-right: 4px;
}

.GridViewHeaderStyle a:visited
{
	color: white;
	text-decoration: none;
}

.GridViewHeaderStyle th a:visited
{
	color: white;
	text-decoration: none;
}

.GridViewHeaderStyle th a:hover 
{
	color: #ADDE21;
	text-decoration: none;
}

.GridViewRowStyle td
{
	padding-left: 4px;
	padding-right: 4px;
}

.GridViewAlternatingRowStyle td
{
	padding-left: 4px;
	padding-right: 4px;
}

.GridViewRowStyle td a
{
	color: Blue;
}

.GridViewAlternatingRowStyle td a
{
	color: Blue;
}

.GridViewPagerStyle
{
	width: 20px;
	text-align: center;
}

.GridViewPagerStyle table
{
}

.GridViewPagerStyle td
{
	background-color: #bbb;
	color: black;
	text-align: center;
	width: 10px;
}

.GridViewPagerStyle td a
{
	color: Blue;
}

.GridViewEmptyRowStyle td 
{
	color: black;
	font-weight: normal;
	background: #eee;
	padding-left: 4px;
}

input
{
	padding: 2px;
}

.AddToMyLinks
{
	margin-top: 8px;
	float: right;
}

.AddToMyLinks
{
    color: #597b1e;
	font: 14px/140% "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
}

.AddToMyLinks a {
    outline: none;
    color: #597b1e;
	font: 14px/140% "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
    margin: 25px 8px 0 10px;
    }

.AddToMyLinks a:hover {
    text-decoration: none;
    color: #ccc;
    }
