html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

#holidays  {
    min-width: 996px;
    /*background: #F4F4F4;*/

}

.new_year {
    background: url("../images/new_year4.jpg") no-repeat scroll center top transparent;
}

body {
    /*background: #F7FAFA;*/
	/*background: #FFFFFF;*/
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

.phone a{

color:white;

}


.phone:hover a{

color:white;

}

.subtext{

}

.blue a{color:white;}
.yellow a{color:white;}
.red a{color:white;}
.purple a{color:white;}
.green a{color:white;}


.blue a:hover{color:black; }
.yellow a:hover{color:black;}
.red a:hover{color:black;}
.purple a:hover{color:black;}
.green a:hover{color:black;}

.men:hover{color:black; height:66px;cursor:pointer;transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-webkit-transition: 0.2s ease-out;}

.men{
background: rgba(70, 159, 230, 0.61);
border-left: 1px solid rgba(0, 0, 0, 0.13);
float: left;
height: 36px;
overflow: hidden;
padding-top: 4px;
padding-left: 5px;
padding-right: 4px;
text-align: center;
color: white;
transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-webkit-transition: 0.2s ease-out;
font-size: 12px;
font-weight: 700;
}

/*Menu Color Classes*/
.green{background: rgba(70, 159, 230, 0.61);
border-left: 1px solid rgba(0, 0, 0, 0.13);float: left; height:50px; overflow:hidden;padding-left: 7px;
padding-right: 7px;text-align:center;font-size: 14px;
color: white;}
.yellow{background: rgba(70, 159, 230, 0.61);
border-left: 1px solid rgba(0, 0, 0, 0.13);float: left;height:50px; overflow:hidden;padding-left: 7px;
padding-right: 7px;text-align:center;font-size: 14px;
color: white;}
.red{background: rgba(70, 159, 230, 0.61);
border-left: 1px solid rgba(0, 0, 0, 0.13);float: left;height:50px; overflow:hidden;padding-left: 7px;
padding-right: 7px;text-align:center;font-size: 14px;
color: white;}
.purple{background: rgba(70, 159, 230, 0.61);
border-left: 1px solid rgba(0, 0, 0, 0.13);float: left;height:50px; overflow:hidden;padding-left: 7px;
padding-right: 7px;text-align:center;font-size: 14px;
color: white;}
.blue{background: rgba(70, 159, 230, 0.61);
border-left: 1px solid rgba(0, 0, 0, 0.13);float: left;height:50px; overflow:hidden;padding-left: 7px;
padding-right: 7px;text-align:center;font-size: 14px;
color: white;}

.phone{
margin: 0 auto;
width: 956px;
position: relative;
height: 95px;
margin-top: -50px;
right: -1px;
}


body#bd {
	color: #666666;
	background: #FFFFFF;
}

body.contentpane {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	/*line-height: 1.3em;*/
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

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 link */
a {
	color:#A41010;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	/*color: #1C64A5;
	text-decoration: underline;*/
	text-decoration: none;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	color: #333333;
}	

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

img {
	margin: 0;
	padding: 0;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 22px 8px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

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

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
font-weight:normal
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}
input.standartInput {width:95%;}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px solid #A41010;
	background: #A41010;
	font-weight: bold;
	color: #FFFFFF;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 15px;
	margin: 0;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #999999;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
	text-transform: uppercase;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 175%;
}

.componentheading {
	font-size: 100%;
	background: url(../images/dot.gif) repeat-x bottom;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 5px;
	font-size: 200%;
	color: #333333;
	border-bottom: 1px solid #E6E6E6;
}

table.blog .contentheading {
	font-size: 125%;
	color: #E15E06;
    width: 418px;
}
.article-content {
    width: 476px;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}
div.contentpaneopen{width:480px}
a.readon {
	text-align: center;
	text-decoration: none;
	color: #1C64A5;
	font-weight: bold;
	background: url(../images/arrow-readon-1.png) no-repeat left 0;
	padding-left: 15px;
	text-transform: uppercase;width:480px
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/arrow-readon-2.png) no-repeat left 0;
	color: #E15E06;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

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

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #666666;
	color: #FFFFFF;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #1C64A5;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
	position:relative;
	top:8px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 5px 0 10px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
}

.createby {
	padding: 0 5px 0 7px;
	background: url(../images/vline.gif) no-repeat left;
}

.createdate {
	padding: 0 5px 0 0;
}

.modifydate {
	width: 100%;
	display: block;
	text-transform: uppercase;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
}


#ja-header,
#ja-container,
#ja-footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-footer {
	width: 750px;
}

#ja-container {
	background: #FFFFFF;
}

#ja-mainbody {
	width: 74.9%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 70%; 
}

#ja-current-content {
	padding: 0 10px 20px;
	/*width: 100%;*/
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 29.9%;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 24.0%;
    margin: 0 8px 0 0;
}

#ja-col2 div.ja-innerpad {
}

/*common style for column*/
#ja-col1 a {
}

#ja-col1 a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-col1 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	padding: 30px 0;
	margin: 0;
	background: url(../images/grad-1.gif) repeat-x bottom;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 24.9%;
}

#ja-containerwrap-fr #ja-content {
	width: 75%;
}

#ja-containerwrap-fr #ja-current-content {
	padding-right: 0;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
}

#ja-containerwrap-fl #ja-current-content {
	padding-left: 5px;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 5px;
	padding-right: 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,div.moduletable_menu h3,div.moduletable_text h3{font-size:125%;margin:0 0 10px;padding:0 0 10px}

div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	margin: 0 0 20px;
	padding: 0 5px;
}

div.module h3,
div.module_menu h3,
div.module_text h3,
div.module_hilite h3,
div.module_nopad h3 {
	margin: 0 -15px 10px;
	padding: 10px 15px;
	white-space: normal;
	font-size: 125%;
	border-bottom: 1px solid #E6E6E6;
	color: #333333;
}

div.module,
div.module_menu,
div.module_text,
div.module_hilite,
div.module_nopad {
	margin: 0 0 20px;
	padding: 0;
	width: 100%; /*need for ie 6 */
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div,
div.module_menu div,
div.module_text div,
div.module_hilite div,
div.module_nopad div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_menu div div,
div.module_text div div,
div.module_hilite div div,
div.module_nopad div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_menu div div div,
div.module_text div div div,
div.module_hilite div div div,
div.module_nopad div div div {
        padding:5px 5px 5px 11px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

/*nopad*/
div.module_nopad h3 {
	padding: 10px 30px;
	margin-bottom: 0;
}

div.module_nopad div div div {
	padding: 0 1px 5px;
}

/*hilite*/
div.module_hilite h3 {background:url(../images/h3-hilite-bg.gif) repeat-x bottom;border:none;color:#fff;
    left:8px;
    position:relative;
    text-align:center;
    width:200px;    
}

div.module_hilite {
	background: url(../images/box-hilite-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module_hilite div {
	padding: 0;
	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
}

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

div.module_hilite div div div {
	/*padding: 0 15px 15px;*/
	background: url(../images/box-hilite-tl.gif) no-repeat top left;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul {
	list-style: none;
}

div.moduletable li {
	background-position: 3px 8px;
	line-height: 160%;
	padding-left: 12px;
}

div.module div div div div,
div.module_menu div div div div,
div.module_text div div div div,
div.module_hilite div div div div,
div.module_nopad div div div div {
	background: none;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../images/header-bg.jpg) repeat-x top;
	z-index: 999;
	position: relative;
}

#ja-header {
	height: 105px;
	line-height: normal;
	position: relative;
}

div.logo, div.logo-text div {
	margin: 0;
	padding: 0;
	font-size: 125%;/*200%;*/
}

div.logo a {
	width: 230px;
	height: 100px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}

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

div.logo-text {
	width: 24.9%;
	height: 100px;
	outline: none;
	float: left;
}

div.logo-text div {
	padding-top: 30px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 100px;
	width: 75%;
	background: url(../images/mainnav-sep.gif) no-repeat left;
	float: left;
}

.narrow #ja-mainnav {
	width: 65%;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-mainnav a span.menu-title {
	padding: 30px 15px 5px 15px;
	display: block;
}

#ja-mainnav a span.menu-desc {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 85%;
	color: #999999;
	padding: 0 15px;
	line-height: normal;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 14px;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}
#ja-subnav a:hover,#ja-subnav a:active,#ja-subnav a:focus{}
#ja-subnav li.active a{}
/* breadcrumbs */
#ja-pathway{padding:7px 0;text-transform:uppercase;background:#F7F7F7;border:1px solid #E6E6E6;line-height:normal;text-indent:10px;clear:both;height:10px}
#ja-pathway strong{margin-right:5px;float:left}
#ja-pathway a{text-decoration:none}
#ja-pathway a:hover{text-decoration:underline}
#ja-pathway img{margin:1px 5px}
/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 7px 5px 9px;
	margin: 0;
	text-decoration: none;
	color: #666666;
	background: url(../images/dot.gif) repeat-x bottom;
font-weight:normal
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #1C64A5;
	background: url(../images/dot.gif) repeat-x bottom #F2F2F2;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #1C64A5;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	border: none;
	padding-left: 26px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/bullet.gif) no-repeat 15px 13px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #1C64A5;
	font-weight: bold;
}

ul.menu li li li a {
	color: #666666 !important;
	font-weight: normal !important;
	padding-left: 38px !important;
	background: url(../images/bullet.gif) no-repeat 30px 13px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-center div.moduletable {
	padding: 0 10px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

/* Top spotlight */
#ja-topsl1 {
	width: 74.9%;
	float: left;
	margin-bottom: 10px;
}

#ja-topsl1 div.moduletable {
	margin-right: 40px;
}

#ja-topsl2 {
	width: 24.9%;
	float: right;
	margin-bottom: 10px;
}

div.module_hilite ul {
	margin: 0;
	padding: 0;
}

div.module_hilite ul li {
	margin: 0;
	padding-left: 10px;
	background: url(../images/bullet2.gif) no-repeat left center;
}

div.module_hilite a {
	color: #FFFFFF;
}

/* Bottom spotlight */
#ja-botsl1, #ja-botsl2 {
	clear: both;
	margin: 0;
	padding: 20px 0;
}

#ja-botsl2 {
	border-top: 3px solid #E6E6E6;
	padding-bottom: 0;
}

#ja-botsl1 div.moduletable, #ja-botsl2 div.moduletable {
	margin-bottom: 0;
}

#ja-botsl1 div.moduletable h3, #ja-botsl2 div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	background: none
}

#ja-botsl1 div.moduletable h3 span, #ja-botsl2 div.moduletable h3 span {
	color: #666666;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	clear: both;
	padding: 10px 0 0;
}

#ja-footer small {
	font-size: 100%;
	padding: 0;
	float: left;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
	float: right;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	padding: 0 10px;
}

li.ja-firstitem {
	background: none !important;
}
/* Login */
#form-login p {
	margin: 0 0 5px;
}

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

#modlgn_username, #modlgn_passwd {
	width: 97%;
}

/* Search */
#ja-search {
	float: left;
	width: 190px;
	height: 35px;
	background: url(../images/icon-search.png) no-repeat 5px 0;
	overflow: hidden;
}

.narrow #ja-search {
	width: 150px;
}

#ja-search .inputbox {
	padding: 10px 0 0 40px;
	background: none;
	border: none;
	font-weight: bold;
	color: #CCCCCC;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.ja-innerdiv {
	padding: 10px 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv img {
	padding: 0;
	margin: 5px 10px 0 0;
}


img.ja-img {
	padding: 3px;
	border: 1px solid #E6E6E6;
}

table.tblexchange {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 85%;
}

table.tblexchange th {
	background: #F7F7F7;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

table.tblexchange td {
	padding: 5px 5px;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

table.tblexchange td.hilite {
	color: #E15E06;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}


/**Форма заявки*/



/*body, ul, form, div, input, select { margin:0px; padding:0px;}*/

#container
{
width: 800px;
margin:0px auto;

}

#top_column {
	width:549px;
	float:left;
	border:1px #000000 solid;
	padding:10px;
	background-color: #fff;

}

#left_column {
	width:539px;
	float:left;
	border:1px #000000 solid;
	padding:15px;
	background-color: #fff;
	min-height:150px;
}
#temp_code {
	width:539px;
	float:left;
	padding:15px;
	background-color: #fff;
	display:none;
}

#right_column { width:227px; float:left; border:1px #000000 solid; 	background-color:#eeeeee; }

.box_header {
	background-image:url(images/panel1.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	padding-left: 10px;
}

.box_text {
	padding:10px 15px;
	

}
.items {
	padding:10px 15px;
}

div.item span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	cursor:move;
}

#cf_text {
	background-image: url(images/text.png);
	
}

#cf_heading {background-image:url(images/heading.png);}

#cf_textbox { background-image:url(images/textbox.png);}

#cf_textarea { background-image:url(images/textarea.png);}

#cf_dropdown { background-image:url(images/dropdown.png);}

#cf_checkbox { background-image:url(images/checkbox.png);}

#cf_radiobutton { background-image:url(images/radiobutton.png);}

#cf_datetimepicker { background-image:url(images/datetimepicker.png);}

#cf_fileupload { background-image:url(images/fileupload.png);}

#cf_button { background-image:url(images/button.png);}

#cf_html { background-image:url(images/html.png);}

#cf_image { background-image:url(images/image.png);}

#cf_password { background-image:url(images/passwordbox.png);}

#cf_captcha { background-image:url(images/captcha.png);}

.border-top { border-top:1px #000000 solid!important;}

#Properties {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
	
.Propertiesitem span {
	font-size:12px;
	line-height:20px;
	display: block; width:100px;
	float:left;
}

.Propertiesitem input, .Propertiesitem select  {font-family:Arial, Helvetica, sans-serif;
	font-size:12px; height:16px; float:left; /*background:none;*/ border:none; }
	
.Propertiesitem hr {
	clear:both;
	border:1px #111111 solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

/*-----------Form Styles--------------*/

.form_item {height:auto;}

.form_element {
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin:5px 0;
width:100%;
float:left;
}

/*.form_element label {}*/
.form_element .check_label {
	width:150px;
	float:none;
	display:inline;
	line-height: 22px;
	vertical-align: middle;
}

.form_element select {
	width:293px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}

.delete_icon { float:right; }

.delete_icon1 { float:right; border-left:1px #CCC solid; border-bottom:1px #CCCCCC solid; padding:10px;}

.button { text-align:center; border:none; margin-top:10px; }

.no_delete { border:none;}

.cf_button1 {
	width:70px!important;
}

.radio { width:20px!important;}
/*.float_left.radio_label{ float:left; position:relative;left:0px; top:0px}*/
.float_left { float:left; left:35px;position:relative; margin:3px 0 0 0; height:auto;}
/*.clear { clear:both; font-size:0px; line-height:0px;}*/
.form_element input {
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	float:left:	
}
.width1 { width:571px;}

.cf_label {float:left;line-height:22px;position:relative;width:149px !important; font-weight:bold;
font-size:12px;font-family:Tahoma,Arial, Helvetica, sans-serif;}
.cf_inputbox {position:relative;width:290px !important; float:right !important; background:url("../images/input.png") repeat-x;}
.form_element .cf_radiobutton{position:relative;float:right;top:5px;}
.form_element .cf_dropdown{position:relative;line-height:22px;top:0px;}
.cf_textbox{float:right;position:relative;padding:3px 0;line-height:0px;}
.cf_inputbox .required {float:right;position:relative;}
.jwts_slidecontent{float:none;width: 448px;}
.cf_text{font-size:161%; color:#333;font-weight:bold;}
#ChronoContact_formagood div.cf_text{border-bottom:2px solid #808080;}
span.cf_text{font-size:81%; color:#333;font-weight:bold;}
.chronoform{display:none;}
.cf_button input {line-height:20px;height:26px;width:140px;padding:0px 5px 0px 4px;margin:0; background:url("../images/knopa.png");font-weight:bold;color:#000;}
:hover.cf_button input{cursor:pointer;}
.cfclear{float:left;height:0px;}
.cf_dropdown{font-weight:bold;font-size:12px;font-family:Tahoma,Arial, Helvetica, sans-serif;}
.cf_button {margin:0;}

#livechatbutton112 (padding:5px 35px;)
#statusimg {padding:5px 35px;}
.hideshowlist {text-decoration:none !important;}
#livechatbutton112 (padding:5px 35px;)
#statusimg {padding:5px 35px;}
.hideshowlist {text-decoration:none !important;}
#showhidetext a:hover, #showhidetext a:focus {text-decoration:none !important;}
.modulelivezilla {padding:8px 35px;}
#system-message {padding:0 10px !important;}
.link{color:#666 !important;text-decoration:none !important}
div#sbox-content #ChronoContact_formagood{padding:10px !important}

.rossac{background:url(../images/h3-hilite-bg.gif) repeat-x scroll center bottom transparent !important;font-size:125%;margin:0 -3px 10px;padding:10px 15px;white-space:normal;text-align:center;width:200px;font-weight:700}

ul.ja-bullettin{margin:0;padding:0}
ul.ja-bullettin li{margin:0;padding:8px 0;border-bottom:1px solid #E6E6E6;background:none;position:relative;width:100%}
ul.ja-bullettin img{position:absolute;left:0;top:8px}
ul.ja-bullettin div{line-height:1.2;display:block}
ul.ja-bullettin span{font-size:85%;color:#999}

div.reg-phone ul li{font-size:11px;list-style:none;text-align:center;margin:0px;padding:0px;list-style-type:none}
div.reg-phone ul li span{text-align:center;font-weight:700;font-size:11px}
div.reg-phone ul{width:180px;float:left;padding:0 5px;margin:3px 0;list-style:none;list-style-type:none}

.goToReestr {
	background: green;
	border-radius: 15px;
	color: white;
	display: block;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
        margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

/* === FIX SCROLL (SAFE FOR JOOMLA 1.5 TEMPLATE) === */
/* Убираем любые конфликты прокрутки */
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow: visible !important;
}

/* ОТКЛЮЧАЕМ transform scaling, он ломает высоту страницы и даёт двойной скролл */
#ja-wrapper {
    transform: none !important;
}

