html {
	height: 100%;
	overflow: hidden;
}

body {
	background: #dcdcdc;
	color: #666;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 100%;
	min-width: 1024px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

.hidden {
	display:none !important;
}

body#login {
	background: #0f0f0f;
}

/* Primary navigation */

nav#primary {
	background: #0a0a0a;
	float: left;
	height: 100%;
	width: 100px;
}

nav#primary ul li a {
	color: #777;
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .2s linear, background-color .2s linear;
	-moz-transition: color .2s linear, background-color .2s linear;
	transition: color .2s linear, background-color .2s linear;
}

nav#primary ul li a span {
	display: block;
	font-size: 32px;
	line-height: 0.5;
	padding-top: 7px;
}

nav#primary ul li a:hover {
	color: #ededed;
	background-color: #0E2635;
}

nav#primary ul li.active a {
	color: #ededed;
	background-color: #00595E;
	text-transform: uppercase;
	font-weight: bold;
}

nav#primary ul li.bottom a {
	bottom: 7px;
	position: absolute;
	width: 100px;
}

nav#primary ul li a .icon32 {
	height: 32px;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: -6px;
	padding: 0;
	width: 32px;
}

nav#primary ul li a:hover .icon32, nav#primary ul li.active a .icon32 {
	background-position: 100%;
}

/* Secondary navigation */

nav#secondary {
	background: #f5f5f5;
	border-right: solid 1px #bababa;
	float: left;
	height: 100%;
	width: 250px;
	overflow:auto;
	position:relative;
}

/*nav#secondary ul {
	border-bottom: 1px solid #fff;
	width: 100%;
}*/

nav#secondary ul li span a, nav#secondary ul li>a {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #fff;
	color: #8a8a8a;
	display: block;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 12px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

nav#secondary ul li span a:hover {
	background: #fff;
}

nav#secondary ul li.active span a, nav#secondary ul li.active>a {
	background-color: #497eac;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(107, 160, 206)), to(rgb(73, 126, 172)));
	background-image: -webkit-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
	background-image: -moz-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
	background-image: -o-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
	background-image: -ms-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
	background-image: linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6ba0ce', EndColorStr='#497eac');
	border-bottom: 1px solid #467cad;
	border-top: 1px solid #699fd0;
	color: #fff;
	text-shadow: 0 1px 0 #104266;
}

nav#secondary ul li:first-child span a, nav#secondary ul li:first-child>a {
	border-top: none;
}
nav#secondary div.tree ul li,
nav#secondary div.page-tree ul li,
nav#secondary div.filegroup-tree ul li,
nav#secondary div.theme-tree ul li  {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #fff;
	color: #8a8a8a;
	display: block;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 0px 0px 14px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #CFD9B9;
}

nav#secondary div.page-tree ul li {
	padding: 0px 0px 0px 0px;
}
nav#secondary div.page-tree ul li span {
	line-height:30px;
}
nav#secondary div.page-tree ul li span.fancytree-expander {
	margin-top:7px;
}
nav#secondary div.page-tree ul span.fancytree-node span.fancytree-title,
nav#secondary div.page-tree ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
	width:auto;
	flex-grow: 2;
}

nav#secondary ul.jqtree-tree {
	margin-left:0px;
}
nav#secondary div.page-tree ul li .nodeContainer {
	display: flex;
	flex: 0 1 auto;
	justify-content: flex-start;
	align-items: center;
}
nav#secondary div.page-tree ul li .nodeContainer .actions {
	align-self: flex-end;
	display: none;
	padding: 0 .75rem;
}
nav#secondary div.page-tree ul li .nodeContainer:hover .actions  {
	display: flex;
}
nav#secondary div.page-tree ul li .nodeContainer .actions .action {
	display: inline-block;
	align-items:center;
	cursor: pointer;
	line-height: 30px;
}

nav#secondary div.page-tree ul li .nodeContainer .actions .action .button {
	border:0;
	background-color: none;
	padding:4px;
}

nav#secondary>div.panel {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:45px;
	overflow:auto;
}

nav#secondary>div.footer {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	padding:10px 5px;
	background-color:#DEDEDE;
}

nav#secondary div.tree li.jqtree-folder, nav#secondary div.page-tree li.jqtree-folder, nav#secondary div.filegroup-tree li.jqtree-folder, nav#secondary div.theme-tree li.jqtree-folder  {
	padding:0px;
}

nav#secondary div.tree li.jqtree-folder > div, nav#secondary div.page-tree li.jqtree-folder > div, nav#secondary div.filegroup-tree li.jqtree-folder > div, nav#secondary div.theme-tree li.jqtree-folder > div {
}

nav#secondary div.tree li.jqtree-folder ul, nav#secondary div.page-tree li.jqtree-folder ul, nav#secondary div.filegroup-tree li.jqtree-folder ul, nav#secondary div.theme-tree li.jqtree-folder ul  {
	margin-left:0px;
}

nav#secondary div.tree li.jqtree-folder li, nav#secondary div.page-tree li.jqtree-folder li, nav#secondary div.filegroup-tree li.jqtree-folder li, nav#secondary div.theme-tree li.jqtree-folder li{
	padding-left:20px;
	background-color: #ECF6D6;
}

nav#secondary ul.jqtree-tree .jqtree-toggler {
	display:inline;
	position:relative;
	border:0px;
	top: 0px;
	left: 0px;
	padding:12px 5px;
}

.nav.nav-tabs > li {
		margin: 0;
}

ul.jqtree-tree li.jqtree-selected {
	background: -moz-linear-gradient(center top , #BEE0F5, #89AFCA) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* Main section */

section#maincontainer {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#main {
	margin-top:20px;
	padding: 16px 0 0 13px;
}

/* Notifications */

#notifications {
	background: #f1f1f1;
	bottom: 0;
	display: none;
	margin-bottom: -1px;
	min-height: 48px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	width: 251px;
}

#notifications > a {
	background: url(../img/notifications_bg.png) repeat-x bottom;
	display: block;
	font-size: 11px;
	padding-bottom: 20px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	z-index: 2;
}

#notifications ul {
	bottom: 0;
	text-align: left;
	padding-bottom: 6px;
	position: absolute;
}

#notifications ul li {
	line-height: 28px;
	margin-bottom: -6px;
	padding-left: 8px;
	position: relative;
}

#notifications ul li.error {
	color: #ad6262;
}

#notifications ul li span {
	margin-right: 4px;
}

#notifications .time {
	color: #bbb;
	font-size: 11px;
	position: absolute;
	right: 4px;
	top: 5px;
}

/* Obtrusive notifications */
body>.notification {
	position:absolute;
}
.notification {
	border-radius: 2px;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 7px;
	padding: 10px 14px 10px 10px;
	text-transform: uppercase;
	z-index: 1000;
	position:relative;
	min-width:400px;
}

.notification>button.dismiss {
	float:right;
	line-height: 16px;
	font-size: 22px;
	font-weight: bold;
	border-radius: 3px;
	background-image:none;
	padding:3px;
}

.notification.success>button.dismiss{
	border:1px solid #72BC66;
	background-color:#A9DBA9;
	box-shadow: 2px 2px 2px 2px #8EC08E;
}
.notification.success>button.dismiss:hover{
	background-color: #B9EBB9;
}
.notification.success>button.dismiss:active{
	background-color: #B9EBB9;
	border:1px solid #A1D3A1;
	box-shadow: -1px -1px 4px -1px #5ba54f;
}

.notification>.body {
	margin-right:24px;
}

.notification .close {
	font-weight: bold;
	position: absolute;
	right: 10px;
	text-decoration: none;
}

.notification .icon {
	display: block;
	float: left;
	margin-right: 7px;
	height: 24px;
}

.notification.success {
	background-image:none;
	background-color:#A1D3A1;	
	color: #5ba54f;
	text-shadow: 0 1px 0 #d6fdcf;
}

.notification.success .icon {
	background: url(../img/notification_success_icon.png) no-repeat center;
}

.notification.success .close {
	color: #5ba54f;
}

.notification.error, .notification.failure {
	background-image:none;
	background-color:#D3A1A1;
	color: #a54f4f;
	text-shadow: 0 1px 0 #fdcfcf;
}

.notification.error .icon {
	background: url(../img/notification_error_icon.png) no-repeat center;
}

.notification.error .close {
	color: #a54f4f;
}

.notification.information {
	background: url(../img/notification_information.png) repeat-x;
	color: #5089a6;
	text-shadow: 0 1px 0 #cfedfc;
}

.notification.information .icon {
	background: url(../img/notification_information_icon.png) no-repeat center;
}

.notification.information .close {
	color: #5089a6;
}

.notification.generic {
	background-color: #EAEAEA;
	color: #999999;
	font-weight:normal;
	text-transform:none;
	padding-left:15px;
	padding-right:15px;
	height:28px;
	padding-top:2px;
}

.notification.generic .icon {
	background-color: #EAEAEA;
}

.notification.generic .close {
	color: #666666;
}

.notification.warning {
	background: url(../img/notification_warning.png) repeat-x;
	color: #a6a450;
	text-shadow: 0 1px 0 #fcfccf;
}

.notification.warning .icon {
	background: url(../img/notification_warning_icon.png) no-repeat center;
}

.notification.warning .close {
	color: #a6a450;
}

/* Quick actions */

.quick-actions {
	margin-bottom: 16px;
}

.quick-actions a {
	background-color: #ebebeb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(235, 235, 235)));
	background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: -moz-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: -o-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: -ms-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb');
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ccc, inset 0 1px 0 #fff;
	color: #666;
	display: inline-block;
	*display: inline;
	font-size: 11px;
	line-height: 32px;
	margin-right: 3px;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	zoom: 1;
}

.quick-actions a:hover {
	color: #4f4f4f;
}

.quick-actions a.disabled {
	color: #cacaca;
	cursor: default;
}

.quick-actions a span.icon32 {
	background-repeat: no-repeat;
	height: 32px;
	margin: 0 auto;
	margin-top: 11px;
	margin-bottom: -11px;
	width: 32px;
}

/* Boxes */

.box {
	background: #fafafa;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	margin-bottom: 16px;
}

.box-header {
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
	border-top: 1px solid #fafafa;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 40px;
}

.box-header .glyph {
	float: left;
	font-size: 16px;
	line-height: 40px;
	margin-right: -3px;
	padding-left: 14px;
	text-shadow: 0 1px 0 #fff;
}

.box-header .icon16 {
	float: left;
	height: 16px;
	width: 16px;
	margin-left: 14px;
	margin-right: -3px;
	margin-top: 11px;
}

.box-header h1 {
	color: #898989;
	float: left;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 14px;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
}

.box-header ul {
	border-left: 1px solid #e1e1e1;
	float: right;
}

.box-header ul li {
	display: inline;
}
.box-header ul li.disabled {
	display: none;
}

.box-header ul li a {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #e1e1e1;
	color: #999;
	display: inline-block;
	*display: inline;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	zoom: 1;
}

.box-header ul li a:hover {
	background: #eee;
}

.box-header ul li:first-child {
	margin-left: 0;
}

.box-header ul li:last-child a {
	border-right: none;
}

.box-header ul li.active a {
	background: #fafafa;
	border-left: 1px solid #fafafa;
	cursor: default;
}

.box-content {
	padding: 14px;
}

/* Columns */

form > .column-left {
	border-right: 1px solid #e1e1e1;
	padding-right: 2%;
}

.column-left {
	float: left;
	width: 49%;
}

.column-right {
	float: right;
	width: 49%;
}

form .column-left, form .column-right {
	width: 48%;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Forms */

form p {
	margin-bottom: 11px;
	position: relative;
}

form input[type="text"], form input[type="password"], form textarea {
	background: url(../img/input_bg.png) repeat-x #fdfdfd;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff;
	color: #666;
	font-family: "Aller", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 30px;
	outline: none;
	padding: 6px 10px;
	resize: none;
	width: 100%;
}

form input::-webkit-input-placeholder, form input::-moz-placeholder {
	color: #bbb;
}

form textarea {
	height: 112px;
	line-height: 18px;
	margin-bottom: 0;
	padding-top: 8px;
}

form div.combined {
	position: relative;
}

form div.combined p {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

form div.combined p input {
	display: inline;
}

form div.combined p:first-child input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: none;
}

form div.combined p:first-child {
	margin-right: -3px;
}

form div.combined p.last-child {
	position: absolute;
	right: 0;
	top: 0;
}

form div.combined p.last-child input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

form p.small { width: 25% }
form p.medium { width: 51% }
form p.large { width: 76% }

form p .icon {
	position: absolute;
	right: 8px;
	top: 7px;
}

form p .icon.valid {
	display: none;
}

form p input.error, form p textarea.error {
	border: 1px solid #d29797;
	border-top: 1px solid #ae6767;
	color: #ad6262;
}

form p span.error {
	background: url(../img/error.png) no-repeat center;
	display: block;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	z-index: 99;
}

form p span.error label {
	background: url(../img/tooltip_bg.png);
	border-radius: 3px;
	bottom: 31px;
	color: #fff;
	display: none !important;
	font-size: 11px;
	line-height: 17px;
	padding: 6px 9px;
	position: absolute;
	right: -25px;
	text-align: left;
	width: 180px;
	z-index: 9;
}

form p .tip {
	background: url(../img/tip_bg.png) no-repeat;
	bottom: -6px;
	display: block;
	height: 6px;
	position: absolute;
	right: 34px;
	width: 12px;
	z-index: 9;
}

form p span.error:hover label {
	display: block !important;
}

form p > label {
	color: #666;
	line-height: 19px;
	text-indent: 4px;
}

form p {
	clear: both;
	color: #999;
	line-height: 24px;
}

form p small {
	font-size: 11px;
	font-style: italic;
	float: right;
	margin-bottom: 14px;
}

form > div > p:last-child {
	margin: 0;
}

.form-control, form .field.container_12 {
	margin-bottom:10px;
}

.form-control, form .field.container_12>.label{
	line-height:30px;
	font-weight:bold;
}

/* Charts legend */

.legend table {
	width: auto;
}

.legend table tr, .legend table td {
	border: none;
	font-size: 12px;
	padding: 4px;
}

/* Table checkbox fix */

table td .prettyCheckbox {
	position: absolute;
}

/* Tables */

table {
	width: 100%;
}
/**/
table tr {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fff;
}

thead tr {
	border-top: none;
}

table tbody tr:last-child {
	border-bottom: none;
}

tbody tr:nth-child(odd) {
	background: #fdfdfd;
}

tbody tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

tbody tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

tbody tr td, thead tr th {
	border-left: 1px solid #fff;
	border-right: 1px solid #f4f4f4;
	padding: 12px 14px;
	position: relative;
	text-align: left;
	vertical-align:middle;
}

#calendar table td, #calendar table th {
	position: static;
}

/* Statistics */
ul.statistics {
	margin: 10px 0;
}

.box ul.statistics li {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fff;
	list-style: none;
}

ul.statistics li:first-child {
	border-top: none;
}

ul.statistics li:last-child {
	border-bottom: none;
}

ul.statistics li a {
	color: #666;
	display: block;
	line-height: 32px;
	text-decoration: none;
}

ul.statistics li a:hover {
	color: #999;
}

ul.statistics li a span {
	display: inline-block;
	*display: inline;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 70px;
	zoom: 1;
}

/* Select boxes */

select {
	width: 100%;
}

/* Modal functionality */
#overlay {
	background-color: rgba(0,0,0,0.5);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

#modalcontainer {
	margin: 100px auto;
	width: 50%;
	min-width: 640px;
	height: 60%;
}

#modalcontainer > .modalwindow {
	height: 100%;
	position: relative;
}

#modalcontainer > .modalwindow > .box-content {
	position: relative;
	left: 0;
	right: 0;
	height: 100%;
	padding: 0;
}

#modalcontainer > .modalwindow > .box-content > iframe,
#modalcontainer > .modalwindow > .box-content > form {
	position: absolute;
	width: 100%;
	height: 100%;
}#modalcontainer > .modalwindow > .box-content > form {
	top: 5px;
}
#modalcontainer > .modalwindow > .box-content > form > p {
	margin-left: 14px;
	margin-right: 14px;
}

#modalcontainer > .modalwindow > .box-content > .action_bar,
#modalcontainer > .modalwindow > .box-content > form > .action_bar {
	position: absolute;
	bottom: -49px;
	left: 0;
	right: 0;
	margin: 0;
}
#modalcontainer > .modalwindow > .box-content > form > .action_bar {
	bottom: 5px;
}
#modalcontainer .action_bar {
	margin: 0;
}


/* File inputs */
.customfile-input {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 100px;
	opacity: 0;
	position: absolute;
	z-index: 999;
}

.customfile {
	background: url(../img/input_bg.png) repeat-x #fdfdfd;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff;
	font-family: "Aller", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 30px;
	outline: none;
	overflow: hidden;
	padding-left: 10px;
	position: relative;
}

.customfile-disabled {
	cursor: default;
	opacity: .5;
}

.customfile-feedback {
	color: #999;
	display: block;
	line-height: 30px;
}

.customfile-feedback-populated {
	color: #666;
}

.customfile-button {
	background: url(../img/file_bg.png) repeat-x;
	border-left: 1px solid #d9d9d9;
	color: #666;
	cursor: pointer;
	float: right;
	line-height: 30px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}

.customfile .error {
	display: none !important;
}

/* Action bar */
.action_bar {
	background: url(../img/action_bar_bg.png) repeat-x #e8e8e8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 7px 14px 7px 8px;
}

.box-content .action_bar {
	margin: -14px;
	margin-top: 14px;
}

/* Buttons */
input.button, .button, a.button {
	background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ddd;
	color: #757575;
	display: inline-block;
	*display: inline;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	margin-right: 4px;
	padding: 0 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	zoom: 1;
}

.box-content > .button {
	margin-bottom: 7px;
}

input.button, a.button {
	height: 33px;
	margin-top: 0px;
}

.button.blue {
	background: url(../img/buttonblue_bg.png) repeat-x #477dae;
	border: 1px solid #477dae;
	color: #fff;
	text-shadow: 0 1px 0 #104266;
}

.button:hover {
	background: #ebebeb;
}

.button.blue:hover {
	background: #558bbc;
}

.button .glyph {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	margin-right: 8px;
	margin-top: -100%;
}

.button .icon16 {
	float: left;
	height: 16px;
	width: 16px;
	margin-left: -1px;
	margin-right: 8px;
	margin-top: 7px;
}

.button.small {
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}

.button.small .icon16 {
	background-size: 28px;
	background-repeat: no-repeat;
	height: 14px;
	margin-top: 5px;
	margin-right: 7px;
	width: 14px;
}

.button.small .glyph {
	font-size: 14px;
}

.button.plain {
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #aaa;
	font-size: 9px;
	height: 22px;
	line-height: 22px;
	margin: -4px 0;
	margin-right: -4px;
}

.button.disabled {
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	background:none;
	text-shadow:none;
	box-shadow:none;
}
.button.disabled:hover {
	background: none;
}
.button.disabled:active {
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	background:none;
	text-shadow:none;
	box-shadow:none;
}
.button.plain:hover {
	color: #777;
}

.button.plain .glyph {
	font-size: 12px;
	margin-right: 4px;
}

.button.plain .icon16 {
	background-size: 24px;
	height: 12px;
	margin-left: -3px;
	margin-top: 5px;
	width: 12px;
}

.button.plain:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.button.plain:last-child {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

.button span.ui-icon {
	float: left;
	margin-right: 8px;
	margin-top: 7px;
	opacity: .7;
}

/* Sliders */
.ui-slider {
	border: none;
	margin-bottom: 14px;
}

.ui-slider:last-child {
	margin: 0;
}

.ui-slider-range {
	border-radius: 10px
}

.ui-slider-horizontal {
	background: url(../img/slider_bg.png) repeat-x;
	height: 7px;
}

.ui-slider-horizontal .ui-slider-handle {
	background: url(../img/slider_handle.png) no-repeat;
	border: none;
	cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active {
	background-position: 0 -16px;
}

.ui-slider-horizontal .ui-slider-range {
	background: url(../img/slider_active_bg.png) repeat-x;
}

.ui-slider-vertical {
	background: url(../img/slider_vert_bg.png);
	height: 100px;
	margin-right: 14px;
	margin-bottom: 0;
	width: 7px;
}

.ui-slider-vertical:last-child {
	margin: 0;
}

.ui-slider-vertical .ui-slider-handle {
	background: url(../img/slider_handle.png) no-repeat;
	border: none;
	cursor: pointer;
	margin-left: -1px;
}

.ui-slider-vertical .ui-slider-handle.ui-state-active {
	background-position: 0 -15px;
}

.ui-slider-vertical .ui-slider-range {
	background: url(../img/slider_vert_active_bg.png);
}

.slider-vertical {
	float: left;
}

/* Progress bar */
.ui-progressbar {
	height: 24px;
}

/* Calendar */
table.fc-header {
	display: block;
	height: 40px;
	margin-top: -40px;
}

table.fc-header .fc-header-title h2 {
	color: #898989;
	line-height: 40px;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}

table.fc-header tr {
	background: none;
	border: none;
}

table.fc-header tr td {
	background: none;
	border: none;
}

table.fc-header .fc-header-right {
	padding-right: 8px;
	padding-top: 7px;
}

table.fc-header .fc-button {
	background: none;
	border: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

table.fc-header .fc-button .fc-button-inner {
	background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #757575;
	display: inline-block;
	*display: inline;
	font-family: "Tahoma", sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0 4px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	zoom: 1;
	-khtml-user-select: none;
	-moz-user-select: none;
}

table.fc-header .fc-button .fc-button-inner:hover {
	background: #f7f7f7;
}

table.fc-header .fc-button.fc-state-disabled .fc-button-inner {
	color: #ccc;
}

table.fc-header .fc-button.fc-state-active .fc-button-inner {
	background: url(../img/buttonblue_bg.png) repeat-x #477dae;
	border: 1px solid #477dae;
	color: #fff;
	text-shadow: 0 1px 0 #104266;
}

table.fc-header .fc-button-month .fc-button-inner, table.fc-header .fc-button-prev .fc-button-inner {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

table.fc-header .fc-button-basicDay .fc-button-inner, table.fc-header .fc-button-next .fc-button-inner {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

table.fc-header .fc-button-basicWeek .fc-button-inner, table.fc-header .fc-button-today .fc-button-inner {
	border-radius: 0;
}

table.fc-header .fc-button .fc-button-inner .fc-button-content {
	height: 24px;
	line-height: 24px;
}

table.fc-header .fc-button .fc-button-inner .fc-button-effect {
	display: none;
}

table.fc-header .fc-button-prev .fc-button-inner, table.fc-header .fc-button-next .fc-button-inner {
	font-size: 12px;
	font-weight: normal;
}

table.fc-header .fc-button-prev .fc-button-inner .fc-button-content, table.fc-header .fc-button-next .fc-button-inner .fc-button-content {
	line-height: 14px;
}

table.fc-content .fc-event .fc-event-skin {
	background: red !important;
}

.fc-content table tbody tr td, .fc-content table thead tr th {
	border-color: #ddd;
}

.fc-content table thead tr th {
	font-size: 12px;
	padding: 7px;
}

.fc-content .fc-event .fc-event-title {
	display: block;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 4px;
}

.fc-content .fc-event .fc-event-time {
	display: block;
	padding: 2px 4px;
}

/* Styles */
a {
	color: #999;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

p {
	line-height: 20px;
	margin-bottom: 14px;
}

blockquote {
	border-left: 4px solid #ddd;
	color: #888;
	line-height: 20px;
	margin-bottom: 14px;
	padding-left: 14px;
}

p.warning {
	background: url(../img/warning.png) no-repeat;
	font-style: italic;
	line-height: 16px;
	padding-left: 25px;
	margin-left: 1px;
}

input {
	outline: none;
}

.nomargin {
	margin: 0;
}

strong {
	font-weight: bold;
}

.red, a.button.red {
	color: #ad6262;
}

.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 {
	margin-bottom: 14px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.box-content ul li {
	line-height: 20px;
	list-style: disc;
	margin-left: 14px;
}

.box-content ol li {
	line-height: 20px;
	list-style: decimal;
	margin-left: 14px;
}

.box-content ol li ol li {
	list-style: lower-alpha;
}

/* Login page */
#login_container {
	margin: 0 auto;
	margin-top: 150px;
	position: relative;
	width: 602px;
}

#login_form {
	background: #f9f9f9;
	border-radius: 2px;
	box-shadow: 0 1px 5px black;
	margin: 0 auto;
	padding: 8px;
	position: absolute;
	top: 64px;
	zoom: 1;
}

#login_form p {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-right: 4px;
	width: 240px;
	zoom: 1;
}

#login_form button {
	line-height: 30px;
	margin: 0;
}

/* Icons */
.icon {
	background: url(../img/icons.png);
	display: block;
	height: 16px;
	width: 16px;
}

.icon.tick {
	background-position: 0 0;
}

.icon.info {
	background-position: 0 -16px;
}

.icon.warning {
	background-position: 0 -32px;
}

.icon.search {
	background-position: 0 -48px;
}

.icon.calendar {
	background-position: 0 -64px;
}

/* Tablet orientation */
#rotatedevice {
	display: none;
}
.triggerwindow .target {
	padding-right:0px;
	cursor:pointer;
	margin-right:-1px;
}
.triggerwindow.menu {
	border-top-right-radius: 0px;
}
.triggerwindow .target>div.text {
	float:left;
}
.triggerwindow .target>div.trigger {
	border-left: 1px solid #DEDEDE;
	display:block;
	float:right;
	height:100%;
	margin-left:5px;
	padding-left:2px;
	position:relative;
	width:18px;
}

.triggerwindow .target>div.trigger>b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/chosen-sprite.png) no-repeat 2px 6px;
}
.triggerwindow .target.open {
	/*border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-color:#EFEFEF;
	background-color: #CCCCCC;*/
}
.triggerwindow .target.open {
	/*border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-color:#EFEFEF;
	background-color: #CCCCCC;*/
}
.triggerwindow .target.open>div.trigger>b {
	background-position: -16px 6px;
}

.pom-triggerfield .item .detail { float:left; margin-left:15px; }
.pom-triggerfield .item .tools { float:left; margin-left:15px; }
.pom-triggerfield .items .item {
	padding:5px 0px;
	line-height:18px;
}
.pom-triggerfield .items .item:hover {
	font-weight:bold;
	background-color:#CCFECC;
	box-shadow: 3px 3px 1px 0px #999999;
}
.pom-triggerfield .items .item .detail { float:left; margin-left:5px; max-width:90%; }
.pom-triggerfield .items .item .tools { float:right; margin-left:15px; margin-right:5px; }
.pom-triggerfield .items .item .tools>.icon:hover {
	background-color:#FFFFFF;
	border-radius:3px;
	box-shadow: 2px 2px 1px 0px #999999;
}
.pom-triggerfield .items>.item .tools>.icon:active {
	background-color:#AAAAAA;
}

/* FILE PICKER FIELD */
.pom-triggerfield.filePicker {

}
.pom-triggerfield.filePicker .pom-field-trigger.target.file:hover {
	font-weight:bold;
	background-color:#CCFECC; /*#ABDDAB*/;
	box-shadow: 3px 3px 1px 0px #999999;
}
.pom-triggerfield.filePicker .pom-field-trigger.target.file:active {
	font-weight:bold;
	background-color:rgb(165,215,165); /*#A5D7A5*/;
	box-shadow: none;
	border-style:inset;
}
.pom-triggerfield.filePicker .pom-field-trigger.open {
	background-color:#CCCCCC;
}

.pom-triggerfield.filePicker .items {
	border-top:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}

.pom-triggerfield.filePicker .items>.item {
	border-bottom:1px solid #DEDEDE;
}

.pom-triggerfield.filePicker .items > .item > .tools {
	margin-top:2px;
}

/* IMAGE PICKER FIELD*/
.pom-triggerfield.imagePicker .item {
	vertical-align:middle;
}
.pom-triggerfield.imagePicker .item .detail, .pom-triggerfield.imagePicker .item .tools, .pom-triggerfield.imagePicker .item .thumb, .pom-triggerfield.imagePicker .item .detail {
	float:none;
	display:inline-block;
}
.pom-triggerfield.imagePicker .item .detail .thumb {
	text-align: center;
}
.pom-triggerfield.imagePicker .item .detail .label {
	margin: 0px 15px;
} 
.pom-triggerfield {  }

.pom-triggerfield .pom-field-triggers { position:absolute; right:0px; border-left:1px; border-style:solid; border-width:1px 1px 1px 0px; border-color: #CCCCCC #D9D9D9 #D9D9D9; border-radius: 0px 3px 3px 0px; padding:0px 2px; height:28px;}

.pom-triggerfield .pom-field-trigger  { width:16px; height:16px; position:relative; margin:3px auto; }

.pom-triggerfield.pom-field-wrapper { position:relative; }

.pom-triggerfield.pom-field-wrapper input { max-width:100%; float:left; }

.pom-triggerfield.pom-field-wrapper .pom-field-trigger { border-width:1px; border-style:solid;  border-radius:3px; margin:5px auto; }

.htmlEditor.box { margin-bottom:0px; }
.breadcrumbs {
	position: absolute;
	border:1px solid #AAAAAA;
	bottom: 0px; 
	right: 0px; 
	left: 0px; 
	background-color: white;
}
.breadcrumbs ul {
	list-style: none; 
}
.breadcrumbs ul li {
	display:inline-block;
	cursor:pointer;
	margin-left:0px;
	padding: 3px 5px;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	font-weight: bold;
}
.breadcrumbs ul li.active {
	background-color:  rgba(100, 100, 150, 0.9);
	color: #CCCCCC;
}
.breadcrumbs ul li:hover {
	background-color:  rgba(180, 180, 230, 0.9);
	color: #666666;
}

.fileDropZone {
	border: 1px dashed #008000;
	border-radius: 3px;
	min-height: 200px;
	width: 100%;
}
.fileDropZone.hover {
	box-shadow:3px 3px 14px 0px #008000;
}
.fileDropZone .item { padding:5px; vertical-align: middle; }
.fileDropZone .item:hover { background-color:#ABCDEF;}
.fileDropZone .item.selected { background-color:#89ABCD; color:#DEDEDE;}
.thumb {
	width:45px; height:45px;
	border-style:solid; 
	border-color:#AAAAAA; 
	border-radius:3px;
	border-width:1px;
	overflow:hidden;
	vertical-align:middle;
	float:left; 
	font-size:small;
	margin:0px 3px;
}
.thumb img {
	max-width:100%;
}
.hidden { display:none; }
.icon { cursor:pointer; }
.tool .icon, .tile .icon {
	width:32px; height:32px;
	background-image:url(../img/icons/plus_32.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.tool .icon.small, .tile .icon.small {
	width:16px; height:16px;
	background-image:url(../img/icons/plus_32_16.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.active>.icon {
	background-position:-35px 0px;
}
.active>.icon.small {
	background-position:-17px 0px;
}
.icon.cog {
	background-image:url(../img/icons/cog_32.png);
}
.icon.cog.small {
	background-image:url(../img/icons/cog_32_16.png);
}
.icon.folder {
	background-image:url(../img/icons/folder_32.png);
}
.icon.folder.small {
	background-image:url(../img/icons/folder_32_16.png);
}
.icon.file {
	background-image:url(../img/icons/file_32.png);
}
.icon.file.small {
	background-image:url(../img/icons/file_32_16.png);
}
.icon.cssfile {
	background-image:url(../img/icons/cssFile_32.png);
}
.icon.jsfile {
	background-image:url(../img/icons/jsFile_32.png);
}
.icon.pencil {
	background-image:url(../img/icons/pencil_32.png);
}
.icon.pencil.small {
	background-image:url(../img/icons/pencil_32_16.png);
}
.icon.link {
	background-image:url(../img/icons/link_32.png);
}
.icon.link.small {
	background-image:url(../img/icons/link_32_16.png);
}
.icon.windows {
	background-image:url(../img/icons/windows_32.png);
}
.icon.windows.small {
	background-image:url(../img/icons/windows_32_16.png);
}
.icon.images {
	background-image:url(../img/icons/images_32.png);
}
.icon.images.small {
	background-image:url(../img/icons/images_32_16.png);
}
.icon.text {
	background-image:url(../img/icons/text_32.png);
}
.icon.text.small {
	background-image:url(../img/icons/text_32_16.png);
}
.icon.brush {
	background-image:url(../img/icons/brush_32.png);
}
.icon.brush.small {
	background-image:url(../img/icons/brush_32_16.png);
}
.icon.note {
	background-image:url(../img/icons/note_32.png);
}
.icon.note.small {
	background-image:url(../img/icons/note_32_16.png);
}  
.icon.heading {
	background-image:url(../img/icons/heading_32.png);
}
.icon.ulist {
	background-image:url(../img/icons/ulisticon_32.png);
}
.icon.olist {
	background-image:url(../img/icons/olisticon_32.png);
}
.icon.form {
	background-image:url(../img/icons/form_32.png);
}
.icon.form.small {
	background-image:url(../img/icons/form_32_16.png);
}
.icon.input {
	background-image:url(../img/icons/input_32.png);
}
.icon.input.small {
	background-image:url(../img/icons/input_32_16.png);
}
.icon.select {
	background-image:url(../img/icons/select_32.png);
}
.icon.select.small {
	background-image:url(../img/icons/select_32_16.png);
}
.icon.textarea {
	background-image:url(../img/icons/textarea_32.png);
}
.icon.textarea.small {
	background-image:url(../img/icons/textarea_32_16.png);
}
.icon.btn {
	background-image:url(../img/icons/button_32.png);
}
.icon.btn.small {
	background-image:url(../img/icons/button_32_16.png);
}
.box-content tr td.label {
	vertical-align:middle;
	font-weight:bold;
}
.tile {
	width:45px; height:45px;
	border-style:solid; 
	border-color:#AAAAAA; 
	border-radius:3px;
	background-color:rgba(165, 165, 165, 0.7);
	vertical-align:middle;
	float:left; 
	font-size:small;
	margin:0px 3px 3px 0px;
}

.tools .tile {
	float:none;
	display:inline-block;
	width:20px; height:20px;
	border-radius:3px;
	margin:0px;
}

.tile:hover {
	cursor:pointer;
	background-color:rgba(200, 200, 200, 0.9);
}
.tools div.icon { display: inline-block; }
.tile.active { background-color:rgba(100, 100, 150, 0.9); }
.tile .icon  { margin:6px auto; }
.tile .icon.small { margin:2px auto;}

.fit {
	height:100%;
	margin:0px;
}

.fill {
	position:absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
}
.panel {
	position:relative;
}
.panel .body {
	position:relative;
	overflow-y:auto;
}

.panel .body.fill {
	position:absolute;
}

.panel .action_bar.bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.panel .tab .action_bar.bottom {
	bottom: 14px;
	margin-right: 0;
}
.fileDropZone .item {
	position:relative;
}
.fileDropZone .item .detail {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: 60px;
	margin-right: 60px;
	vertical-align: middle;
}
.fileDropZone .item .detail .label {
	padding:3px 0px;
}

.fileDropZone .item .detail .tools {
	position: absolute;
	float:right;
	height:100%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	vertical-align:middle;
}

.menu input[type="text"], menu input[type="password"], menu textarea {
	background: url(../img/input_bg.png) repeat-x #fdfdfd;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff;
	color: #666;
	font-family: "Aller", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 30px;
	outline: none;
	padding: 6px 10px;
	resize: none;
	width: 100%;
}

.menu input::-webkit-input-placeholder, menu input::-moz-placeholder {
	color: #bbb;
}

.menu .container_12 {
	margin-bottom:14px;
}
.menu textarea {
	height: 112px;
	line-height: 18px;
	margin-bottom: 0;
	padding-top: 8px;
}

.item.draggable {
	border-radius: 3px;
	border: 1px solid rgb(221, 221, 221);
	background-color: rgba(165, 165, 165, 0.7);
	min-height: 40px;
}
.item.draggable .handle {
	float: left;
	width: 20px !important;
	height: 100%;
	line-height: 40px;
	background-image: url(../img/icons/handle_small.png);
}
.item.draggable .body {
	padding: 15px 0px 15px 3px;
}
.item.draggable:hover {
	background-color: rgba(100, 100, 150, 0.7);
	min-height: 40px; 
	color: rgb(221, 221, 221);
	font-weight: bold;
}
.item.draggable:hover .handle {
	cursor:move;
}

div.pom.pom-window {
	position:absolute;
	box-shadow: 5px 5px 5px #999999;
	border: 1px solid #bbbbbb;
}

body.modalOpen #modal_overlay {
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#FFFFFF;
	opacity:.7;
	z-index:2;
}
div.pom.pom-window>.body-wrapper{
	left:1px;
	right:1px;
	padding:10px;
	position:absolute;
	overflow-x:hidden;
	overflow-y:auto;
	top:45px;
	bottom:3px;
}
div.pom.pom-window>.body-wrapper>.body {
	height:100%;
	overflow:auto;
}

div.pom.pom-window>.body-wrapper>.body ul.fields {
	border-radius:5px;
	border-width: 1px;
	border-style: solid;
	border-color:#999999;
	background-color:#DDDDDD;
	padding:10px;
}

div.pom.pom-window>.body-wrapper>.body ul.fields li {
	display:inline-flex;
	list-style-image:none;
	overflow:hidden;
	width:130px;
}	
div.pom.pom-window>.body-wrapper>.body div.field {
	margin-top:10px;
	margin-bottom:10px;
}
div.pom.pom-window>.body-wrapper>.body div.field span.label {
	color:#999999;
	padding-bottom: 5px;
	display:inline-block;
}
div.pom.pom-window>.footer {
	position:absolute;
	bottom:1px;
	left:1px;
	right:1px;

}
div.pom.pom-window .exampleContainer {
	font-size: 11px;
	font-style:italic;
	color:#AAAAAA;
	text-align:right;
}

ul.fancytree-container {
	border-style:none !important;
}
.fancytree-active {
	border-style:none !important;
}

.bulk_action_controller {
	background-position: 0px 0px;
	background-image:url(/admin/assets/img/checkbox2.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height: 18px;
	width: 18px;
}
.bulk_action_controller.dirty {
	box-shadow: 3px 3px 2px #AA5555;
}
.bulk_action_controller.checked {
	background-position: 0px -38px;
}
.bulk_action_controller.partial {
	background-position: 0px -57px;
}
/*.bulk_action_controller.inherited.checked {
	background-position: 0px -19px;
	border-radius: 2px;
}*/

.box-content>.comments{
	margin:-14px;
	padding:10px;
}

.box-content.datatable-box {
	padding:14px 14px 7px 14px;
}

.comments .comment {
	margin:5px 0px 0px 5px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}

.comments .comment .header{
	background-color:#CCCC99;
	padding:5px 3px;
}
.comments .comment .header .author{ 
	font-size:medium;
	font-weight:bold;
	padding:3px 0px 5px 0px;
}
.comments .comment .header .info>div {
	display:inline-block;
}

.comments .comment.approved .header{
	background-color:#99CC99;
}
.comments .comment .body {
	margin:5px;
	padding: 5px 0px;
}
.box.centered {
	width:500px; 
	position: fixed; 
	top: 30%; 
	left: 0; 
	right: 0;
	margin:0px auto;
}

.center {
	text-align:center;
}

.subtext {
	margin-top: 5px;
	margin-left:10px;
	font-style: italic;
	font-size: smaller;
}

.pom-toolbar {
	clear:both;
	margin:4px;
	padding:4px;
}

.pom-toolbar.rtl {
	text-align:right;
}

.pom-toolbar button.button {
	margin-left:3px;
}

#accountSwitcher {
	float: right;
	text-align: right;
	margin: -15px 0px 5px 0px;
	border-radius: 3px;
}

.noHeader #accountSwitcher {
	margin: 0px 0px 0px 0px;
	position:absolute;
	z-index:10;
	right:55px;
	top:4px
}

#accountSwitcher.clientSite {
	background-color: #FF9999;
}

.accountSwitcher_menu {
	min-width: 300px;
	position: absolute;
	text-align: left;
}