/*** mod/themes/form/def/css-framework/cssf-base.css ***/
/*	CSS-Framework

	Version		: 0.3.1
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)

------------------------------ */
		
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border { border: none !important; }
/*.container:after,*/
.columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

/*html { height: 100%; color: #000; background: #f4f4f4; font: 0.75em/1.5 Arial, Helvetica, sans-serif; }
a { color: #0066cc; }
a:visited {  }
a:hover {  }
a:active {  }
*/
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */

/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; border-left: 1px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #ccc; }
.menu-h a { text-decoration: none; display: block; }
.menu-h a:hover { text-decoration: none; }
			
/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }
			
/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul { bottom: 22px; }
.menu-h-d.d-up ul ul { bottom: -1px; }
			
/* Vertical Menu
------------------------------ */

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }
.menu-v a { text-decoration: none; display: block; }
.menu-v a:hover { text-decoration: underline; }
			
/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; overflow: auto; color: #000; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 11px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }
.f-clear { clear: both; }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

/*.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }*/
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; border: none;  }
			
/* -------------------------------------------------------------------- */
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
/**/
.cleaner:after{ content: "."; display: block; height: 0; font-size:0; visibility:hidden; } 
.cleaner{display: inline-block; overflow:hidden; }  
/* Hides from IE Mac \*/ 
* html .cleaner {height: 1%;} .cleaner{display:block;} 
/* End Hack */

/*** mod/themes/form/def/css/jquery.jscrollpane.css ***/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	padding:0px 3px 0px 2px;
	height: 100%;
	background:#fff;
	border-radius:3px 0 0 3px; 
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	
/*	opacity: 0.7;*/
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 15px;
	padding:2px 0;
	background:#fff;
	opacity: 0.5;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: none;
	position: relative;	
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 1px solid #000; 
	border-radius:3px; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background:#f00 no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: none;
}

.jspVerticalBar .jspArrow
{
	height: 15px;
}

.jspHorizontalBar .jspArrow
{
	width: 15px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: none;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*** mod/themes/form/def/css/elements.css ***/
.inputbox label { color: #808080; text-align: right; width: 150px; display: block; float: left; padding: 3px 5px; font-size: 14px; }
.inputbox { margin: 5px 0; font-size: 16px; }
.inputbox input, .inputbox textarea { background: #eee; color: #000; border-style: solid; border-color: #eee; border-width: 1px; padding: 3px 5px; font-weight: normal; font-size: 16px; width: 249px; font-family: Arial, Helvetica, sans-serif; border-radius:4px; }
.inputbox textarea { font-size: 14px; height: 100px; }
.inputbox .button, .button, a.button { background: #959595; color: #eee !important; width:auto; padding:3px 10px; border-radius:4px;  text-decoration:none; font-weight:normal; font-size:14px; }

.warring select, .warring input, .warring textarea { background:#cc5555; color:#fff; border:none; }

.mesg { text-align: center; font-size: 14px; font-weight: bold; padding: 5px; line-height: 25px; color: #fff; margin: 0 5px 10px 5px; border-radius:5px; }
.m-warring { background:#886700; }
.m-normal { background:#007aa8; }
.m-normal a { color: #fff; }

/*
.loading { line-height:27px; font-weight:bold; }
.content .jsr, .jsr { padding:2px 0; }
.content .jsr img, .jsr img { border:none !important; float:left; margin:0 15px 0 15px; }
*/
.modal {
	background-color:#fff;
	display:none;
	width:305px;
	padding:15px;
	text-align:center;
	border:2px solid #333;
    z-index:9999;
	border-radius:6px;
	box-shadow: 0 0 25px #ccc;
}

.modal .message { color:#000; font-size:14px; line-height:25px; font-weight:bold;  }
.modal p { padding:0; }
.modal.m-error { border:2px solid #fff;  }
.modal.mesg .message { margin-bottom:10px; }
.m-error { background:#740000; color:#fff; }
.m-error .message { color:#fff; }


.comments .ctrl { background:url(/mod/themes/form/def/i/comments-control-black.png) bottom right no-repeat; height:25px; width:50px; float:right; margin:5px 5px 0 0; cursor:pointer; }
.comments .ctrl:hover { background-position:top right; }
.comments .unreg { width:23px; }
/*.comments { margin-top:10px; }*/

.comments ul { margin:0; padding:0; }
.comments li { list-style:none; border-top:1px dotted #aaa; padding:5px 0;  }
.comments li ul { margin:10px 0 0 15px; }
.comments .d { color:#999; font-style:normal; display:inline; }

ul.nostyle { list-style:none; margin:0; padding:0; }
.nowrap { white-space: nowrap; }
.nofloat, .content .nofloat { float:none; }
.content .noborder img { padding:0; margin:0; border:none !important; }
.content .linelist li { float:left; }
/*.content label { float:none; width:auto; }*/

.content .pager, .pager { margin:5px 0; padding:0; }
.content .pager li, .pager li { float:left; margin:2px 5px; list-style:none; border:none; }
.content .pager .text, .pager .text { background:none; }
.content .pager a, .pager a { text-decoration:none; color:#000; padding:2px 7px; background:#eee; border-radius:3px; line-height:20px; }
.content .pager .select, .pager .select { }
.content .pager .select a, .pager .select a { color:#fff; background:#aaa; }
.content .pager .prev a, .pager .prev a, .content .pager .next a, .pager .next a { background:url(/mod/themes/form/def/i/pager-prevnext.png) 0 0 no-repeat; width:20px; display:block; min-height:20px; padding:0; }
.content .pager .next a, .pager .next a { background-position:100% 0; }

.content .mod_tags ul, .mod_tags ul{ margin:10px 0 10px 0; padding:0; border:none; background:none; }
.content .mod_tags li, .mod_tags li { list-style:none; padding:1px 5px; margin:1px 3px; float:left; background:#eee; border:none; border-radius:3px; }
.content .mod_tags  a, .mod_tags  a { text-decoration:none; font-size:0.9em; color:#333; line-height:1.1em; }
.content .mod_tags .select, .mod_tags .select { background:#aaa; }
.content .mod_tags .select a, .mod_tags .select a { color:#fff; }
.content .mod_tags .text, .mod_tags .text { background:none; font-size:0.9em; }

.content_overlay {
    display:none;
    z-index:9997;
    background-color:#fff;
	border:2px solid #6c6c6c;
    width:800px;
    min-height:500px;
	margin:0 0 20px 0;
	padding:0 10px;
	box-shadow:0 0 20px 5px #6c6c6c;
	border-radius:6px;
}

.simple_overlay {
    position: relative;
	text-align:center;
    display:none;
    z-index:9998;
    background-color:#fff;
	border:2px solid #6c6c6c;
    width:800px;
    min-height:360px;
	margin:0;
	padding:30px 20px 20px 20px;
	box-shadow:0 0 20px 5px #6c6c6c;
	border-radius:6px;
}

.simple_overlay > .close {
    position:absolute;
    left:50%;
    top:5px;
    cursor:pointer;
	font-family:"Century Gothic", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#000; font-size:17px; font-weight:normal; text-transform:uppercase;
	margin:0 0 0 -30px;
}

.simple_overlay .wrap {
	padding:20px;
	color:#a1a1a1;
	text-align:left;
	width:535px;
	height:550px;
}

.simple_overlay .video { width:780px; height:470px; display:block; }

.simple_overlay .progress { position:absolute; top:45%; left:50%; display:none; margin-left:-20px; }

.simple_overlay .next, .simple_overlay .prev { cursor:pointer; width:30px; height:30px; color:#959595; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-transform:uppercase; font-weight:bold; background:url(/mod/themes/form/def/i/arrows.png) top left no-repeat; margin:0 5px; position:absolute; top:50%; left:0; margin:-25px 35px 0 35px;  }
.simple_overlay .next { background-position:-30px 0; right:0; left:auto; }
/*
.simple_overlay .control { position:absolute; top:50%; left:0; width:100%; margin:-30px 0 0 0; height:57px; z-index:9999; }
*/
.simple_overlay .info { padding:5px; font-size:12px; font-weight:normal; }
.simple_overlay img { cursor:pointer; }
.simple_overlay .disabled { display:none !important; }

.zoom { position:relative; }
.zoom i {
    position:absolute; bottom:3px; left:3px; width:20px; height:20px; display:block; cursor:pointer;
    background:url(/mod/themes/form/def/i/zoom.png) right bottom no-repeat;
}

.emptylist { text-align:center; padding:10px 0; }

.votes { float:right; }
.votes .hover, .votes .hout { font-weight:bold; font-size:1.2em; line-height:20px; padding:0 10px; }
.votes .stars { background:url(/mod/themes/form/def/i/vote.png) bottom left repeat-x; width:100px; height:20px; float:right; }
.votes .stars div { background:url(/mod/themes/form/def/i/vote.png) top left repeat-x; height:20px; }

.content .calendar ul, .calendar ul { margin:0; padding:0; }
.content .calendar ul ul, .calendar ul ul { margin:5px 0 0 15px; }
.content .calendar li, .calendar li { list-style:none; }
.calendar li.select a { font-weight:bold; }
.calendar .year { font-size:1.3em; }
.calendar ul li ul li { float:left; padding:0 5px; }

.tagscloud .q-2 { font-size:1.2em; }
.tagscloud .q-3 { font-size:1.4em; }
.tagscloud .q-4 { font-size:1.6em; }
.tagscloud .q-5 { font-size:1.8em; }

.hover .hover_open { display:none; }
.hover:hover .hover_open { display:block; }

/* 2PHOTO GALLERY
.slideshow2photo { position:relative; }
.slideshow2photo .bigphotowrapper, .slideshow2photo .thumbwrapper { background:#000; padding:5px; margin-bottom:5px; }
.slideshow2photo .bigphoto { width: 100%; overflow: hidden; margin: 0 auto; }
.slideshow2photo .bigphoto .into { width: 20000em; position: relative; }
.slideshow2photo .bigphoto .pic { float: left; margin: 1px 2px; }
.slideshow2photo .bigphoto .pic b { display: block; background:url(/mod/themes/form/def/i/2photobg.png); width: 100%; height: 100%; }
.slideshow2photo .bigphoto .select b { display: none; }

.slideshow2photo .forward, .slideshow2photo .backward { background:#000 url(/mod/themes/form/def/i/2photoprevnext.png) top left no-repeat; width: 70px; display:block; position:absolute; top:280px; z-index:9999;  text-decoration:none; line-height:65px; text-align: center; color:#333; font-size:15px; padding:0 8px; opacity:0.7; }
.slideshow2photo .forward { right:5px; background-position:bottom right; border-radius:3px 0 0 3px; text-align:left; }
.slideshow2photo .backward { left:5px; border-radius:0 3px 3px 0; text-align:right; }
.slideshow2photo .forward:hover, .slideshow2photo .backward:hover { color:#c0c0c0; }
.disabled { visibility:hidden !important; }

.slideshow2photo .thumbs { width: 100%;  margin: 0 auto; position: relative }
.slideshow2photo .thumbs .into { position: absolute; top:0; left: 0; }
.slideshow2photo .thumbs .tm { float: left; margin: 2px; cursor: pointer;  }
.slideshow2photo .thumbs .tm b { display: block; background:url(/mod/themes/form/def/i/2photobg.png); width: 100%; height: 100%; }
.slideshow2photo .thumbs .select b { display: none; }
*/
.overlay_close { cursor: pointer; }

.scrollable { overflow:hidden; position:relative; }
.scrollable .items { width:20000em; position:absolute; clear:both; }
.scrollable .items > div { float: left; }

