﻿body
{
	background: #ffffff url("bp/images/background.png") repeat-x;
	margin: 0px;
	height:100%; 
}

.mainTitle
{
	/*background-color: #3169A5; */
}

.mainBodyTopLine
{
	/* background: #3169A5; */
	height: 15px;
}

.mainBody
{
	/* background: #3169A5; */
}

/************************************/
/* Styles for declaring left menu   */
/************************************/

.divLeft 
{
	font-family: verdana;
	font-size: small;
	line-height: 1.5em;
}

.LeftMenuDisabledItem
{
	color: #000000;
	font-weight: bold;
	width: 100%;
}

.LeftMenuItem
{
	font-weight: normal;
	width: 100%;
}

.LeftMenuItemHighlight
{
	width: 100%;
	color: #0000FF;
	cursor:hand;
}


/************************************/
/* menu styles                                       */
/* note: not all browsers render                     */ 
/* styles the same way so try out your style sheet   */
/* in different browsers before publishing           */
/************************************/

.mainmenu 
{
	text-decoration : none;
	background-image: url(bp/images/mainmenu.gif);
	border: 1px solid #336699;
	/* background-color: #3169A5 */ 
}

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(bp/images/lev0_bg1.gif);
	border: 1px solid #336699;
	/* background-color: #3169A5;  #2C5F93; */
}
.m0l0oover {
	text-decoration : none;
	background-image: url(bp/images/lev0_bg2.gif);
	/* background-color: #3169A5;  #2C5F93; */
	border: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(bp/images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}

.NoHighlightedLink 
{
	text-decoration: none;
	cursor:hand;
	text-align:center;
	width:90px;
}

.NoHighlightedLink a:link a:visited a:active a:hover
{
	text-decoration: none;
	cursor:hand;
	text-align:center;
}

/* Login Panel */
.loginPanel
{
	font-family: verdana;
	font-size: small;
	color: #FFFFFF;
}

.loginTextBox
{
	width: 100px;
}

.loginPrompt
{
	color: #FF0000;
}

.loginButton
{
}


/* Register page */
/* Login Panel */
.registerPanel
{
	margin: 10px;
	padding: 10px;
	font-family: 'Trebuchet MS';
	font-size: small;
}

.registerCell
{
	padding: 2px;
	margin: 2px;
}

.registerTextBox
{
}

.registerPrompt
{
	color: #FF0000;
}

.registerButton
{
}

.registerLabel
{
	color: #FFFFFF;
	text-align: right;
}

.registerLabelWithError
{
	color: #FF0000;
	text-align: right;
}


/* Support minimum height of middle panel */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.min100px {
	float:right;
	width:1px;
	height:100px;
}

.min400px {
	float:right;
	width:1px;
	height:400px;
}

.min500px {
	float:right;
	width:1px;
	height:500px;
}

/* Select Building Photo Table */
.SelectBuildingPhotoTable
{
	border: 0px solid #000080;
}

.SelectBuildingPhoto
{
}


/* Popup photos */

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("bp/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("bp/images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("bp/images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}


/* Photos on the right panel */
.PhotoTable
{
}

.PhotoTableCell
{
	background-color: #FFFFFF;
	border: 1px solid #000080;
	padding: 2px;
	margin: 2px;
	text-align: center;
	vertical-align: top;
}
