﻿body, td 
{
	font-family: Arial, sans-serif;
	color: #324a64;
	font-size: 11px;
}

body
{
	background-color: #324a64;
}

img { border: 0px; }
table { border: 0px; padding:0px; margin: 0px; }
td { vertical-align: top; text-align: left; font-size: 12px;}
select { margin: 2px; }
ul { margin-left: 10px; }


.MainPage
{
	background-image: url(/images/SteadArtHome.jpg); 
}
.BrowsePage
{
	background-image: url(/images/SteadArtBrowse.jpg); 
}

.MainPage, .BrowsePage
{
	margin: auto; 
	width: 748px; 
	height: 572px; 
	background-repeat: no-repeat; 
	background-position: center top;	
	text-align: left;
	background-color: White;
}

.Footer
{
	padding-top: 5px;
}

.Footer, .Footer a
{
	text-decoration: none;
	margin: auto; width: 748px; 
	color: White;
	font-size: 11px;
}

.Footer a:hover
{
	text-decoration: underline;
}



h1
{
	width: 100%;
	font-size: 18px;
	border-bottom: solid 2px;
	color: #000E99;
}

h2
{
	width: 100%;
	font-size: 16px;
	border-bottom: solid 2px;
	color: #000E99;
}

h3
{
	width: 100%;
	font-size: 12px;
	border-bottom: solid 2px;
	color: #000E99;
}

a { text-decoration: none; color: #324a64; }
a:visited { }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.Menu
{
	background-color: #000E99;
	color: Gray;
}
.Menu a { color: White; text-decoration: none; }
.Menu a:visited { color: White; text-decoration: none; }
.Menu a:hover { text-decoration: underline; }
.Menu a:active { color: red; text-decoration: none; }

.MainBody
{
	padding: 10px;
	height: 500px;
}

/* Standard info box style */
.infobox 
{
	border: solid 1px #B5B5B5;
	border-top: solid 5px #B5B5B5;
	padding: 8px;
/*	width: 200px;*/
	margin-bottom: 16px;
	margin-top: 4px; 
}

/* Main table - A table that takes up the entire normal client area */
.maintable
{
	padding: 10px;
}

/*  A button that takes up the entire width of its area */
.fullwidthbutton
{
	width: 100%;
	background-color: #b5b5b5;
	border: solid 1px Black;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
}

/* Text classes */
.bigblue { font-size: 14px; font-weight: bold; color: Blue; }
.BoldRed { color: Red; font-weight: bold; }
.PropertyTitle { font-size: 20px; font-weight: bold; color: Blue; }

.datagrid 
{
	border-width: 1px;
	border-style: solid;
	border-color: #0030CE;
}

/* Property classes */
.propertygrid { border: solid 1px blue; }
.propertygrid td { padding: 5px; margin: 0px; border: 0px; }
.propertyheader { background-color: #0030CE; color: White; font-weight: bold;}
.propertyheader a { color: White; font-weight: bold; }
.propertyheader a:visited { color: White; }
.propertyheader a:hover { color: #AAAAFF; }
.propertyheader a:active { color: White; }
.propertyrow { background-color: #DDDDDD;}
.propertyalt {}
.propertyname { font-size: 16px; }

/* Helper classes */
.centerAlign { text-align: center; vertical-align: middle; }
.rightAlign { text-align: right; }
.DataLabel { font-weight: bold; text-align:right; }
.LeftColumn { width: 205px; }
.ContactColumn { width: 215px; }
.PageTitle { font-size: 20px; font-weight: bold; color: Blue; }
.Question { font-weight: bold; }
.SubHead { font-weight: bold; }
.PadLeft { margin-left: 20px; }

/* Maintenance Table */
.Maintenance { background-color: #EEEEEE}

.AvailabilitySheet
{
	border-bottom: solid 1px black; 
	width: 600px;
}

.AvailabilitySheet td { font-size: 11px; }
.AvailabilityRow
{
	padding-left: 10px;
}
.AvailabilitySectionHead
{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.BoldHead
{
	font-weight: bold;
	font-size: 14px;
}

.Gallery td
{
	padding: 15px 25px 0px 25px;
	text-align: center;
}

.BigPhoto
{
	border: solid 1px #666666;
	margin-bottom: 10px;
}

.Sortlinks a
{
	padding-right: 10px;	
}

.PageBar a, .PageBar strong 
{
	padding: 5px;
}

.SelectedImage
{
	border: solid 2px red;
}


/* Standard DataGrid */
.DataGrid { }
.DataGrid td { padding: 3px; }
.DataHead{ background-color: #000E99; color: White; font-weight: bold;}
.DataHead a { color: White; font-weight: bold; }
.DataHead a:visited { color: White; }
.DataHead a:hover { color: #CCCCFF; }
.DataHead a:active { color: White; }
.DataHead td { color: White;}
.DataRow { background-color: #E0E0E0; }
.DataAlt {}

.QuickLinks
{
	border: solid 1px #000E99; 
	border-top: solid 8px #000E99; 
	padding: 5px;
	margin-bottom: 5px;
}

.QuickLinks a 
{ 
	line-height: 20px;
}

.SteadImage
{
	border: solid 3px #476a8f;
}
