/*
# ------------------------------------------------------------------------
# Ja Purity ii template for joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com.
# ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd { background: #fff; color: #333; }

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: #069; text-decoration: none !important; }

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

/* Readon links ---*/
a.readon {
	background: url(../images/arrow.png) no-repeat 5px 48%;
	border: 1px solid #F6F6F6;
	font-weight: bold;
	padding: 1px 5px 1px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus { background-color: #fff; border: 1px solid #ccc; }

/* 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: 15px 0; padding: 0; }

/* Headings & Titles ---*/
h1 { font-size: 180%; }

h2 { font-size: 150%; }

h3 { font-size: 125%; }

h4 { font-size: 100%; text-transform: UPPERCASE; }

h5 { font-size: 100%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

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

.componentheading { border-bottom: 1px solid #ccc; font-size: 180%; }

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

.contentheading { font-size: 200%; }

.blog .contentheading { font-size: 125%; }

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 { }

/* 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: 0px; }

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, .inputcss {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 5px;
}

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

.inputcss:hover, .inputcss: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 {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

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

.login_form .remember .inputcss { 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 {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

.form-register .inputcss { 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 {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

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

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

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

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

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

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; padding: 15px 0; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 {
	font-size: 110%;
	margin: 15px 0 0;
	text-transform: none;
}

.results p { margin: 0 0 10px; }

/* Contact ---*/
#component-contact address { font-style: normal; }

#component-contact #emailForm { border-top: 1px solid #ddd; padding-top: 15px; }

.contact_email { margin: 0 0 10px; }

.contact_email label { display: block; font-weight: bold; }

.contact_email_checkbox { margin: 15px 0; }

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

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.leading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.article_row { padding-bottom: 10px; padding-top: 10px; }

.article_column { }

.column_separator { padding: 0 25px; }

/* Meta ---*/
.article-tools {
	background: #f6f6f6;
	border: 1px solid #ddd;
	clear: both;
	color: #999;
	display: block;
	line-height: normal;
	margin: 0 0 10px;
	padding: 5px;
	position: relative;
}

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

.article-section, .article-category { color: #999; }

.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.modifydate { color: #999; display: block; margin: 10px 0; }

.contentdescription {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
}

.contentdescription p { margin: 0; }

.buttonheading { float: right; }

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

/*Inline images ---*/
img.caption { margin-top: 5px; }

.img_caption { color: #999; margin-bottom: 10px; }

.article-content img { margin: 5px; }

.article-content h3 img { margin: 0px; }

.img_caption img { margin: 5px 0 0; }

.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #ccc;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

/* Tables ---*/
.sectiontableheader {
	background: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
}

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

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	background: url(../images/dot2.gif) repeat-x bottom;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #fffff0; }

.sectiontableentry2 { background-color: #f6f6f6; }

table.contentpane, table.tablelist { width: 100%; }

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

/* Content Toc */
table.contenttoc {
	border: 1px solid #ddd;
	width: 100%;
}

table.contenttoc a { color: #333; }

table.contenttoc td { border-bottom: 1px dotted #ccc; padding: 5px 0px; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	text-transform: uppercase;
}

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dt, dl.poll dd { float: left; }

dl.poll dt { clear: left; width: 100px; }

dl.poll dd { clear: right; }

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

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

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

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

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

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

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

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

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

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: #069;
	border: 1px solid #069;
	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: #069;
	border: 1px solid #069;
	color: #fff;
	padding: 1px 5px;
}

.blog_more {
	border-bottom: 1px solid #ccc;
	border-top: 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; }

/* Messages ---*/
#system-message { margin: 0 0px 10px; }

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul { 
    
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li { background: none; padding: 5px; font-weight: bold; }

/* System Standard Messages */
#system-message dd.message ul 
{ 
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d !important;    
}

/* System Error Messages */
#system-message dd.error ul 
{ 
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442 !important;    
}

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

/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}

.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; }

.hasTip img { border: none; margin: 0 5px 0 0; }

contentpaneopen_edit { float: left; }

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	background: url(../images/dot2.gif) repeat-x bottom;
	color: #333;
	font-size: 115%;
	margin: 0 0 8px;
	overflow: hidden;
	padding: 1px 0 8px;
	text-transform: uppercase;
}

div.moduletable_menu h3 { margin-bottom: 0; }

div.ja-moduletable, div.moduletable {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 8px;
	padding: 0 0 20px;
	position: relative;
}

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

.badge-hot 	.badge { background-position: 0 0; }

.badge-new 	.badge { background-position: 0 -46px; }

.badge-pick .badge { background-position: 0 -92px; }

.badge-top 	.badge { background-position: 0 -138px; }

.article-content .moduletable_badge {
	border: 1px solid #dddddd;
	margin: 0  0 10px 0!important;
	padding: 10px 25px 10px 5px;
}

/* Search Module ---*/
#ja-search {
	background: url(../images/admin.png) no-repeat center left;
	bottom: 15px;
	padding-left: 20px;
	position: absolute;
	right: 15px;
}

#ja-search label { display: none; }
input.readonly{background: #EBEBE4 !important;}
#ja-search .inputcss, input.inputcss, select.inputcss, textarea.inputcss {
	
    color: #000;
	font-size: 100%;
	font-weight: normal;
	padding: 5px;
	width: auto;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    height: auto;
    border: 1px solid #999;    
    
}

#ja-search .inputcss:hover, #ja-search .inputcss:focus, input.inputcss:hover, input.inputcss:focus {border: 1px solid #CCC;}

#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	margin-left: 5px;
	text-transform: none;
        
}

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

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

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

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

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

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

a.poll-result { font-size: 92%; text-transform: uppercase; }

form.poll .button { margin-right: 5px; }

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ccc; padding: 5px 0; }

div.bannergroup_text div.banneritem_text a { font-weight: bold; }

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a { color: #999; font-size: 92%; }

div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }

div.bannergroup { margin-bottom: 10px; }

/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	border-bottom: 1px solid #ccc;
	color: #1374a5;
	font-size: 115%;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 8px 15px;
	text-transform: uppercase;
}

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

.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: 0 15px 10px;
}

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

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

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; }

/* red */
div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #bf0000;
}

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

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

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

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #069;
}

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

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

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

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #1374a5;
}

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

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

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

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333;
}

div.module_black .ja-box-bl {

}

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

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

/* text color for high contrast module */
div.module_black, div.module_green, div.module_blue, div.module_red { color: #fff; }

#ja-container div.module_black ul li a,
#ja-container div.module_green ul li a,
#ja-container div.module_blue ul li a,
#ja-container div.module_red ul li a { color: #fff; }

#ja-container div.module_black ul li a:hover,
#ja-container div.module_black ul li a:active,
#ja-container div.module_black ul li a:focus,
#ja-container div.module_green ul li a:hover,
#ja-container div.module_green ul li a:active,
#ja-container div.module_green ul li a:focus,
#ja-container div.module_blue ul li a:hover,
#ja-container div.module_blue ul li a:active,
#ja-container div.module_blue ul li a:focus,
#ja-container div.module_red ul li a:hover,
#ja-container div.module_red ul li a:active,
#ja-container div.module_red ul li a:focus { color: #069; }

#ja-container div.module_blue #form-login ul li a:hover,
#ja-container div.module_blue #form-login ul li a:active,
#ja-container div.module_blue #form-login ul li a:focus { color: #1374a5; }

#ja-container div.module_black h3,
#ja-container div.module_green h3,
#ja-container div.module_blue h3,
#ja-container div.module_red h3 { color: #fff; }

#ja-container div.module_blue ul.menu li.active > a,
#ja-container div.module_red ul.menu li.active > a { color: #000 !important; }

div.module_green div.bannergroup_text div.bannerheader,
div.module_green div.bannergroup_text div.bannerfooter_text a { color: #ccc; }

div.module_blue a { color: #1374a5; }

div.module_black .inputcss, div.module_green .inputcss, div.module_blue .inputcss, div.module_red .inputcss { color: #333 !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; padding-left: 12px; }

/* Collapsible h3 ---*/
h3.show {
	background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
}

/* Uncomment the following lines if you want collapsible modules with badges still show arrows */
/* 
.badge-hot h3.show,.badge-new h3.show,.badge-pick h3.show,.badge-top h3.show,
.badge-hot h3.hide,.badge-new h3.hide,.badge-pick h3.hide,.badge-top h3.hide {
	background-position: 15px 60%;
	text-indent: 15px;
}
*/
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }

.main { }

.ja-box { padding-bottom: 10px; padding-top: 10px; }

#ja-wrapper { }

#ja-container {
	background: url(../images/container-bg.gif) repeat-x top #fff;
	border-bottom: 5px solid #ccc;
	position: relative;
	z-index: 5;
}

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

/* 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 { margin-left: 0; margin-right: 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 { }

/* HEADER
--------------------------------------------------------- */
#ja-header { background: #1374a5; position: relative; z-index: 10; }

#ja-header .main {
	background-color: #1374a5;
	background-position: top right;
	background-repeat: no-repeat;
	height: 80px;
}

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

h1.logo, div.logo-text { float: left; position: relative; z-index: 1; }

/* Logo Image ---*/
h1.logo { height: 79px; width: 207px; }

h1.logo a {
	background: url(../images/logo.gif) no-repeat left;
	display: block;
	height: 79px;
	width: 207px;
}

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

/* Logo Text ---*/
div.logo-text { margin-top: 8px;font-size: 10px; font-family: "Segoe UI",Arial,Helvetica,sans-serif;}

div.logo-text h1 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

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

/* Header mask ---*/
.ja-headermask {
	background: url(../images/header-mask.png) no-repeat top right;
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	background: #1374a5;
	border-top: 1px solid #666;
	line-height: 1;
	position: relative;
	z-index: 11;
}

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

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

span.menu-title { display: block; }

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

/* Sub Nav ---*/
#ja-subnav {
	background: #333;
	border-top: 1px solid #666;
	position: relative;
	z-index: 9;
}

#ja-subnav .main { line-height: 1; z-index: 10; }

#ja-subnav ul { background: #333; overflow: hidden; padding: 10px 0; }

#ja-subnav ul.active { background: #333; }

#ja-subnav li {
	background: none;
	border-left: 1px dotted #999;
	display: block;
	float: left;
	padding: 0 10px 0 11px;
}

#ja-subnav li.first-item { border-left: 0; }

#ja-subnav ul li a { color: #ccc; display: block; text-decoration: none; }

#ja-subnav ul li a:hover { color: #fff; }

#ja-subnav ul li.active a,
#ja-subnav ul li.active a:hover,
#ja-subnav ul li.active a:active,
#ja-subnav ul li.active a:focus {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#ja-subnav ul.active li a { color: #ccc; }

#ja-subnav ul.active li a:hover { color: #fff; }

#ja-subnav ul li.empty { visibility: hidden; }

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #ddd;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
	width: 14.5em;
}

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	margin-left: 5px;
	margin-top: 3px;
	position: absolute;
}

#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 12px;
}

#ja-subnav ul li.haschild a:hover {
	background: url(../images/arrow3.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a { background: none; padding-right: 0; }

#ja-subnav ul li ul li {
	border-bottom: 1px solid #ccc;
	border-left: 0;
	display: block;
	float: none;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}

#ja-subnav ul li ul li a {
	background-image: none !important;
	border: 0 !important;
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-bottom: 3px; padding-top: 3px; }

#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	color: #069 !important;
	text-decoration: underline !important;
}

#ja-subnav ul li ul li a.active { color: #069 !important; font-weight: bold !important; }

/* Breadcrumbs ---*/
.ja-navhelper {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

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

.ja-navhelper a { color: #069; padding: 0 2px; text-decoration: none; }

.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus {
	background-color: #069;
	color: #fff;
	text-decoration: none;
}

.ja-breadcrums {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	width: 80%;
}

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

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

/* Extras ---*/
.ja-links { float: right; margin-top: 2px; }

.ja-links li { background: none; display: inline; padding: 0; }

.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px;
	padding-right: 5px;
}

.ja-links li.top a:hover { background-color: #069; }

.ja-links li.layout-switcher a { background: #069; color: #fff; text-decoration: none; }

.ja-links li.layout-switcher a:hover { background: #666; color: #fff; text-decoration: none; }

.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a:hover { background: #666; color: #fff; text-decoration: none; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu { margin: 0; padding: 0; }

#ja-container ul.menu li {
	background: none;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-container ul.menu li a {
	color: #333;
	display: block;
	outline: none;
	padding: 6px 0;
	text-decoration: none;
	text-indent: 5px;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus { background: #f6f6f6; color: #069; }

#ja-container ul.menu li.active a { color: #069; font-weight: bold; }

#ja-container ul.menu li ul { margin: 0 0 0 10px; }

#ja-container ul.menu li li {
	background: url(../images/arrow.png) no-repeat left 11px;
	border-bottom: 0;
	border-top: 1px dotted #ccc;
}

#ja-container ul.menu li li a {
	color: #333 !important;
	font-weight: normal !important;
	text-indent: 10px;
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li a:active,
#ja-container ul.menu li li a:focus { background: none; color: #069 !important; }

#ja-container ul.menu li.active > a { color: #069 !important; font-weight: bold !important; }

#ja-container ul.menu span.separator { display: none; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
	background: url(../images/dot3.gif) repeat-y right;
	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 .ja-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 { margin: 0 !important; padding: 0; }

#ja-topsl a, #ja-botsl a {
	border-bottom: 1px dotted #ccc;
	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 {
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

/* Top spotlight ---*/
#ja-topsl {
	background: #444;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	color: #ccc;
}

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

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

/* Bot spotlight ---*/
#ja-botsl { background: #444; color: #999; }

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

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

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

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

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;
	border-top: 1px solid #fff;
	clear: both;
	padding: 20px 0;
}

#ja-footer .main {
	background: url(../images/dot1.gif) repeat-y 22% 0;
	color: #666666;
	padding: 0;
	position: relative;
}

#ja-footer .inner { float: right; padding: 0; width: 75%; }

#ja-footer small { color: #666; font-size: 100%; }

/* Foot Links ---*/
#ja-footer .ja-footnav {
	float: right;
	font-size: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 75%;
}

.ja-footnav ul { float: left; line-height: normal; }

.ja-footnav li {
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 0 10px;
}

.ja-footnav li a {
	color: #666;
	display: block;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus { color: #333; }

.ja-footnav .ja-firstitem { border-left: 0; padding-left: 0; }

/* Copyright Info. ---*/
.ja-copyright small { display: block; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: 15px;
}

ul.ja-usertools-font li, ul.ja-usertools-screen li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.ja-usertools-screen {
	font-size: 11px;
	position: absolute;
	right: 90px;
	top: 15px;
}

/* Others ---*/
#ja-banner {
	border-top: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

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;
}

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

/* Style for ?tp=1 ---*/
.mod-preview {
	background: #ffffa3;
	border: 2px solid #dd6d14;
	margin: 2px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	z-index: 1000;
}

.mod-preview-wrapper {
	border: 1px dotted #dd6d14;
	height: 100%;
	min-height: 22px;
	overflow: hidden;
}

div.mod-preview-info {
	background: #e6b85c;
	border: 0;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 1px 3px 0 1px;
	padding: 2px 8px;
	z-index: 999;
	text-transform: none;
}
/***** sam css*/
.btn {
display:inline-block;
padding:6px 12px;
margin-bottom:0;
font-size:14px;
font-weight:400;
line-height:1.42857143;
text-align:center;
white-space:nowrap;
vertical-align:middle;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-image:none;
border:1px solid transparent;
border-radius:4px
}

.btn:focus,.btn:active:focus,.btn.active:focus {
outline:thin dotted;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}

.btn:hover,.btn:focus {
color:#333;
text-decoration:none
}

.btn:active,.btn.active {
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn [disabled ],fieldset [disabled ].btn {
pointer-events:none;
cursor:not-allowed;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
box-shadow:none;
opacity:.65
}

.btn-default {
color:#333;
background-color:#fff;
border-color:#ccc
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open >.dropdown-toggle.btn-default {
color:#333;
background-color:#e6e6e6;
border-color:#adadad
}

.btn-default:active,.btn-default.active,.open >.dropdown-toggle.btn-default {
background-image:none
}

.btn-default.disabled,.btn-default [disabled ],fieldset [disabled ].btn-default,.btn-default.disabled:hover,.btn-default [disabled ]:hover,fieldset [disabled ].btn-default:hover,.btn-default.disabled:focus,.btn-default [disabled ]:focus,fieldset [disabled ].btn-default:focus,.btn-default.disabled:active,.btn-default [disabled ]:active,fieldset [disabled ].btn-default:active,.btn-default.disabled.active,.btn-default [disabled ].active,fieldset [disabled ].btn-default.active {
background-color:#fff;
border-color:#ccc
}

.btn-default .badge {
color:#fff;
background-color:#333
}
.btn-primary {
color:#fff;
background-color:#1374a5;
border-color:#357ebd
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open >.dropdown-toggle.btn-primary {
color:#fff;
background-color:#3071a9;
border-color:#285e8e
}

.btn-primary:active,.btn-primary.active,.open >.dropdown-toggle.btn-primary {
background-image:none
}

.btn-primary.disabled,.btn-primary [disabled ],fieldset [disabled ].btn-primary,.btn-primary.disabled:hover,.btn-primary [disabled ]:hover,fieldset [disabled ].btn-primary:hover,.btn-primary.disabled:focus,.btn-primary [disabled ]:focus,fieldset [disabled ].btn-primary:focus,.btn-primary.disabled:active,.btn-primary [disabled ]:active,fieldset [disabled ].btn-primary:active,.btn-primary.disabled.active,.btn-primary [disabled ].active,fieldset [disabled ].btn-primary.active {
background-color:#1374a5;
border-color:#357ebd
}

.btn-primary .badge {
color:#1374a5;
background-color:#fff
}

.btn-success {
color:#fff;
background-color:#5cb85c;
border-color:#4cae4c
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open >.dropdown-toggle.btn-success {
color:#fff;
background-color:#449d44;
border-color:#398439
}

.btn-success:active,.btn-success.active,.open >.dropdown-toggle.btn-success {
background-image:none
}

.btn-success.disabled,.btn-success [disabled ],fieldset [disabled ].btn-success,.btn-success.disabled:hover,.btn-success [disabled ]:hover,fieldset [disabled ].btn-success:hover,.btn-success.disabled:focus,.btn-success [disabled ]:focus,fieldset [disabled ].btn-success:focus,.btn-success.disabled:active,.btn-success [disabled ]:active,fieldset [disabled ].btn-success:active,.btn-success.disabled.active,.btn-success [disabled ].active,fieldset [disabled ].btn-success.active {
background-color:#5cb85c;
border-color:#4cae4c
}

.btn-success .badge {
color:#5cb85c;
background-color:#fff
}

.btn-info {
color:#fff;
background-color:#5bc0de;
border-color:#46b8da
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open >.dropdown-toggle.btn-info {
color:#fff;
background-color:#31b0d5;
border-color:#269abc
}

.btn-info:active,.btn-info.active,.open >.dropdown-toggle.btn-info {
background-image:none
}

.btn-info.disabled,.btn-info [disabled ],fieldset [disabled ].btn-info,.btn-info.disabled:hover,.btn-info [disabled ]:hover,fieldset [disabled ].btn-info:hover,.btn-info.disabled:focus,.btn-info [disabled ]:focus,fieldset [disabled ].btn-info:focus,.btn-info.disabled:active,.btn-info [disabled ]:active,fieldset [disabled ].btn-info:active,.btn-info.disabled.active,.btn-info [disabled ].active,fieldset [disabled ].btn-info.active {
background-color:#5bc0de;
border-color:#46b8da
}

.btn-info .badge {
color:#5bc0de;
background-color:#fff
}

.btn-warning {
color:#fff;
background-color:#f0ad4e;
border-color:#eea236
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open >.dropdown-toggle.btn-warning {
color:#fff;
background-color:#ec971f;
border-color:#d58512
}

.btn-warning:active,.btn-warning.active,.open >.dropdown-toggle.btn-warning {
background-image:none
}

.btn-warning.disabled,.btn-warning [disabled ],fieldset [disabled ].btn-warning,.btn-warning.disabled:hover,.btn-warning [disabled ]:hover,fieldset [disabled ].btn-warning:hover,.btn-warning.disabled:focus,.btn-warning [disabled ]:focus,fieldset [disabled ].btn-warning:focus,.btn-warning.disabled:active,.btn-warning [disabled ]:active,fieldset [disabled ].btn-warning:active,.btn-warning.disabled.active,.btn-warning [disabled ].active,fieldset [disabled ].btn-warning.active {
background-color:#f0ad4e;
border-color:#eea236
}

.btn-warning .badge {
color:#f0ad4e;
background-color:#fff
}

.btn-blue {
color:#fff;
background-color:#1374a5;
border-color:#1374a5;
}


.btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue.active,.open >.dropdown-toggle.btn-blue {
color:#fff;
background-color:#1374a5;
border-color:#1374a5;
}

.btn-green {
color:#000;
background-color:  #86F17A;
border-color:#86F17A;
}


.btn-green:hover,.btn-green:focus,.btn-green:active,.btn-green.active,.open >.dropdown-toggle.btn-green {
color:#000;
background-color:#86F17A;
border-color:#86F17A;
}


.btn-danger {
color:#fff;
background-color:#d9534f;
border-color:#d43f3a
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open >.dropdown-toggle.btn-danger {
color:#fff;
background-color:#c9302c;
border-color:#ac2925
}

.btn-danger:active,.btn-danger.active,.open >.dropdown-toggle.btn-danger {
background-image:none
}

.btn-danger.disabled,.btn-danger [disabled ],fieldset [disabled ].btn-danger,.btn-danger.disabled:hover,.btn-danger [disabled ]:hover,fieldset [disabled ].btn-danger:hover,.btn-danger.disabled:focus,.btn-danger [disabled ]:focus,fieldset [disabled ].btn-danger:focus,.btn-danger.disabled:active,.btn-danger [disabled ]:active,fieldset [disabled ].btn-danger:active,.btn-danger.disabled.active,.btn-danger [disabled ].active,fieldset [disabled ].btn-danger.active {
background-color:#d9534f;
border-color:#d43f3a
}

.btn-danger .badge {
color:#d9534f;
background-color:#fff
}

.btn-link {
font-weight:400;
color:#1374a5;
cursor:pointer;
border-radius:0
}

.btn-link,.btn-link:active,.btn-link [disabled ],fieldset [disabled ].btn-link {
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
border-color:transparent
}

.btn-link:hover,.btn-link:focus {
color:#2a6496;
text-decoration:underline;
background-color:transparent
}

.btn-link [disabled ]:hover,fieldset [disabled ].btn-link:hover,.btn-link [disabled ]:focus,fieldset [disabled ].btn-link:focus {
color:#777;
text-decoration:none
}

.btn-lg,.btn-group-lg >.btn {
padding:10px 16px;
font-size:18px;
line-height:1.33;
border-radius:6px
}

.btn-sm,.btn-group-sm >.btn {
padding:5px 10px;
font-size:12px;
line-height:1.5;
border-radius:3px
}

.btn-xs,.btn-group-xs >.btn {
padding:1px 5px;
font-size:12px;
line-height:1.5;
border-radius:3px
}

.btn-block {
display:block;
width:100%
}

.btn-block+.btn-block {
margin-top:5px
}

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

fieldset.samcss
{
    border: 1px solid #DDD;
    border-radius:5px;
}
fieldset.samcss form
{
    padding: 10px;
    background: #E6E6E6;
}
label.well 
{
    background-color: #BDBDBD;
    border: 0 none;
    box-shadow: none;
    padding: 10px;

}
table.samcss th
{
    background: #999999;
    color:#FFF;
}
table.samcss tr:nth-child(even), tr.start:nth-child(even)
{
    background: #F7F7F7 !important;
}
table.samcss tr:nth-child(odd),  tr.start:nth-child(even)
{
    background: #D7DADD !important;
}
table.samcss{
   border: 1px solid #CCC;
    border-radius: 3px;
   
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
input.readonly, select.readonly, textarea.readonly{background: #DDD;}
input:disabled{background: #c3c3c3!important;color: #000;}

.racss{  }
.floatright{float:right;}
.floatleft{float: left;}
.valign{vertical-align: top;}
.displaynone{display: none;}
.red{color:#C9302C;}
.bold{font-weight:bold;}
.whitebg{background: #FFFFFF !important;}
.uppercase{text-transform: uppercase !important;}
.border{border:1px solid #CCC}
.linethrough {
    color: red !important;
    text-decoration: line-through !important;
}
 
#system-message .fade {
    opacity: 1 !important;
}
.row
{
    margin-bottom: 5px;
}
.text-red
{
    color:#FF0000 !important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.circlered
{
     width:25px;
    height:25px;
    border-radius:50%;
    background:red;
}
.circlegreen
{
     width:25px;
    height:25px;
    border-radius:50%;
    background:green;
}
.circleyellow
{
    width:25px;
    height:25px;
    border-radius:50%;
    background:#FF9311;
}
.circlepink
{
    width:25px;
    height:25px;
    border-radius:50%;
    background:#E03ACF;
    display: inline-block;
}
.circleblack
{
    width:25px;
    height:25px;
    border-radius:50%;
    background:black;
    display: inline-block;
}
.arts th{ background: #0F9196 !important;}
.cmrce th{background: #E6E6FA !important;color:#000 !important;}
.sci th{background: #E5E4AE !important;color:#000 !important;}
.mcvc th{background: #ADD8E6 !important;color:#000 !important;}
.compsubjs{color:#E03ACF !important ;}
input[type="text"],
textarea
{
    text-transform: uppercase;
}
a.modal
{
    display:inline !important;
    position: relative !important;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_10.gif) center no-repeat #fff;
}
.padding5px
{
    padding:5px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.marginzero
{
    margin: 0 !important;
}
.padding1px
{
    padding: 2px !important; 
}
.lowercase
{
    text-transform: lowercase !important;
}