﻿
body 
{	background-color:#ebe4e1;
	font-family:Arial;
	font-size: Small;
	overflow: hidden;
	color: #626169;
}

/* Hr classes */
.hrLeft
{	color:#bba399;
	height:1px;
}

.hrRight
{	color:#fbf3f0;
	height:1px;
}

/* Image paragraph */
.pImage
{	text-align:center;
	vertical-align:middle;
}

/* Img classes */
.imgAnchor
{	cursor:hand;
}

/* Div classes */
.divHeader
{	width: 820px;
	height: 202px;
	background-image: url("../Images/Spring/HeaderSpringSmall.jpg");
	vertical-align: bottom;
	text-align: left;
}

.divHeader h1
{	height: 55px;
    margin: 0px;
    padding-top: 85px;
    padding-bottom: 43px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    color: white;
}

.divFooter
{	width:820px;
	height:22px;
	background-image:url("../Images/Spring/Bottom.jpg");
}

.divContentLeft, .divContentRight
{	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	height: 500px;
	/*height:expression(document.body.clientHeight + "px");*/
}

.divContentPortfolio, .divContentPortfolioBottom
{	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.divContentPortfolioBottom
{	text-align:center;
}

.tdContentPortfolio
{	border: solid 1px #bba399;
}

.divContentLeftBottom
{	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	font-size:smaller;
}

.divScreenShotBackground
{	filter: alpha(opacity=75);
	-moz-opacity: .75;
	background-color:Gray;
	position:absolute;
	top:0px;
	left:0px;
	width:expression(document.body.clientWidth + 20 + "px");
	height:expression(document.body.clientHeight + 33 + "px");
/*	width:expression(window.innerWidth + 20 + "px");
	height:expression(window.innerHeight + 33 + "px");
*/
	display:none;
}

.divLargeScreenShot
{	position:absolute;
	left:expression(document.body.clientWidth / 2 - 450 + "px");
    top:expression(document.body.clientHeight / 2 - 350 + "px");
	display:none;
}

.mnuMain
{	width:685px;
	height:19px;
	text-align:left;
	margin-left: 30px;
}

/* Languages div */
.divLanguages
{	float: right;
	height:16px;
	width:20px;
	margin-right:15px;
}

/* Languages div */
.imgLogo
{	float: right;
	margin: 0 0 10px 10px;
}

/* Menu elements */
.mnuItem
{	text-decoration: none;
	background-color:Transparent;
	font-weight:bold;
	color: #fbf3f0;
}

.mnuItem:hover
{	text-decoration: underline;
}

.tdMiddle
{	border-right: solid 1px #fbf3f0;
}

.tblMenu
{	text-align: center;
}

/* Strong elements*/
.sStrongTitle
{	color: #626169;
}

/* Master page Table elements*/
td#tdContentLeft
{	width:581px;
	background-color:White;
	text-align:left;
	vertical-align: top;
}

td#tdContentRight
{	width:201px;
	background-color:#bba399;
	text-align: left;
	vertical-align: top;
	color:#ece4e1;
}

td#tdLeft
{	background-image:url("../Images/Spring/Left.jpg");
	width:19px;
}

td#tdRight
{	background-image:url("../Images/Spring/Right.jpg");
	width:19px;
}

/* Input style elements */
.aspInput
{	border-color: #626169;
	border: solid 1px;
	font-family:Arial;
	font-size: small;
}

.aspButton
{	border-color: #626169;
	border: solid 2px;
	background-color: #ebe4e1;
}

.aRight
{	color:#626169;
	text-decoration: none;
}

.aRight:hover
{	color:#626169;
	text-decoration: underline;
}

.aLeft
{	color:#626169;
}

/* Projects styles */
.odd { background-color: #f2f8fd; color: #000066; font-weight:normal;}
.even { background-color: #ffffff; color: #000066; font-weight:normal;}
.HiddenColumn { display: none; }

