@charset "utf-8";

#body_link {
display:block;
height:830px;
left:0;
position:absolute;
top:0;
width:100%;
z-index:-10;
}

body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd { background: #191A1B; color: #454545; }

body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }

/* Normal links ---*/
a { color: #57212a;  text-decoration:none; font-weight:bold;}

a:hover, a:active, a:focus { color: #333; text-decoration: underline; }



/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 10px 0; padding: 0; }

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 120%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; text-transform: UPPERCASE; }
h5 { font-size: 100%; }

.title1 {
	color:#555555;
	font-size:14px;
}


p.text1 {
	
font-size:100%;
margin-bottom:10px;

}

.contentheading, .componentheading, fp-componentheading, h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

h1.componentheading, h1.fp-componentheading, .componentheading { margin: 0; padding: 0 0 7px; }

h1.fp-componentheading {
	background: url(../images/h3-bg.gif) no-repeat top left;
	color: #757575;
	font-size: 100%;
	margin: 0 0 10px -16px !important;
	overflow: hidden;
	padding-left: 20px !important;
	text-transform: uppercase;
}

h1.fp-componentheading span {
	background: url(../images/h3-bg.gif) no-repeat top right;
	display: block;
	padding: 12px 0;
}

h1.fp-componentheading span strong.first-word {
	background: url(../images/title-brown.gif) no-repeat top left #57212a;
	color: #fff;
	display: inline;
	margin: 0 5px 0 0;
	padding: 3px 0 3px 10px;
}

h1.fp-componentheading span strong.first-word strong {
	background: url(../images/title-brown.gif) no-repeat top right #57212a;
	margin: 0;
	padding: 3px 10px 3px 0;
}

h1.componentheading {
	font-size: 150%;
}

.componentheading {}

h2.contentheading, .contentheading { margin: 0; padding: 0 0 7px; }

.contentheading { font-size: 200%; }

.blog .contentheading { font-size: 125%; color: #57212a; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: bold; }

.category { font-size: 110%; font-weight: bold; }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 92%; }

small, .small { color: #999; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: url(../images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px;
}

.column ol li { line-height: 180%; margin-left: 30px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 5px; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}

/* FORM
--------------------------------------------------------- */
form label { cursor: pointer; }

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}

.inputbox { background: #fff; border: 1px solid #ccc; }

.inputbox:hover, .inputbox:focus { background: #FFFFCC; }

.button {
	background: url(../images/grad1.gif) repeat-x top #333;
	border: 1px solid #333;
	color: #ccc;
	font-size: 85%;
	padding: 3px 5px;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	background: #333;
	border: 1px solid #999;
	color: #fff;
}

.checkbox { }

.radio { margin: 0 5px; }

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }
.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox {
	width: 20px;
}

.login_form .button { margin-left: 140px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.form-register .inputbox { margin-left: 10px; width: 200px; }

.form-register .button { margin-left: 140px; }

/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }

.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}

.user-details .paramlist .paramlist_value {
	padding: 0 0 5px !important;
}

.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}



/* Layout Deco ---*/
.blog { }



/* Pagination ---*/
ul.pagination { float: left; margin: 10px 0; width: 75%; }

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.pagination li span { padding: 0 5px; line-height: 20px; }

ul.pagination a {
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #57212a;
	border: 1px solid #57212a;
	color: #fff;
	text-decoration: none;
}

.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.sortby .display { float: right; text-align: right; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}

.counter span {
	background: #57212a;
	border: 1px solid #57212a;
	color: #fff;
	padding: 1px 5px;
}

.blog_more {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 5px;
}

.blog_more h2 {
	font-size: 115%;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	padding-left: 15px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }



.contentpaneopen {
	position: relative;
}

.contentpaneopen_edit img { vertical-align: middle; }

.haveimage {
	padding-left: 76px !important;
}

/* ALL ROUNDED STYLE
--------------------------------------------------------- */
.column .ja-rs1-mid, .column .ja-rs2-mid, .column .ja-rs3-mid, .column .ja-rs4-mid, .column .ja-rs5-mid {
	margin-left: 8px;
	margin-right: 8px;
}

.column .ja-rs1-top, .column .ja-rs1-bot,
.column .ja-rs2-top, .column .ja-rs2-bot,
.column .ja-rs3-top, .column .ja-rs3-bot,
.column .ja-rs4-top, .column .ja-rs4-bot,
.column .ja-rs5-top, .column .ja-rs5-bot {
	margin-left: 16px;
	margin-right: 16px;
}

.ja-inset2 .ja-rs1-mid, .ja-inset2 .ja-rs2-mid, .ja-inset2 .ja-rs3-mid, .ja-inset2 .ja-rs4-mid, .ja-inset2 .ja-rs5-mid {
	margin-left: 8px;
	margin-right: 0;
}

.ja-inset2 .ja-rs1-top, .ja-inset2 .ja-rs1-bot,
.ja-inset2 .ja-rs2-top, .ja-inset2 .ja-rs2-bot,
.ja-inset2 .ja-rs3-top, .ja-inset2 .ja-rs3-bot,
.ja-inset2 .ja-rs4-top, .ja-inset2 .ja-rs4-bot,
.ja-inset2 .ja-rs5-top, .ja-inset2 .ja-rs5-bot {
	margin-left: 16px;
	margin-right: 8px;
}

.ja-content-main .ja-rs5-mr {
	padding-left: 8px;
	padding-right: 8px;
}

.ja-rs1-top, .ja-rs1-bot, .ja-rs2-top, .ja-rs2-bot, .ja-rs3-top, .ja-rs3-bot,
.ja-rs4-top, .ja-rs4-bot, .ja-rs5-top, .ja-rs5-bot {
	position: relative;
	margin: 0 8px;
	height: 8px;
}

.ja-rs1-tl, .ja-rs1-tr, .ja-rs1-bl, .ja-rs1-br,
.ja-rs2-tl, .ja-rs2-tr, .ja-rs2-bl, .ja-rs2-br,
.ja-rs3-tl, .ja-rs3-tr, .ja-rs3-bl, .ja-rs3-br,
.ja-rs4-tl, .ja-rs4-tr, .ja-rs4-bl, .ja-rs4-br,
.ja-rs5-tl, .ja-rs5-tr, .ja-rs5-bl, .ja-rs5-br {
	height: 8px;
	position: absolute;
	width: 8px;
}

.ja-rs1-tl, .ja-rs2-tl, .ja-rs3-tl, .ja-rs4-tl, .ja-rs5-tl { top: 0; left: -8px; }
.ja-rs1-tr, .ja-rs2-tr, .ja-rs3-tr, .ja-rs4-tr, .ja-rs5-tr { top: 0; right: -8px; }
.ja-rs1-bl, .ja-rs2-bl, .ja-rs3-bl, .ja-rs4-bl, .ja-rs5-bl { left: -8px; bottom: 0; }
.ja-rs1-br, .ja-rs2-br, .ja-rs3-br, .ja-rs4-br, .ja-rs5-br { bottom: 0; right: -8px; }

.ja-rs1-mr, .ja-rs2-mr, .ja-rs3-mr, .ja-rs4-mr, .ja-rs5-mr {
	padding: 8px 0;
}

/* Rounded style 1 ---*/
.ja-rs1-top { background: #101112; }
.ja-rs1-tl { background: url(../images/corner-rs1.png) no-repeat left top; }
.ja-rs1-tr { background: url(../images/corner-rs1.png) no-repeat right top; }

.ja-rs1-mid { background: #101112; }
.ja-rs1-ml {}

.ja-rs1-bot { background: #101112; }
.ja-rs1-bl { background: url(../images/corner-rs1.png) no-repeat left bottom; }
.ja-rs1-br { background: url(../images/corner-rs1.png) no-repeat right bottom; }

/* Rounded style 2 ---*/
.ja-rs2-top { background: url(../images/rs2-top.png) repeat-x left top; }
.ja-rs2-tl { background: url(../images/corner-rs2.png) no-repeat left top; }
.ja-rs2-tr { background: url(../images/corner-rs2.png) no-repeat right top; }

.ja-rs2-mid { background: url(../images/rs2-mid-top.png) repeat-x left top #fff; }
.ja-rs2-ml { background: url(../images/rs2-mid-bot.png) repeat-x left bottom; }
.ja-rs2-mr { padding: 0;}

.ja-rs2-bot { background: url(../images/rs2-bot.png) repeat-x left bottom; }
.ja-rs2-bl { background: url(../images/corner-rs2.png) no-repeat left bottom; }
.ja-rs2-br { background: url(../images/corner-rs2.png) no-repeat right bottom; }

/* Rounded style 3 ---*/
.ja-rs3-top { background: url(../images/rs3-top.png) repeat-x left top; }
.ja-rs3-tl { background: url(../images/corner-rs3.png) no-repeat left top; }
.ja-rs3-tr { background: url(../images/corner-rs3.png) no-repeat right top; }

.ja-rs3-mid { background: url(../images/rs3-mid-l.png) repeat-y left top #F5F5F5; }
.ja-rs3-ml { background: url(../images/rs3-mid-r.png) repeat-y right top; padding: 0 1px; }
.ja-rs3-mr { background: url(../images/rs3-mid-top.png ) repeat-x left top; } 

.ja-rs3-bot { background: url(../images/rs3-bot.png) repeat-x left bottom; }
.ja-rs3-bl { background: url(../images/corner-rs3.png) no-repeat left bottom; }
.ja-rs3-br { background: url(../images/corner-rs3.png) no-repeat right bottom; }

/* Rounded style 4 ---*/
.ja-rs4-top { background: url(../images/rs4-top.png) repeat-x left top; }
.ja-rs4-tl { background: url(../images/corner-rs4.png) no-repeat left top; }
.ja-rs4-tr { background: url(../images/corner-rs4.png) no-repeat right top; }

.ja-rs4-mid { background: #151515; color: #C6C6C6; }
.ja-rs4-ml { background: url(../images/rs4-ml.png) repeat-y left top; }
.ja-rs4-mr { background: url(../images/rs4-mr.png) repeat-y right top; }

.ja-rs4-bot { background: url(../images/rs4-bot.png) repeat-x left bottom; }
.ja-rs4-bl { background: url(../images/corner-rs4.png) no-repeat left bottom; }
.ja-rs4-br { background: url(../images/corner-rs4.png) no-repeat right bottom; }

.ja-rs4-mid a,
.ja-rs4-mid li a {
	color: #c5c5c5;
}

.ja-rs4-mid a:hover, .ja-rs4-mid a:focus, .ja-rs4-mid a:active,
.ja-rs4-mid li a:hover, .ja-rs4-mid li a:focus, .ja-rs4-mid li a:active {
	color: #fff;
	text-decoration: underline;
}

/* Rounded style 5 ---*/
.ja-rs5-top { background: url(../images/rs5-top.png) repeat-x left top; }
.ja-rs5-tl { background: url(../images/corner-rs5.png) no-repeat left top; }
.ja-rs5-tr { background: url(../images/corner-rs5.png) no-repeat right top; }

.ja-rs5-mid { background: url(../images/rs5-mid-l.png) repeat-y left top #fff; }
.ja-rs5-ml { background: url(../images/rs5-mid-r.png) repeat-y right top; }
.ja-rs5-mr { background: url(../images/rs5-mid-top.png ) repeat-x left top; margin: 0 1px; } 

.ja-rs5-bot { background: url(../images/rs5-bot.png) repeat-x left bottom; }
.ja-rs5-bl { background: url(../images/corner-rs5.png) no-repeat left bottom; }
.ja-rs5-br { background: url(../images/corner-rs5.png) no-repeat right bottom; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	background: url(../images/h3-bg.gif) no-repeat top left;
	color: #757575;
	font-size: 92%;
	margin: 0 0 10px -14px;
	overflow: hidden;
	padding-left: 20px;
	text-transform: uppercase;
}

div.ja-moduletable h3 span, div.moduletable h3 span {
	background: url(../images/h3-bg.gif) no-repeat top right;
	display: block;
	padding: 14px 0;
}

div.ja-moduletable h3 span strong.first-word, div.moduletable h3 span strong.first-word {
	background: url(../images/title-brown.gif) no-repeat top left #57212a;
	color: #fff;
	display: inline;
	margin: 0 5px 0 0;
	padding: 3px 0 4px 10px;
}

div.ja-moduletable h3 span strong.first-word strong, div.moduletable h3 span strong.first-word strong {
	background: url(../images/title-brown.gif) no-repeat top right;
	margin: 0;
	padding: 3px 10px 4px 0;
	text-decoration:none;
}

div.moduletable_menu h3 { }

div.ja-moduletable, div.moduletable {
	margin: 0;
	padding: 0 0 15px;
	position: relative;
}

/* Badge Module ---*/
.badge {
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	background-image: url(../images/icon-badge2.png);
	background-repeat: no-repeat;
}

.badge-hot 	.badge { background-position: 0 0; }
.badge-new 	.badge { background-position: 0 -38px; }
.badge-pick .badge { background-position: 0 -76px; }
.badge-top 	.badge { background-position: 0 -114px; }




/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 5px 10px;
}

#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }

#form-login ul { margin: 0 !important; padding: 0; }

#form-login p { margin: 0 0 5px; }

#form-login .button { margin: 10px 0; }



/* Rounded Module --- */
div.ja-module h3, div.module h3,
div.module_menu h3, div.module_text h3 {
	background: url(../images/h3-bg2.gif) no-repeat top left;
	color: #757575;
	font-size: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding-left: 20px;
	text-transform: uppercase;
}

div.ja-module h3 span, div.module h3 span,
div.module_menu h3 span, div.module_text h3 span {
	background: url(../images/h3-bg2.gif) no-repeat top right;
	display: block;
	padding: 14px 0;
}

div.ja-module h3 strong.first-word,
div.module h3 strong.first-word,
div.module_menu h3 strong.first-word,
div.module_text h3 strong.first-word {
	background: url(../images/title-brown.gif) no-repeat top left;
	color: #fff;
	display: inline;
	margin: 0 5px 0 0;
	padding: 3px 0 4px 10px;
}

div.ja-module h3 strong.first-word strong,
div.module h3 strong.first-word strong,
div.module_menu h3 strong.first-word strong,
div.module_text h3 strong.first-word strong {
	background: url(../images/title-brown.gif) no-repeat top right;
	margin: 0;
	padding: 3px 8px 4px 0;
}

div.ja-module, div.module { margin-bottom: 20px; position: relative; overflow: hidden; }

.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #fff;
}

.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}

.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 15px;
}

/* text */
div.module_text h3 {
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 0;
}

div.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}

div.module_text {
	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}

div.module_text .ja-box-bl {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text .ja-box-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}

/* Blank */
div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl {
	background: none;
	padding: 0;
}

/* All title style ---*/
.title-brown h3 span strong.first-word {
	background: url(../images/title-brown.gif) no-repeat top left #57212a !important;
}

.title-brown h3 span strong.first-word strong {
	background: url(../images/title-brown.gif) no-repeat top right #57212a !important;
}

.title-blue h3 span strong.first-word {
	background: url(../images/title-blue.gif) no-repeat top left !important;
}

.title-blue h3 span strong.first-word strong {
	background: url(../images/title-blue.gif) no-repeat top right !important;
}

.title-green h3 span strong.first-word {
	background: url(../images/title-green.gif) no-repeat top left #6C830E !important;
}

.title-green h3 span strong.first-word strong {
	background: url(../images/title-green.gif) no-repeat top right #6C830E !important;
}

.title-orange h3 span strong.first-word {
	background: url(../images/title-orange.gif) no-repeat top left #9E6202 !important;
}

.title-orange h3 span strong.first-word strong {
	background: url(../images/title-orange.gif) no-repeat top right !important;
}

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul {
	margin: 15px 0 0;
}

div.ja-moduletable ul li, div.ja-module ul li {
	background-position: 2px 8px;
}


/* Override inset 2 */
.ja-inset2 div.ja-moduletable h3, .ja-inset2 div.moduletable h3 {
	margin-left: -14px;
}

.ja-inset2 div.ja-moduletable, .ja-inset2 div.moduletable {
	margin: 0 8px;
}



/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }
.main { }
.ja-box { padding-bottom: 10px; padding-top: 10px; }

#ja-wrapper { }

#ja-container {
	
	position: relative;
	z-index: 5;
}

#ja-container .main { padding: 10px 0 30px; min-height: 300px; }

#ja-container .main .ja-rs2-mr { padding-top: 10px; padding-bottom: 10px; }

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1  {}

/* Full */
#ja-container {}

/* Full left */
#ja-container.ja-r1 {}

/* Full right */
#ja-container.ja-l1 {}

/* Mass ---*/
.ja-mass-top {}
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {}

.ja-mass-top .ja-rs1-mid, .ja-mass-top .ja-rs2-mid, .ja-mass-top .ja-rs3-mid,
.ja-mass-top .ja-rs4-mid, .ja-mass-top .ja-rs5 {
	margin-left: 8px;
	margin-right: 0px;
}

.ja-mass-top .ja-rs1-top, .ja-mass-top .ja-rs1-bot,
.ja-mass-top .ja-rs2-top, .ja-mass-top .ja-rs2-bot,
.ja-mass-top .ja-rs3-top, .ja-mass-top .ja-rs3-bot,
.ja-mass-top .ja-rs4-top, .ja-mass-top .ja-rs4-bot,
.ja-mass-top .ja-rs5-top, .ja-mass-top .ja-rs5-bot {
	margin-left: 16px !important;
	margin-right: 8px !important;
}

.ja-mass-top .ja-rs1-bot, .ja-mass-top .ja-rs2-bot, .ja-mass-top .ja-rs3-bot,
.ja-mass-top .ja-rs4-bot, .ja-mass-top .ja-rs5-bot {
	margin-bottom: 10px;
}

.ja-mass-top .ja-moduletable h3 {
	margin-left: -8px;
	margin-right: 8px;
}

.ja-mass-top .ja-moduletable { padding-bottom: 0; }

.ja-mass-bottom {}
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {}

#ja-main .inner {  }

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top { }
.ja-content-top .ja-moduletable, .ja-content-top .ja-module { margin-left: 0; margin-right: 0;  }

/* Content Main ---*/
.ja-content-main { }

/* Content Bottom ---*/
.ja-content-bottom { }
.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module { margin-left: 0; margin-right: 0;  }

/* @end */

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { }

.ja-col { }

/* Left Columns ---*/
#ja-left .ja-l2 { }

/* Right Columns ---*/
#ja-right .ja-r2 {}

#ja-right .ja-colswrap {
	padding-right: 8px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	position: relative;
	margin-top: 46px;
	z-index: 10;
}

#ja-header .main {
	height: 40px;
	padding: 0;
	position: relative;
}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1;}

h1.logo, div.logo-text {
float:left;
margin:15px 10px;
padding:0;
}

/* Logo Image ---*/
h1.logo { height: 60px; margin-top: 20px; margin-left: 10px; width: 226px; }

h1.logo a {
	background: url(/images/logo-beta.png) no-repeat left;
	display: block;
	height: 52px;
	width: 295px;
    margin-left:10px;
}



h1.logo a span { position: absolute; top: -1000px; }

/* Logo Text ---*/
div.logo-text { margin-top: 8px; }

div.logo-text h1 a {
	color: #ccc;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

p.site-slogan {
	background: #444;
	color: #999;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 8px 0 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	background: url(../images/mainnav-bg.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Tahoma, sans-serif;
	height: 46px;
	line-height: 1;
	padding-top: 10px;
	position: absolute;
	top: 0;
	z-index: 900;
}

#ja-mainnav .main { font-size: 12px; }

span.has-image {
	padding-left: 25px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 2px;
}

span.menu-title { display: block; }

span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}



/* Breadcrumbs ---*/
.ja-breadcrums {
	margin-top: 2px;
	padding: 0 10px 10px 15px;
}

.ja-breadcrums strong { margin-right: 5px; }

.ja-breadcrums img { margin: 1px 5px; }

.ja-navhelper { }
.ja-navhelper .main { padding: 5px 0; }

.ja-navhelper a { padding: 0 2px; color: #57212a; text-decoration: none; }
.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus { color: #fff; text-decoration: none; background-color: #57212a;}



/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box { 
	padding: 0;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full { 
	background: none;
}

#ja-topsl .ja-moduletable, #ja-botsl .moduletable  {
	border-bottom: 0;
	margin-bottom: 8px;
	padding-bottom: 0;
}

#ja-topsl li, #ja-botsl li {
	background-image: url(../images/bullet2.gif);
	background-position: 1px 8px;
	padding-left: 10px;
}

#ja-topsl ol li, #ja-botsl ol li { margin-left: 25px; padding: 0 !important; }

#ja-topsl ul, #ja-topsl p, #ja-topsl ol,
#ja-botsl ul, #ja-botsl p, #ja-botsl ol { padding: 0; margin: 0 !important; }

#ja-topsl a, #ja-botsl a {
	color: #ccc;
	text-decoration: none;
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus,
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #fff;
	text-decoration: none;
}

/* Top spotlight ---*/
#ja-topsl .ja-box-left .ja-moduletable,
#ja-topsl .ja-box-full .ja-moduletable {
	margin-left: 0;
	margin-bottom: 0;
}

#ja-topsl .ja-box-right .ja-moduletable,
#ja-topsl .ja-box-full .ja-moduletable {
	margin-right: 0;
	margin-bottom: 0;
}

#ja-topsl {}

#ja-topsl .main { padding: 10px 0 0; }

#ja-topsl .ja-rs1-mr {
	padding: 10px 15px;
}

#ja-topsl h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
	background: none;
}

#ja-topsl .ja-moduletable, #ja-topsl .moduletable {
	border: 1px solid #333333 !important;
	padding: 10px;
    color:#ccc;
}

#ja-topsl .moduletable_blank { border: 0; padding: 0; }

#ja-topsl h3 span,
#ja-topsl h3 strong.first-word,
#ja-topsl h3 strong.first-word strong {
	background: none !important;
	margin: 0;
	padding: 0;
}




/* Bot spotlight ---*/
#ja-botsl {
	background: #1a1a1a;
	border-top: 3px solid #101010;
	color: #C5C5C5;
	font-size: 92%;
}

#ja-botsl .main { padding: 20px 0 10px; }

#ja-botsl .ja-box-left .ja-module { margin-left: 0; }
#ja-botsl .ja-box-right .ja-module { margin-right: 0; }

#ja-botsl .ja-moduletable, #ja-botsl .moduletable {
	border-bottom: 0;
	margin-bottom: 0;
}

#ja-botsl div.module, #ja-botsl .ja-module {
	margin-bottom: 0;
}

#ja-botsl h3 {}

#ja-botsl ul li {
	background: url(../images/bullet4.gif) no-repeat 0px 12px;
	border-bottom: 1px solid #202020;
	padding: 5px 0 5px 10px;
}

#ja-botsl ul li a, #ja-botsl ul li a:hover, #ja-botsl ul li a:focus, #ja-botsl ul li a:active {
	border: 0;
}

.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { border: 0 !important; background: 0 !important; }

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	font-size: 92%;
	padding: 10px 0 6px;
}

#ja-footer .main {
	color: #666666;
	padding: 0;
	position: relative;
}

#ja-footer a:hover {
	color: #fff;
	text-decoration:none;
}

#ja-footer a {
	color: #DC890C;
	text-decoration:none;
}


/* MISCELLANOUS
----------------------------------------------------------- */

#ja-banner {
	float:right;
margin:15px 5px 0 0;
overflow:hidden;
padding:0;
text-align:right;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

div.ja-innerdiv h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}

div.ja-innerdiv img {
	margin-right: 8px;
}

.cufon-canvas { padding: 1px 0 3px; }

.small-links { font-size: 92% !important; margin-top: 5px; }

.small-links a { color: #666 !important; }
.small-links a:hover, .small-links a:focus, .small-links a:active { color: #fff !important; }






.tdTop {
    font-family: Arial; font-size: 12px; color: #555555;
}

.altrow {
	
    background:#045084; font-family: Arial; font-size: 12px; color: #555555;
}
.tdBottom {
     background-color:#cac7be; font-family: Arial; font-size: 12px; color: #555555;
}
.tdHeader {
     background-color:#494542; font-family: Arial; font-size: 14px; color: #ffffff; font-weight:bold;
}
table.window {
     background-color:#4080b0; font-family: Arial; font-size: 14px; color: #555555; font-weight:bold; border-width: 1px; border-style: solid; border-color: #ffffff;
}
.tableText {
    font-family: Arial; font-size: 12px; color: #ffffff; font-weight:bold;
}
.table_header {font-family: "Arial Black", Arial; font-size: 20px; color: #fce55c;}
table.full{height:100%; width:100%}





.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }



.fg-button { outline: 0; margin:0 2px 0 0; padding: .4em 0.5em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button1 { outline: 0; margin:0 0 0 0; padding:.4em 0.3em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
button.fg-button1 { width:auto; overflow:visible; }
.fg-button { float: right; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	
	a.fg-button { float:left; }
	
	/* remove extra button width in IE */


button.fg-button { width:auto; overflow:visible; }
	
	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
	.fg-buttonset { float:left; }
	.fg-buttonset .fg-button { float: left; }
	.fg-buttonset-single .fg-button, 
	.fg-buttonset-multi .fg-button { margin-right: -1px;}
	
	.fg-toolbar { padding: .5em; margin: 0;  }
	.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
	.fg-toolbar .fg-button { font-size: 1em;  }

	/*demo page css*/
	
	.strike { text-decoration: line-through; }


/*demo styles SELECT jQuery Style*/
		
		fieldset { border:0;  margin-bottom: 40px;}	
		label,select,.ui-select-menu { margin-right: 10px; }
		select.plist_form { width: 288px; }
		
		
		/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden; z-index:99;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto;z-index:99; }
.ui-selectmenu-open { visibility: visible; z-index:99;}
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown {z-index:99; }
.ui-selectmenu-menu li { z-index:99; padding:0; margin:0; display: block; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; list-style:none;  }



.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none;list-style:none; z-index:99; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; list-style:none;  }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }



.warning {
	color:#F00;
}


.oddrow {

padding-top:2px;
padding-bottom:2px;
font-size: 14px;
background-color: #FFF;
}
.evenrow {

padding-top:2px;
padding-bottom:2px;
font-size: 14px;
background-color: #fceaca;	
}


th {cursor: pointer;}


p.text1 {
	
font-size:100%;

}




.tdTop {
	background:#ffffff;
	border: 1px solid #fff;
}

.tdBottom {
	background:#ececec;
		border: 1px solid #fff;

}

.tdHeader {
	background-color:#e66b24;
	border: 1px solid #fff;
}


/* general styles */


table.player_info_summarized td {
	padding:0px;
}


table.withStyle, table.withStyle td{
	font:100% Arial, Helvetica, sans-serif; 
}
table.withStyle{width:100%;border-collapse:collapse;margin:1em 0;}
table.withStyle th, table.withStyle td{text-align:left;padding:.5em;border:1px solid #fff;cursor: pointer;}
table.withStyle th{background:#e66b24 ;color:#fff;}
table.withStyle td{background:#ececec;}



table.withStyleTab, table.withStyleTab td{
	font:100% Arial, Helvetica, sans-serif; 
}
table.withStyleTab{width:100%;border-collapse:collapse;margin:0;}
table.withStyleTab th, table.withStyleTab td{ text-align:left; border:0px solid #fff;}
table.withStyleTab th{background:#fff; color:#555555;  cursor:default;  padding:0.4em;}
table.withStyleTab td{background:#ececec; cursor:default;  color:#555555; padding:6px 0px 5px 3px;border:1px solid #ccc;}

/* tablecloth styles */

 tr.even td{background:#ececec;}
 tr.odd td{background:#ffffff;}
 tr.oddTab td{background:#ffffff;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af; cursor: pointer;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774; cursor: pointer;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#8bc751;color:#ffffff;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}


.titlе1 {
color:#7D7D7D;
font-size:18px;
}

.team_found {
/*color:red;*/
    background-color: #fbb62a;
}


/* TOP DROPDOWN MENU styles */
/*
*	Setup
*/
#cssmenu2 {
	width: 987px;
	margin:  auto;
}


ul.cssmenu {
	list-style: none;
	padding: 0px;
	
	
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 109px;
	height: 44px;
	background: url(/images/menu1.png);
	}

/*
*	Normal Links
*/
ul.cssmenu li.myteam a {
	background-position: 0 0;
	}

ul.cssmenu li.rules a {
	background-position: -109px 0;
	}

ul.cssmenu li.awards a {
	background-position: -218px 0;
	}
ul.cssmenu li.standings a {
	background-position: -327px 0;
	}
ul.cssmenu li.fixtures a {
	background-position: -436px 0;
	}
ul.cssmenu li.stats a {
	background-position: -545px 0;
	}
ul.cssmenu li.winners a {
	background-position: -654px 0;
	}
ul.cssmenu li.help a {
	background-position: -763px 0;
	}
ul.cssmenu li.login a {
	display: block;
	width: 109px;
	height: 33px;
	background-position: -872px 0;
	}
/*
*	Hover Links
*/
ul.cssmenu li.myteam a:hover {
	background-position: 0 -44px;
	}

ul.cssmenu li.rules a:hover {
	background-position: -109px -44px;
	}

ul.cssmenu li.awards a:hover {
	background-position: -218px -44px;
	}
ul.cssmenu li.standings a:hover {
	background-position: -327px -44px;
	}
ul.cssmenu li.fixtures a:hover {
	background-position: -436px -44px;
	}
ul.cssmenu li.stats a:hover {
	background-position: -545px -44px;
	}
ul.cssmenu li.winners a:hover {
	background-position: -654px -44px;
	}
ul.cssmenu li.help a:hover {
	background-position: -763px -44px;
	}
ul.cssmenu li.login a:hover {
	background-position: -872px -44px;
	}
/*
*	Clicked Links
*/
ul.cssmenu li.myteam a:active {
	background-position: 0 -88px;
	}

ul.cssmenu li.rules a:active {
	background-position: -109px -88px;
	}

ul.cssmenu li.awards a:active {
	background-position: -218px -88px;
	}
	
ul.cssmenu li.standings a:active {
	background-position: -327px -88px;
	}
ul.cssmenu li.fixtures a:active {
	background-position: -436px -88px;
	}
ul.cssmenu li.stats a:active {
	background-position: -545px -88px;
	}
ul.cssmenu li.winners a:active {
	background-position: -654px -88px;
	}
ul.cssmenu li.help a:active {
	background-position: -763px -88px;
	}
ul.cssmenu li.login a:active {
	background-position: -872px -88px;
	}


/*
*	Selected/Active Links
*/
ul.cssmenu li.myteam a.selected {
	background-position: 0 -132px;
	}

ul.cssmenu li.rules a.selected {
	background-position: -109px -132px;
	}

ul.cssmenu li.awards a.selected {
	background-position: -218px -132px;
	}
	
ul.cssmenu li.standings a.selected {
	background-position: -327px -132px;
	}
ul.cssmenu li.fixtures a.selected {
	background-position: -436px -132px;
	}
ul.cssmenu li.stats a.selected {
	background-position: -545px -132px;
	}
ul.cssmenu li.winners a.selected {
	background-position: -654px -132px;
	}
ul.cssmenu li.help a.selected {
	background-position: -763px -132px;
	}
ul.cssmenu li.login a.selected {
	background-position: -872px -132px;
	}

a.current_sub { color:#FFF; text-decoration:none;
}


.panes div {
	display:none;		
	padding:0px;
	border:0px solid #999;
	border-top:0;
	/*height:250px;*/
	
	background-color:#fff;
}


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/images/blue.png) no-repeat -420px 0;
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#fff !important;
	font: Arial, Helvetica, sans-serif;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

#time-counter {
	color:#fff;
	float:left;
	display:block;
	width:210px;
	height:75px;
	background-image:url("/images/broiach.png");
	background-repeat:no-repeat;
	margin-top:10px;
    margin-left:96px;
}

#active-teams {
	color:#fff;
	float:left;
	display:block;
	width:88px;
	height:75px;
	background-image:url("/images/otbori.png");
	background-repeat:no-repeat;
	margin-top:10px;
	font-size:20px;
}

#cd {
	float:right;
    margin-top:20px;
	font-size:20px;
	margin-right:4px;
}
	
#countdown td {
	padding:5px;	
	text-align:center;
}

#countdown .cntd_days {
#	padding-left:10px;
	width:30px;
}

#countdown .cntd_hours {
	width:30px; 	
}

#countdown .cntd_mins {
	width:30px; 	
}

#countdown .cntd_secs {
	width:30px; 	
}
	
#team-counter {
	display:block;
#	margin-left:15px; margin-top:25px;
	text-align:center;
}



strong.second-word-left {
	background: url(../images/title-grey.gif) no-repeat top left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 3px 0 4px 10px;
	
}

strong.second-word-right {
	background: url(../images/title-grey.gif) no-repeat top right;
	margin: 0;
	padding: 3px 10px 4px 0;
	
}

a.not_current_sub {
	color:#777;
	text-decoration:none;
}

a.not_current_sub:visited {
	color:#777;
}

a.not_current_sub:hover {
	color:#000;
}


img.homepageimg {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
margin:0 8px 0 0;
padding:1px;
}
