/* general classes */
/*font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;*/

@font-face {
  font-family: "miso-bold";
  src: url('http://www.netwerks.se/themes/nw2/fonts/miso-bold.ttf');
}

body {
	margin:0px;
	font-family: "Helvetica", Arial, "Bitstream Vera Sans", "Vera", Tahoma, sans-serif;
	font-size: 12px;
	color : #333333;
	background-color: #ffffff;
	/* background-color: #EDEDE8; */
	background-image: url('img/bg.png');
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
}

font {
	font-size: 1em;
	color:#999999;
	text-decoration:none
}

font.1 {
	font-size: 1em;
	color:#999999;
	text-decoration:none
}


a:link {color:#6666CC; text-decoration:none}
a:active {color:#6666DD; text-decoration:none}
a:visited {color:#9999cc; text-decoration:none}
a:hover {color:#9999DD; text-decoration:none}


/* -=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=- */

/* End Desert FM CSS */

TH,TD {
	font-size: 1em;
}

hr {
	border : 1px solid #dddddd;
}

h1, h2, h3, h4 {
	/*font-family:"Georgia", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica", Arial, "Bitstream Vera Sans", "Vera", Tahoma, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left !important;
}

.error {
	text-align: left;
    font-size: 1em;
	color : Red;
}

.info {
    font-size: 1em;
	color : #999999;
}

/* jarv */
.centerbox {
	font-size: 1em;
	background : White;
	color : #333333;
	border-left: 1px solid;
	border-left-color: #d8d8d8;
	min-height: 400px;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {	
	font-size: 1.1em;
	background : White;
	color : #333333;
	/*padding-left: 10px;*/
}

.sideboxtext {
	font-size: 1em;
	background : #ffffff;
	color : #333333;
}

.plainboxtitle {
	font-size: 1.1em;
	font-weight : bold;
	background : #DCDCDC;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	color : #333333;

}

.plainboxtext {
	font-size: 1.1em;
	background : #ffffff;
	color : #333333;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #FAFAFA;
	border-bottom : 1px solid #cccccc;
	font-size: .9em;
	font-weight : bold;
	color : #333333;
	padding: 2px;
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 0px;
	width: 145px;
}

.main {
	/* background : #fbfbfb; */
	background : #ffffff;
	border-bottom: 1px solid #D9D9D9;	
	color : 333333;
	width: 100%;
	height: 550px;
}

.mainbox {
	/* background : #fbfbfb; */
	background : #ffffff;	
	font-size : 14px;	
	color : 333333;
	width: 980px;
	padding-top: 10px;
	
}

.mainsbox {
	background : #FAFAFA;
	font-family:Verdana;
	color : #333333;
	width: 100%;
}

.sideboxtable {
	/*background : #FAFAFA;*/
	/* border: 1px solid #ececec ; 
	border-left : 1px solid #dddddd; 
	border-bottom : 2px solid #cccccc; */
	font-size : 12px;	
	font-weight : bold;
	color : #333333;
}

.centerboxtitle {
	background : #FAFAFA;
	border-bottom : 1px solid #cccccc;
	font-size : 12px;	
	font-weight : bold;
	color : #333333;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 0px;
}


.navbar {
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 8px;
}

/* user card */
.userexttable {
	font-size : 12px;	
	color : White;
	background : #999999;
}

.usertoppanel {
	font-size : 12px;	
	background : #EAEAEA;
	color : #999999;
}

.userbottompanel {
	font-size : 12px;	
	color : #999999;
}

.myaccount1 {
	font-size : 16px;
	color : #999999;
	text-align: right;
	max-width: 280px;
}

.myaccount2 {
	font-size : 12px;	
	color : #999999;
}
.otbl {
	font-family : Verdana;
	font-size : 11px;
	color: Black;
	background: #FAFAFA;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.btn{
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: none;
}
.btnOver {
	width: 23px;
	height: 22px;
	border : 1px outset Black;
	background : Silver;
}

/* begin: SEARCH FIELD */
.searchfield {
	position: relative;
	display: inline-table;
	background-color: white;
	background-image: url(img/bg-searchinput.png);
	background-repeat: no-repeat;
	
	/* firefox */
	background-position: 5px 3px;
	
	/* safari */
	background-position-x: 5px;
	background-position-y: 3px;
	
	border:1px solid #a2a4a9; 
	-webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
	padding-left: 22px;
    outline: none;
   	text-align: left;
    width: 130px;
    overflow-y: visible;
    height: 20px;
    margin: 0px;
}
.searchfield input {
	display: inline-table;
	margin: 0px;
	border: 0px;
	-webkit-border-radius:16px;
    -moz-border-radius:16px;
	border-radius:16px;
	outline: none;
	margin-right: 18px;
	max-width: 100px;
}
.resetplace {
	position: relative;
	display: inline-table;
	vertical-align: top;
	margin: 0px;
	border: 0px;
	width: 16px;
	height: 16px;
	top:3px;
	left: -20px;
}
.resetbtn {
	position: relative;
	display: none;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
/* end: SEARCH FIELD */

/* CODE TAGS */

table.phphighlight {
	margin: 2px 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}
.codewrap table.phphighlight {

}
table.phphighlight td {
	vertical-align: top;
}
table.phphighlight td,
table.phphighlight td code {
	margin: 0;
	color: #000;
	font: 12px/125% "courier new", courier, monospace;
	white-space: nowrap;
}
table.phphighlight td.phphighlightline {
	text-align: right;
	width: 4ex;
	padding: 4px;
	border: none; /*	border: 1px solid #000;*/
	background-color: #e6e4e1;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}
table.phphighlight td.phphighlightcode {
	padding: 0;
	border: none;
	border-right: 1px solid #000;
}
.codewrap table.phphighlight td.phphighlightcode div {
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	padding-bottom: 16px;
}
table.phphighlight td.phphighlightcode code {
	display: block;
	padding: 4px;
	background-color: #fefefe;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
img.klipklap {
	margin-right: 2px;
}

.hand {
	cursor: pointer;
}

.footerCont {
	text-align: center;
}
.footerCont td {
	padding-right: 16px;
}
.footerCont, .footerCont h3, .footerCont h4 {
	/*font-family: "Quattrocento Sans", Metrophobic, "Ropa Sans", Imprima, "Ubuntu Condensed", Gudea, Telex, Open Sans, Homenaje, Oxygen, sans-serif;*/
}
.footerCont .footer {
	position: relative;
	display: inline-table;
	font-size: 11px;
	width:980px; 
	background-color:#fdfdfd; 
	border:1px solid #f1f3fb; 
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
	padding:16px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
	
	-moz-box-shadow: 0px 2px 4px 0 #a7a9b0;
	-webkit-box-shadow: 0px 2px 4px 0 #a7a9b0;
	box-shadow: 0px 2px 4px 0 #a7a9b0;
}
.footerCont .footer a {
	color: #aeaeae;
}
.footerCont .footer a:hover {
	color: #bdbdbd;
	text-decoration: underline;
}
.footerCont .footcontact {
	position: relative;
	text-align: center;
	font-size: 11px;
	background-color: #f0f0f0; 
	background-image: url('img/bg-footcontact.png');
	border-bottom:1px solid #e0e0e0; 
	padding:0;
	padding-top: 10px;
	margin: 0;
}
.footerCont .footcontact ul {
	padding:0;
}
.footerCont .footcontact li {
	margin-bottom: 10px;
}
.footerCont .footcontact .clist {
	list-style: none;
	padding:0;
}
.footerCont .footcontact .clist li {
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
}
.footerCont .footcontact .clist li img {
	margin-right: 10px;
	vertical-align: middle;
}

.footerCont .footinfo {
	position: relative;
	text-align: center;
	font-size: 11px;
	background-color: #fefefe; 
	border-bottom:1px solid #e0e0e0; 
	padding:0;
	margin: 0;
}
.footerCont .footinfo .footB ul {
}
.footerCont .footinfo .footB li {
	list-style-image: url('../../images/bullet_arrow.png');
	margin-bottom: 10px;
}
.footerCont .footcontact .footB, .footerCont .footinfo .footB {
	width: 980px;
	text-align: left;
	display: inline-table;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pgprocessed {
	color: #ADADAD;
	font-size: 12px;
}

.version {
	color: #FFFFFF;
	font-size: 8px;
}

.divider-blank {    
    width:100%;
    height:70px
}