<?php

$database = &JFactory::getDBO();

$database->setQuery("Select * from #__jl_themes");

$theme_list = $database->loadObjectList();



?>

<style type="text/css">

.jlhead{

	font-family:<?php echo $theme_list[0]->heading_family; ?>;

	color:#<?php echo $theme_list[0]->heading_color; ?>;

}

.jltitle{

	font-family:<?php echo $theme_list[0]->title_family; ?>;

	color:#<?php echo $theme_list[0]->title_color; ?>;

}

.jltext{

	font-family:<?php echo $theme_list[0]->text_family; ?>;

	color:#<?php echo $theme_list[0]->text_color; ?>;

}

.jllink a:link, .jllink a:visited, .jllink a:active, .jllink a:hover {

/*color: #FFFFFF;

text-decoration: none;
*/
}

.contact_cells{

background-color:#<?php echo $theme_list[0]->contact_info; ?>;

}

.latest_cells{

background-color:#<?php echo $theme_list[0]->latest_info; ?>;

}

.createdon

{

	font-size:10px;

	color:gray;

	font-weight:normal;

}

a.joblink:link,a.joblink:visited

{

	font-weight:normal;

}

a.joblink:hover

{

	font--weight:normal;

}

.top_company_listing

{

	height:25px;

	text-align:center;

	font-weight:bold;

	color:gray;

	border-bottom:0px solid #ccc;

}

.top_company_listing a{

color:#<?php echo $theme_list[0]->dynamic_link; ?>;

}

.top_company_listing a:hover{

color:#<?php echo $theme_list[0]->dynamic_link; ?>;

}

.top_company_listing a:visited{

color:#<?php echo $theme_list[0]->dynamic_link; ?>;

}

.td_payment_table

{

	padding-left:20px;



}

.top_payment_table

{

	height:25px;

	background: none;

	color:gray;

	font-weight:bold;

	text-align:center;

	border:0px solid #ccc;

}

.left_col

{

	text-align:right;

	padding-right:20px;

	font-weight:bold;

	padding-top:3px;

	padding-bottom:3px;

}

.right_col

{

	text-align:left;

	padding-top:3px;

	padding-bottom:3px;

}

#products_list {

	list-style : none;

}

body {

	color:gray;

}

#title_header {

	/*font-family: Tahoma;*/

	font-size: 12;

	color: #990000;

	font-style: normal;

	font-weight: bold;

	padding-bottom:3px;

}

#title_instructions {

	padding-bottom:3px;

}

#products_header, #payment_types_header, #cc_info_header, #billing_address_header, #shipping_address_header, #coupon_info_header  {

	width:100%;

	background: none;

	color:#FFFFFF;

	font-weight:bold;

	height:22px;

}

#products_body, #payment_types_body, #cc_info_body, #billing_address_body, #shipping_address_body, #coupon_info_body  {

	padding-top:8px;

	padding-bottom:8px;

}

#cc_info {

	background:none;

	display:block;

	visibility:visible;

}

#coupon_info {

	background:none;

	display:none;

}

#billing_address {

	background:none;

	display:block;

	visibility:visible;

}

#shipping_address {

	background:none;

	display:block;

	visibility:visible;

}

.table_class {

	width:100%;

	text-align:left;

}

.tr_class {

	text-align:left;

}

.td1_class {

	width:120px;

	text-align:right;

	vertical-align:top;

	padding-right:8px;

}

.td2_class {

	width:380px;

	text-align:left;

	vertical-align:top;

}

.td3_class {

	width:50px;

	text-align:left;

	vertical-align:top;

}

.td4_class {

	width:330px;

	text-align:left;

	vertical-align:top;

}

#submit {

	text-align:left;

	padding-left:5px;

	padding-top:5px;

}

#inner_table {

	width:370px;

	text-align:left;

}

.inner_td1_class {

	width:100px;

	text-align:left;

	vertical-align:top;

}

.inner_td2_class {

	width:170px;

	text-align:left;

	vertical-align:top;

	padding-left:5px;

}

.inner_td3_class {

	width:100px;

	text-align:right;

	vertical-align:top;

	padding-left:5px;

}

.inner_td4_class {

	width:100px;

	text-align:left;

	vertical-align:top;

	padding-left:5px;

}

.inner_td5_class {

	width:120px;

	text-align:left;

	vertical-align:top;

	padding-left:5px;

}



body {

	color: gray;

}

td {	

	color: gray;
        background: none;
        background-color: transparent;

}

th {

	color: #fff;

}

.menuinfo a { color:#<?php echo $theme_list[0]->link_color; ?>;}

.menuinfo a:hover { color:#<?php echo $theme_list[0]->link_color; ?>; }

.menuinfo a:visited {	color:#<?php echo $theme_list[0]->link_color; ?>; }

/*.breadcrumb {	font-size: .90em;	color: #666666; }

h2 {

	font-size: 1.2em;

	color: #0D6680;

	font-style: normal;

	font-weight: bold;

}

h4 {



	font-weight: bold;

	color: #666666;

}

h1{

	font-family: Tahoma;*/

	/*font-size: 1.5em;

	font-style: normal;

	font-weight: bold;*/

	/*color: #92AC63;*/

/*}

p {

	

	font-size: 1em;

	font-style: normal;

	color: #6B6E65;

}

.footer {

	font-size: .80em;

	font-weight: lighter;

	color: #6B6E65;

}*/

.whiteClass {

	

	

	font-weight: bold;

	color: #fff;

}

.whiteClass td {

	

	font-size: 1em;



}



.whiteClass a:link, .whiteClass a:visited, .whiteClass a:active, .whiteClass a:hover {

color: #990000;

text-decoration: none;

}



.whiteClass a:hover {

color: #990000;

text-decoration: underline;

}



.whitecClass h1 {

	/*font-family: Tahoma;

	font-size: 1.5em;

	font-style: normal;

	font-weight: bold;

	color: #FFFFFF;
        */
}

.note

{

	color:red;

	text-decoration:italic;

}

.listing_feature_td

{

	padding:3px;

	heigth:35px;

	color:#<?php echo $theme_list[0]->text_color; ?>;

	font-family:<?php echo $theme_list[0]->text_family; ?>;

	

}

.listing_feature_td a{

color:#<?php echo $theme_list[0]->dynamic_link; ?>;

}

.listing_feature_td a:hover{

color:#<?php echo $theme_list[0]->dynamic_link; ?>;

}

.listing_feature_td a:visited{

color:#<?php echo $theme_list[0]->dynamic_link; ?>;

}

.searchjob_td

{

	padding:10px;

	height:232px;

	vartical-align:top;

}

a.catlink:link,a.catlink:visited

{

	font-weight:bold;

	color:#<?php echo $theme_list[0]->dynamic_link  ?>;

}

.div_scroll{

	height:300px;width:99%;overflow: auto;

}

.head_th

{

   height:25px;

   color:white;

   background:none;

   border-left:0px solid #ccc;

   border-right:0px solid #ccc;

   border-top:0px solid #ccc;

   border-bottom:0px solid #ccc;

   text-align:center;

}

a.viewReview:hover

{

	text-decoration:none;

}

table.newestcompany

{

	padding:10px;

}

table.newestcompany td

{

	padding-left:10px;

}

.indeedtitle

{

	font-weight:bold;

}

.ordernumberIndeed

{

	color:red;

}

.header_intro

{

	padding:3px;

	border:0px solid #ccc;

	padding-left:20px;

	font-weight:bold;

	color:#ccc;

	/*font-family:Arial, Helvetica, sans-serif;*/

}

.header_data

{

	padding-left:40px;

	padding-top:5px;

	padding-bottom:5px;

	font-size:<?php echo $theme_list[0]->text_size; ?>;

	font-family:<?php echo $theme_list[0]->text_family; ?>;

	color:#<?php echo $theme_list[0]->text_color; ?>;

}

.header_data a {

color:#<?php echo $theme_list[0]->dynamic_link; ?>;

}

.viewall_intro

{

	text-align:right;

	padding-right:20px;

}

.viewall_intro a { color:#<?php echo $theme_list[0]->link_color; ?>;}

.viewall_intro a:hover { color:#<?php echo $theme_list[0]->link_color; ?>; }

.viewall_intro a:visited {	color:#<?php echo $theme_list[0]->link_color; ?>; }

.sharetable

{

	border:2px outset #009999;

	padding-left:20px;

	background:none;

	height:300px;

}

table.listing_tab

{

	border:0px solid #ccc;

	padding:10px;

}



.tab_header

{

	background:none;

	color:white;

	font-weight:bold;

	text-align:center;

	border-right:1px solid #ccc;

	height:25px;

}

.dynamic-tab-pane-control.tab-pane {

	position:	relative;

	/*width:		100%;		 width needed weird IE bug */

	/*margin-right:	-2px;	 to make room for the shadow */

}

.dynamic-tab-pane-control .tab-row .tab {

	width: auto;

	height: 16px;

	background-image: none;

	position: relative;

	top: 0;

	display: inline;

	float: left;

	overflow: hidden;

	cursor: pointer;

	margin: 1px -1px 1px 2px;

	padding: 2px 0px 0px 0px;

	border: 0;

	z-index: 1;

	/*font: 11px Tahoma, Helvetica, sans-serif;*/

	white-space: nowrap;

	text-align: center;

}

.dynamic-tab-pane-control .tab-row .tab.selected {

	width: auto !important;

	height: 18px !important;

	background-image:	none;

	background-repeat: no-repeat;

	border-bottom-width:	0;

	z-index: 3;

	padding:	2px 0px 0px 0px;

	margin: 1px 0px 0px 0px;

	top: -2px;

	/*font: 11px Tahoma, Helvetica, sans-serif;*/

}

.dynamic-tab-pane-control .tab-row .tab a {

	/*font:	11px Tahoma, Helvetica, sans-serif;*/

	color: #009999;

	text-decoration: none;

	cursor: pointer;

}

.dynamic-tab-pane-control .tab-row .tab.hover {

	/*font:	11px Tahoma, Helvetica, sans-serif;*/

	width: auto;

	height: 16px;

	background-image:	none;

	background-repeat: no-repeat;

}

.dynamic-tab-pane-control .tab-page {



	border: 0px solid #ccc;

	background: none;

	z-index: 2;

	position: relative;

	top: -2px;

	/*font: 11px Tahoma, Helvetica, sans-serif;*/

	color: gray;

	

	/*244, 243, 238*/

	/* 145, 155, 156*/

	padding:	5px;

	width: 97%;  /* stupid stupid stupid IE!!! */

	float: left;



}

.dynamic-tab-pane-control .tab-row {

	z-index: 1;

	white-space: nowrap;

}

/* pane-sliders  */

.pane-sliders .title {

	margin: 0;

	padding: 2px;

	color: #990000;

	cursor: pointer;

}



.pane-sliders .panel   { border: 0px solid #ccc; margin-bottom: 3px;}



.pane-sliders .panel h3 { background: none; color: #fff;font-size:12px;}



.pane-sliders .content { background: none; }



.pane-sliders .adminlist     { border: 0 none; }

.pane-sliders .adminlist td  { border: 0 none; }



.jpane-toggler  span     { background: transparent url(images/j_arrow.png) 5px 50% no-repeat; padding-left: 20px;}

.jpane-toggler-down span { background: transparent url(images/j_arrow_down.png) 5px 50% no-repeat; padding-left: 20px;}



.jpane-toggler-down {  border-bottom: 1px solid #ccc; }



/* tabs */



dl.tabs {

	float: left;

	margin: 10px 0 -1px 0;

	z-index: 50;

}



dl.tabs dt {

	float: left;

	padding: 4px 10px;

	border-left: 0px solid #ccc;

	border-right: 0px solid #ccc;

	border-top: 0px solid #ccc;

	margin-left: 3px;

	background: none;

	color: #009999;

}



dl.tabs dt.open {

	background: none;

	border-bottom: 1px solid #ccc;

	z-index: 100;

	color: #990000;

}



div.current {

	clear: both;

	border: 1px solid #ccc;

	padding: 10px 10px;

}



div.current dd {

	padding: 0;

	margin: 0;

}

.title_jobline{

background:none /*-image: url(../images/job.gif)*/; 

padding-left:90px !important;

text-decoration:none;

}

.popup-header-text{background:none; color:#990000; font-size:12px; padding-left:4px; font-family:Arial; font-weight:bold;}

</style>
