/* generic component container */
#com_jrs {
	margin-bottom: 20px;
}

/* misc */
div.clear, br.clear {
	display: block;
	height: 0px;
	padding: 0;
	margin: 0;
	clear: both;
	line-height: 0px;
}

img.class {
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
}

#jrs_copyview {
	position: absolute;
	width: 350px;
	padding: 5px;
	border: 2px solid #AAAAAA;
	background-color: #EEEEEE;
	margin-top: -10px;
	margin-left: -15px;
}

	#jrs_copyview h1 {
		background-color: #666666;
		color: #ffffff;
		margin: 0;
		margin-bottom: 10px;
		padding: 4px;
		width: auto;
	}

	#jrs_copyview dt,
	#jrs_copyview img,
	#jrs_copyview .comment {
		display: none;
	}

#com_jrs hr {
	border: 0 !important;
	background-color: #AAAAAA !important;
	height: 1px !important;
	margin: 5px 0 5px 0 !important;
	padding: 0 !important;
	width: auto !important;
}

/* filter widget */
#com_jrs .filter {
	float: right;
}

/* buttons */
a.btn {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px  !important;
	margin-right: 4px  !important;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	color: #999999 !important;
	font-weight: bold !important;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	line-height: 30px;
}

	a.btn:hover {
		border: 1px solid #336699;
		background-color: #336699;
		color: #EEEEEE !important;
		text-decoration: none;
	}

a.new {
	background-image: url(../images/icon_new.gif);
	padding-left: 24px;
}

a.prev {
	background-image: url(../images/icon_prev.png);
	padding-left: 24px;
}

a.next {
	background-image: url(../images/icon_next.png);
	padding-left: 24px;
}

a.save {
	background-image: url(../images/icon_save.gif);
	padding-left: 24px;
}

/* tooltips */

.raidtip {
	position: absolute;
	z-index: 20;
	display: none;
}

.raidtip, .raidtip * {
	text-align: left !important;
}

	.raidtip h1 {
		margin: 0;
		font-size: 14px;
		line-height: 18px;
		display: inline;
	}

	.raidtip .t {
		height: 21px;
		width: 370px;
		background-image: url(../images/tooltip_t.png);
		background-repeat: no-repeat;
	}

	.raidtip .m {
		width: 320px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-image: url(../images/tooltip_m.png);
		background-repeat: repeat-y;
		font-size: 12px;
		line-height: 14px;
		overflow: hidden;
		color: #000000 !important;
		font-weight: normal !important;
	}

	.raidtip .b {
		height: 38px;
		width: 370px;
		background-image: url(../images/tooltip_b.png);
		background-repeat: no-repeat;
	}

	.raidtip img {
		width: 75px;
		float: left;
		margin-right: 4px;
		margin-bottom: 2px;
	}

/* error messages */
p.jrs_error {
	color: #cc0000;
}

/* generic list table style */
#com_jrs table.jrs_list {
	width: 100%;
	background-color: #eeeeee;
	margin-top: 4px;
}

	#com_jrs table.jrs_list tr.item {
	}

	#com_jrs table.jrs_list tr.highlight {
		background-color: #ffffff !important;
	}

	#com_jrs table.jrs_list th {
		background-color: #666666;
		color: #ffffff;
		text-align: left;
		padding: 2px;
		vertical-align: top;
	}

	#com_jrs table.jrs_list td {
		padding: 2px;
		vertical-align: middle;
		border-bottom: 1px dotted #999999;
	}

	#com_jrs table.jrs_list tr.noresult td {
		padding: 20px;
		text-align: center;
	}

/* panes */
#jrs_pane_left {
	width: 360px;
	float: left;
}

#jrs_pane_right {
	width: 360px;
	float: left;
}

	#jrs_pane_left fieldset,
	#jrs_pane_right fieldset {
		border: 1px solid #AAAAAA !important;
		padding: 15px ! important;
		margin-right: 5px;
	}

	#jrs_pane_left legend,
	#jrs_pane_right legend {
		font-size: 14px !important;
		font-weight: bold !important;
		color: #666666 !important;
		background-color: #ffffff;
		line-height: 14px;
	}

/* forms */
#com_jrs label {
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
	margin-top: 2px;
	padding-top: 2px;
}

#com_jrs div.control {
	display: block;
	float: left;
	width: 300px;
	margin-top: 2px;
	padding-top: 2px;
}

	#com_jrs div.control label {
		float: none;
		display: inline;
		width: auto !important;
		margin: 0;
		padding: 0;
	}

	#jrs_pane_left div.control,
	#jrs_pane_right div.control {
		width: 150px;
	}

	#com_jrs div.control input.text,
	#com_jrs div.control select,
	#com_jrs div.control textarea {
		width: 160px;
	}

	#com_jrs div.control textarea {
		height: 100px
	}
