@charset "utf-8";
/* CSS Document */

.input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #d6d6d6;
	}
	
.input:hover {
	border: 1px solid #999999;
	}
	
.input:focus {
	border: 1px solid #98141b;
	}

.button {
	background-image: url(/media/themes/standard/images/button-bg.png);
	background-position: top;
	height: 25px;
	display: block;
	font-size: 12px;
	color: #98141b !important;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	outline: none;
	line-height: 17px;
	-moz-border-radius: 5px;
	-kthml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.button:hover {
	border: 1px solid #999999;
	}
	
.button:active {
	background-position: bottom;
	border: 1px solid #999999;
	padding-top: 4px;
	}

a.button {
	background-image: url(/media/themes/standard/images/button-bg.png);
	background-position: top;
	float: left;
	display: block;
	height: 19px;
	font-size: 12px;
	color: #98141b;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	-moz-border-radius: 5px;
	-kthml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
a.button:hover {
	border: 1px solid #999999;
	}
	
a.button:active {
	background-position: bottom;
	border: 1px solid #999999;
	padding-top: 4px;
	padding-bottom: 0px;
	}


a.iconbutton {
	background-image: url(/media/themes/standard/images/button-bg.png);
	background-position: top;
	float: left;
	display: block;
	height: 16px;
	font-size: 12px;
	color: #98141b;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	}
	
a.iconbutton:hover {
	border: 1px solid #999999;
	}
	
a.iconbutton:active {
	background-position: bottom;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 0px;
	}

.texticon {
	float: left;
	font-size: 22px;
	line-height: 8px;
	padding-top: 3px;
	padding-right: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.area {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #d6d6d6;
}
	
.area:hover {
	border: 1px solid #999999;
	}
	
.area:focus {
	border: 1px solid #98141b;
	}

.tags {
	background-image: url(/media/images/tags.gif);
	background-repeat: no-repeat;
}

.desc {
	background-image: url(/media/images/desc.gif);
	background-repeat: no-repeat;
}

.source {
	background-image: url(/media/images/source.gif);
	background-repeat: no-repeat;
}

.autocompleter-parent {
	position: relative;
	z-index:4;
}

.autocompleter {
	position: absolute;
	border: 1px solid #d6d6d6;
	border-top: none;
	z-index: 15;
	background-color: #FFF;
}

.autocompleter-res ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.autocompleter-res ul li a {
	display: block;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	text-decoration: none;
	color: #cb4343;
	float: none;
}

.autocompleter-res ul li a:hover {
	color: #FFF;
	background-image: url(/media/themes/standard/images/select-bg.png);
	background-repeat: repeat-x;
}

.pages {
	font-size: 12px;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin: 0;
	margin-bottom: 2px;
	/*border-top: 3px solid #98141b;*/
	border-top: 3px solid #d8f1f9;
	border-bottom: 1px solid #d8f1f9;
	color: #333333;
	background-image: none;
}

a.ngbutton {
	height: 20px;
	background-image: url(/media/images/button.gif);
	border: 1px solid #284261;	
	-moz-border-radius: 5px;
	-kthml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.ngbutton:hover {
	background-position: 0 -25px;
	cursor: pointer;
}

a.ngbutton:active {
	background-position: 0 -50px;
	outline: none;
	height: 19px;
	padding-top: 6px;
}

.ngbutton-inp {
	border: 1px solid #284261;	
	-moz-border-radius: 5px;
	-kthml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	outline: none;
	background-image: url(/media/images/button.gif);
}

.ngbutton-inp input {
	height: 25px;
	background-image: url(/media/images/button.gif);
	border: 0;
	padding: 15px;
	padding-top: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.ngbutton-inp:hover input, .ngbutton-inp:hover {
	background-position: 0 -25px;
	/*cursor: pointer;*/
}

.ngbutton-inp:active input {
	background-position: 0 -50px;
	outline: none;
	height: 25px;
	padding-top: 6px;
}