@import url("input.css");
@import url("pager.css");
@import url("table.css");
body {
	font-family: Arial;
	font-size: .8em;
    margin: 5px;
    padding: 0px;
}
table {
    font-size: 1em;
}
div.Errors {
    color: red;
}
.Error {
    color: red;
}
label {
    font-weight: bold;
}

div.Title h3{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.3em;
}
div.Title p {
    margin-top: 0px;
}


form div.Entry {
    margin-top: 10px;
}
form .EntryRequired .RequireMark span {
    display: none;
}
form .EntryRequired em {
	background-image: url("images/required.gif");
	background-repeat: no-repeat;
	background-position: left;
	width: 1em;
	height: 1em;
	padding-left: .8em;
}
div.CommandWrapper {
    text-align: right;
    margin-top: 10px;
}
form div.Entry {
    margin-top: 10px;
}
div#printer {
	background-image: url("images/printer.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 16px;
	height: 16px;
}
/*Style for icon*/
a.Download {
	background-image: url("../images/download-icon.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	width: 15px;
	border-left: none;
}

a.ToBasket {
	background-image: url("../images/basket-icon.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	width: 15px;
	padding-left: 15px;
	border-left: none;
}
a.ToBasket span,
a.RemoveBasket span,
a.Download span {
	display: none;	
}
a.ToBasket, a.RemoveBasket, a.Download {
	margin-right: 4px;
}

a.ToBasket:hover,
a.RemoveBasket:hover {
	text-decoration: none;
	cursor: hand;
    cursor: pointer;
}
a.RemoveBasket {
	background-image: url("../images/basket-remove-icon.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	width: 15px;
	padding-left: 15px;
	border-left: none;
}