/*html, body, div, span, applet, object, iframe,
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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
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;
}
*/
iframe {
	border:none;
}

.calendar {
	width: 100%;
	background-color: #CCC;
}
.calendar th{
	
}
.calendar td{
	vertical-align: top;
	padding:5px;
	background-color:#FFF;
}
.calendar .non-active {
	background-color: #DDD;
}
.calendar .inactive {
	background-color: #EFEFEF;
	cursor: default;
}

.calendar .day {
	color:#AAA;
}
.calendar .event {
	
}

.bar_chart_inlay {
	border:2px solid #eee;
	background-color:#ddd;
	height:16px;
}
.bar_chart {
	height:16px;
	line-height:16px;
	padding:0 1%;	
	background-image:url('images/bar_chart.png');
	color:#000;
	font-weight:bold;
	opacity:0.9;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 162px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 24px;
	padding: 0 24px 0 8px;
	color: #fff;
	font-size: 12px;
	background: url(images/select2.png) no-repeat;
	overflow: hidden;
}

.menu ul, .submenu ul, .nav_top ul, .nav_left ul, .footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
html, body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	font-size:1px;
}
.left {
	float:left;
}
.right {
	float:right;
}
a img {
	border:none;
}
.boxsizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
}

.desktop ul {
	margin:0px;
	padding:0px;
	border:1px solid #CCC;
	border-bottom:none;
	margin-bottom:30px;
}
.desktop li {
	margin:0px;
	padding:0px;
	list-style:none;
	border-bottom:1px solid #CCC;
	
	background-color:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff'); 
	background:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff)); 
	background:-moz-linear-gradient(top, #f0f0f0,#ffffff);
}
.desktop li img {
	float:left;
	margin-right:10px;
}
.desktop li a, .desktop li div, .desktop li p {
	padding:10px;
	display:block;
}
.desktop .iconli {
	background-repeat:no-repeat;
	background-position:5px 4px;
	padding-left:32px;
}

.progressbar {
	background-color:#999;
	background-repeat:repeat-x;
	width:0px;
	height:20px;
}
.selectrow {
/*	background-color:#666;
	color:#FFF;*/
}
.selectrow_selected:first-child, .selectrow:first-child {
	margin:0px;
}
.selectrow_selected {
/*	background-color:#eee;*/
	color:#FFF;
}
.selectrow_selected, .selectrow {
	cursor:pointer;
	line-height:28px;
	margin-top:3px;
	margin-bottom:3px;
}
.details tr td{
	border-top:1px solid #ccc;
	padding:2px;	
}
.details tr:first-child td{
	border:none;
	padding-top:0px;
}
.details tr:last-child td{
	padding-bottom:0px;
}
.details .key {
	font-weight:bold;	
}

/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url('images/wheel.png') no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url('images/mask.png') no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url('images/marker.png') no-repeat;
}



body,html,input,select,textarea {
	font-family:Calibri, Arial;
	font-size:13px;
	line-height:20px;
	color:#333;
}
h1,h2,h3,h4,h5,h6 {
/*	line-height:200%;*/
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:100%;
}
a {
	/*text-decoration:none;*/
}
small {
	font-size:80%;
}
big {
	font-size:120%;
	color:#000;
}
.positive {
	color:#00CC00;	
}
.negative {
	color:#D00;
}

fieldset {
	margin:0px;
	padding:9px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	border-radius: 2px;
}
legend {
	padding:0px 6px;
	font-size:90%;
	margin-top:4px;
	background-color:#666;
	color:#FFFFFF;
	border-radius: 4px;
}
fieldset label {
	display:block;
	margin-top:20px;
}
p {
	margin:0px;
	margin-bottom:5px;
}

input, select, textarea, .button, .submit, .keywords_area {
	border:1px solid #AAA;
	padding:2px;
/*	background-color:#F6F6F6;*/
	box-shadow:inset 0px 1px 2px #ddd;
/*	border-radius: 4px;*/
	height: 16px;
	text-decoration:none;
}
.button:hover {
	color:#000;	
}
.submit:hover {
	color:#FFF;
}
input[type="checkbox"], input[type="radio"] {
	border:none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

select {
	height: 20px;
}
input {
/*	font-size:120%;*/
}
input[type="text"], input[type="password"], textarea {
	border:1px solid #BBB;
/*	background-color:#F6F6F6;*/
	box-shadow:inset 0px 1px 2px #ddd;
	line-height: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	padding:1px;
	border:2px solid;
}

.container input[type="submit"], .container .submit {
	float:right;
	margin:5px 0px;
	margin-left:10px;
}
.container input[type="button"], .button {
/*	float:left;*/
	margin:5px 0px;
	margin-right:10px;
}

input[type="button"], input[type="submit"], .submit, .button {
	cursor:pointer;
	padding:0 5px;
	background-image:url('images/button.png');
	background-position:center;
	text-decoration:none;
	box-shadow:0px 0px 0px #ccc;
	height: 20px;
}

input[type="button"], .button, .read_only, .unchecked {
	display:block;
	float:left;
}
input[type="button"]:hover,input[type="button"], .button {
	color:#000000;

}
input[type="button"]:hover, input[type="submit"]:hover, .submit:hover,  .button:hover {
	-moz-box-shadow: 0 0 3px 1px #CCC;
	-webkit-box-shadow: 0 0 3px 1px #CCC;
	box-shadow: 0 0 3px 1px #CCC;
}
input[type="button"]:focus, input[type="submit"]:focus, .submit:focus, .button:focus {
	background-color:#FFBA00;
	border-color:#D87C00;
	color:#FFF;
}

.checked {
	background-color:#1579C8;
	border:1px solid #1579C8;
	color:#FFF;	
}


.line {
	padding:10px 0px;
	border-bottom:1px solid #eee;
	overflow:auto;
}
.line:first-child {
	margin-top:10px;
	padding-top:9px;
	border-top:1px solid #eee;
}
.line label, .line input, .line textarea, .line select, .line .options, .line .preview, .line .file, .line .static, .line .keywords_area {
	float:left;	
}
.line input[type=text],.line input[type=password],.line input[type=button],.line input[type=file],.line input[type=checkbox],.line input[type=radio], .line textarea, .line select, .line .preview, .line .file, .line .static, .line .keywords_area {
	margin:0px;
	margin-left:30px;
}
.line textarea {
	min-height:68px;
	resize:none;
}
.line input[type=checkbox],.line input[type=radio] {
	margin-top:8px;	
	padding:0px;
}

@-moz-document url-prefix() {
  .line input[type=checkbox], .line  input[type=radio] {
	  margin-top:6px;
  }
}
.line input[type=file] {
	margin-top:3px;	
}
.line label {
	width:300px;	
}
.line label:first-child {
	width:120px;
}
.line input[type=text],.line input[type=password], .line textarea, .line select, .line .options, .line .preview, .line .file, .line .static {
	width:300px;
}

.line .preview img {
	max-width:100%;	
}
.line .preview p {
	margin:0px;
	padding:40px 0px;
	text-align:center;
	color:#666;	
}
.line label {
	margin:0px;
	line-height:20px;
	margin-left:10px;
}
.line label:first-child, .line .options:first-child * {
	margin-left:0px;
}
.line .options label {
	width:auto;
}

.line input[type=text],.line input[type=password], .line textarea, .line select, .line .preview, .line .keywords_area {
	/*background-color:#fafafa;
	padding:4px;
	border:1px solid #AAA;
	box-shadow:inset 0px 1px 2px #ccc;*/
}
.line .file, .line .static {
	line-height:22px;
	color:#666;
}
.line input[type="text"]:focus, .line input[type="password"]:focus, .line select:focus, .line textarea:focus {
	/*padding:3px;
	border:2px solid #197AC6;
	color:#000;*/
}

input[type=submit],input[type=button], .button {
/*	background-image:url('button.png');
	background-position:center;
	margin-top:10px;
	margin-bottom:10px;	
	
	padding:4px 9px;
	cursor:pointer;
	border-radius:4px;
	text-decoration:none;*/
}
input[type=button], .button {
	/*background-color:#eee;
	border:1px solid #AAA;
	color:#000;*/
}

input[type=submit] {
	/*float:right;	
	margin-right:30px;
	
	background-color:#EC8E02;
	border:1px solid #d87a00;
	color:#FFF;*/
}
.button img  {
	/*float:left;
	margin-right:5px;
	margin-left:-5px;*/
}

/*input[type="button"]:hover,input[type="submit"]:hover,.button:hover {
	box-shadow:0px 1px 2px #ccc;
}
input[type="button"]:active,input[type="submit"]:active,.button:active {
	box-shadow:0px 0px 7px #666;
}*/


/*TEMPORARY EXCEPTIONS:*/
.line label {
	line-height:22px;	
}
.line .static, .line .preview {
	width:306px;	
}
.line .options {
	width:336px;
}
.line input.euro {
	background-image:url('images/char_euro.png');
	background-repeat:no-repeat;
	background-position:4px 5px;
	text-align:right; width:60px;
}
.line input.euro:focus {
	background-position:3px 4px;
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.slicer {
	background-color:#eee;
	background-image:url('images/patternlight.png');
}
.slicer img {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);	
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
	background: white url('images/jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.ajax_box {
	padding:2px;
	padding-left:4px;
	display:block;
	z-index:20;
	margin-bottom:8px;
	border-radius:3px;
}
.ajax_box li {
	background-repeat:no-repeat;
	list-style:none;
	margin:0px;
	margin-top:2px;
	padding:0px;
	padding-left:20px;	
}
#help_box {
	background-color:#F9F9E3;
	border:1px solid #E6E688;
	background-repeat:repeat-x;
}
.green {
	background-color:#E0F0CC;
	background-repeat:repeat-x;
}
.red {
	background-color:#F6CCCC;
	background-repeat:repeat-x;
}
#posmes_box {
	background-color:#E0F0CC;
	border:1px solid #8CC53F;
	background-repeat:repeat-x;
}
#posmes_box li {
	background-image:url('images/arrow_ok.png');
}
#negmes_box {
	background-color:#F6CCCC;
	border:1px solid #DE3F3F;
	background-repeat:repeat-x;
}
#warningmes_box {
	background-color:#FFFFCC;
	border:1px solid #FC0;
	background-repeat:repeat-x;
}
#warningmes_box li {
	background-image:url('images/arrow_warning.png');
}
#negmes_box li {
	background-image:url('images/arrow_error.png');
}
.mod_box {
	background-color:#EAEFFB; border:1px solid #7393E1; margin-right:10px; margin-bottom:10px; padding:5px;
}


.nav_top{	
	z-index:100;
	position:fixed;
	top:0;
	left:0;
}
.nav_top {
	width:100%;
}
.nav_top .inner, .nav_top .devmenu{
	min-height:20px;
	padding:5px 0px;
}
.nav_top .inner, .nav_top .inner a {
	color:#FFFFFF;
}
.nav_top .user_settings {
	float:right;
	margin-right:10px;
}
.nav_top .status {
	position:fixed;
	left:50%;
	margin-left:-100px;
	width:200px;
	text-align:center;
}
.nav_top .devmenu {
	outline: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding:2px 0px;
	line-height:34px;
}

.nav_top .logo {
	float:left;
	margin-left:10px;
}

/*
Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
*/
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;    /* firefox */
  -ms-box-sizing: border-box;     /* ie */
  -webkit-box-sizing: border-box; /* webkit */
  -khtml-box-sizing: border-box;  /* konqueror */
  box-sizing: border-box;         /* css3 */
}

.select2-container .select2-choice {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}

.select2-container.select2-drop-above .select2-choice
{
    border-bottom-color: #aaa;
    /*-webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container .select2-choice span {
    margin-right: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 20px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('images/select2/select2.png') right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border:0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop {
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 9999;
    width:100%;
    margin-top:-1px;

/*  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;*/
}

.select2-drop.select2-drop-above {
    /*-webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;*/
    margin-top:1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
   /* -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    border-left: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}

.select2-container .select2-choice div b {
    background: url('images/select2/select2.png') no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%;
}

.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 22px;
  width: 100%;
  margin: 0;
  padding:0px 4px;
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-search input {
    background: #fff url('images/select2/select2.png') no-repeat 100% -22px;
    background: url('images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('images/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('images/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('images/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    padding:0px 4px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
    width:100%;
    margin:0;
    height:auto !important;
    min-height: 22px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input
{
    margin-top:4px; /*Dunno where this is for*/
}

.select2-search input.select2-active {
    background: #fff url('images/select2/spinner.gif') no-repeat 100%;
    background: url('images/select2/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('images/select2/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('images/select2/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('images/select2/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('images/select2/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('images/select2/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}


.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #1477C5;
    outline: none;
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
  list-style: none;
  display: list-item;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  /*padding: 3px 7px 4px;*/
  padding:0px 4px;
  margin: 0;
  cursor: pointer;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('images/select2/spinner.gif') no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}


/* multiselect */

.select2-container-multi .select2-choices {
    background-color: #fff;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
      background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      border: 1px solid #aaa;
      margin: 0;
      padding: 0;
      cursor: text;
      overflow: hidden;
      height: auto !important;
      height: 1%;
      position: relative;
}

.select2-container-multi .select2-choices {
    min-height: 20px;
}

.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #1477C5;
    outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('images/select2/spinner.gif') no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
/*  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;*/
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('images/select2/select2.png') right top no-repeat;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}


.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
.select2-result-unselectable .select2-match { text-decoration: none; }

.select2-offscreen { position: absolute; left: -10000px; }

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
		background-image: url(select2x2.png) !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}
	.select2-search input {
		background-position: 100% -21px !important;
	}
}


body {
	background-color:#FFFFFF;
}


.container {	
	padding:40px 10px;
	padding-left:10px;
}

.dialog {
	margin:auto;
	width:360px;
}
.col {
	float:left;	
}

hr {
	margin:8px 0px;
	border:none;
	border-top:1px solid #CCC;
	padding:0px;
	height:1px;
}
fieldset hr {
	margin:8px 0px;
	border:none;
	border-top:1px dotted #CCC;
}
.col12 {
	float:left;
	width:49%;	
	margin-left:2%;
}
.col12:first-child {
	margin-left:0px;
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
	background: white url('images/jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.slicer {
	background-image:url('images/slicer_bg.jpg');
	padding:5px;
}
.slicer img {
	box-shadow: 2px 2px 2px #888;
	background-color:#FFF;
}

#afbeelding-list {
}

#afbeelding-list li {
	background-color: #EEE;
	margin: 2px 0;
	padding: 5px;
	list-style: none;
	cursor:move;
	
	line-height:40px;
}

#afbeelding-list li:active {
	
}

#afbeelding-list .odd {
	background-color: #F5F5F5;
}

#afbeelding-list .even {
	background-color: #F5F5F5;
}

#afbeelding-list li img {
	height:40px;
	margin-right:10px;
	float: left;
}

#afbeelding-list li .afbeelding-name {
	display: block;
	float: left;
	margin: 20px 0 0 10px;
}

#afbeelding-list .afbeelding-placeholder {
	background-color: #FFF;
}

#afbeelding-list .buttons {
	margin: 20px 20px 0 0;
	float: right;
	width: 200px;
}

#afbeelding-list li .buttons .button {
	margin-top: 0px;
}

#afbeelding-list li .buttons a {
	text-decoration: none;
	vertical-align: middle;
}

#afbeelding-list li .buttons img {
	float: none;
	display: inline;
}

.tableborder {
	padding:4px;
}
.tablemenu{
	padding-left:6px; 
	padding-right:6px; 
	padding-top:4px;
	padding-bottom:2px;
	line-height:20px;
	
	margin-bottom:1px;
}

.tablemenu_iteml{
	float:left;
	margin-right:8px;
	padding-right:8px;
}
.tablemenu_itemr{
	float:right;
	margin-left:8px;
	padding-left:8px;
}
thead .tablehead, thead .tablehead_selected{
	padding-left:6px; 
	padding-right:6px; 
	height:22px; 
	padding-top:3px;
}
.tablehead_selected{
	padding-right:22px;
}
.tablehead a, .tablehead a:hover, .tablehead_selected a, .tablehead_selected a:hover {
	color:#FFF;	
}
.tablefieldb, .tablefielda, .tablefieldc {
	padding-left:6px; 
	padding-right:6px; 
	padding-top:2px;
	padding-bottom:2px;
}
tr:hover .tablefieldb,tr:hover .tablefielda,tr:hover  .tablefieldc {
	background-color:#EFEFEF;
	cursor:default;
	/*outline:1px solid #CCCCCC;*/
}
.table_order_asc, .table_order_desc {
	background-repeat:no-repeat;
	background-position:right center;
}
.table_order_asc {
	background-image:url('images/table_order_asc.png');	
}
.table_order_desc {
	background-image:url('images/table_order_desc.png');	
}
.tabledivider {
	padding-left:6px; 
	padding-right:6px; 
	padding-top:3px;
	min-height:20px;
	background-color:#E1E1E1;
	font-weight:bold;
}

.tab_menu {
	float:left;
	margin-bottom:10px;

	height:28px;
	background:url('images/tab_menu_bg.png');
}
/*.tab_menu_left {
	float:left;
	width:20px;
	height:28px;
	background:url('images/tab_menu_left.png');
}.tab_menu_right {
	float:left;
	width:20px;
	height:28px;
	background:url('images/tab_menu_right.png');
}*/
.tab_item{
	float:left;
	padding:5px;
	height:16px;
	border:1px solid #CCCCCC;
	margin-right:5px;
/*	background:url('images/tab_menu_item.png');*/
}
.tab_menu .selected, .tab_item:hover {
	border-bottom:1px solid #FFF;
	background:url('images/tab_menu_selected.png');
	background-color:#FFF;
}