@font-face
{
	font-family: "Calibri1";
	src: url(CALIBRI.TTF) format(   "truetype" );
}
body
{
	font-family: Calibri,Calibri1;
}
table.showDetails
{
	background-color: #808080;
}
table.showDetails th
{
	color: #fff;
	background-color: #808080;
	font-weight: normal;
	text-align: left;
}
table.showDetails td
{
	background-color: #E7E8EA;
}
table.showDetails td.td1
{
	color: #3A3A3B;
	background-color: #f1f1f1;
}
table.showDetails td.td2
{
	color: #3A3A3B;
	background-color: #E7E8EA;
}
table.showDetails td.editCell
{
	color: #3A3A3B;
	background-color: #ff0;
}
.add_new
{
	background-image: url(../images/add_new.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}
.add_new:hover
{
	color: Blue;
	text-decoration: underline;
	background-image: url(../images/add_new_hover.png);
}
input[type="text"], input[type="password"]
{
	border: solid 1px #808080;
	width: 200px;
	height: 17px;
}
select
{
	border: solid 1px #CCCCCC;
	width: 200px;
}
textarea
{
	border: solid 1px #CCCCCC;
	width: 400px;
}
.full_screen
{
	background-image: url(../images/full_screen.png);
	background-repeat: no-repeat;
	height: 64px;
	padding-left: 68px;
	padding-top: 0px;
	margin-top: -10px;
	padding-bottom: 45px;
	text-decoration: none;
	vertical-align: bottom;
}
.bullet-icon
{
	background-position: -14px 0px;
	width: 14px;
	height: 13px;
	cursor: hand;
	cursor: pointer;
	background-image: url(../images/bullet.jpg);
}
.bullet-icon:hover
{
	cursor: hand;
	background-position: 0px 0px;
}
.bullet-icon-selected
{
	background-position: 0px 0px;
	width: 14px;
	height: 13px;
	cursor: hand;
	cursor: pointer;
	background-image: url(../images/bullet.jpg);
}
.login_btn
{
	background-position: 0px 0px;
	background-image: url(../images/login.png);
	width: 175px;
	height: 50px;
}
.login_btn:hover
{
	background-position: -175px 0px;
}
.register_btn
{
	background-position: 0px 0px;
	background-image: url(../images/register.png);
	width: 175px;
	height: 50px;
}
.register_btn:hover
{
	background-position: -175px 0px;
}
.showmap
{
	background-position: 0px 0px;
	background-image: url(../images/showmap.png);
	width: 200px;
	height: 50px;
}
.showmap:hover
{
	background-position: -200px 0px;
}
.manual_btn
{
	background-position: 0px -35px;
	background-image: url(../images/download-user-manual.png);
	width: 233px;
	height: 35px;
}
.manual_btn:hover
{
	background-position: 0px 0px;
}
