html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}


body {
	font-family:trebuchet ms, arial, sans-serif;
/* 	font-size: 100%; */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	background: #ffffff;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -210px;*/
}

body.mceContentBody
{
    padding: 0.6em; 
    margin: 0; 
    margin: 0.6em; 
}

.wrap{
	margin:0 auto;
	width:95%;
}
.wrapper{
	padding:2% 0%;
}
/* start header */
.header_bg{
	background: #111111;
}
.logo{
	float:left;
	margin-top: 5px; 
}
.logo>a{
	font-size:  25px;
	color: #fff;
}
.logo>a:hover{
	
	text-decoration: none;
}
.logo>a:visited{
	/*font-size:  25px;*/
	color: #fff;
}


div.logo-image {background: url('../images/logo.png') no-repeat; width: 331px; height: 30px;}
.cssmenu {
	float: right;
}
.cssmenu > ul > li {
	display:inline-block;
	position: relative;
	vertical-align: TOP;
}
.cssmenu > ul > li a.home{
	background: url('../images/home.png') no-repeat;
	margin-top: 6PX;
}
.cssmenu > ul > li a.home:hover{
	background: url('../images/home_h.png') no-repeat;
}
.cssmenu > ul > li.active a{
	color:#ffffff;
}

.bld {font-weight: bold;}

.cssmenu > ul > li span img {
	vertical-align: middle;
}
.cssmenu > ul > li > a, .subNavBtn {
	font-family: 'Merriweather Sans', sans-serif;
	color: #999999 !important;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	padding: 9px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.subNavBtn 
{
    padding-right: 0px;
    font-size: 13px;
}
.cssmenu > ul > li > a:hover, .subNavBtn:hover {
	color: #ffffff !important;
}



p {
	padding-top: 10px;
}

.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #3E81B4;
	font-size: 13pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #D9D9D9;
}

a {
	outline: none;
	text-decoration: none;
}
.path
{
    margin-top: 20px;
    display: none;
}
#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	margin: 0 auto;
}

td.err {
	padding: 3px;
	color: #CA0002;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

td.msg {
	padding: 3px;
	color: #CA0002;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}
p.msg {
	padding: 3px;
	color: #3e81cf;
	background: #b4d5ef;
	border: 1px solid #3e81cf;
	text-align: left;
	margin-top: 10px;
}

td.msg1 {
	padding: 3px;
	background: #fff9b6;
	border: 1px solid #ffa312;
	text-align: left;
	color: #ff9000;
}

.label {
	text-align: right;
}

.link {
	font-size: larger;
}

.buttons {
	border-top: 1px solid #D9D9D9;
	text-align: center;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text {
	color: #000000;
	border: 1px solid #3E81B4;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #3E81B4;
}
select {
	font-size: 8pt;
	border: 1px solid #3E81B4;
}

.captcha {
	border: 1px solid #3E81B4;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	border: 1px solid #3E81B4;
	background-color: #F0F0F0;
	color: #3E81B4;/*3E81B4;*/
	cursor: pointer;
	/*height: 20px;*/
}
span.req {
	margin-left: 3px;
	color: #CA0002;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 2px 0 0px 0px;
	padding: 2px 3px 2px 3px;
	color: #FFA814;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: both;
	display: block;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#3E81B4;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

/* --------------------------------------------------------------- */

.center {
	margin: 0 auto;
	width: 960px;
}

.center1 {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 960px;
	
}



.headerLogin {
	float: right;
	color: #163D5A;
	margin: 10px 0 0 0;
	width: 560px;
}

.headerLogin p{
	font-size: 10px;
}

.searchLabel {
	float: left;
	margin: 0px 5px 0px 0px;
	color: #1A4E80;
}

.searchSearch {
	float: left;
	margin: 4px 5px 0px 0px;
}

.searchInput {
	background-color: #E5EAEE;
	border: 1px solid #D5DCE3;
	padding: 2px;
	float: left;
	/*width: 260px;*/
	height: 18px;
}

.searchBtn {
	height: 18px;
	float: left;
	margin: 2px 0px 0px 5px;
}

a.searchBtnCenter {

	height: 18px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	line-height: 150%;
}

.searchBtnLeft {
	background: url("../images/searchBtnLeft.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.searchBtnCenter {
	background: url("../images/searchBtnCenter.gif") repeat-x;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

.searchBtnRight {
	background: url("../images/searchBtnRight.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.userBar {
	clear: right;
	float: right;
	margin: 10px 40px 0px 0px;
	color: #CA0002;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #CA0002;
	text-decoration: underline;
}

.userBar a:hover {
	color: #3E81B4;
}





/*-------------------*/

.leftContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
}

/*-------------------*/

#articles {
	font-size: 13px;
}

.centerContainer {
	float: left;
}

.centerContainerT {
	background: url("../images/contentTop.gif") no-repeat;
	height: 6px;
	width: 730px;
}

.centerContainerB {
	clear: both;
	background: url("../images/contentBottom.gif") no-repeat;
	height: 6px;
	margin: 0;
	width: 730px;
}

.fullwidth .centerContainerM {
    width: 900px;
    margin-left: 30px;
}

.centerContainerM {
	width: 728px;
	padding: 5px 3px 10px 3px;
	/*background: url("../images/contentMiddle.gif") repeat-y;*/
    border: 1px solid #DADADA;
    border-radius: 7px;
    

	background-color: #FFFFFF;
}

.catHome {
	float: left;
	width: 146px;
	padding: 0px 0px 18px 30px;
	background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
	color: #CA0002;
	font-weight: bold;
	text-decoration: none;
}

a.catHomeMain:hover {
	text-decoration: underline;
}

.catHomeSubcats {
	margin: 18px 0px 0px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
	color: #000000;
	text-decoration: none;
}

a.catHomeSub:hover {
	color: #000000;
	text-decoration: underline;
}

.catHomeCount {
	color: #CA0002;
	font-weight: bold;
}

/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
}



/*-------------------*/

.box {
	margin: 0px 0px 20px 12px;
}

.boxTopLeft {
	float: left;
	background: url("../images/boxTopLeft.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxTopCenter {
	float: left;
	background: url("../images/boxTopCenter.gif") repeat-x;
	width: 178px;
	height: 19px;
	padding-top: 6px;

	color: #707070;
	text-align: center;
	font-weight: bold;
}

a.recentItems:link, a.recentItems:active, a.recentItems:visited {
	text-decoration: none;
	color: #353637;
	font-weight: bold;
}

.boxTopRight {
	float: left;
	background: url("../images/boxTopRight.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxMiddle {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 190px;
}

.boxBottom {
	background: url("../images/boxBottom.gif") no-repeat;
	width: 190px;
	height: 6px;
}

/*-------------------*/

.boxStats {
	padding: 10px 0px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxStats li {
	padding-bottom: 2px;
}

/*-------------------*/

.boxSponsored {
	margin: 0px 7px 0px 7px;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 7px 10px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 10px;
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 10px;
}

a.boxSponsoredA, a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #3E81B4;
	text-decoration: none;
	font-weight: bold;
}

a.boxSponsoredA:hover {
	color: #CA0002;
	text-decoration: underline;
	font-weight: bold;
}

/*-------------------*/

.boxPopCats {
	padding: 10px 10px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxPopCats li {
	background: url("../images/boxPopCatsBg.gif") 0px 5px no-repeat;
	padding: 0px 0px 2px 8px;
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #000000;
	text-decoration: underline;
}

.boxPopCats li a:hover {
	color: #000000;
	text-decoration: none;
}

/*-------------------*/

.noResults {
	margin-left: 20px;
}

.noResults p {
	color: #CA0002;
	margin: 0px 0px 15px 0px;
}

.noResults ul {
	margin: 0;
	padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
	padding: 5px;
	color: #CA0002;
	font-weight: bold;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #CA0002;
	font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #3E81B4;
	text-decoration: none;
}

.pagingLinks a:hover {
	color: #CA0002;
	text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #3E81B4;
	text-decoration: none;
}

a.link:hover {
	font-size: 12px;
	color: #CA0002;
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #CA0002;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

a.readMore:hover {
	font-weight: bold;
	text-decoration: underline;
}


a.readMoreBlue:link, a.readMoreBlue:active, a.readMoreBlue:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

a.readMoreBlue:hover {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}


a.readMoreGrey:link, a.readMoreGrey:active, a.readMoreGrey:visited {
	color: gray;

	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

a.readMoreGrey:hover {

	font-weight: bold;
	color: gray;
	text-decoration: underline;
}


a.readMoreGreen:link, a.readMoreGreen:active, a.readMoreGreen:visited {
	color: green;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

a.readMoreGreen:hover {
	font-weight: bold;
	color: green;

	text-decoration: underline;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
	color: #3E81B4;
	text-decoration: none;
}

a.readMoreFeat:hover {
	color: #CA0002;
	text-decoration: underline;
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
	color: #CA0002;
	font-weight: bold;
	text-decoration: none;
}

.searcCat a:hover {
	color: #CA0002;
	font-weight: bold;
	text-decoration: underline;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
	color: #6F6F6F;
	text-decoration: underline;
}

/*-------------------*/



.paymentTable td {
	border-right: 1px solid #D9D9D9;
	text-align: center;
}

/*-------------------*/

.bid {
	width: 68px;
}

.bidFunds {
	background: url("../images/bidBg1.gif") no-repeat;
	width: 68px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

a.bidL1:link, a.bidL1:active, a.bidL1:visited {
	display: block;
	background: url("../images/bidBg2.gif") no-repeat;
	width: 68px;
	height: 31px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

a.bidL1:hover {
	text-decoration: underline;
}

a.bidL2:link, a.bidL2:active, a.bidL2:visited {
	display: block;
	background: url("../images/bidBg3Middle.gif") repeat-y;
	width: 68px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

a.bidL2:hover {
	text-decoration: underline;
}

.bidBg3 {
	background: url("../images/bidBg3.gif") no-repeat;
	width: 68px;
	height: 4px;
}

---------------
legend {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   padding:      3px;
   font-weight:  bold;
   color:        #3E81B4;
}
fieldset {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: solid;
   background-color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

label {
   cursor: pointer;
}

table.comment {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   margin-top:   5px;
}

tr.comment {
   background-color: #E5EAEE;
   color: #000000;
}

td.comment {
   background-color: #E5EAEE;
   padding:5px;
   color:#7894AB;
   border: 1px solid white;
}

tr.comment td {
	border: 1px solid white;
}

.firstTable {
	font-weight: bold;
}

h4 {
        color: #3E81B4;
        font-size: 8pt;
        padding: 0;
}

.link_rating {
   padding: 0px;
   padding-right: 5px;
   border: 1px solid #E1E1E1;
   background: #ffffff;
   color: #6b6b6b;
   width: 200px;
}

.link_rating img {
   display: block;
   float: left;
   margin-right: 2px;
}

.link_rating span.review {
   display: block;
   float: right;
   color: #000000;
   padding-top: 3px;
}

.frontend_actions {
	float: right;
	width: 36px;
	height: 18px;
}

.float_tiny {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}


/* login slider related */

#panel {
    background: #E51D25;
    display: block;
    color: #ffffff;
   /* padding: 10px 20px 10px 20px;*/
    position: absolute;
    z-index: -1;
    top: 0px;
    width: 960px;
    height: 110px;
}

#panel a{
	color: #ffffff;
}

.slide {
    margin: 0;
    padding: 0;
    border-top: solid 4px #CA0002;
    background: #E51D25;
    text-align: right;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}
.btn-slide {
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.slide a:active, .slide a:link, .slide a:visited {
	color: #ffffff;
	text-decoration: none;
}

.slide a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.active {
    background-position: right 12px;
}

.header_panel {
    background: #E51D25;
    height: auto;
    margin: 0 auto;
}

.center_panel {
    margin: 0 auto;
    width: 960px;
    background: #E51D25;
}

.paragraph {
	padding: 30px;
	padding-top: 0px;
}

.paragraph p {
	padding: 3px;
}

.paragraph fieldset {
	margin-top: 30px;
	width: 460px;
	padding-top: 15px;
	padding-bottom: 15px;
}
table.invoices th{
	text-align: center;
}

table.invoices tr td{
	text-align: center;
}

table.list {
   margin:0;
   padding:0;
   width:99%;
   text-align:left;
   border:1px solid #ddd;
   border-collapse:collapse;
   background:#fff;
}

table.list a, table.list a:link, table.list a:active, table.list a:focus {
   color:#3F6597;
   text-decoration:none;
   border:1px dotted #3F6597;
   border-width:0 0 1px 0;
}

table.list a:hover {
   color:#4882C1;
   text-decoration:none;
   border-width:0;
}

table.list th, table.list td {
   font-size:11px;
   padding:5px 3px !important;
   border:1px solid #ddd;
   vertical-align:top;
}

table.list thead, table.list th {
   font-size:11px;
   text-decoration:none;
   font-weight:normal;
   font-size:90%;
}

table.list thead td, table.list th, table.list td.listHeader {
   font-size:90%;
   font-weight:bold;
   color:#fff;
   white-space:nowrap;
}

table.list thead td, table.list tr th, table.list tr td.listHeader {
font-size:11px;
   text-align:center;
}

table.list thead .important,
table.list tr.thead .important {
font-size:11px;
   font-style:italic;
   color:#fff !important;
}

table.list thead tr,
table.list tr.thead {
   font-size:11px;
   height: 28px;
   background:#077099 url('../images/backHeadline.gif') repeat-x top;
   border:1px solid #165795;
   white-space:nowrap;
}

.centerContainerM ul {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

a.commentbtn {
	display: block;
	float: left;
	padding-right: 5px;
}

ol, ul {
	padding-left: 20px;
}

.toggleBar {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	color: #353637;
	height: 27px;
	line-height: 27px;
 	vertical-align: center;
 	padding: 0 0 0 9px;
 	font-weight: bold;
 	margin-top: -1px;
}

.toggleBar:hover {
	background: #f5f5f5;
	color: #c60200;
	cursor:pointer;
}

#toggleInfo {
	display: none;
	position: relative;
	padding: 16px 16px 26px 16px;
   font-size: 12px;
	border-bottom: 1px solid #d9d9d9;
}

#projectTitle {
	color: #1e5284;
	font-size: 15pt;
	font-weight: bold;
	padding: 12px 0px 18px 0px;
	//padding: 0px 0px 0px 30px;
	//margin: 0px 0px 15px 0px;
	//border-bottom: 1px dotted #D9D9D9;
}

table.accountBar {
	border-bottom: 1px solid #d9d9d9;
   margin-top: -4px;
   line-height: 16px;
	padding: 0;
	vertical-align: center;
	color: #353637;
	font-weight: bold;
	width: 100%;
}

table.accountBar:td {
	display: inline;
   width: 50%;

   padding-left: 6px;
   padding-right: 6px;
}

.accountSep {
	border-left: 1px solid #bebebe;
 	padding-bottom: -2px;
}

#purchaseHoursClick a, a:visited {
	text-decoration: none;
	color: #353637;
}

#positiveBalance {
	color: #51cd14;
}

#negativeBalance {
	color: #c60200;
}

#projectInfo {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	padding: 0px 0px 16px 0px;
}

.loading {
	background: url('../images/indicator.gif') no-repeat center;
	border: 1px solid #3E81B4;
}

.loading_s {
	background: url('../images/indicator.gif') no-repeat center;
}

.loading_status {
	background: url('../images/indicator.gif') no-repeat center;
	width: 14px;
	height: 22px;
	float: right;
	line-height: 22px;
	vertical-align: center;
}

.statusOpen {
	vertical-align: center;
	width: 14px;
	height: 14px;
	float: right;
	line-height: 22px;
	height: 22px;
	background: url('../images/status_open.png') no-repeat center;
}

.statusClosed {
	width: 14px;
	height: 14px;
	float: right;
	vertical-align: center;
	line-height: 22px;
	height: 22px;
	background: url('../images/status_closed.png') no-repeat center;
}

#paymentAdded {
	color: #215021;
	font-weight: bold;
}

.staffareaHeader {
	color: #353637;
	font-weight: bold;
	font-size: 12px;
}

.staffInfoArea {
	border: 1px dotted #3E81B4;
	width: 40%;
}

.adminareHeader {
	color: #3e576f;
	font-weight: bold;
	font-size: 12px;
}

a.agendaEditBtn active, link, visited {
	text-decoration: none;
	border: 0;
}

.assignedStaff a:active, a:link, a:visited: {
	font-weight: bold;
}

div.sitewide_msg {
	border: 1px solid #d0cccc;
	width: auto;
	padding: 6px;
	margin: 6px 0 6px 0;
}

a.buy_hours:visited, a.buy_hours:link, a.buy_hours:active {
	color: #ec0000;
	font-weight: bold;
	text-decoration: none;
}

.warning_notice {
	padding: 6px;
	margin: 6px 0 6px 0;
	background: #fff9b6;
	border: 1px solid #ffa312;
	text-align: left;
	color: #ff9000;
}

.datepicker {
    margin: 0 auto;    
}

.staff_hours {
    text-align: center;
}

.staff_hours input[type="submit"] {
    margin: 5px ;
}

ul.attachments_list {
    margin-left: 20px;    
}

.attachments_list li {
    list-style-type: none;
    margin-bottom: 10px;
}

ul.userWatches{
    margin-left: 20px;
}

ul.userWatches li{
    list-style-type: none;
    margin-bottom: 10px;
}

ul.userWatches li span{
    display: inline-block;
}

ul.userWatches li span.title{
    width: 400px;
}

ul.userWatches li span.date{
    width: 120px;
}

.add_watch_form {
    text-align: center;
    padding-bottom:20px;
}

.hMenu a.submit:link, .hMenu a.submit:active, .hMenu a.submit:visited {
    background: url("../images/hMenuHoverBg.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    text-decoration: none;
}

.hMenu a.submit:hover {
    background: none repeat scroll 0 0 transparent;
}


.assign_staff, .assign_staff_dialog
{
    background: #3e81cf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF !important;
    padding: 3px 8px;
    font-size: 12px;
    text-align: center;
   
    text-decoration: none;
}

.assign_staff
{
    display: none; 
}

.footer_sub_bg{
	padding: 25px;
	border-top: 1px solid #ddd;
	background: #eee;
/* 	border-bottom:1px solid #dddddd; */
	height: 160px;
	clear: both;
	position: relative;
    top: 20px;
}

/* start footer */
.footer{
	padding: 0 4% 2%;
	
}
.foot_nav {
	width: 32%;
	float: left;
	margin:0.5% 5px 0 0; 
}
.foot_soc {
	width: 20%;
	float: left;
	margin-right: 5px;
}
.copy{
	width: 46%;
	float: right;
	margin-top: 1%;
}
.foot_nav li{
	float: left;
	margin-right: 8%;
}
.foot_nav li a{
	font-family: 'Merriweather Sans', sans-serif;
	color: #555555;
	display: block;
	font-size: 15px;
	padding: 8px 0px;
	text-decoration: none;
	text-transform: capitalize;
}
.foot_nav li a:hover{
	color: #111111;
}
.foot_soc ul li{
	float:left;
	margin-right: 3.3333%;
}
.foot_soc ul li a{
	display: block;
}
.foot_soc ul li a{
	width: 32px;
	height: 32px;
	padding: 8px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}
.foot_soc ul li a.icon1{
	background: #000000 url('../images/icon1.png') no-repeat 12px 12px;
}
.foot_soc ul li a.icon2{
	background: #000000 url('../images/icon2.png') no-repeat 12px 12px;
}
.foot_soc ul li a.icon3{
	background: #000000 url('../images/icon3.png') no-repeat 12px 12px;
}
.foot_soc ul li a.icon4{
	background: #000000 url('../images/icon4.png') no-repeat 12px 12px;
}
.foot_soc ul li a:hover{
	zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* start footer copy */
.copy{
	font-family: 'Merriweather Sans', sans-serif;
}
.copy p{
	text-transform: capitalize;
	font-size: 0.8725em;
	color: #555555;
	line-height: 1.8em;
}
.copy p a{
	color: #000000;
}
.copy p a:hover{
	color: #555555;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

b {font-weight: bold !important;}
i {font-style: italic !important;}
strong {font-weight: bold !important;}
em {font-style: italic !important;}

/*New added style 210515 by A*/
#ftpEditable form textarea {
	width: 100%;
}


.commentsDivT .row {
    display: table;
    margin: 0;
    width: 100%;
    
    border-width: 1px;
  border-color: #D9D9D9;
  border-style: dotted;
  margin-top: 5px;
}

.commentsDivT .row .col-t-3 {
   width: 19%;
}

.commentsDivT .row .col-t-9 {
   width: 81%;
}

.commentsDivT .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.commentLT {
  background-color: #E5EAEE;
  padding: 5px;
  color: #7894AB;
  border: 1px solid white;
  left: -3px;
}

.nav-tabs.nav-justified>li {
  display: table-cell !important;
}

#forUJP thead tr th {
    text-align: center;
    font-weight: bold;
}

.glyphicon{
	padding-left: 2px;
}
.input-group-addon{
	 background-color: #FEFDFA;border: 0;border-radius: 0px;width: 45px;
}
.wrap_form{
   	margin: 0  auto;
   	width: 300px; 
   	
   	font-size: 16px;  	
}
.input_style{
	background-color: #FAFFBD;
}
.input_bottom{
	margin: 0;
}
#button_top{
	margin-top:25px;
}
.form_label{
	width: 200px;
	margin: 0 auto;
}
.form_top{
	padding-top: 100px;
}
.form_btn_succes{
	background-color: #50C898;
	color: #fff;
	height: 45px;
	
	width: 100%;
	border: 0px solid transparent;
}

.form_btn_succes:hover{
	background-color: #7DE3BA;
	color: #fff;	
}


.left_block{
	float: left;
}
.form_input{
	width: 50%;
}
.form_icon{	    
    opacity: 0.8;
}
.lock_icon{
	background-image: url('/icon/lock-32.png');
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: -9px;
    margin-right: -9px;
}
.mail_icon{
	background-image: url('/icon/mail-24.png');
    display: inline-block;
    width: 24px;
    height: 18px;
 	float: left;
 	margin-left: -5px;
    margin-right: -5px;
    
}

.wrapper_image{   

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 555;
    background: url('/jobs/images/mainimage-slider.png') /*tpa=http://gachdaudong.com/envato/html/happycake/img/slide-bg.png*/ 50% 0 no-repeat;
    background-size: cover;
}

.form_wr{
	background-color: rgba(255,255,255,0.85);
	padding: 35px;
}
.form_head{
	color: #fff;
	background-color:#1E2D33; 
	min-height: 30px;
	
	
}
.form_head h4{
	margin: 0;
	padding: 17px;
}



.mobile_hide {
	display: inline-block;
}
.only_mobile {
	display: none;
}

  .col-xs-12.col-t-3.commentLT {
  	height: 150px;
  }
  
  .col-xs-12.col-t-3.commentLT > div {
  	bottom: 5px;
    position: absolute;
    right: 49%;
  }

@media (max-width: 414px) {
   
  .commentsDivT .row .col-t-3 {
      width: 100%;
   }
   
  .col-xs-12.col-t-3.commentLT {
  	height: 70px;
  }
   
   .commentsDivT .row [class*="col-"] {
     display: block;
       width: 100%;
       float: left;
   }
   
   .commentsDivT {
     font-size: 13px;
   }
   
   .commentsDivT .row .col-t-9 {
     padding: 16px 11px;
   }
   
   
	.mobile_hide {
		display: none;
	}
	
	.only_mobile {
		margin-left:10px;
		display: inline-block;
	}
   
}

i.fa {font-style: normal !important; } 
.firstTable .comment td {padding: 3px 7px 3px 7px !important; text-align: right;}
.accountBar td {padding:5px;}
#ftpEditable .inplace_field {height:200px;}

/* these 2 lines were added for better formatting "Recent Replies" list on desktop */
#articles table tr td {padding: 0 10px;}
#articles table tr td h4 {border-top: 1px dotted #ccc; padding-top:10px;}



.uppy-Dashboard-inner{
    min-height: inherit !important;
}

.uppy-DashboarAddFiles, .uppy-DashboardTabs{
    display: block !important;
}

.uppy-size--md .uppy-DashboardTabs-list {
    max-width: inherit !important;
}

.login_logo{
	position:relative;
	top:-20px;
}