/* 
 *	CSS LAYOUT Styles Definition 
 *
 *							©2009
*/

/* ie6 png transparency fix */
* html img, * html .png { position: relative; behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/temp/x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)) }

/* body base styles */
body { font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #333; background-color: #FFF; background-image: url(../images/preloader.gif); background-repeat: no-repeat; background-position: 50% 50% }
body.site { background: transparent }
	
a, a:visited { color: #000; text-decoration:none }
a:hover, a:active { color: #666; text-decoration: underline !important }

/* IE6 hack to get sub links to behave correctly */
li { _height: 1% } 

/* single line */
hr { margin: 0 !important; height: 1px; border: 0; background: #D8D6D6; !color: #D8D6D6; !display: block; !margin: -7px auto !important }

* html input { padding: 2px; background: #e7e7e7; border: 1px solid #CCCCCC; font-size: 11px; color: #333333 }
input[type="text"], input[type="password"], input[type="file"], select, textarea { padding: 2px; background: #fff; border: 1px solid #CCCCCC; font-size: 11px; color: #333333 }
input[type="submit"], input[type="button"] { padding: 1px 10px; font-size: 11px; display: block; font-weight: bold; text-align: center; background: #E6E6E6; color: #333333; border: 2px outset; border-color: #C1C1C1 }

/* this tells the elements where to go */
.left { float: left }
.right { float: right }
.center { text-align: center }

/* rounded corners */
.rounded { border-radius: 5px; /* CSS3 support */ -webkit-border-radius: 5px; /* Webkit equivalent */ -moz-border-radius: 5px /* Mozilla equivalent */ }

/*	hide elements from screen but not from source */ 
.hidden { position: absolute !important; top: -999em; left: -999em }
.puff { display: none }
/* apply transparency to element */
.transparent { filter: alpha(opacity=50); /* internet explorer */ -khtml-opacity: 0.5; /* khtml, version before safari */ -moz-opacity: 0.5; /* firefox, mozilla, netscape */ opacity: 0.5; /* safari, chrome, opera */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* internet explorer 8 */ }

/* <noscript> & IE6 warnings */
/** html { filter: gray }*/
.noscript { display: block; position: absolute; top: 0; left: 0; z-index: 9999; background-color: #FFF; color: #333; width: 100%; height: 100% }
.noscript h1 { margin: 15px 10px; font-size: 18px }
.noscript p { margin: 5px 10px; font-size: 12px }

.sayno2ie6 { display: block; position: absolute; z-index: 9998; width: 100%; _height: 100%; min-height: 100%; font: normal 12px Tahoma, Geneva, sans-serif !important; background-color: #FFF; color: #000 }
.sayno2ie6 blockquote { position: relative; padding: 25px; margin: 20% auto; width: 430px; background-color: #EDECEA }
.sayno2ie6 blockquote a.close { position: absolute; right: -13px; top: -13px }
.sayno2ie6 blockquote p { margin-bottom: 25px; line-height: 20px; text-align: center }
.sayno2ie6 blockquote table td { text-align: center }
.sayno2ie6 blockquote a { line-height: 20px; color: #0000CE }
.sayno2ie6 blockquote a:hover { color: #000; text-decoration: underline }
.sayno2ie6 blockquote a img { display: block; text-align: center; margin-bottom: 5px; }

/* Main definitions */
#site-wrapper { visibility: hidden }
.site #site-wrapper { visibility: visible; background: #D4D4D4 url(../images/body.jpg) repeat-x left top; position: absolute; width: 100%; _height: 100%; min-height: 100% }
#site-wrapper .hband { width: 100%; background-color: #FFF; display: block; line-height: 15px; height: 15px }
#site-wrapper .fband { position: absolute; bottom: 0; width: 100%; background-color: #FFF; display: block; line-height: 15px; height: 15px }
#site-wrapper .corner { position: absolute }
#site-wrapper .corner.tl { left: -19px; top: 0 }
#site-wrapper .corner.tr { right: -19px; top: 0 }
#site-wrapper .corner.bl { left: -19px; bottom: 0 }
#site-wrapper .corner.br { right: -19px; bottom: 0 }
#site-wrapper #go2top { display: block; position: fixed; _position: absolute; z-index: 9; bottom: 10px; right: 10px; font-weight: bold; font-size: 11px; padding: 5px 15px 7px 20px; background: #FFF url(../images/top_arrow.gif) no-repeat 10px 12px; color: #000 }
#site-content { margin: 0 auto; padding-bottom: 120px; min-height: 500px; width: 950px; position: relative; text-align: left}

/* Site Banners */
.banners { position: relative }
.banners hr { background: #E4E4E4; height: 1px; !color: #E4E4E4 }
.banners code { position: absolute; top: -8px; right: 10px; padding: 0 5px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #999; font-size: 9px; background: #FFF }
.banners p { margin-top: 7px; margin-bottom: 7px; text-align: center }

/* Header */
.header { position: relative; background-color: #FFF; padding: 5px 10px }
.header .logo { float: left }
.header .logo img { margin-top: 10px; margin-left: 10px }
.header .banners { margin-top: -8px }

/* Content */
.content { position: relative; margin: 5px 0 }
.content.loader { overflow: hidden }
.content.loader .mainbar, .content.loader .sidebar { /*margin-bottom: -20000px !important; padding-bottom: 20020px !important*/ }

/* Loading Screen */
#loading-screen { display: none; position: absolute; padding: 15px; width: 920px; top: 112px; z-index: 9; min-height: 500px; background: #FFF; font-size: 14px; color: #09C }
#loading-screen img { vertical-align: middle; margin-right: 5px }

/* Floating navigation */
#floating-nav { z-index: 8; position: fixed; _position: absolute; left: 0; top: 127px }
ul.nav-menu li { margin-bottom: 1px; _width: 170px; background-color: #000; padding-left: 20px; }
ul.nav-menu li a { display: block; background-color: #FFF; padding: 5px 8px; font-size: 14px; font-weight: bold; color: #000 }
ul.nav-menu li a:hover { background: transparent; color: #FFF; text-decoration: none !important }

/* Floating Music Player */
#floating-mplayer { z-index: 10; cursor: pointer; position: fixed; _position: absolute; left: 0; bottom: 20px; padding-right: 5px; background: #1D9D9D; border-top-right-radius: 3px; border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px }
#floating-mplayer.closed { left: -211px }
#floating-mplayer .mp-object { cursor: auto; float: left; width: 275px; border-top: 1px solid #B4B1B1; border-bottom: 1px solid #B4B1B1; padding: 1px; background-color: #E6E4E4 }
#floating-mplayer #mp-closed { float: right; display: block; cursor: pointer; width: 65px; text-align: center; padding: 5px 0 }
#floating-mplayer #mp-content { padding: 5px; float: left }
#floating-mplayer.closed #mp-content { overflow: hidden; display: none; width: 200px }
#floating-mplayer.opened #mp-content { text-align: center; width: 265px }
#floating-mplayer #mp-close { float: left; width: 10px; text-indent: -999px; height: 50px }
#floating-mplayer.closed #mp-close { background: url(../images/arrow_open.gif) no-repeat right center }
#floating-mplayer.opened #mp-close { background: url(../images/arrow_close.gif) no-repeat right center }

#floating-vplayer.closed { left: -211px }
#floating-vplayer .mp-object { cursor: auto; float: left; width: 275px; border-top: 1px solid #B4B1B1; border-bottom: 1px solid #B4B1B1; padding: 1px; background-color: #E6E4E4 }
#floating-vplayer #mp-closed { float: right; display: block; cursor: pointer; width: 65px; text-align: center; padding: 5px 0 }
#floating-vplayer #mp-content { padding: 5px; float: left }
#floating-vplayer.closed #mp-content { overflow: hidden; display: none; width: 200px }
#floating-vplayer.opened #mp-content { text-align: center; width: 265px }
#floating-vplayer #mp-close { float: left; width: 10px; text-indent: -999px; height: 50px }
#floating-vplayer.closed #mp-close { background: url(../images/arrow_open.gif) no-repeat right center }
#floating-vplayer.opened #mp-close { background: url(../images/arrow_close.gif) no-repeat right center }

/* Articles jCarousel */
#items-carousel { margin: 5px 0; padding: 5px; background-color: #FFF; width: 940px; position: relative; }
#items-carousel .prev { position: absolute; top: 13px; text-indent: -9999px; left: -18px; width: 18px; height: 90px; cursor: pointer; background: transparent url(../images/carousel_prev.png) no-repeat 0 0 }
#items-carousel .prev:hover { background-position: -18px 0 }
#items-carousel .prev:active { background-position: -36px 0 }
#items-carousel .next { position: absolute; top: 13px; text-indent: -9999px; right: -18px; width: 18px; height: 90px; cursor: pointer; background: transparent url(../images/carousel_next.png) no-repeat 0 0 }
#items-carousel .next:hover { background-position: -18px 0 }
#items-carousel .next:active { background-position: -36px 0 }

#items-carousel #scroll-container { position: relative; float: left; width: 940px; height: 105px; overflow: hidden }
#items-carousel ul { clear:both; width: 940px; height: 105px; position: absolute; left:0; top:0; }
#items-carousel ul li { position: relative; float: left; width: 235px; height: 105px; cursor: pointer }
#items-carousel ul li a:hover span { visibility: visible }
#items-carousel ul li a span { visibility: hidden; text-align: right; position: absolute; right: 5px; bottom: 10px }
#items-carousel ul li a strong { text-align: right; padding: 2px 5px; color: #FFF; font-size: 11px; background-color: #D70377 }

#carousel { margin: 5px 0; background-color: #FFF }
#carousel li a { position: relative }
#carousel li a:hover span { visibility: visible }
#carousel li a span { visibility: hidden; text-align: right; position: absolute; right: 0; bottom: 10px }
#carousel li a strong { text-align: right; padding: 2px 5px; color: #FFF; font-size: 11px; background-color: #D70377 }
#carousel .jcarousel-container { position: relative }
#carousel .jcarousel-clip { z-index: 2; overflow: hidden; position: relative }
#carousel .jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0 }
#carousel .jcarousel-container-horizontal { padding: 5px}
#carousel .jcarousel-item-horizontal { margin-right: 5px }
#carousel .jcarousel-next { z-index: 5; display: none }
#carousel .jcarousel-prev { z-index: 5; display: none }
#carousel .jcarousel-next-horizontal { position: absolute; top: 10px; right: -18px; width: 18px; height: 90px; cursor: pointer; background: transparent url(../images/carousel_next.png) no-repeat 0 0 }
#carousel .jcarousel-next-horizontal:hover { background-position: -18px 0 }
#carousel .jcarousel-next-horizontal:active { background-position: -36px 0 }
#carousel .jcarousel-next-disabled-horizontal,
#carousel .jcarousel-next-disabled-horizontal:hover,
#carousel .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -54px 0 }
#carousel .jcarousel-prev-horizontal { position: absolute; top: 10px; left: -18px; width: 18px; height: 90px; cursor: pointer; background: transparent url(../images/carousel_prev.png) no-repeat 0 0 }
#carousel .jcarousel-prev-horizontal:hover { background-position: -18px 0 }
#carousel .jcarousel-prev-horizontal:active { background-position: -36px 0 }
#carousel .jcarousel-prev-disabled-horizontal,
#carousel .jcarousel-prev-disabled-horizontal:hover,
#carousel .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -54px 0 }
#carousel .jcarousel-list li, .jcarousel-item { float: left; list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 184px;
    height: 100px;
}


/* Mainbar */
.mainbar { width: 635px; min-height: 500px; _height: 500px; background-color:#f2f2f2}
.wide { width: 950px }
.mainbar .ajax-results {}
.mainbar .ajax-results blockquote { padding: 10px; background-image: none }
.mainbar .ajax-results blockquote p { line-height: 13px; margin: 0 !important; padding: 0 !important }
.mainbar .ajax-results blockquote h4 { line-height: 18px; margin-bottom: 5px; font-size: 14px }
.mainbar .ajax-results blockquote.ok { background-color: #EAFFF5 !important; border: 1px solid #A7EECA }
.mainbar .ajax-results blockquote.ok h4 { color: #01CD67 }
.mainbar .ajax-results blockquote.error { background-color: #FFE6E0 !important; border: 1px solid #FFB8A7 }
.mainbar .ajax-results blockquote.error h4 { color: #FF3300 }


/* Sidebar */
.sidebar { width: 310px; position: relative;}
.sidebar div.frame { position: relative margin-bottom: 10px; }

/* Footer */
.footer { position: absolute; z-index: 7; width: 100%; bottom: 15px }
.footer .footer-container { margin: 0 auto; position: relative; height: 105px; width: 950px; background: #FFF url(../images/footer_body.jpg) repeat-x left top; }
.footer .logo { position: absolute }
.footer .logo img { margin-top: 30px; margin-left: 25px }
.footer blockquote { padding: 0 25px; margin-top: 5px; background: url(../images/footer_border.png) no-repeat 0 50%; float: left; width: 90px; height: 100px }
.footer li { line-height: 13px }
.footer li a { margin-left: 3px; font-size: 10px }
.footer .diff { width: 50px }
.footer .diff li { margin-top: 20px }
.footer .partners { width: 235px }
.footer .partners li { margin-top: 20px; float: left }
.footer .partners li a { margin: 25px 5px }


/*	Site colors */
.color1 { color: #FE9400 !important }
.color2 { color: #38A39D !important }
.color3 { color: #D70377 !important }
.color4 { color: #92278F !important }
.color5 { color: #88D22F !important }

/* Pagination styles */
.paginator .links { margin: 10px 0; text-align: right; border: 1px solid #E0E0E0; background: #ECECEC; color: #666; padding: 5px 10px }
.paginator .links b {	margin: 0 1px; padding: 2px 5px; font-weight: normal; background: #FF0000; text-decoration: none; color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px }
.paginator .links a {	margin: 0 1px; padding: 2px 5px; font-weight: normal; color: #666 }
.paginator .links a:hover { background: #999; text-decoration:	none; color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px }

/* Page Not Found */
.notfound { background: #FFF }
.notfound blockquote { margin: 25px; padding: 20px; border: 1px solid #D0D0D0; font-size: 11px; color: #333 }
.notfound h1 { padding-bottom: 10px; border-bottom: 1px solid #CCC; font-size: 24px; font-weight: normal }
.notfound p { margin: 10px 0 }
.notfound ul { margin-left: 13px; list-style-type: square }
.notfound li { margin: 5px 0; color: #F40B0B }
.notfound li a { cursor: pointer; outline-style: none; color: #F40B0B }
.notfound li a:hover { text-decoration: underline }

/* No results */
.no-results { margin: 10px 0; padding: 15px; background: #FFF }
.no-results blockquote { padding: 15px; background-color: #FFE5E5 }
.no-results h2 { font-size: 18px; margin-bottom: 10px; font-weight: normal; color: #000 }
.no-results p { font-size: 12px; color: #FF0000 }
.no-results p a { text-decoration: underline; color: #333 }

/* tooltip info */
.helper { opacity: 0.0; position: absolute; left: 1000em; text-align: center; background: #FFC; border: 1px solid #D4D5AA; padding: 1px 5px; z-index: 10000 }
