body{
  font-family: verdana,arial,tahoma;
  font-size: 12px;
  background: url(../images/new/background1.gif) top left fixed; 
  padding: 0px;
  margin:0 auto;
}

#featured{  
	width:912px;   
	margin:0 auto;
	height:317px;  
	background:#fff;  
	border:5px solid #85C6FE;  
	overflow:hidden;
}  

#featured ul, #featured ol{
	font-size:12px;
	font-family: verdana;
}

#featured ul.ui-tabs-nav{  
	position:relative;  
	top:0;
	list-style:none;  
	padding:0; margin:0;  
	width:245px;
	float:left;
}  
#featured ul.ui-tabs-nav li{  
	padding:1px;
	font-size:12px;  
	color:#666;  
}  
#featured ul.ui-tabs-nav li span{  
	font-size:11px; font-family:Verdana;  
	line-height:18px;
}  

#featured .ui-tabs-panel{  
	width:665px;
	height:319px;  
	background-color:#B7E1FE;
	position:relative;  
	float:right;
}  
#featured .ui-tabs-hide{  
	display:none;  
}

#featured li.ui-tabs-nav-item a{/*On Hover Style*/  
	display:block;  
	height:103px;  
	color:#333;  background-color:#85C6FE;  
	line-height:20px;  
	outline:none;  
}  
#featured li.ui-tabs-nav-item a:hover{  
	background:#f2f2f2;  
}  
#featured li.ui-tabs-selected{ /*Selected tab style*/  
	background:url('images/selected-item.gif') top left no-repeat;  
}  
#featured ul.ui-tabs-nav li.ui-tabs-selected a{  
	background:#B8E1FF;  
}  

#featured ul.ui-tabs-nav li img{  
	float:right; 
}

#featured .ui-tabs-panel .info{
	left:0;
	width: 650px;
	padding:10px;
	text-align:justify;
}  
#featured .info h2{  
	color:#DC7C0B; padding:5px; margin:0;  
	overflow:hidden; 
}  
#featured .info p{  
	margin:0 5px;  
	font-family:Verdana; font-size:12px;  
	line-height:16px;
}  
#featured .info a{  
	text-decoration:none;  
	color:#fff;  
}  
#featured .info a:hover{  
	text-decoration:underline;  
}  
p a, li a { color: #C02031; text-decoration: none }

#featured .info ul, .info ol{
	font-size:12px;
	font-family: verdana;
	list-style-image:url("../images/bulletblue.gif");
}

#headernew{
	height:101px;
	position:relative;
}
#headerabsolute{
	width:100%;
	position:absolute;
	height:100px;
	top:0;
	left:0;
}

/*CSS of home.php - JQuery slider*/
.stripViewer .panelContainer .panel ul {
  text-align: left;
  margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
  margin: 20px 0 35px;
  width: 100%;
  position:relative;
  height:302px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}


.stripViewer { /* This is the viewing window */
  position: relative;
  overflow: hidden; 
  border: 5px solid #9FC2FF;
  margin: auto;
  width: 925px; /* Also specified in  .stripViewer .panelContainer .panel  below */
  clear: both;
  background-color: #B7E1FE;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
  position: relative;
  left: 0; top: 0;
  width: 100%;
  list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
  float:left;
  height: 100%;
  position: relative;
  width: 925px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .slidewrapper { /* slidewrapper to give some padding in the panels, without messing with existing panel width */
  padding: 10px;
  float: left;
  width: 380px;
  margin-left:20px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
  margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
  list-style: none;
}

.stripNav ul li {
  float: left;
}

.stripNav a { /* The nav links */
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  background: #c6e3ff;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 16px;
}

.stripNav li.tab1 a, .stripNav li.tab3 a, .stripNav li.tab2 a, .stripNav li.tab4 a{ background: #000000; color:#FFFFFF; }
.stripNav li a:hover { background: #333; }

.stripNav li a.current {
  background-color: #9FC2FF;
  color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
  position: absolute;
  top: 254px;
  text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
  display: block;
  height: 40px;
  width: 40px;
}

.stripNavL { left: 0; z-index:999;}
.stripNavR { right: 0; }
.stripNavL { background: url("../images2/arrow-left.jpg") no-repeat center; }
.stripNavR { background: url("../images2/arrow-right.jpg") no-repeat center; }	
/*********************************/

img{
  border: 0;
}

#wrapper{
  width: 960px;
  margin: auto;
  position: relative;
}

.menuli{
  height:27px;
  float:left;
  width:99px;
  margin:0 3px;
  text-align:center;
  background:url("../images/redbutton.gif") no-repeat;
  padding-top:8px;
}

.menuliactive{
  height:27px;
  float:left;
  width:99px;
  margin:0 3px;
  text-align:center;
  background:url("../images/whitebutton.gif") no-repeat;
  color: #000000;
  padding-top:8px;

}

#nav{
  float: right;
  margin-bottom: 0;
  margin-right:-3px;
  height: 35px;
}

#nav li{
  display:inline;
  font-size:14px;
}

#nav a:hover{ color: silver; }

.pic{ 
  float: left; 
  position: relative;
  list-style-type: none;
}

.navlink{ 
  float: left;
  color: #fff;
  height: 31px;
  text-align: center; 
  font: 13px verdana; 
  font-weight: bold; 
  display: block; 
  background-color: #bf1f30;
  list-style-type: none;
}

#emp{
  text-align: left;
  margin: 2px 0px 1px; 
  padding: 2px;
}

#navnews{ 
  color: #005a84; 
  width: 310px;
}

#navnews ul{
  font-size: 10px;
  /*  list-style-image: none;  */
  list-style-type: none;
  margin: 3px 0px;
  padding-left: 0px;
  text-align: left;
}

#navnews li{
  background-image: url(images/squareo.gif); 
  background-position: 0% 20%; 
  background-repeat: no-repeat;
  padding: 0px 0px 3px 8px;
}

#navnews a{
  display: block;
  list-style-image: none;
  padding: 1px;
  padding-left: 0;
  width: 310px;
}

#navnews a:link, #navz a:visited{ 
  color: #005a84; 
  text-decoration: none; 
}

#navnews a:hover{ 
  text-decoration: underline; 
}

#footer{
  color: #000000;
  font-size: 90%;
  text-align: center;
}	

#footlink{
  text-align: center
}

#footlink a:link, #footlink a:visited{
  text-decoration: none
} 

#footlink a:active{
  color: #FFFFFF;
  text-decoration: none
} 

#footlink a:hover{
  color: blue;
  text-decoration: none
} 

#navcontainer{
  width: 150px;
}

#navcontainer ul{
  font-size: 11px;
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

#navcontainer li{
  padding-left: 8px;
  background: url(../images/bulleta.gif) no-repeat;
  position: relative;
}

#navcontainer li.folder ul{
  background: #fff;
  padding-left: 2px;
  position: absolute;
  left: 70px;
  top: 2px;
  z-index: 10;
}

#navcontainer li.folder ul a{ 
  width: 85px;
}

#navcontainer a{
  display: block;
  padding: 1px;
  width: 150px;
  border-bottom: 1px solid #eee;
  padding-left:0;
}

#navcontainer a:link, #navx a:visited{ 
  color: #424242; 
  text-decoration: none; 
}

#navcontainer a:hover{ 
  background-color: #B0C4DE; 
  color: #000; 
}

#navcontainer li:hover ul{ 
  display: block; 
}

#navcontainer .folder ul{ 
  display: none; 
}

#navlist{
  text-align: right;
  font-family: verdana, arial;
  background-color: #ba1d32;
  color: #FFFFFF;
  height: 20px;
  padding-top: 3px
}

.mlink a{
  color: #fff;
  font-weight: normal;
  text-decoration: none
}

.mlink a:hover{
  color: #ddd;
  text-decoration: none
} 

#table{
  border: 1px solid #4863A0;
  background-color: #fff; 
  text-align: left
}

/*add in*/
.tr1{
  font-size: 11px;
}

.trA{
  font-size: 11px;
  background-color: #DDECFF
}

.trB{
  font-size: 11px;
  background-color: #F0F8FF
}

.title{
  font-family: verdana;
  background-color: #4863A0;
  color: white;
  height: 20px;
  font-size: 12px;
  font-weight: bold;	
}

.ttex{
  text-decoration: none; 
  font-weight: bold; 
  color: #006475 
} 

.header{
  text-decoration: none; 
  font-weight: bold; 
}

.header2{
  background-color: #B0C4DE; 
  font-weight: bold; 
  color: black; 
}

ul#menu{
  margin: 1px;
  padding: 1px; 
  list-style-position: outside; 
}

ul#menu li.list{
  list-style-type: none; 
  padding-top: 2px; 
  font: 12px verdana;
}

.list a:hover, .list a:link, .list a:visited{
  text-decoration: none; 
  color: maroon; 
  padding: 0px; 
  margin: 0px;
}

ul#menu a:hover{
  color: red;
  margin: 0px;
  padding: 0px;
}

a:link, a:hover, a:visited{
  text-decoration: none;
  /*color: #2F2F2F;*/
}

input{
  font-family: verdana; 
  font-size: 11px;
}

select{
  font-family: verdana; 
  font-size: 11px;
  border: 1px solid #66669a;
}

input.small1{
  font-family: verdana; 
  font-size: 11px; 
  border:1px solid #66669a;
  width:25px
}

input.small{
  font-family: verdana; 
  font-size: 11px; 
  border:1px solid #66669a;
  width:30px
}

input.postcode{
  font-family: verdana; 
  font-size: 11px; 
  border:1px solid #66669a;
  width:68px
}

input.date{
  font-family: verdana; 
  font-size: 11px; 
  border:1px solid #66669a;
  width:70px
}

input.ic{
  font-family: verdana; 
  font-size: 11px; 
  border:1px solid #66669a;
  width:100px
}

input.uid{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
}

input.name{
  font-family: verdana;
  font-size: 11px; 
  border:1px solid #66669a;
  width: 167px;
  }

input.name30{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width: 30px
}

input.name250{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width: 250px
}

input.text {
  font-family: verdana; 
  font-size: 11px; 
  border:1px solid #66669a; 
  width: 135px;
}

input.location{
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width: 200px;
}

input.desc{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width: 300px;
}

input.state{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width: 250px;
}

input.id{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width: 50px;
}

input.skill{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width: 450px;
}

input.address{
  font-family: verdana; 
  font-size: 11px; 
  border: 1px solid #66669a;
  width:600px;
}

td.line{
  border-top: 1px solid #ddd;
  background-color: #fff;
}

a:link{
  text-decoration: none;
}

a:visited{
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

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

.watermark span{
  position: absolute;
  left: 23px;
  top: 170px;
  margin:0 0;
  padding:0px 3px;
  color:white;
  background-color:#cfcf9f;
  font-size: 15px;
  font-weight:bold;
  border:1px dashed #cfcf9f;
}


