/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, legend, label, p, ul, ol, li, dl, dd, dt { 
	padding: 0px;
	margin: 0px;
	border: none;
}

html, body {
  height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background: #ffffff url(/img/admin/bg.gif) repeat scroll top left;
}
input, select, textarea, option, table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  font-size: 12px;
}

/*
  main layout
*/
.container {
  position: absolute;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
}

.wrapper {
  width: 994px;
  margin: 0 auto;
}

.header {
  padding-left: 32px;
  height: 34px;
  background-color: #1b73b6;
  overflow: hidden;
}

.menu {
  background-color: #8a8987;
  height: 28px;
  clear: both;
  overflow: hidden;
}

.main {
  margin-bottom: 40px;
  background: transparent url(/img/admin/content_bg.jpg) repeat-x scroll top left;
}

.mainSubmenu {
  background: transparent url(/img/admin/bg_submenu.gif) repeat-x scroll top left;
}

.footer {
  bottom: 0;
  clear: both;
  height: 26px;
  position: absolute;
  background-color: #e1e1e1;
  color: #8a8987;
  font-size: 9px;
  width: 100%;
}

/*
  header
*/

.header .logo {
  float: left;
  font-weight: normal;
  vertical-align: middle;
  font-size: 10px;
  background: transparent url(/img/admin/logo.gif) no-repeat scroll center left;
  height: 22px;
  padding-top: 12px;
  color: #ffffff;
  padding-left: 85px;
}

.header .favLinks {
  list-style: none;
  height: 34px;
  float: right;
}

.header .favLinks li {
  float: left;
  color: #ffffff;
  font-size: 11px;
  height: 34px;
}

.header .favLinks li.right {
  float: right;
  margin-right: 0px;
}

.header .favLinks li.nolink {
  padding: 6px 9px 0;
}

.header .favLinks li a {
  color: #8a8987;
  text-decoration: none;
  height: 28px;
  float: left;
  display: block;
  padding: 6px 9px 0;
  color: #ffffff;
}

.header .favLinks li.act a,
.header .favLinks li a:hover {
  background-color: #0f5f9c;
}

.header .favLinks li img {
  vertical-align: middle;
}

/*
  menu
*/

.menu .menuTop {
  list-style-type: none;
  height: 27px;
  padding-top: 5px;
  padding-left: 24px;
}

.menu .menuTop li {
  float: left;
}

.menu .menuTop li a {
  display: block;
  color: #ffffff;
  font-size: 11px;
  height: 17px;
  padding: 4px 12px 0 12px;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #8a8987;
  border-top: 1px solid #8a8987;
  border-left: 1px solid #8a8987;
}

.menu .menuTop li a:hover {
  color: #ffffff;
  border-right: 1px solid #626262;
  border-top: 1px solid #8a8987;
  border-left: 1px solid #626262;
  background-color: #626262;
}

.menu .menuTop li.active a {
  color: #000000;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #6d6d6d;
  border-top: 1px solid #6d6d6d;
  border-left: 1px solid #6d6d6d;
  background-color: #efefef;
}

.menu .menuTop ul {
  clear: both;
  list-style-type: none;
  display: none;
  position: absolute;
  background-color: #efefef;
  width: 970px;
  left: 50%;
  margin-left: -497px;
  height: 23px;
  padding-top: 7px;
  padding-left: 24px;
}

.menu .menuTop li.active ul {
  display: block;
}

.menu .menuTop ul li {
  float: left;
}

.menu .menuTop ul li a {
  display: block;
  color: #000000;
  font-size: 11px;
  height: 17px;
  padding: 4px 12px 0 12px;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #efefef !important;
  border-top: 1px solid #efefef !important;
  border-left: 1px solid #efefef !important;
}

.menu .menuTop ul li a:hover,
.menu .menuTop ul li.active a {
  color: #000000;
  border-bottom: 1px solid #ffffff !important;
  border-right: 1px solid #6d6d6d !important;
  border-top: 1px solid #6d6d6d !important;
  border-left: 1px solid #6d6d6d !important;
  background-color: #ffffff !important;
}

/*
  main
*/

.content {
  width: 946px;
  margin: 0 auto;
  padding-top: 30px;
}

.mainSubmenu .content {
  padding-top: 50px;
}

.content .tableList {
  border-collapse: collapse;
  font-size: 11px;
  width: 100%;
}

.content .tableList th {
  border-bottom: 2px solid #9ed3eb;
  margin-bottom: 1px;
  text-align: left;
  font-size: 12px;
  padding: 3px 6px;
  color: #757575;
}

.content .tableList td {
  border: 1px solid #ebe8e1;
  padding: 3px 6px;
}

.content .tableList .fieldEdit {
  text-align: center;
  border-left: none;
  border-right: none;
  width: 16px;
}

.content .tableList .field1 {
}

.content .tableList .field2 {
  
}

.content .tableList .fieldIcons {
  text-align: right;
  border-right: none;
  white-space:nowrap !important;
  width:80px;
}

.content .tableList .fieldIcons a {
  margin-left: 5px;
}

.content .formSearchInput {
  width: 84px;
  border: 1px solid #bcbab5;
}

.content .formSearchSubmit {
  width: 18px;
  height: 18px;
  background: transparent url(/img/admin/icon_search.gif) no-repeat scroll top left;
  border: none;
}

.content .tableList tr:hover td {
  background-color: #ecf0f1;
}

.content .tableList tr.inactivetr:hover td {
  background-color: #bbb;
}

.content .tableList img {
  vertical-align: middle;
}

.content .tableListPage td {
  border-left: none;
  border-right: none;
  padding: 6px 6px;
}

.content .tableList .rowCategory {
  background-color: #f9f8f6;
}

.content .tableListPage .addPage {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  margin-left: 20px;
}

.content .tableListPage .addPageMargin {
  margin-left: 0px;
}

.content .tableListForm {
  color: #000000;
}

.content .tableListForm .fieldIcons {
  width: 120px;
}

.content .tableListFormHover {
  display: none;
  position: absolute;
  margin: -175px 0 0 0px;
  background-color: #efefef;
  border: 1px solid #000000;
  padding: 12px;
}

.content .tableListFormHoverAct {
  display: block;
}

.contentSide {
  width: 200px;
  float: left;
  overflow:auto;
}

.contentMain {
  width: 676px;
  float: left;
  border-left: 1px solid #cacac9;
  padding-left: 24px;
  padding-bottom: 10px;
}

.editPage {
  margin-bottom: 65px;
}

.editPage fieldset {
	width:622px;
}

.editPage .editPageUrl {
  font-size: 9px;
  color: #8a8987;
}

.editPage .languages {
  background-color: #e7e7e7;
  border-top: 2px solid #b9b9b9;
  height: 21px;
}

.editPage .languages .headline {
  display: block;
  float: left;
  font-style: italic;
  font-size: 9px;
  height: 16px;
  padding: 5px 9px 0;
}

.editPage .languages ul {
  list-style: none;
}

.editPage .languages ul li {
  display: inline;
}

.editPage .languages ul li a {
  display: block;
  float: left;
  height: 18px;
  padding: 3px 9px 0;
  border-left: 1px solid #ffffff;
  font-size: 11px;
  color: #000000;
}

.editPage .languages ul li a:hover,
.editPage .languages ul li.act a {
  background-color: #aaaaaa;
}

.editPage .parameters {
  border: 1px solid #c8c8c8;
  margin-top: 12px;
  margin-bottom: 24px;
}

.editPage dt {
  font-size: 11px;
  color: #0f5f9c;
  display:block;
}

.editPage dd {
  font-size: 9px;
  color: #8a8987;
  display:block;
}

.editPage .parameters dt {
  padding: 12px 34px 0 34px;
  border-top: 1px solid #f4f3f3;
}

.editPage .parameters dd {
  padding: 0 34px 8px 34px;
}

.editPage .parameters .headlineBlock {
  padding: 0px;
}

.editPage .parameters .headline, .parameters legend {
  display: block;
  padding-left: 8px;
  background: transparent url(/img/admin/icon_minus.gif) no-repeat scroll top right;
  padding-top: 3px;
  height: 19px;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}

.editPage .parameters .inputText {
	width: 300px;
}

.editPage .parametersHide .headline {
  background: transparent url(/img/admin/icon_plus.gif) no-repeat scroll top right;
}

.editPage .parameters .headline img {
  vertical-align: middle;
}

.editPage .parameters .headlineLabel,
.editPage .parametersHide dd,
.editPage .parametersHide dt {
  display: none;
}

.editPage .parametersHide .headlineBlock {
  display: block;
}

.editPage .inputNote {
  font-size: 9px;
  color: #8a8987;
  display: block;
}

.editPage .inputText {
  border: 1px solid #606060;
  width: 620px;
  padding: 2px 1px;
  margin: 1px 0;
}

.editPage select {
  border: 1px solid #606060;
  margin: 1px 0;
}

.editPage .inputTextarea {
  border: 1px solid #606060;
  width: 620px;
  height: 60px;
  padding: 2px 1px;
  margin: 1px 0;
  overflow: auto;
}

.editPage .shortInput .inputText {
  width: 265px;
}

.editPage .inputTextareaEditorButton a {
  display: block;
  background-color: #a8a8a8;
  color: #ffffff;
  float: right;
  padding: 3px;
  margin-top: -21px;
  margin-bottom: 8px;
}

.editPage .inputTextareaEditor .inputTextarea {
  width: 692px;
  height: 300px;
}

.editPage .inputSubmitBlock {
  border-top: 2px solid #9ed3eb;
  margin-top: 10px;
  padding-top: 20px;
  text-align: right;
}

.editPage .submitSave {
  border: none;
  background-color: #4ba4d7;
  color: #ffffff;
  height: 20px;
  font-size: 11px;
}

.editPage .submitSaveReturn {
  border: none;
  background-color: #ea0000;
  color: #ffffff;
  height: 20px;
  margin-left: 15px;
  font-size: 11px;
}

.editPage .submitSave, .editPage .submitSaveReturn
{
	float:left;
	position:absolute;
	margin-top:10px;
}


.editPage .submitSaveReturn
{
	margin-left:60px !important;
}

.contentPaging {
  margin-top: 30px;
  text-align: center;
  font-size: 11px;
}

.contentPaging a {
  color: #1b73b6;
  padding: 2px 5px;
}

.contentPaging a.prev {
  margin-right: 5px;
  vertical-align: middle;
}

.contentPaging a.next {
  vertical-align: middle;
}

.contentPaging a.current {
  background-color: #5496c8;
  color: #ffffff;
}

.contentPaging a.page {  }

.contentPaging .size {
  display: block;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  margin-top: 3px;
  padding-top: 3px;
  color: #1b73b6;
}


/*
  footer
*/

.footer .credits {
  padding: 6px 16px 0 20px;
  list-style: none;
  height: 20px;
  width: 958px;
  margin: 0 auto;
}

.footer .credits li {
  float: left;
}

.footer .credits li.right {
  float: right;
  margin-right: 0px;
}

.footer .credits li.noimg {
  padding-top: 2px;
}

.footer .credits li a {
  color: #8a8987;
  text-decoration: none;
}

.footer .credits li a.noline,
.footer .credits li a:hover {
  text-decoration: underline;
}

.footer .credits li img {
  vertical-align: middle;
}

/*
  common elements
*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}


.tinymce_area {
	width:100%;
	height:400px !important;
}

/*
  error;
  login
*/

.containerError {
  background: #ffffff url(img/bg_error.jpg) repeat-x scroll top left;
}

.error {
  width: 574px;
  background-color: #333333;
  color: #ffffff;
  margin: 80px auto 0;
  padding: 18px 20px 10px 20px;
}

.error h1 {
  font-size: 24px;
  margin-bottom: 12px;
}

.flyjetInfo {
  width: 614px;
  background-color: #ffffff;
  color: #656565;
  margin: 20px auto 0;
}

.flyjetInfo .logo {
  float: left;
  border-top: 5px solid #257dc0;
  border-left: 5px solid #257dc0;
  border-bottom: 5px solid #257dc0;
  width: 252px;
  height: 169px;
}

.flyjetInfo .links {
  float: left;
  border-top: 5px solid #d4d0c8;
  border-right: 5px solid #d4d0c8;
  border-bottom: 5px solid #d4d0c8;
  width: 292px;
  height: 130px;
  padding: 39px 30px 0 30px;
}

.flyjetInfo .links a {
  color: #656565;
  display: block;
  margin-bottom: 12px;
}

.flyjetInfo .links a img {
  margin-right: 12px;
}

.flyjetInfo .info {
  font-size: 9px;
  margin-top: 5px;
  color: #9f9c97;
}

.flyjetInfo .info span {
  color: #1b73b6;
  width: 247px;
  margin-right: 10px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 10px;
}

.flyjetInfoLogin {
  margin-top: 157px;
}

.flyjetInfoLogin .login {
  float: left;
  border-top: 5px solid #d4d0c8;
  border-right: 5px solid #d4d0c8;
  border-bottom: 5px solid #d4d0c8;
  width: 322px;
  height: 144px;
  padding: 25px 15px 0 15px;
}

.flyjetInfoLogin .flyjetInfoLicense {
  font-size: 9px;
  color: #787878;
  position: absolute;
  display: block;
  width: 134px;
  text-align: right;
  margin-left: 165px;
  margin-top: 9px;
  padding-top: 3px;
}

.flyjetInfoLogin form dt {
  float: left;
  width: 85px;
  text-align: right;
  margin-right: 10px;
  font-size: 11px;
  color: #000000;
  clear: both;
  padding-top: 3px;
  margin-top: 9px;
}

.flyjetInfoLogin form dd {
  float: left;
  width: 225px;
  margin-top: 9px;
}

.flyjetInfoLogin form .inputText {
  width: 200px;
  border: 1px solid #606060;
  padding: 2px 1px;
}

.flyjetInfoLogin form .submitLogin {
  border: none;
  background-color: #4ba4d7;
  color: #ffffff;
  height: 20px;
  font-size: 11px;
  width: 82px;
}

.flyjetInfoLogin form .inputLoginName {
  background: transparent url(/img/admin/icon_admin.gif) no-repeat scroll 209px 3px;
}

.flyjetInfoLogin form .inputPassword {
  background: transparent url(/img/admin/icon_key.gif) no-repeat scroll 209px 3px;
}

fieldset fieldset {
	width:880px !important;
}

fieldset fieldset legend {
	padding:0 !important;
	margin:0 !important;
}

fieldset fieldset label {
	
}

fieldset fieldset input {
	margin-right: 40px;
}


.images-list-item {
	border-top: solid 1px #e9e8e6;
}