/********************************************************************
 * BUTTONS
 *******************************************************************/
div.link_button {
	height: 26px;
	background: url(/img/link_button_left.gif) no-repeat left;
	padding: 0 3px 0 3px;
	white-space: nowrap;
	width: 200px;
}
div.link_button img {
	position: relative;
	top: 4px;
	float: left;
	z-index: 2;
	border: none !important;
	padding: 0 !important;
}
div.link_button a {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
	top:1px;
	right: -4px;
	width: 100%;
	cursor: pointer;
}
div.link_button a:hover {
	color: #00a;
}
div.link_button a span {
	text-align: center;
	background: url(/img/link_button_right.gif) no-repeat right;
	position: absolute;
	right: 0;
	width: 90%;
}


/********************************************************************
 * AJAX ELEMENTS
 *******************************************************************/
div.spinner {
	width: 16px;
	height: 16px;
	background: url(/img/spinner.gif) no-repeat;
}
input.spinner {
	text-align: left;
	background: url(/img/spinner.gif) center right no-repeat;
}
/* a "Please Wait" div for AJAX calls */
div.loading {
	width: 100%;
	height: 100%;
	background: #000 url(/img/loading.gif) no-repeat center center;
	opacity: 0.50;
	filter: alpha(opacity=50);
	display: none;
}


/*
 * Fix container divs that contain floating divs - they will jump outside
 * the container unless class="... clearfix"
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* needed for IE7 */
*:first-child+html .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/********************************************************************
 * PAGINATION
 *******************************************************************/
ul.pagination {
	text-align: center;
	margin: 0 auto;
	clear: both;
	float: right;
	list-style-type: none;
}
ul.pagination li {
	float: left;
	margin-right: 6px;
}
ul.pagination li span {
	float: left;
}
ul.pagination li.current {
	font-weight: bold;
}
ul.pagination li.ellipsis {
}
ul.pagination li.ellipsis span {
}


/********************************************************************
 * TABLES
 *******************************************************************/
table.record {
	border: 1px solid #ccc;
}
table.record th {
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
table.record td {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}


/********************************************************************
 * MESSAGES AND ERRORS
 *******************************************************************/
p.error {
	color: #900;
	font-weight: bold;
	margin: 0;
}
div.error {
	color: #900;
	margin: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: url(/img/error_bg.gif) repeat-x;
	border: 1px solid #fd5000;
	padding: 7px;
}
div.success {
	color: #619420;
	margin: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: url(/img/success_bg.gif) repeat-x;
	border: 1px solid #12bd00;
	padding: 7px;
}
div.success ul, div.error ul {
	margin: 0 0 0 10px;
	list-style-type: disc;
	font-size: 8pt;
}

