@charset "utf-8";
/* ----------------------------------------------- */
/* -- (c)2009 Arcane Creation ------- Valid CSS -- */
/* ----------------------------------------------- */
/* ---------- www.arcanecreation.com ------------- */
/* ----------------------------------------------- */
/* -- Prefixes for Joomla! and Special Effects  -- */
/* ----------------------------------------------- */

/* -- PHOCA GALLERY -- */
/* ------------------- */
.highslide-heading {
  font-size: 16px; color:#666; text-align:center; padding-top:4px;
}
.highslide-caption {
  font-size: 14px;
}


/* -- LIST ICONS   -- */
/* ------------------ */
ul.features li {
	background: url(gfx/icon-check.png) left top no-repeat; padding: 0px 0px 10px 25px;
	font-weight:bold;
}

.icon, ul.files li { /* li/a class="icon type" */
	padding-left:20px; background-position:center left; background-repeat:no-repeat; 
}
	.word 	{background-image: url(gfx/icon-doc.png);}
	.link 	{background-image: url(gfx/icon-link.png);}
	.plus 	{background-image: url(gfx/icon-plus.png);}
	.file 	{background-image: url(gfx/icon-file.png);}
	.pdf 	{background-image: url(gfx/icon-pdf.png);}
	.audio 	{background-image: url(gfx/icon-audio.png);}
	.video 	{background-image: url(gfx/icon-video.png);}
	.feed 	{background-image: url(gfx/icon-feed.png);}

/* -- CHECKED LINKS -- */
/* ------------------- */
.Checked a {
	padding-right:20px;
}
.Checked a:visited {
	background: url(../templates/css/gfx/checked.png) right center no-repeat;
}

/* -- IMAGE GLOW   -- */
/* ------------------ */
.glow a img {
	opacity:0.5; border:none;
}
.glow a img:hover {
	opacity:1; border:none; background-color: transparent;
}
.hover a img {
	opacity:1;
}
.hover a img:hover {
	opacity:0.9;
}

/*-- LOGIN --*/
form span.quick {padding-left:0px;}
.greeting {color:#333; font-weight:bold;}

/* -- TOOLTIP -- */
.hasTip {}
.tool-tip {
	background: url(../images/tooltipBG.png);
    border: 1px solid #fff;
	padding: 5px;
    font-size: 0.8em; color:#fff;
    max-width: 200px;
	z-index:99;
    }
.tool-title {font-weight: bold; font-size:12px; text-transform:uppercase; letter-spacing:1px;
	border-bottom: 1px solid #ccc;
}

/*-- CAPTION FIX --*/
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* -- FIXES
/* ------------------- */
.scroll {
	height:425px; overflow:auto;
}
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/ 
* html .clear { height: 1%;} .clear {display: block;}
/* End hide from IE-mac */
.clear2 {clear: both;}

/* FORM VALIDATION */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/*-- EDITOR BUTTONS --*/
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}