/* General */

body
{
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #33549D;
	text-decoration: none;
	text-align: center;
	background-color: #7FA6DD;
}


#navHome
{
	cursor: pointer;
	float: left;
	border-left: none;
	margin: 0px 0px 0px 0px;
	padding-right: 31px;
	height: 90px;
	width: 180px;
}

#container
{
	width: 784px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	top: 8px;
	position: relative;
}

#containerLogin
{
	width: 536px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	top: 50px;
	position: relative;
}

#login
{
	position: absolute;
	width: 536px;
	height: 361px;
	background: url( "../images/bg_login.gif" );
	top: 0;
}

#loginForm
{
	position: absolute;
	left: 50px;
	top: 150px;
}

#header
{
	position: absolute;
	width: 784px;
	background: url( "../images/bg_header.gif" );
	height: 70px;
}

#crumbtrail
{
	position: relative;
	padding-top: 12px;
	padding-left: 24px;
	height: 40px;
	width: 751px;
	left: -24px;
	top: -12px;
	color: #11449e;
	background: url(../images/bg_crumbtrail.gif) no-repeat;
	font-size: 105%;
}

#logout
{
	position: relative;
	float: right;
	top: -16px;
	padding-right: 45px;
}

#searchSwitch
{
	position: relative;
	float: right;
	top: 19px;
	padding-right: 20px;
}

a
{
	color: #33549D;
	text-decoration: underline;
	cursor: pointer;
}


a.logout:link
{
	color: #0560a6;
	text-decoration: underline;
	font-size: 80%;
	cursor: pointer;
}
a.logout:visited
{
	color: #0560a6;
	text-decoration: underline;
	font-size: 80%;
	cursor: pointer;
}
a.logout:hover
{
	color: #FF6600;
	text-decoration: underline;
	font-size: 80%;
	cursor: pointer;
}
a.crumbtrail:link
{
	color: #11449e;
	text-decoration: underline;
	cursor: pointer;
}
a.crumbtrail:visited
{
	color: #11449e;
	text-decoration: underline;
	cursor: pointer;
}

a.crumbtrail:hover
{
	color: #FF6600;
	text-decoration: underline;
	cursor: pointer;
}

a.results:link
{
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}

a.results:visited
{
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}

a.results:hover
{
	color: #FF6600;
	text-decoration: underline;
	cursor: pointer;
}

a.paginate:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.paginate:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}

a.paginate:hover
{
	color: #FF6600;
	text-decoration: underline;
	cursor: pointer;
}

a.editText:link
{
	color: #33549D;
	text-decoration: underline;
	cursor: pointer;
}

a.editText:visited
{
	color: #33549D;
	text-decoration: underline;
	cursor: pointer;
}

a.editText:hover
{
	color: #FF6600;
	text-decoration: underline;
	cursor: pointer;
}

a.editStatus:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.editStatus:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}

a.editStatus:hover
{
	color: #DDDDDD;
	text-decoration: underline;
	cursor: pointer;
}


#endForm
{
	position: relative;
	width: 751px;
	background: url( "../images/bg_endForm.gif" ) repeat-x;
	height: 28px;
	left: -24px;
	margin-top: 10px;
	margin-bottom: -10px;
}

.input
{
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-bottom-color: #DDDDDD;
	border-right-color: #D2D2D2;
	border-left-color: #C3C3C3;
	border-top-color: #CCCCCC;
	width: 209px;
	font-size: 95%;
}

.inputLogin
{
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-bottom-color: #DDDDDD;
	border-right-color: #D2D2D2;
	border-left-color: #C3C3C3;
	border-top-color: #CCCCCC;
	width: 165px;
	font-size: 95%;
}

.inputSmall
{
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-bottom-color: #DDDDDD;
	border-right-color: #D2D2D2;
	border-left-color: #C3C3C3;
	border-top-color: #CCCCCC;
	width: 25px;
	font-size: 95%;
}

.textarea
{
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-bottom-color: #DDDDDD;
	border-right-color: #D2D2D2;
	border-left-color: #C3C3C3;
	border-top-color: #CCCCCC;
	font-size: 95%;
	font-family: arial, helvetica, tahoma, sans-serif;
}

.select
{
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-bottom-color: #DDDDDD;
	border-right-color: #D2D2D2;
	border-left-color: #C3C3C3;
	border-top-color: #CCCCCC;
	width: 213px;
	font-size: 95%;
}

.selectSmall
{
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-bottom-color: #DDDDDD;
	border-right-color: #D2D2D2;
	border-left-color: #C3C3C3;
	border-top-color: #CCCCCC;
	width: 75px;
	font-size: 95%;
}
.inputEditor
{
	background-color: #ffffff;
	color: #333333;
	border-width: 1px;
	border-bottom-color: #DDDDDD;
	border-right-color: #D2D2D2;
	border-left-color: #C3C3C3;
	border-top-color: #CCCCCC;
	font-size: 95%;
}
#submit
{
	position: relative;
	float: right;
	top: 13px;
	right: 17px;
}


#footer
{
	width: 784px;
	background: url( "../images/bg_footer.gif" );
	height: 60px;
	cursor: pointer;
}

#wrapper
{
	position: absolute;
	width: 784px;
	top: 70px;
	background: url( "../images/bg_container.gif" ) repeat-y;
}

#content
{
	padding-left: 40px;
	width: 709px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#divide
{
	height: 2px;
	position: relative;
	left: -24px;
	top: -13px;
	width: 751px;
	background: url( "../images/bg_divide.gif" ) no-repeat;
}

#nav
{
	float: right;
	border-left: none;
	margin: 14px 0px 0px 0px;
	padding-right: 31px;
	height: 90px;
}

#title
{
	height: 40px;
	position: relative;
	top: -2px;
}

h1
{
	font-size: 150%;
	color: #333333;
	letter-spacing: -0.1em;
}
h2
{
	font-size: 120%;
}
table.details, table.results
{
	background-color: #FFFFFF;
}

th.mainHeader
{
	color: #FFFFFF;
	height: 22px;
	background-color: #85A8C7;
	font-weight: normal;
	text-align: left;
}

th.mainHeader2
{
	color: #FFFFFF;
	height: 18px;
	background-color: #85A8C7;
	font-weight: normal;
	text-align: left;
}

td.mainHeader
{
	color: #FFFFFF;
	height: 18px;
	background-color: #85A8C7;
	font-weight: normal;
}

td.mainFooter
{
	color: #FFFFFF;
	height: 18px;
	background-color: #B0C5DA;
	font-weight: normal;
}

th.secondaryHeader, th.headerAction, td.homeTitle, td.action
{
	color: #33549D;
	background-color: #D3E9FF;
	font-weight: normal;
	padding-left: 5px;
}

td.results1, td.homeDetail
{
	color: #666666;
	font-weight: normal;
	background-color: #ffffff;
}



td.homeDesc
{
	color: #666666;
	font-weight: normal;
	background: url( "../images/bg_quotes.gif" ) no-repeat;
	background-color: #ffffff;
}

td.results2
{
	color: #666666;
	font-weight: normal;
	background-color: #eeeeee;
}

td.pagination
{
	color: #FFFFFF;
	height: 22px;
	background-color: #85A8C7;
	font-weight: normal;
}

#comment
{
	color: #999999;
}
.systemInfo
{
	font-size: 85%;
	color: #666666;
}


#infoText
{
	position: relative;
	height: 20px;
	top: -10px;
	color: #666666;
	padding: 2px;
}

a.infoText:link
{
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}


a.infoText:visited
{
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}

a.infoText:hover
{
	color: #FF6600;
	text-decoration: underline;
	cursor: pointer;
}

.buttonStandard
{
	background: url(../images/bg_buttonStandard.gif) no-repeat;
	color: #666666;
	width: 97px;
	border: 0px;
	height: 25px;
	font-size: 95%;
	cursor: pointer;
}

.buttonLonger
{
	background: url(../images/bg_buttonLonger.gif) no-repeat;
	color: #666666;
	width: 129px;
	border: 0px;
	height: 25px;
	font-size: 95%;
	cursor: pointer;
}

.buttonLongest
{
	background: url(../images/bg_buttonLongest.gif) no-repeat;
	color: #666666;
	width: 174px;
	border: 0px;
	height: 25px;
	font-size: 95%;
	cursor: pointer;
}


.buttonHighlight
{
	background: url(../images/bg_buttonCancel.gif) no-repeat;
	width: 67px;
	border: 0px;
	height: 25px;
	color: #cc0000;
	font-size: 95%;
	cursor: pointer;
}




.homeDetailsImages
{
}
table.homeDetailsTable
{
	width: 743px;
}
td.homeDetailsTable1
{
	width: 460px;
}
table.homeDetailsTable1
{
	width: 460px;
}
table.homeDetailsTable3
{
	width: 310px;
}
td.homeDetailsCol1
{
	width: 240px;
}
td.homeDetailsCol2
{
	width: 230px;
}
td.homeDetailsCol3
{
	width: 310px;
}
td.homeDetailsCol4
{
	width: 123px;
}
td.homeDetailsCol5
{
	width: 50px;
}

td.homeDetailsCol6
{
	width: 150px;
}

td.homeDetailsCol7
{
	width: 120px;
}

#virtualTour
{
    position:absolute;
    top:140px;
    left:620px;
    width:135px;
    height:30px;
    float:right;
}
