@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,100|Open+Sans+Condensed:300');

/*
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format('woff');
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300|Open+Sans+Condensed:300');
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 100;
	src: url(https://fonts.googleapis.com/css?family=Open+Sans:400,300|Open+Sans+Condensed:300);
}
*/

html {
	overflow-y: scroll;
}

body {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: normal;*/
	font-weight: 100;
	font-color: #333333;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}
p {margin:0; padding:0;}

h1 {
	/*
	font-size: 40px;
	font-family: 'Roboto Condensed', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	*/
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: #333;
	margin: 0 0 10px 0;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}
h2 {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 28px;
	border-bottom: 1px solid #666666;
	padding:0px;
	padding-top: 11px;
	margin:0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #666666;
	padding:0px;
	padding-top: 11px;
	margin:0px;
}
h5.birthdaytoday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0a4e76;
	border-bottom: 1px solid #0a4e76;
	padding:0px;
	padding-top: 11px;
	margin:0px;
}
h5.leadremindertoday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0a4e76;
	border-bottom: 1px solid #0a4e76;
	padding:0px;
	padding-top: 11px;
	margin:0px;
}
h5.trial {
	font-size: 20px;
	font-family: 'Roboto Condensed', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	border-bottom: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}
td, th {
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 1.3;
}

label {
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
}

TD.divider {
	border-bottom: 1px solid #d6d5d9;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*width: 150px;*/
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding: 1px 0px;*/
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*width: 150px;*/
	padding-right: 5px;
}
input[type="submit"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px;
}


/* scheidingslijn in <fieldset> */
hr { 
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}

.invoer {
	width: 100%;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	/*padding-right: 5px;*/
}
.invoer select, select {
	padding-right: 0px;
}
.invoer:disabled {
	background-color: rgb(235, 235, 228);
}

/*
textarea {
	width: 575px;
	height: 50px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/

a:link, a:visited {
	color: #094c74;
	text-decoration: none;
}
a:hover {
	color: #094c74;
	text-decoration: underline;
}

/*	FEEDBACK	*/
.msg-box {
	margin: 0 20px 12px;
	padding: 0 4px; 
	border: 1px solid; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}
.msg-info, .msg-update { 
	border-color: #75dc5a; 
	background: #ecffc6; 
	background: -moz-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -ms-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -webkit-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -o-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: linear-gradient(top, #f7ffe7, #ecffc6 15px); 
}

.feedback {
	height: 38px;
}
TD.succes {
	font-weight: bold;
	color: #25893c;
	border: 1px solid; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	border-color: #75dc5a; 
	background: #ecffc6; 
	background: -moz-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -ms-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -webkit-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -o-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	height: 15px;
	padding: 7px;
	padding-left: 10px;
}
TD.caution {
	font-weight: bold;
	color:#c0aa17;
	border: 1px solid; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	border-color: #a09028; 
	background: #fffce6; 
	background: -moz-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: -ms-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: -webkit-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: -o-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: linear-gradient(top, #ffffef, #fffcc6 15px); 
	height: 15px;
	padding: 7px;
	padding-left: 10px;
}
TD.error {
	font-weight: bold;
	color: #7a1b19;
	border: 1px solid; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	border-color: #dc5a5a; 
	background: #ffe6e6; 
	background: -moz-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: -ms-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: -webkit-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: -o-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: linear-gradient(top, #fff0f0, #ffdede 15px); 
	height: 15px;
	padding: 7px;
	padding-left: 10px;
}
SPAN.succes {
	font-weight: bold;
	color: #14792C;
}
SPAN.error {
	font-weight: bold;
	color: #E2522E;
}
.errorh2 {
	border-bottom:1px solid #e01a1a;
	color:#e01a1a;
}

/*	DIAGNOSTICS */
TD.diagnosticssucces {
	font-weight: bold;
	padding: 2px 2px 2px 50px;
	background-image: url(images/diagnosticssucces.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 2px dashed #14792C;
	border-right: 2px #14792C;
	border-bottom: 2px dashed #14792C;
	border-left: 2px #14792C;
	height: 45px;
	color: #14792C;
}
SPAN.diagnosticssucces {
	font-weight: bold;
	color: #14792C;
}
TD.diagnosticserror {
	font-weight: bold;
	color: #E2522E;
	padding: 2px 2px 2px 50px;
	height: 45px;
	border-top: 2px dashed #E2522E;
	border-right: 2px #E2522E;
	border-bottom: 2px dashed #E2522E;
	border-left: 2px #E2522E;
	background-image: url(images/diagnosticserror.gif);
	background-repeat: no-repeat;
	background-position: left;
}
SPAN.diagnosticserror {
	font-weight: bold;
	color: #E2522E;
}
TD.diagnosticscaution {
	height: 45px;
	background-image: url(images/diagnosticscaution.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-left: 45px;
	padding-bottom: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FCBE2A;
	border-bottom-color: #FCBE2A;
	font-weight: bold;
	color: #FCBE2A;
}
.pagetitle {
	font-size: 28px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
.breadcrumb {
	color: #2779aa;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #CCC;*/
}

legend {
	white-space: nowrap;
	color: #094c74;
	margin-bottom: 0px;
	margin-left: -9px;
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 3px;
}

/*fieldset*/
fieldset {
	margin: 0px 0;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #16618e;
}

fieldset > legend {
	margin-left: -2px;
}

fieldset p {
	margin: 5px 0;
}



/*buttons*/
.toolsArea .screenButtons .commonButton span {
	background: none;
}
.screenButtons {
  width: 666px; 
}
.screenButtons {
  padding: 8px 0 0 0;
}
#fldset-admin_info .screenButtons {
	width: 333px;
}
#fldset-power  .screenButtons {
	width: 222px;
}

.commonButton button,
.commonButton {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: transparent;
}

.commonButton button {
  background-image: url(delta_server/skins/winxp/images/btn_bg.gif);
  border: 0 solid white;
  background-repeat: no-repeat;
}

.commonButton button[disabled] {
  background-image: url(delta_server/skins/winxp/images/btn_bg-disabled.gif); 
  color: #999999;
}  

/* ---------- big icon buttons  --------- */
.toolsArea .commonButton {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 32px 0 0 0;
  width: 111px;
  height: 27px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  float: left;
  text-decoration: underline;
  background-image: url(delta_server/skins/winxp/images/bth_default-button_bg.gif);
}

.toolsArea span.commonButton {
  cursor: default;
  color: #999999;
  text-decoration: none;
}

.toolsArea button {
  display: none;
}

.formArea .toolsArea .commonButton span {
  display: inline;
}

.toolsArea .screenButtons .commonButton span {
  background: none;
}
.reportTools .commonButton,
.uplevel .commonButton {
  background: none;
}

.listArea .buttons .commonButton button,
.reportTools .commonButton button,
.uplevel .commonButton button {
	display: none;
}

.buttons .commonButton span,
.reportTools .commonButton span,
.uplevel .commonButton span {
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 20px;
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  padding-top: 1px;
  padding-bottom: 4px;
}


/* buttons as buttons */
.formArea .commonButton span,
.formButtons .commonButton span,
.paging .commonButton span {
  display: none;
}

.formButtons button,
.formArea button,
.paging .commonButton button {
  width: 91px;
  height: 21px;
  text-align: center;
}

.formArea .commonButton button {
	white-space: nowrap;
}

.buttons {
  margin: 7px 0;
}

.buttons div {
  white-space: nowrap;
}

.buttons input,
.buttons .commonButton {
  vertical-align: middle;
  margin:7px;
}
.commonButton {
  display: inline;
}.tableheader {
	background-color: #2D78CC;
	color: #AFC2EB;

}
.tableHeaderActive {
	background: #91BED4;
	background: -moz-linear-gradient(top, #afd2e6, #7facc5 35px);
	background: -ms-linear-gradient(top, #afd2e6, #7facc5 35px);
	/* background: -webkit-linear-gradient(top, #afd2e6, #7facc5 35px); */
	background: -o-linear-gradient(top, #afd2e6, #7facc5 35px);
	background: linear-gradient(top, #afd2e6, #7facc5 35px);
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Verdana;
	text-transform: lowercase;
	color: #333333;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.tableHeaderNonActive {
	background: #D9E8F5;
	background: -moz-linear-gradient(top, #d9e6f0, #a2c8de 35px);
	background: -ms-linear-gradient(top, #d9e6f0, #a2c8de 35px);
	/* background: -webkit-linear-gradient(top, #d9e6f0, #a2c8de 35px); */
	background: -o-linear-gradient(top, #d9e6f0, #a2c8de 35px);
	background: linear-gradient(top, #d9e6f0, #a2c8de 35px);
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Verdana;
	text-transform: lowercase;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
.tableHeaderSub {
	background-color: #E7EDFE;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.clickable {
	cursor: hand;
}
TD.rowdialogheader, TR.rowdialogheader {
	background-color: #e3edfe;
}
TD.rowdialogheaderdark, TR.rowdialogheaderdark {
	background-color: #c7dafc;
}
TD.rowdialogheaderover, TR.rowdialogheaderover {
	background-color: #bcd1f6;
}
TD.rowdialogheaderoverdark, TR.rowdialogheaderoverdark {
	background-color: #a5c2f4;
}

TD.rowover {
	background-color: #F4F7FD;
}
TR.rowover {
	background-color: #E8EAFF;
}

TR.rowassignedtonobody, TR.rowassignedtonobodyover {
	background-color: #E8EAFF;
}

TR.rowassignedtoyou {
	background-color: #e6f2ff;
}
TR.rowassignedtoyouover {
	background-color: #c8e2ff;
}

TR.rowassignedtoyoudialogheader {
	background-color: #e6f2ff;
}
TR.rowassignedtoyoudialogheaderover {
	background-color: #c8e2ff;
}

TR.rowassignedtoelse {
	background-color: #fdffcf;
}
TR.rowassignedtoelseoverdialogheader {
	background-color: #fef6bd;
}
TR.rowassignedtoelseoverdialogheaderover {
	background-color: #fff4aa;
}

TD.prevperiod {
	color: #828282;
}



/* ---------- small icon buttons  --------- */

.buttons .commonButton { 
  background: #FFFFFF url(none);
 } 
.hand {
	cursor: hand;
	/*width: 80px;*/
	vertical-align: top;
}
.handgrey {
	width: 80px;
	vertical-align: top;
}

TD.hand {
	width: 95px;
	padding: 8px 2px 2px 2px;
}
TD.handgrey {
	width: 95px;
	padding: 8px 2px 2px 2px;
}
.logintable {
	border: 1px solid #999999;
	background-color: #E9E9E9;
}
.ruler {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCE5E6;
}
.stats {
	margin: 0px;
	padding: 0px;
	background-image: url(images/stats_blue_orange.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.statstext {
	margin: 0px;
	padding: 0px;
}
.tableHeaderDeltaServerProduction {
	font-color: #FFFFFF;
	margin-left: 40px;
	background-image: url(images/production_bg.gif);
	background-repeat: repeat-x;
}
.tableHeaderDeltaCLientProduction {
	font-color: #FFFFFF;
	margin-left: 80px;
	background-image: url(images/production_bg.gif);
	background-repeat: repeat-x;
}
.emailbg {
	background-color: #b6dcf3;
	background-image: url(images/email-bg.jpg);
	background-repeat: no-repeat;
}

/*	AGENDA	*/
.agendatable {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.agendafulltable {
	border: 1px solid #000000;
}
.agendadaycell {
	height: 90px;
	width: 165px;
	margin: 0px;
	spacing: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF4BC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.agendadaycellweekend {
	height: 45px;
	width: 166px;
	margin: 0px;
	spacing: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF4BC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.agendadaycellactive {
	height: 90px;
	width: 166px;
	margin: 0px;
	spacing: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFD5;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.agendadaycellweekendactive {
	height: 45px;
	width: 166px;
	margin: 0px;
	spacing: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFD5;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.cellover {
	height: 90px;
	width: 166px;
	margin: 0px;
	spacing: 0px;
	padding: 0px;
	cursor: hand;
	text-align: left;
	vertical-align: top;
	background-color: #FFDE79;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.celloverweekend {
	height: 45px;
	width: 166px;
	margin: 0px;
	spacing: 0px;
	padding: 0px;
	cursor: hand;
	text-align: left;
	vertical-align: top;
	background-color: #FFDE79;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.itemover {
	cursor: hand;
	color: #FFFFFF;
	background-color: #316AC5;
}
.today {
	color: #FFFFFF;
	background-color: #316AC5;
}
.todaycell {
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	background-color: #FFF4BC;
	border-right: 1px solid #000000;
	border-top: 1px solid #F6DBA2;
	border-bottom: 1px solid #F6DBA2;
}
.todaycellfilled {
	padding: 0px;
	/*padding-left: 3px;
	padding-right: 3px;*/
	padding-bottom: 2px;
	margin: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
	/*border-left: 1px solid #000000;*/
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.agendaheader {
	background-color: #FFF4BC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.agendafullheader {
	background-color: #FFF4BC;
	border-bottom: 1px solid #000000;
}
.multipledays {
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.type {
	font-family: "Courier New", Courier, monospace;
}
TD.agendacell {
	padding: 0 2 0 2;
}
.multipleover {
	cursor: hand;
	color: #FFFFFF;
	background-color: #316AC5;
}

#spacertopticketdetail {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	min-height: 23px;
}
* html #spacertopticketdetail { 
	height: 23px;
}


/*	TABS */
#tabs li {
    display: -moz-inline-box;
    text-align: center;
    vertical-align: bottom;
}
#tabopsommng {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	min-height: 1px;
	background:#ffffff url("images/tabs/bg.gif") repeat-x bottom;
}
* html #tabopsommng { 
	height: 1px;
}
#tabs {
	float:left;
	line-height:normal;
	white-space: nowrap;
	background:#ffffff url("images/tabs/bg.gif") repeat-x bottom;
}
#tabs ul {
	margin:0;
	padding: 0px 10px 10px 10px;
	list-style:none;
}
#tabs > ul a {
	width: auto;
}
#tabs a:hover, #tabs a:visited, #tabs a:active {
	text-decoration: none;
	color: #000000;
	border-bottom: 0px;
}

/*	//////	LI	//////	*/
#tabs li {
	float:left;
	background:url("images/tabs/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	border-bottom: solid 1px #91a7b4;
}

/*
#tabs li.current {
	background:url("images/tabs/left_active2.gif") no-repeat left top;
	margin-left: -3px;
	border-width: 0;
}
*/
#tabs li.current {
	border-bottom: 1px solid #FFFFFF;
}
#tabs li:hover {
	background:url("images/tabs/left_over.gif") no-repeat left top;
	cursor: pointer;
}

#tabs li.current:hover {
	background:url("images/tabs/left_active2.gif") no-repeat left top;
	/*cursor: crosshair;*/
	border-bottom: 1px solid #FFFFFF;
}
/*
#tabs li:hover a {
	background:url("images/tabs/left_over.gif") no-repeat left top;
	cursor: crosshair;
}
*/
/* uitzondering voor begin */
#tabs li.begin {
	background:url("images/tabs/left_begin.gif") no-repeat left top;
}
#tabs li.begin:hover {
	background:url("images/tabs/left_begin_over.gif") no-repeat left top;
}
#tabs li.begin.current {
	background:url("images/tabs/left_begin_active.gif") no-repeat left top;
	margin-left: -3px;
}

#tabs .current {
	background-image:url("images/tabs/left_active2.gif");
	margin-left: -3px;
	margin-bottom: -1px;
	border-bottom: 1px solid #FFFFFF;
}
#tabs .current a, #tabs .current a:hover {
	background-image:url("images/tabs/right_active.gif");
	padding:3px 9px 6px 6px;
	border-bottom: 1px solid #FFFFFF;
}

/*	//////	A	//////	*/
#tabs a {
	display: block;
	background:url("images/tabs/right.gif") no-repeat right top;
	padding:5px 9px 4px 4px;
	vertical-align: baseline;
	text-decoration: none;
	color: #000000;
	width:.1em;
}
#tabs a:hover {
	background:url("images/tabs/right_over.gif") no-repeat right top;
}
/* uitzondering voor einde */
#tabs .end a {
	background-image:url("images/tabs/right_end.gif");
}
#tabs .end a:hover {
	background:url("images/tabs/right_end_over.gif") no-repeat right top;
}
#tabs .end.current a, #tabs .end.current a:hover {
	background-image:url("images/tabs/right_active_over.gif");
	padding:3px 9px 6px 6px;
	vertical-align: baseline;
}
/* EINDE TABS */

TD.grey, .grey, a.grey:link, a.grey:hover, a.grey:visited {
	color: #6e6e6e;
}
TD.green, .green {
	color: #69AC57;
}
TD.green, .green, a.green:link, a.green:hover, a.green:visited {
	color: #69AC57;
}
TD.blue, .blue {
	color: #378bd9;
}
TD.blue, .blue, a.blue:link, a.blue:hover, a.blue:visited {
	color: #378bd9;
}
TD.orange, .orange, a.orange:link, a.orange:hover, a.orange:visited {
	color: #e7781f;
}
TD.red, .red, a.red:link, a.red:hover, a.red:visited {
	color: #FF0000;
}
.bug {
	color: #999999;
}
a.bug:link, a.bug:visited {
	text-decoration: none;
	color:#999999;
}
a.bug:hover {
	text-decoration: hover;
	color:#999999;
}
#footer {
	color:#666666;
	margin-top: 5px;
}
/* vTip Tooltip v2.0 */
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; width: 400px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999; font-family: Verdana,Arial,sans-serif; font-size: 11px; }
p#vtip #vtipArrow { display: none; position: absolute; top: -20px; left: 5px }

fieldset { 
   -moz-border-radius-bottomleft: 7px;
   -moz-border-radius-bottomright: 7px;
   -moz-border-radius-topleft: 7px;
   -moz-border-radius-topright: 7px;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
.invoicepaid {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	/*font-weight: bold;*/
	color:#66cc61;
}
/* ONMOUSEOVER MENU */
/*
* 									{ margin: 0; padding: 0; }	
*/
#page-wrap							{ width: 100%; margin: 0px; margin-bottom: 10px; } 
/*
ul									{ list-style: none; }
*/

ul.dropdown                         { position: relative; background-color: #FF0000; width: 100%; margin: 0; padding: 0; }
ul.dropdown li                      { list-style: none; font-weight: bold; float: left; zoom: 1; margin: 0px; padding: 15px; padding-left: 20px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
ul.dropdown a:hover		            { color: #000000; }
ul.dropdown a:active                { color: #000000; }
ul.dropdown li a                    { display: block; padding: 0px; margin: 0px; /*border-right: 1px solid #A2C8DE;*/ color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }

ul.dropdown ul 						{ list-style: none; margin-left: -1px; margin-top: 1px; width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0px; /*border-left: 1px solid #a2c8de; border-right: 1px solid #a2c8de; border-bottom: 1px solid #a2c8de;*/ margin: 0; padding: 0; }
ul.dropdown ul li 					{ padding: 10px; padding-left: 15px; font-weight: normal; color: #5d5d5d; background: #f4f7fa; float: none; border-left: 1px solid #d9e6f0; border-right: 1px solid #d9e6f0; border-bottom: 1px solid #d9e6f0; }
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.submenu {
	border: 1px solid #d9e6f0;
	/* fallback (Opera) */
    background: #d9e6f0;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #f4f7fa, #eaf1f6);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#f4f7fa), to(#eaf1f6));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#f4f7fa', EndColorStr='#eaf1f6', GradientType=0);
}
ul.submenu ul {
	background: #FFFFFF;
}
.dropdownmenu {
	border: 1px solid #000000;
}
.greyedge {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

form > button {
	padding: 10px;
}

.strengthresult {
	font-weight: bold;
	font-size: 13px;
	font-family: verdana,arial,helvetica,san-serif;
	color: #666;
	padding: 0px 0px 12px 10px;
	margin-left: 10px;
	position:absolute;
	/*display: block;*/	
	height: 14px;
	/*float: left;*/
}
.strengthresultbottom {
	font-weight: bold;
	font-size: 13px;
	font-family: verdana,arial,helvetica,san-serif;
	color: #666;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	/*display: block;*/
	height: 14px;
	/*float: left;*/
}
.shortPass, .badPass {
	font-weight: bold;
	color: #7a1b19;
	border: 1px solid; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	border-color: #dc5a5a; 
	background: #ffe6e6; 
	background: -moz-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: -ms-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: -webkit-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: -o-linear-gradient(top, #fff0f0, #ffdede 15px); 
	background: linear-gradient(top, #fff0f0, #ffdede 15px); 
	/*height: 10px;*/
	/*padding: 4px;*/
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.goodPass {
	font-weight: bold;
	color:#b39f1b;
	border: 1px solid; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	border-color: #d9be08; 
	background: #fffce6; 
	background: -moz-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: -ms-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: -webkit-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: -o-linear-gradient(top, #ffffef, #fffcc6 15px); 
	background: linear-gradient(top, #ffffef, #fffcc6 15px); 
	/*height: 10px;*/
	/*padding: 4px;*/
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.strongPass {
	font-weight: bold;
	color: #25893c;
	border: 1px solid; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	border-color: #75dc5a; 
	background: #ecffc6; 
	background: -moz-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -ms-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -webkit-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: -o-linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	background: linear-gradient(top, #f7ffe7, #ecffc6 15px); 
	/*height: 10px;*/
	/*padding: 4px;*/
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.messagesmallcolumn {
	width: 18px;
}
.messageheader {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: light;
	color: #305068;
	float: left;
	width: 100%;
	border-bottom: 1px solid #476f8e;
	margin-bottom:10px;
}
.messageblue {
	width: 70%;
	border: 1px solid #b1c9db;
	padding: 15px;
	margin-bottom: 10px;
	float: right;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/*background-color: #eaf1f6;*/
	background: #eaf1f6; /* Old browsers */
	background: -moz-linear-gradient(top, #eaf1f6 0%, #f4f7fa 100%, #f4f7fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1f6), color-stop(100%,#f4f7fa), color-stop(100%,#f4f7fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f6', endColorstr='#f4f7fa',GradientType=0 ); /* IE6-9 */
}
.messageorange {
	min-width: 70%;
	max-witdh: 90%;
	border: 1px solid #f8d1a2;
	padding: 15px;
	margin-bottom: 10px;
	float: left;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/*background-color: #fef1da;*/
	/*
	background: #ffeeda;
	background: -moz-linear-gradient(top, #ffeeda 0%, #ffffff 70px, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeeda), color-stop(70px,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffeeda 0%,#ffffff 70px,#ffffff 100%);
	background: -o-linear-gradient(top, #ffeeda 0%,#ffffff 70px,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffeeda 0%,#ffffff 70px,#ffffff 100%);
	background: linear-gradient(to bottom, #ffeeda 0%,#ffffff 70px,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeda', endColorstr='#ffffff',GradientType=0 );
	*/
}
.trip-banner {
	/*width: 100%;*/
	border: 1px solid #b1c9db;
	padding: 15px;
	margin-bottom: 10px;
	/*float: right;*/
	display: block;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/*background-color: #eaf1f6;*/
	background: #eaf1f6; /* Old browsers */
	background: -moz-linear-gradient(top, #eaf1f6 0%, #f4f7fa 100%, #f4f7fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1f6), color-stop(100%,#f4f7fa), color-stop(100%,#f4f7fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eaf1f6 0%,#f4f7fa 100%,#f4f7fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f6', endColorstr='#f4f7fa',GradientType=0 ); /* IE6-9 */
}

@media print {
    hideonprint, .hideonprint {
        display: none !important;
    }
}

div.avatar {
    width: 30px; 
	height: 30px; 
	border:solid 1px #000;
    -webkit-border-radius: 16px; 
	-moz-border-radius: 16px; 
	border-radius: 16px;
}
div.avatar img {
    width: 30px; 
	height: 30px;
    -webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px;
}
div.avatarplaceholder {
    width: 30px; 
	height: 30px; 
	border: solid 1px #C8C8C8;
    -webkit-border-radius: 16px; 
	-moz-border-radius: 16px; 
	border-radius: 16px;
	background-color: #C8C8C8;
	text-align: center;
	color: #FFFFFF;
}
div.avatarplaceholder > .text {
	padding-top: 6px;
	font-size: 14px !important;
}