body {
	margin: 0px;
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	background-color: #ABC;
}

.yla_tausta_main {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0px;
	text-align: left;
	z-index: -999999;
}

.yla_tausta_image {
	height: 89px;
	background-image: url('../images/up_bar.gif');
}

.yla {
	text-align: center;
	position: absolute;
	top: 0px;
	width: 100%;
	margin: 0 auto;
}

.keski {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
}

.yla_keski { /*
	height: 89px;
	background-image: url('../images/up_bar.gif');
*/
	
}

.tab_bar_back {
	height: 39px;
	background-image: url('../images/tab_bar_back.gif');
	/*padding-left: 10px;*/
	text-align: center;
	display: block;
}

.tab_bar_back .separator_left {
	float: left;
	position: relative;
	left: 0px;
	margin: 0px;
}

.tab_bar_back .separator_right {
	float: right;
	position: relative;
	right: 0px;
	margin: 0px;
}

/* koskee kaikkia tabeja*/
div.tab-row ul {
	margin: 0;
	padding: 0px 0px 0px;
	display: inline;
}

/* Est�� tabilinkkien j�rjest�misen allekkain ja pallukoiden n�kymisen */
/* Koskee sek� ikonitabia ett� alempaa tabia */
div.tab-row ul li {
	margin: 0;
	padding: 0px 0px 0px;
	list-style: none;
	display: inline;
}

/* Vaikuttaa kai siihen ettei vierekk�iset linkit mene portaittain alas.. */
/* tai sitten ei vaikuta mihink��...*/
div.tab-row a.tab_link {
	display: inline;
}

div.tab_bar_back a.tab_link:hover {
	background-image: url('../images/tab_bar_hover.gif');
	background-repeat: no-repeat;
}

/* Yhteiset asetukset alemmille tabilinkeille oli ne sitte valittu tai ei */
div.tab-row a.tab_link:link, div.tab-row a.tab_link:visited {
	float: left; /*tarpeellinen*/
	width: 105px;
	text-decoration: none;
	color: #000;
	height: 39px;
}

/* tyyli alemmille tabeille kun linkki on valittu */
div.tab_bar_back li.selected a.tab_link:link, div.tab_bar_back a.tab_link:visited.active
	{
	background-image: url('../images/tab_bar_selected.gif');
	background-repeat: no-repeat;
}

/* Siirt�� valitsemattoman tablinkin tekstin oikealle kohdalle.
koskee vain alempia tabeja */
div.tab_bar_back .tab_bar_link_title {
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
	top: 12px;
}

.icons { /*float:left;*/
	/*kun pois, siirt�� tab baarin ikonien alapulelle */
	height: 89px;
	margin-left: 0px;
	/* Keskitt�� ikonien kuvan my�s ie:ll� (pit�� olla divin tyyliss�, jotta tehoaa) */
	text-align: center;
	display: block;
}

/* T�ll� ei kai tarvetta mihink��..*/ /*
div.icons .icon,
div.icons li.selected a.tab_link:link,
div.icons a.tab_link:visited.active{
	text-align: center;
}
*/ /* Vaikuttaa valittujen ja valitsemattomien ikonien kuvaan*/
div.icons .icon img, div.icons li.selected img {
	border: none;
	position: relative;
	top: 10px;
}

/* Asetukset sek� valitujen ett� valitsemattomien ikonien spannille
HUOM: Vaikuttaa my�s alempiin tabeihin.
*/
div.icons .icon span, div.icons li.selected a.tab_link:link span, div.icons a.tab_link:visited.active span
	{
	position: relative;
	top: 10px;
}

/* Asettaa valitsemattoman ikonin fontin v�rin */
div.icons .icon span {
	color: #FFF;
}

/* Asettaa valitun ikonin fontin v�rin */
div.icons li.selected a.tab_link:link span, div.icons a.tab_link:visited.active span
	{
	color: #000;
}

/* Vaikuttaa molempiin tabeihin, mutta alempi tabi ylikirjoittaa oman hover kuvan */
div.icons a.tab_link:link, div.icons a.tab_link:visited, div.icons a.tab_link:hover
	{
	height: 78px;
	width: 84px;
	position: relative;
	top: 11px;
	text-decoration: none;
}

div.icons a.tab_link:hover {
	background-image: url('../images/icon_hover_back.gif');
	background-repeat: no-repeat;
}

/* Koskee my�s alempia tabeja, tosin alempi t�ydent�� viel� tyyli� osaltaan. */
div.icons li.selected a.tab_link:link, div.icons a.tab_link:visited.active
	/*alunperin .selected_icon */ {
	background-image: url('../images/icon_selected_back.gif');
	background-repeat: no-repeat;
	height: 78px;
	width: 84px;
	position: relative;
	top: 11px;
	text-decoration: none;
}

.logo_container {
	float: right;
	height: 89px;
	width: 230px;
}

.logo {
	float: left;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	height: 89px;
	width: 250px;
	text-align: center;
	margin-left: -220px;
}

.logo_name {
	color: #FFF;
	font-size: 18px;
	position: relative;
	top: 9px;
}

.signed, .logout, .role {
	padding-right: 28px;
	text-align: right;
	position: relative;
	/*padding-right: 5px;*/
}

.role {
	top: 26px;
	color: #FFF;
	margin: 0px;
	clear: both;
}

.signed {
	color: #FFF;
	top: 32px;
}

.separator_upper {
	position: relative;
	float: right;
	right: 10px;
}

.logout a:link, .logout a:active, .logout a:hover, .logout a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #ff6528;
	position: relative;
	top: 36px;
}

.settings {
	margin: 0px;
	position: relative;
	top: 30px;
}

.settings a, .settings img {
	border: none;
	text-decoration: none;
	display: block;
}

.settings a {
	margin-top: 10px;
}

.logo .r_upper {
	position: relative;
	float: right;
	left: -10px;
	top: 8px;
}

#footer, #errorFooter {
	padding-top: 10px;
	color: #15425e;
	margin-bottom: 10px;
	text-align: center;
}

#errorFooter {
	position: relative;
	top: 120px;
}

#footer a, #errorFooter a {
	color: #ff6528;
	font-weight: bold;
}

#page, #errorPage {
	background-color: #FFF;
	height: auto;
	padding: 10px;
	margin: 0px;
	border: 1px solid black; /*#1133AA;*/
	border-top: none;
	/*laittaisi scrollinbarin jos tarvii..*/ /*overflow: auto;*/
}

#errorPage {
	position: relative;
	top: 127px;
}

.login_container {
	text-align: center;
}

.login_pohja {
	background-image: url('../images/login_background.jpg');
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 640px;
	overflow: hidden;
}

.login_nimi {
	position: relative;
	top: 107px;
	margin-left: 20px;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 3px 1px 2px #000;
}

.login_keskus {
	text-align: left;
	position: relative;
	top: -60px;
}

.login_warning {
	color: #ffffff;
	text-align: left;
	position: relative;
	top: -60px;
}

.login_keskus_container {
	text-align: center;
	background-image: url('../images/login_center.gif');
	background-repeat: no-repeat;
	background-size: 450px 550px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	height: 475px;
	width: 441px;
}

.login_inputs {
	position: relative;
	top: 84px;
	left: 55px;
}

.login_inputs a {
	color: #ff6528;
	font-weight: bold;
	position: relative;
	left: 5px;
	top: 12px;
}

.login_inputs  .login_input {
	width: 330px;
	height: 35px;
	font-size: 20px;
	margin-bottom: 14px;
	padding-top: 3px;
}

.login_checkbox {
	width: 400px;
	color: #FFF;
	/*display: inline-table;*/
	position: relative;
	top: -2px;
}

.login_checkbox_box {
	display: inline;
}

.login_ohje {
	display: block;
	color: #FFF;
	margin-bottom: 6px;
}

.login_alaosa {
	text-align: center;
	position: relative;
	top: 103px;
}

.login_alaosa img {
	
}

.login_alaosa p {
	text-align: center;
	line-height: 17px;
	color: #FFF;
}

.login_alaosa a {
	color: #ff6528;
	font-weight: bold;
}

.login_alaosa div {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.login_submit {
	position: relative;
	left: 150px;
}

.login_account_info {
	text-align: center;
}

.login_flag {
	text-align: right;
	position: relative;
	top: 92px;
	right: 45px;
}

.login_feedback .feedbackPanelERROR {
	color: red;
	font-weight: bold;
	width: 300px;
}

.login_feedback .feedbackPanelINFO {
	color: white;
	font-weight: bold;
	width: 300px;
}

.reset_password_help_header {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 330px;
}

.reset_password_help {
	display: block;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 330px;
}

/* Yleiset tyyli formille, jonka sisällä puutaulaukko sijaitsee.*/
form.wicket_tree_table_form {
	margin: 0px;
	padding: 0px;
}

form.wicket_tree_table_form div.tree_table_links {
	text-align: center;
}

/* Yleiset asetukset puutaulukolle.*/
div.wicket_tree_table div.wicket-tree-table {
	overflow: auto;
}

/* Yleiset asetukset puutaulukon otsikkoriville */
div.wicket_tree_table div.wicket-tree-table div.header {
	/*HUOM Sotkee IE:ssa header ja body sarakkeet eri kohtiin. */
	/*text-align: center;*/ /*otsikkorivin kasvatus tekstin rivittyessa*/
	/*ks. myos alla 3 classia*/
	height: auto;
	/*ylikirjottaa tree tablen tyylin, jotta tekstin rivitys onnistuu välilyönnillä*/
	white-space: normal;
}

/*otsikkorivin kasvatus tekstin rivittyessa*/
div.wicket_tree_table div.wicket-tree-table div.a_ {
	height: auto;
}

/*otsikkorivin kasvatus tekstin rivittyessa*/
div.wicket_tree_table div.wicket-tree-table span.b_ {
	height: auto;
}

/*otsikkorivin kasvatus tekstin rivittyessa*/
div.wicket_tree_table div.wicket-tree-table span.b_ span.c_ {
	height: auto;
}

/* Yleiset asetukset puutaulukon sisältöriveille. */
div.wicket_tree_table div.wicket-tree-table-body {
	height: 500px;
	width: 98%;
}

/* Keskittää kaikki solut */
div.wicket_tree_table div.wicket-tree-table-body {
	/*border: 1px solid red;*/
	text-align: center;
}

/* Sisältörivien tyyli */
div.wicket_tree_table div.wicket-tree-table-body div.wicket-aa ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
	font-size: 9pt;
	text-align: left;
	border: 1px solid grey;
}

/* Valitun sisältörivin tyyli */
div.wicket_tree_table div.wicket-tree-table-body div.wicket-aa ul li.selected
	{
	background: #554;
	color: white;
	padding: 0px;
	margin: 0;
}

/* Valitun / editoitavan solun tyyli */
div.wicket_tree_table div.wicket-tree-table-body input.edit-cell {
	width: 90%;
	height: 75%;
	margin: 0px;
	font-size: 100%;
	background-color: white;
	padding: 0px;
}

/* Autocomplete tekstikentän tarjoama lista tree tablessa */
div.wicket-aa {
	background-color: white;
	border-width: 1px;
	border-color: black;
	border-style: dashed;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	margin: 0;
	padding: 2px;
	list-style: none;
	display: inline;
}

/* Valittu elementti autocomplete listalta*/
div.wicket-aa ul li.selected {
	background-color: gray;
	padding: 2px;
	margin: 0;
}

div.scrollingTableContainer {
	overflow: auto;
}

table.dataview {
	margin-bottom: 10px;
	border: 1px solid #C0CAD1;
	font-size: 0.8em;
	font-family: arial;
	width: 100%;
}

table.dataview tr {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.dataview tr.even {
	background-color: #e5e5e5;
}

table.dataview tr.odd {
	background-color: #fff;
}

table.dataview tr td {
	/*padding-left: 35px;
	padding-right: 35px;
	text-align: justify;*/
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.dataview tr th {
	color: black;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 10px;
	background-color: #E3EAED;
	border: 1px solid #cccccc;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	background-position: right;
	background-repeat: no-repeat;
}

table.dataview tr th.wicket_orderDown {
	background-color: #cccccc;
	background-image: url('../images/arrow_down.png');
}

table.dataview tr th.wicket_orderUp {
	background-color: #cccccc;
	background-image: url('../images/arrow_up.png');
}

table.dataview tr th a {
	font-weight: bold;
}

table.dataview #message {
	padding-left: 3px;
}

table.dataview caption {
	padding-bottom: 2px;
	text-align: left;
}

table.dataview, table.dataviewAsset {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
}

table.dataview caption, table.dataviewAsset caption {
	text-align: left;
}

table.dataview tr, table.dataviewAsset tr {
	padding-top: 4px;
	padding-bottom: 4px;
}

table.dataview tr.even, table.dataviewAsset tr.even {
	background-color: #e5e5e5;
}

table.dataview tr.odd, table.dataviewAsset tr.odd {
	background-color: #fff;
}

table.dataviewAsset tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

table.dataview tr th, table.dataviewAsset tr th {
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #E3EAED;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: middle;
	background-position: right;
	background-repeat: no-repeat;
}

table.dataviewAsset tr th {
	padding-left: 0px;
	padding-right: 20px;
}

table.dataview tr th.wicket_orderDown, table.dataviewAsset tr th.wicket_orderDown
	{
	background-color: #dfe7fd;
	background-image: url(../images/arrow_down.png);
}

table.dataview tr th.wicket_orderUp, table.dataviewAsset tr th.wicket_orderUp
	{
	background-color: #dfe7fd;
	background-image: url(../images/arrow_up.png);
}

table.dataview tr th.wicket_orderNone {
	/*background-image: url(displaytag/img/arrow_off.png);*/
	
}

/*
table.dataview tr th.testi{

	}
*/ /*
td.testi{
	width: 100px;
	border: red medium solid;
	display:  block;
	}
*/
table.dataview tr th a, table.dataviewAsset tr th a {
	font-weight: bold;
	color: black;
}

table.dataview tr td a, table.dataviewAsset tr td a {
	color: black;
	font-weight: bold;
}

table.dataview #message, table.dataviewAsset #message {
	padding-left: 3px;
}

table.dataview caption, table.dataviewAsset caption {
	padding-bottom: 2px;
}

span.feedback_error {
	font-weight: bold;
	color: red;
}

.wicket-ajax-indicator {
	float: left;
	width: 0px;
}

/* https://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html */
#bysy_indicator {
	display: none;
	float: right;
	margin-top: 50px;
	margin-right: 10px;
	z-index: 9000;
	width: 14px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

td.unconfirmed {
	color: red;
	font-style: italic;
}

input.unconfirmed {
	color: red;
	font-style: italic;
}

td.confirmed {
	font-weight: bold;
}

input.confirmed {
	font-weight: bold;
}

/* Style makes readonly input look like label */
/* In order to work with IE7 must be 'input[readonly], NOT 'input[readonly='readonly']*/
input[readonly].viewEditInput {
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	font-size: 0.9em;
	background-color: white;
	color: black;
	border: none;
	min-height: 10px;
	opacity: 1;
	width: 230px;
}

/* Defines list element (basically needed to get around IE7 problems) */
li.viewEditInput {
	padding: 0px;
	margin: 0;
	display: inline;
}

/* Trying to move search panel on top of tab bar */
div.search_panel {
	position: absolute;
	top: 90px;
	/*right:100px;*/ /*left: 30%;*/
	left: 741px;
	z-index: 1000;
}

.shipment_type {
	position: absolute;
	left: 375px;
	top: 95px;
	z-index: 1000;
}

/* Special case where div is not inside form and thus positioning is different */
div.search_panel_addition_when_not_inside_form {
	top: 98px;
}

.raklitopurgent {
	background-color: #D73D00;
}

.rakliurgent {
	background-color: #F8AD00;
}

.red {
	background-color: #F4DEB2;
	text-align: center;
	height: 22px;
	font-size: 15px;
}

.yellow {
	background-color: #FFF5A7;
	text-align: center;
	font-size: 15px;
}

.green {
	background-color: #A7FFAB;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
}

.gray {
	background-color: gray;
	text-align: center;
	height: 22px;
	font-size: 15px;
}

.empty {
	text-align: left;
	height: 22px;
	font-size: 15px;
}

.emptyTask {
	text-align: center;
	height: 22px;
	font-size: 15px;
}

th.centerAlign * {
	text-align: center !important;
}

.centerAlign * {
	text-align: center !important;
}

.rightAlign * {
	text-align: right !important;
	color: #606060;
}

a.yellow {
	background-color: #FFF5A7;
	text-align: center;
}

a.green {
	background-color: #A7FFAB;
	text-align: center;
}

.grid_cell_font {
	color: grey;
}

tr.spaceUnder>td {
	padding-bottom: 1em;
}

input.editFont {
	font-size: 15px;
}

.circledRed {
	background-image: url('../images/Red22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circledRedSmall {
	background-image: url('../images/Red22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.circledGrey {
	background-image: url('../images/Grey22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circledGreySmall {
	background-image: url('../images/Grey22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.circledGreen {
	background-image: url('../images/Green22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circledGreenSmall {
	background-image: url('../images/Green22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.circledOrange {
	background-image: url('../images/Orange22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circledOrangeSmall {
	background-image: url('../images/Orange22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.circleViolet {
	background-image: url('../images/Violet22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circleVioletSmall {
	background-image: url('../images/Violet22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.circleBlue {
	background-image: url('../images/Blue22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circleBlueSmall {
	background-image: url('../images/Blue22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.circleOrangeB {
	background-image: url('../images/Orangeb22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circleOrangeBSmall {
	background-image: url('../images/Orangeb22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.circleBlack {
	background-image: url('../images/Black22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circleBlackSmall {
	background-image: url('../images/Black22.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.redArrow {
	background-image: url('../images/redArrow.png');
	background-position: center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	color: transparent;
	line-height: 30px;
}

.orangeArrow {
	background-image: url('../images/orangeArrow.png');
	background-position: center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	color: transparent;
	line-height: 30px;
}

.greenArrow {
	background-image: url('../images/greenArrow.png');
	background-position: center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	color: transparent;
	line-height: 30px;
}

.disabled {
	background-color: white;
	color: grey;
	border: none;
	min-height: 10px;
	opacity: 1;
	width: 230px;
}

.font40 {
	font-size: 40%;
	text-transform: capitalize;
}

.navigator {
	font-size: 12px;
	margin-bottom: 20px;
}

.greenCSS {
	color: green;
	text-decoration: none;
}

.redCSS {
	color: red;
	text-decoration: none;
}

.leaveInformation {
	color: red;
	text-decoration: none;
}

.redText {
	color: red;
}

.greenText {
	color: green;
}

.normalText {
	color: black;
}

.whiteText {
	color: white;
}

.orangeText {
	color: orange;
}

.blueText:hover {
	color: blue;
	cursor: pointer;
	cursor: hand;
}

.fileAvailable {
	background-image: none;
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.fileNotAvailable {
	background-image: none;
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	visibility: hidden;
}

table.serviceManDataview {
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: arial;
	width: 90%;
	text-align: left;
	background: #E3EAED;
	height: 350px;
	min-height: 350px;
	border-radius: 8px;
	padding: 4px;
	-moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
	-webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
	box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
}

table.serviceManDataview tr {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.serviceManDataview tr.even {
	background-color: #e5e5e5;
}

table.serviceManDataview tr.odd {
	background-color: #fff;
}

table.serviceManDataview tr td {
	text-align: left;
}

table.serviceManDataview td {
	width: auto;
}

.serviceManDataview a {
	font-size: 10px;
}

.info {
	background-image: url('../images/info.png');
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: transparent;
}

.post {
	font-family: arial;
	font-size: 100%;
	float: left;
	margin: 1em;
	width: 320px;
	min-height: 20px;
	color: #fff;
	background: #ffffcc;
	padding: 10px;
	border-radius: 6px;
	/* Firefox */
	-moz-box-shadow: 2px 2px 5px rgba(33, 33, 33, 1);
	/* Safari+Chrome */
	-webkit-box-shadow: 2px 2px 5px rgba(33, 33, 33, .7);
	/* Opera */
	box-shadow: 2px 2px 5px rgba(33, 33, 33, .7);
}

.post table {
	width: 100%;
}

.post ul, li {
	list-style: none;
}

.post ul {
	overflow: hidden;
	padding: 3em;
}

.post ul li a {
	text-decoration: none;
	color: black;
	background: #ffc;
	display: block;
	height: 10em;
	width: 10em;
	padding: 1em;
}

.post ul li {
	margin: 1em;
	float: left;
}

.post h5 {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
}

.post textarea {
	background: transparent;
	padding: 10px;
	color: black;
	resize: none;
	border: 0px;
	overflow: auto;
	min-width: 240px;
	line-height: 1, 5em;
	padding-left: 0px;
	min-height: 100px;
}

.post text {
	width: 100%;
	background: transparent;
	border: 0px solid black;
}

.post label {
	padding-top: 10px;
	color: black;
}

.post:hover {
	-moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	-webkit-transform: scale(1.125);
	-moz-transform: scale(1.125);
	-o-transform: scale(1.125);
	position: relative;
	z-index: 5;
	-moz-transition: -moz-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	-webkit-transition: -webkit-transform .15s linear;
}

.post:focus {
	-moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	-webkit-transform: scale(1.125);
	-moz-transform: scale(1.125);
	-o-transform: scale(1.125);
	position: relative;
	z-index: 5;
	-moz-transition: -moz-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	-webkit-transition: -webkit-transform .15s linear;
}

.post a, a:visited {
	color: blue;
}

.multiselectView {
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 4px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	-moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	position: absolute;
	left: 630px;
	padding: 2px;
	height: 300px;
	width: 220px;
	border: 1px solid black;
	top: 140px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2;
}

.propertyTeam {
	width: 370px;
}

.propertyTeam p {
	margin-top: 0px;
}

.useful-item {
	background-color: #B0C4DE;
	padding: 8px;
	width: 160px;
}

.board-items {
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
	width: 100%;
}

.board-post {
	margin-left: 3%;
}

.form-label-post {
	margin-left: 20%;
	width: 100px;
}

.form-label-news {
	margin-left: 20%;
	width: 100px;
}

.form-label-useful {
	margin-left: 20%;
	width: 100px;
}

.span-6 .post h4 {
	font-size: 14px;
	font-weight: bold;
}

.span-6 .post h4 a {
	text-decoration: none;
	line-height: 105%;
	color: #3E139C;
}

.fileUpload-items {
	float: left;
	width: 30%;
	margint-left: 5%;
}

.lastUpdated {
	z-index: 1000;
	border-radius: 4px;
	padding: 5px;
	background: none repeat scroll 0px 0px rgb(245, 225, 186);
	border: 2px solid;
	right: 34px;
	position: fixed;
	margin-top: -115px;
}

.rectangedRed {
	color: red;
	font-weight: bolder;
}

.userInstruction {
	margin-top: 10px;
	margin-bottom: 5px;
	font: bold;
}

.dynamicSearch {
	box-shadow: 0 0 32x #CC0000;
	margin-bottom: 2px;
	margin-right: 0px;
}

.border {
	border: 1pt solid lightgrey;
	padding: 5px;
}
.userMultiSelectView {
	background-color: white; /*#ede8e4;*/
	float: right;
	height: 150px;
	margin-right: 25%;
	overflow-y: scroll;
	width: auto;
}
.calendarMultiselectView {
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 4px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	-moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .7);
	position: absolute;
	left: 200px;
	padding: 2px;
	height: 300px;
	width: 220px;
	border: 1px solid black;
	top: 140px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2;
}