body {
	font: normal 8pt Verdana;
}

tr {
	font: normal 8pt Verdana;
}

span {
	font: normal 8pt Verdana;
}


.button {
	background-image: url(/Designer/Admin/Img/button.gif);
	width: 106px;
	height: 27px;
	border: none;
	padding-top: 2px;
	cursor: hand;
}

.input {
	background-image: url(/Designer/Admin/Img/textfield.gif);
	background-color: #F4F4F4;
	border: none;
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 21px;
	background-attachment: fixed;
}

.input1 {
	background-image: url(/Designer/Admin/Img/textfield1.gif);
	background-color: #F4F4F4;
	border: none;
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 21px;
	width: 179px;
	background-attachment: fixed;
}

.addButton {
	background-image: url(/Designer/Admin/Img/1.gif);
	border : none;
	margin-bottom : 3px;
	width: 33px;
	height: 19px;
	cursor: hand;
	font-family: Comic Sans MS, Verdana;
	font-weight: bold;
	font-size: 10px;
}

td.dataGridLink a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
	height: 27px;
}

td.dataGridLink a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-image : none;
}

td.dataGridLink a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/Designer/Admin/Img/hover.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	height: 27px;
}

.editorButton {
	background-image: url(/Designer/Img/buton.gif);
	width: 65px;
	height: 23px;
	border: none;
	padding-top: 1px;
	cursor: hand;
}
.dataGridLink A
{
    font-size: 11px;
}
.AdminPanel
{
    position: absolute; 
    background-color: #FFFFFF;
    top: 0px;
    z-index: 9999;
}