body {
	font-family: Helvetica, Arial;
	background: url(../images/login/background.jpg);
}
a {
	color: #0465aa;
}
.clear {
	width: 100%;
	overflow: hidden;
	height: 0;
	clear: both;
}
.hidden {
	display: none;
}
table.dialog-holder {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: url(../images/common/dialog-overlay.png);
	
	
}
td.dialog-holder {
	vertical-align: middle;
	text-align: center;
}



.dialog {
	display: inline-block;
	text-align: left;
	width: 95%;
	overflow: auto;
	//border: solid 1px #ffaaaa;
	max-height:600px;

}
.dialog-header,
.dialog-header div,
.dialog-header h2 {
	background: url(../images/common/dialog-corners.png) no-repeat;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.dialog-header div {
	background-position: 100% -92px;
	padding: 0 14px;
}
.dialog-header h2 {
	padding: 0 14px;
	background-position: 0 -46px;
	background-repeat: repeat-x;
}
.dialog-bottom,
.dialog-bottom div {
	background: url(../images/common/dialog-corners.png) 0 -138px no-repeat;
	height: 21px;
}
.dialog-bottom div {
	padding: 0 14px;
	background-position: 100% -180px;
}
.dialog-bottom div div {
	background-position: 0 -159px;
	background-repeat: repeat-x;
}
.dialog-content,
.dialog-content-2 {
	background: url(../images/common/dialog-sides.png) repeat-y;
}
.dialog-content-2 {
	padding: 0 7px;
	background-position: 100% 0;
}
.dialog-content-3 {
	background: #fff;
	padding: 7px;
}



.login-page .dialog-holder {
	background: url(../images/login/background-top.jpg) repeat-x;
}
.login-page .dialog {
	width: 560px;
}
.login-page li {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.login-page label {
	float: left;
	text-align: right;
	width: 170px;
	font-size: 18px;
	line-height: 36px;
	color: #586262;
}
.login-page .field {
	float: right;
	width: 350px;
}
.login-page input {
	width: 260px;
	font: 18px Helvetica, Arial;
	padding: 6px;
}



.submit {
	display: inline-block;
	cursor: pointer;
}
.submit span {
	display: inline-block;
	font: bold 24px/50px Helvetica, Arial;
	height: 50px;
	background: url(../images/common/submit.png) no-repeat;
	color: #fff;
}
.submit span span {
	padding: 0 35px;
	background-position: 100% -100px;
}
.submit span span span {
	background-position: 0 -50px;
	background-repeat: repeat-x;
	padding: 0;
}
.button {
	display: inline-block;
	cursor: pointer;
}
.button span,
a.button {
	display: inline-block;
	font: bold 14px/33px Helvetica, Arial;
	height: 33px;
	background: url(../images/common/button.png) no-repeat;
	color: #fff;
	text-decoration: none !important;
}
.button span span,
a.button span {
	padding: 0 15px;
	background-position: 100% -66px;
}
.button span span span,
a.button span span {
	background-position: 0 -33px;
	background-repeat: repeat-x;
	padding: 0;
}
	



.edit-dialog {
	width: 100%;
}
.alert,
.alert-bad {
	border: 1px solid #ffcc00;
	color: #ff9900;
	padding: 0 0 0 33px;
	background: #fffae5 url(../images/common/alert.png) 12px 3px no-repeat;
	font-size: 12px;
	padding: 5px 12px 3px 33px;
	margin: 0 0 5px;
}
.alert-bad {
	color: #ff0000;
	background-color: #ffe5e5;
	border-color: #ff9999
}



.table {
	width: 100%;
}
.table th,
.table td {
	padding: 5px 5px;
	font-size: 14px;
}
.table th {
	background: #b8c1c6 url(../images/common/table-head-bg.png) repeat-x;
	border-bottom: 1px solid #676c6f;
	border-left: 1px solid #959b9e;
	font-size: 12px !important;
	line-height: 14px !important;
	font-weight: normal;
	text-align: center;
}
.table th a {
	color: #444d52;
	display: inline-block;
}
.table .asc,
.table .desc {
	background: #7897b0 url(../images/common/table-head-ordered.png) repeat-x;
}
.table .asc a,
.table .desc a {
	background: url(../images/common/table-head-asc.png) 50% 100% no-repeat;
	padding: 0 0 15px;
}
.table .desc a {
	background-image: url(../images/common/table-head-desc.png);
}
.table td {
	border-top: 1px solid #e9edf0;
	border-left: 1px solid #e9edf0;
}
.table .first {
	border-left: 0;
}
.table input,
.table select {
	font-size: 14px;
	margin: -3px 0;
}
.table .attaches {
	text-align: left;
	font-size: 12px;
}
.table .attaches .file {
	background: url(../images/common/attaches.png) no-repeat;
	padding: 0 0 0 25px;
	line-height: 16px;
	display: inline-block;
}
.table .attaches .delete {
	color: #c8cfd2;
	float: right;
	margin: 1px 0 0 20px;
	line-height: 14px;
}
.table .attaches .delete span {
	background: #e9edf0 url(../images/common/attaches-delete.gif);
	display: inline-block;
	width: 5px;
	line-height: 0;
	font-size: 0;
	margin: 3px 0 0;
	height: 5px;
}
.table .attaches .delete:hover {
	color: #676c6f;
	text-decoration: none !important;
}
.table .attaches .delete:hover span {
	background-color: #ff0000;
}
.table td.attaches {
	padding-top: 5px;
	padding-bottom: 5px;
}
.table .comment-input {
	text-align: left;
}
.table .comment-input textarea {
	width: 98%;
	color: #666666;
	font-style: italic;
	height: 65px;
}
.table .comment-input textarea {
	color: #000;
	font-style: normal;
}
.table td.comment-input {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 5px;
}
.table .comment {
	text-align: left;
	font-size: 10px;
	color: #999;
}
.table .comment i {
	display: block;
	color: #666;
	font-size: 10px;
	line-height: 14px;
}
.table .comment i i {
	margin-bottom: 3px;
}
.table .comment i a, .table .commentShort i a {
	display: inline-block;
	padding: 0 15px 0 0;
	background: url(../images/common/comments.png) 100% 50% no-repeat;
	margin: 0 0 0 5px;
}
.table .even td {
	background: #e9edf0;
	border-left-color: #dadce0;
}
.table .highlight td {
	background: #fffad9 !important;
}
.table .checkbox {
	text-align: center;
}
.table .checkbox input {
	float: none;
}
.table .checkboxing {
	text-align: left;
	position: relative;
}
.table .checkboxing span {
	z-index: 2;
	background: url(../images/common/table-checkboxing.png);
	width: 33px;
	height: 23px;
	display: block;
	position: relative;
}
.table .checkboxing input {
	margin: 5px 0 0 4px;
}
.table .checkboxing ul {
	position: absolute;
	display: none;
	top: 22px;
	left: -1px;
	background: url(../images/common/edit.png) 0 100%;
	border-top: 1px solid #829fb6;
	width: 136px;
	padding: 4px 0 10px;
	z-index: 5;
}
.table .checkboxing ul li {
	border-top: 1px solid #d5dfe7;
	margin: 0 6px;
	padding: 4px 4px 2px;
	line-height: 16px;
	font-size: 12px;
}
.table .checkboxing ul a {
	padding: 0 0 0 23px;
	display: block;
	position: relative;
	color: #2883c3;
}
.table .checkboxing ul a img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}
.table .checkboxing .first {
	border: none;
}
.table .checkboxing:hover span {
	background-position: 0 100%;
}
.table .checkboxing:hover ul {
	display: block;
}



.two-columns {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0;
}
.two-columns .first-column,
.two-columns .second-column {
	float: left;
	width: 49%;
}
.two-columns .second-column {
	float: right;
}



.buttons {
	background: #e9edf0;
	text-align: right;
	line-height: 33px;
	padding: 5px 10px;
	height: 33px;
	margin: 20px 0 0;
}
.buttons button {
	margin: 0 0 0 20px;
}
.buttons a {
	color: #757474;
	font-size: 12px;
	text-decoration: underline;
}
.buttons a:hover {
	text-decoration: none !important;
}



div.layout {
	padding: 15px 9px;
	background: url(../images/login/background-top.jpg) repeat-x;
}
table.layout {
	border: 1px solid #babfc2;
	width: 100%;
}
.layout .seperator {
	border: 1px solid #babfc2;
	border-width: 0 1px;
	background: #f3f4f4;
	width: 9px;
}
.sidebar {
	background: #e2e9ec;
	padding: 7px 10px;
	width: 200px;
}
.sidebar .button,
.sidebar .button span {
	display: block;
	text-align: center;
}
.sidebar .button {
	margin-bottom: 7px;
}
.menu-item {
	border: 1px solid #c7cfd3;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0;
}
.menu-item h2 {
	background: url(../images/common/menu-bg.gif);
}
.menu-item h2 a {
	display: block;
	background: url(../images/common/menu-arrows.png) 175px 7px no-repeat;
	padding: 0 30px 0 10px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.menu-item.active h2 a {
	background-position: 175px -43px;
}
.menu-item li {
	border-top: 1px solid #c7cfd3;
	line-height: 14px;
}
.menu-item li a {
	display: block;
	padding: 5px 10px 5px 25px;
	background: url(../images/common/menu-bullets.gif) 10px 10px no-repeat;
}
.menu-item li li {
	border: none;
}
.menu-item li li a,
.menu-item .opened li a {
	background-image: url(../images/common/menu-bullets.gif);
	background-position: 25px -42px;
	padding-left: 40px;
}
.menu-item li li li a,
.menu-item .opened li li a,
.menu-item .opened .opened li a {
	background-image: url(../images/common/menu-bullets.gif);
	background-position: 40px -42px;
	padding-left: 55px;
}
.menu-item li li li li a,
.menu-item .opened li li li a,
.menu-item .opened .opened li li a,
.menu-item .opened .opened .opened li a {
	background-image: url(../images/common/menu-bullets.gif);
	background-position: 55px -42px;
	padding-left: 70px;
}
.menu-item .opened {
	background: #f4f6f8;
}
.menu-item .opened a,
.menu-item .opened .opened a,
.menu-item .opened .opened .opened a {
	background-image: url(../images/common/menu-bullets-opened.gif);
}
.menu-item .active a {
	background-image: url(../images/common/menu-bullets-active.gif) !important;
	background-color: #91bfe0;
	color: #fff;
}
.main {
	padding: 7px 10px;
	background: #fff;
}



.comments {
	position: absolute;
	background: url(../images/common/comments-bg.png);
	padding: 10px;
	width: 265px;
	color: #fff;
	font-size: 11px;
}
.comments .close {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 0;
	line-height: 0;
	background: url(../images/common/comments-close.png);
}
.comments .pin {
	width: 17px;
	height: 30px;
	position: absolute;
	right: -17px;
	top: 55px;
	background: url(../images/common/comments-pin.png);
}
.comments .main-comment {
	padding: 10px;
	color: #ffcc00;
}
.comments h2 {
	font-size: 12px;
	padding: 0 0 5px;
}
.comments ul {
	border-top: 1px solid #b7b7b7;
	overflow: auto;
	max-height: 245px;
}
.comments li {
	padding: 10px 10px 0;
}



.edit {
	width: 136px;
	position: absolute;
	left: 100px;
	top: 100px;
	background: url(../images/common/edit.png) 0 100% no-repeat;
	padding: 4px 0 10px;
}
.edit .top {
	width: 100%;
	height: 16px;
	position: absolute;
	top: -16px;
	background: url(../images/common/edit.png);
}
.edit li {
	border-top: 1px solid #d5dfe7;
	margin: 0 6px;
	padding: 0 4px;
	line-height: 16px;
	font-size: 12px;
}
.edit a {
	padding: 4px 0 2px 23px;
	display: block;
	position: relative;
}
.edit a img {
	position: absolute;
	left: 0;
	top: 4px;
}
.edit .first {
	border: none;
}



.options {
	padding: 0 0 10px;
}
.pages {
	float: right;
	border: 1px solid #dbdddf;
	border-width: 0 1px;
}
.pages li {
	float: left;
	font-size: 12px;
	border: 1px solid #dbdddf;
	border-width: 1px 0;
}
.pages li a,
.pages li span {
	color: #586262;
	display: block;
	padding: 0 10px;
	line-height: 28px;
}
.pages .active {
	border: 1px solid #b8bcbf;
}
.pages .active a,
.pages .active span {
	font-weight: bold;
	background: url(../images/common/pages-bg.gif);
}
.pages .active a:hover {
	text-decoration: none !important;
	cursor: default;
}
.pages input {
	width: 30px;
	float: none;
	text-align: center;
}



.search {
	padding: 0 50px 0 0;
	float: left;
}
.search .single {
	border: 1px solid #b8bcbf;
	float: left;
	height: 28px;
	overflow: hidden;
	background: url(../images/common/search-input-bg.gif) repeat-x;
}
.search .single .input {
	padding: 7px;
	border: none;
	width: 211px;
	background: none;
	color: #666666;
	font-style: italic;
}
.search .search-submit {
	background: url(../images/common/search-submit.png) 50% 50% no-repeat;
	width: 35px;
	border: 1px solid #b8bcbf;
	border-width: 0 0 0 1px;
	cursor: pointer;
	padding: 14px;
	font-size: 0;
	line-height: 0;
}
.search .single .focused {
	color: #000;
	font-style: normal;
}
.search .advanced {
	background: url(../images/common/search-input-bg.gif) repeat-x;
	float: left;
	position: relative;
	z-index: 3;
}
.search .advanced .link {
	border: 1px solid #b8bcbf;
	background: url(../images/common/search-advanced-bullet.gif) 100% 50% no-repeat;
	line-height: 28px;
	border-width: 1px 1px 1px 0;
	float: left;
	padding: 0 20px 0 10px;
	height: 28px;
	color: #586262;
	width: 31px;
	font-size: 12px;
}
.search .advanced.active {
	border-bottom: none;
	background: #f1f1f1;
}
.search .advanced.active .holder {
	display: block;
}
.search .advanced .holder {
	width: 324px;
	position: absolute;
	right: 0;
	display: none;
	top: 29px;
}
.search .advanced .t {
	height: 11px;
	line-height: 0;
	font-size: 0;
	background: url(../images/common/search-advanced-top.gif);
}
.search .advanced .c {
	background: #fff url(../images/common/search-advanced-bg.gif) repeat-x;
	border: 1px solid #b8bcbf;
	border-top: none;
	padding: 0 5px 5px;
}
.search .advanced label {
	font-size: 11px;
	padding: 5px 2px 5px 2px;
	display: block;
	color: #676c6f;
	float; left;
	width: 98px;
	float: left;
}
.search .advanced .field {
	width: 302px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #eaebec;
	padding: 3px 5px;
}
.search .advanced .input {
	width: 190px;
}
.search .advanced select {
	width: 300px;
}
.search .advanced .buttons {
	margin-top: 10px;
}
.search .advanced .checkboxes {
	margin-right: -10px;
}
.search .advanced .checkboxes li {
	float: left;
	width: 90px;
	padding-right: 10px;
}
.search .advanced .checkboxes label {
	padding: 0 0 0 20px;
	position: relative;
	line-height: 14px;
}
.search .advanced .checkboxes input {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	top: 0;
}



.filter .link {
	float: left;
	border: 1px solid #b8bcbf;
	background: url(../images/common/search-input-bg.gif) repeat-x;
}
.filter .link a {
	line-height: 28px;
	font-size: 12px;
	display: block;
	color: #586262;
	padding: 0 15px;
}
.filter .link.active {
	height: 39px;
	background: #f1f1f1;
	border-bottom: none;
	margin-bottom: -1px;
}
.filter fieldset {
/*	clear: both;*/
	background: #fff url(../images/common/search-advanced-bg.gif) repeat-x;
	border: 1px solid #b8bcbf;
	padding: 15px;
	text-align: right;
	display: none;
}
.filter .cancel {
	font-size: 12px;
	color: #676c6f;
}
.filter fieldset a,
.filter fieldset button {
	vertical-align: middle;
	margin-left: 15px;
}
.filter fieldset select {
	float: left;
	margin: 8px 15px 0 0;
}



.permissions {
	width: 100%;
}
.permissions th,
.permissions td {
	border-left: 1px solid #b6c8d4;
	border-bottom: 1px solid #e9edf0;
	padding: 3px 15px 3px 5px;
	font-size: 10px;
	text-align: left;
}
.permissions td {
	color: #666;
}
.permissions th h2 {
	font-weight: bold;
}
.permissions .first {
	width: 35%;
	border-left: none;
}
.permissions h2 {
	font-size: 10px;
	padding: 0 0 5px;
	font-weight: normal;
}
.permissions label {
	display: inline-block;
	padding: 0 0px 0 0;
	font-weight: normal;
}
.permissions label input {
	float: none;
}
.permissions .first h2 {
	font-size: 12px;
	margin-left: -15px;
}
.permissions .first h2 a {
	padding-left: 13px;
	background: url(../images/common/permissions-bullets.gif) 0 3px no-repeat;
}
.permissions h2 a {
	text-decoration: underline;
}
.permissions h2 a:hover {
	text-decoration: none !important;
}
.permissions .opened td {
	background: #e3eff7;
	border-color: #b6c8d4;
}
.permissions .opened h2 a {
	background-position: 0 -47px;
}
.permissions .sub {
	display: none;
}
.permissions .sub td {
	background: #f1f7fb;
	border-color: #b6c8d4;
}
.permissions .sub .first {
	padding-left: 60px;
	width: auto;
}
.permissions .sub .first h2 {
	font-size: 10px;
}
.permissions .sub .first h2 a {
	background-position: 0 2px;
}
.permissions .sub.opened .first h2 a {
	background-position: 0 -48px;
}
.permissions .sub-2 .first {
	padding-left: 75px;
}
.permissions h2 span {
	padding: 0 0 0 15px;
	background: url(../images/common/permissions-bullets.gif) 0 -97px no-repeat;
}
.permissions .sub h2 span {
	background-position: 0 -98px;
}
.permissions .sub-3 .first {
	padding-left: 100px;
}
.permissions div{
	float: right;
	padding: 0px;
	margin: 0px;
}
