@charset "utf-8";
/* CSS Document */
body {
	background-color: #bebebe;
	background-repeat: no-repeat;
}
.text_field {
	height: 20px;
	width: 80px;
	border: 1px solid #62c8fe;
}

* {
	margin: 0px;
}
.signin_textfield {
	height: 20px;
	width: 145px;
	border: 1px dashed #87cdf5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #87cdf5;
	padding-top: 5px;
	padding-left: 5px;
}
.signin_table {
	margin-top: 15px;
	margin-right: 15px;
}
.header_background {
	background-color: #d6f0ff;
	background-image: url(AT_VenuesImages/Header_Background_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	line-height: 18px;
	padding-left: 10px;
}

.bodybackground {
	background-color: #FFFFFF;
	/*background-image: url(AT_VenuesImages/middle_Shadow_Body.jpg);*/
	background-repeat: repeat-y;
}

.community_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464b4c;
	font-weight: normal;
}
.resources_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0000FF;
}
.calculator_background {
	background-image: url(AT_VenuesImages/calculator_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.black_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464b4c;
	font-weight: normal;
}

a.toplinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #1e8bca;
}
a.toplinks :link {
	color:#1e8bca;
}
a.toplinks :visited {
	color: #1e8bca;
}
a.toplinks :hover {
	text-decoration: underline;
	color: #1e8bca;
	font-weight:normal;
}
a.toplinks :active {
	color: #1e8bca
}

a.commlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #464b4c;
}
a.commlinks :link {
	color:#464b4c;
}
a.commlinks :visited {
	color: #464b4c;
}
a.commlinks :hover {
	color: #464b4c;
	font-weight:normal;
}
a.commlinks :active {
	color: #464b4c
}

a.links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #0000FF;
}
a.links :link {
	color:#0000FF;
}
a.links :visited {
	color: #0000FF;
}
a.links :hover {
	text-decoration: underline;
	color: #0000FF;
	font-weight:normal;
}
a.links :active {
	color: #0000FF
}