

/**
 * Most icons are taken from the "Silk" iconset of FamFamFam (http://famfamfam.com)
 * and are licensed under a Creative Commons Attribution 2.5 License.
 * http://creativecommons.org/licenses/by/2.5/
 * This means we may use them for any purpose, and make any changes we like.
 *
 * http://www.famfamfam.com/lab/icons/silk/
 */


/****************************************
 * Global
 ****************************************/

* {
   margin:0;
   padding:0;
}

html { height:100%; margin-bottom:1px; }


body {
   margin:0;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#333;
}
#wrap {
   margin:0 auto;
   padding:0;
   position:relative;
   max-width:100%;
   min-width:99%;
   width:100%;
   background:#fff;
   color:#66758B;
}
a, a:link, a:active, a:visited, a:focus {
   color:#3F6597;
   text-decoration:underline;
   cursor:pointer;
}

a:hover {
   color:#4882C1;
   text-decoration: none;
}

ul, li {
   list-style-type:none;
}

/****************************************
 * Headings
 ****************************************/

h1, h2, h3, h4, h5, h6 {
   margin:0.2em 0;
   clear:both;
   font-weight:bold;
}

h1 {
   font-size:1.8em;
   line-height:1.2;
   letter-spacing:-1px;
}

h2 {
   font-size:1.5em;
   line-height:1.3;
}

h3 {
   font-weight:bold;
   font-size:1em;
}


/****************************************
 * Main Layout
 ****************************************/
.main {
   padding:5px 5px 5px 15px;
}
#header {
   margin:0 auto;
   padding:0;
   clear:both;
   height:129px;
   background:#fff url('../images/hbg.png');
}
.backNav {
	background:url('../images/backNav.gif') repeat-x;
	height:30px;
}

#tabHome {
	margin:0;
	padding:0;
	height:auto;
	width:99px;
}

#tabHome a {
   display:block;
   padding:9px 0;
   width:99px;
   background:url('../images/tabHome.gif') no-repeat;
   border-right:#fff 1px solid;
   text-decoration: none;
   color:#ffffff;
   font-size:10px;
   font-weight:bold;
}

#tabHome a:hover {
	display: block;
   padding:9px 0;
	width:99px;
	background:url('../images/tabHomeO.gif') no-repeat;
	border-right:#fff 1px solid;
	text-decoration: none;
	color:#3a4581;
	font-size:10px;
	font-weight:bold;
}

.tabHomeSelected {
	width:99px;
   padding:9px 0;
	background:url('../images/tabHomeO.gif') no-repeat;
	border-right:#fff 1px solid;
	color:#3a4581;
	font-size:10px;
	font-weight:bold;
}

#tabSupport {
	margin:0;
	padding:0;
	height:auto;
	width:99px;
}

#tabSupport a {
	display: block;
   padding:9px 0;
	width:99px;
	background:url('../images/tabSupport.gif') no-repeat;
	border-right:#fff 1px solid;
	text-decoration: none;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;

}

#tabSupport a:hover {
	display: block;
   padding:9px 0;
	width:99px;
	background:url('../images/tabSupportO.gif') no-repeat;
	border-right:#fff 1px solid;
	text-decoration: none;
	color:#3a4581;
	font-size:10px;
	font-weight:bold;

}

.tabSupportSelected {
	width:99px;
   padding:9px 0;
	background:url('../images/tabSupportO.gif') no-repeat;
	border-right:#fff 1px solid;
	color:#3a4581;
	font-size:10px;
	font-weight:bold;

}

#tabLogout {
	margin:0;
	padding:0;
	height:auto;
	width:99px;
}

#tabLogout a {
	display: block;
	width:99px;
	background:url('../images/tabLogout.gif') no-repeat;
	border-right:#ffffff 1px solid;
	text-decoration: none;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	padding-top:9px;
	padding-bottom:9px;

}

#tabLogout a:hover {
	display: block;
	width:99px;
	background:url('../images/tabLogoutO.gif') no-repeat;
	border-right:#fff 1px solid;
	text-decoration: none;
	color:#3a4581;
	font-size:10px;
	font-weight:bold;
	padding-top:9px;
	padding-bottom:9px;

}

.tabLogoutSelected {
	width:99px;
	background:url('../images/tabLogoutO.gif') no-repeat;
	border-right:#fff 1px solid;
	color:#3a4581;
	font-size:10px;
	font-weight:bold;
	padding-top:9px;
	padding-bottom:9px;
}

.belowNav {
	background-color:#4495ec;
	border-bottom:#fff 1px solid;
}

#header .phpldBackLink {
   text-decoration:none;
   border:none;
   height:129px;
   vertical-align:middle;
}

#header-title img {
   margin:25px 0;
   border:none;
}
.backLogo {
   width:100%;
	background:url('../images/backLogo.gif');
	background-repeat:repeat-x;
	height:99px;
}
#header-title {
   margin:0;
   display:block;

   width:100%;
   height:128px;
   background:transparent url('../images/chain.png') no-repeat right center;
}

#wrap #header .session {
   margin:0;
   padding:0 1em;
   display:block;
   position:absolute;
   top:0;
   right:0;
   width:100%;
   text-align:right;
   color:#153C58;
   font-size:120%;
   font-weight:bold;
   border-bottom:1px #000 ridge;
}

#header .session a {
   text-decoration:none;
   border-width:0;
   font-weight:normal;
}

#header .session a:link, #header .session a:active, #header .session a:visited, #header .session a:focus {
   color:#fff;
}
#header .session a:hover {
   color:#153C58;
}

.aboveFooter {
	background:#4496ea;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	height:4px;
}

#footer {
   margin:1em 0;
   padding:1em;
   clear:both;
   text-align:center;
}
.footer {
   padding:0.5em 1em;
	padding-right:10px;
	color:#fff;
	font-size:10px;
	background:#3b4582;
	height:20px;
}

#wrap #content-main {
   margin:1em 0;
   padding:5px 0 0 0;
   float:right;
   width:80%;
   overflow:hidden;
   background:#fff;
}

#wrap #content-secondary {
   float:left;
   width:18%;
   min-width:120px;
   margin:1em 0 0;
   background:#fff url('../images/column-shade.gif') repeat-y top right;
}


#content-secondary .secondary-column-box {
   padding:10px 0 0 0;
   background:transparent url('../images/column-shade-top.gif') no-repeat top right;
}

#content { overflow:auto; }

/****************************************
 * Main navigation
 ****************************************/
#navigation {
   margin:0 auto;
   padding:0 15px !important;
   font-weight:normal;
}

#navigation .navigation-title span {
   display:none;
}

#navigation .navigation-title {
   display:none;
}

#navigation ul {
   margin:0;
   padding:0;
   list-style-type:none;
}

#navigation ul li {
   margin:0;
   padding:0;
   list-style-type:none;
}

#navigation a {
   margin:0;
   padding:0;
   display:block;
   text-decoration:none;
   cursor:pointer;
}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited {
   background:#fff url('../images/nav-box.gif');
   color:#3b4582;
}

#navigation a:focus {
   background:#FBFFE0;
   color:#E07E54;
}

#navigation a:hover {
   background:#0c9dd5;
   color:#fff;
}
.menuHeadline{
	background:url('../images/menuHeadline.gif') no-repeat;
	color:#000;
	font-weight: bold;
	padding-left:30px;
	padding-top:8px;
	padding-bottom:11px;
	font-size: 12px;
}
.subnav {
	padding-top:10px;
	width:200px;
	background-color:#3b4582;
	border-left:#3b4582 10px solid;
	border-right:#3b4582 10px solid;
	font-size:11px;
}
#subLinks {
	margin: 0;
	padding: 0;
	background-color:#8ea2df;
	height: auto;
	width:180px;
	border-bottom:#b7c5f5 1px solid;
	font-size:11px;
}

#subLinks a {
	display: block;
	text-decoration: none;
	background-color:#8ea2df;
	color:#fff;

	padding-top:3px;
	padding-bottom:3px;
	padding-left: 8px;
}
#subLinks a:hover {
	display: block;
	text-decoration: none;
	background-color:#b7c5f5;
	color:#3a4581;
	padding-left: 8px;
	padding-top:3px;
	padding-bottom:3px;
}
.textBottom{
	color:#fff;
	font-size:10px;
}

.bottomLinks {
	color: #fff;
	text-decoration:underline;
}

.bottomLinks:hover {
	color: #fff;
	text-decoration:none;
}

#navigation .menu-button {
   display:block;
   margin:0.8em 0 0 0;
   padding:6px 6px;
   font-weight:bold;
   font-size:14px;
   color:#fff;
   height:28px;
   background:#077099 url('../images/backHeadline.gif');
   vertical-align:middle;
   cursor:pointer;
}

#navigation .menu-item {
   margin:0;
   padding:0;
   border:1px solid #8596A6;
   border-width:0 1px 1px 1px;
   border-collapse:collapse;
   display:block;
   cursor:pointer;
}

#navigation .menu-item a, #navigation .disabled {
   padding:5px;
}

#navigation .menu-button a:link {
   margin:0;
   padding:0;
}

#navigation .disabled {
   font-style:italic;
   background:#fff url('../images/nav-box.gif');
   color:#666;
}

/****************************************
 * List tables, form tables and info boxes
 ****************************************/
.info-box {
   margin:0;
   padding:0;
}
.info-box h2 {
   margin:0 0 0.3em 0;
   padding:6px;
   text-decoration:none;
   font-weight:bold;
   font-size:100%;
   color:#fff;
   border-width:0 !important;
}
.info-box p {
   text-align:justify;
   padding:4px;
}

table.list,
table.formPage,
.info-box {
   margin:0;
   padding:0;
   width:99%;
   text-align:left;
   border:1px solid #ddd;
   border-collapse:collapse;
   background:#fff;
}

table.list a, table.list a:link, table.list a:active, table.list a:focus,
table.formPage a, table.formPage a:link, table.formPage a:active, table.formPage a:focus,
.info-box a, .info-box a:link, .info-box a:active, .info-box a:focus {
   color:#3F6597;
   text-decoration:none;
   border:1px dotted #3F6597;
   border-width:0 0 1px 0;

}

table.list a:hover,
table.formPage a:hover,
.info-box a:hover {
   color:#4882C1;
   text-decoration:none;
   border-width:0;
}

table.list th, table.list td,
table.formPage th, table.formPage td {
	font-size:11px;
   padding:5px 3px !important;
   border:1px solid #ddd;
   vertical-align:top;
}

table.list thead, table.list th,
table.formPage thead, table.formPage th {
font-size:11px;
   text-decoration:none;
   font-weight:normal;
   font-size:90%;
}

table.list thead td, table.list th, table.list td.listHeader,
table.formPage thead td, table.formPage th, table.formPage td.listHeader {

   font-size:90%;
   font-weight:bold;
   color:#fff;
   white-space:nowrap;
}

/* usually sort fields, make them align center */
table.list thead td, table.list tr th, table.list tr td.listHeader {
font-size:11px;
   text-align:center;
}

table.formPage thead td, table.formPage tr th, table.formPage tr td.listHeader {
   text-align:left !important;
}

table.list thead .important,
table.list tr.thead .important,
table.formPage thead .important,
table.formPage tr.thead .important {
font-size:11px;
   font-style:italic;
   color:#fff !important;
}

table.list thead tr,
table.list tr.thead,
table.formPage thead tr,
table.formPage tr.thead,
.info-box h2, .info-box h3 {
   font-size:11px;
   height: 28px;
   background:#077099 url('../images/backHeadline.gif') repeat-x top;
   border:1px solid #165795;
   white-space:nowrap;
}

.label {
   width:30%;
   font-weight:bold;
   font-size:100%;
}

.smallDesc {
   width:70%;
   font-weight:normal;
   font-size:100%;
}

table.list thead a, table.list thead a:link, table.list thead a:active, table.list thead a:visited, table.list thead a:focus
table.formPage thead a, table.formPage thead a:link, table.formPage thead a:active, table.formPage thead a:visited, table.formPage thead a:focus {
   display:block;
   text-decoration:underline;
   font-weight:bold;
   color:#fff;
   border-width:0;
}

table.list thead a:hover, table.list th a:hover,
table.formPage thead a:hover, table.formPage th a:hover {
   text-decoration:none;
   border-width:0;
}

.full-url-text {
   margin:3px 0;
   padding:2px 3px;
   clear:both;
   display:block;
   color:#8596A6;
   background:#fff;
   border:1px solid #8596A6;

   display:none; /* hide */
}

.norec {
   padding:1em !important;
   text-align:center;
   color:#821517;
   font-size:105%;
   font-weight:bold;
}

.featured, .active-template tbody tr {
   background:#eaf9ea !important;
}

table.list tfoot tr, table.list tr.tfoot, table.formPage tfoot tr, table.formPage tr.tfoot, .submit {
   background:#fff url('../images/nav-box.gif');
   color:#696969;
}

.sort {
	font-size:10px;
   padding-right:5px;
}

.ASC {
   background:transparent url('../images/sort_a.gif') no-repeat center right;
}

.DESC {
   background:transparent url('../images/sort_d.gif') no-repeat center right;
}

.marked-rm-review, .marked-rm-review a {
   text-align:center !important;
}

.required {
   padding-right:20px !important;
   background:transparent;
}
table.categ-cache td, table.search-box td {
font-size:11px;
   /* */
}

/****************************************
 * Forms
 ****************************************/
textarea.text, input.text, select, option {
   margin:1px;
   padding:4px 3px;
   background:#FFFFE5;
   border:1px solid #b2b2b2;
   color:#000;
   text-decoration:none;
}

option {
   padding:2px;
   border-width:0;
}

input.text, textarea.text {
   width:75%;
}

textarea:hover, textarea:focus, input:hover, input:focus, select:hover, select:focus {
   background:#fff;
   border:1px solid #b2b2b2;
   color:#000;
}

.limit_field, .limit_field:hover, .limit_field:focus {
   padding:1px;
   background:#fff;
   border-width:0;
   color:#696969;
}

fieldset.link_action, fieldset.categ_action {
   margin:2px 1em 2px 2px;
   padding:0.5em 1em;
   display:inline;
   background:#fff;
   border:1px solid #5e74b3;
}

fieldset.link_action legend, fieldset.categ_action legend {
   padding:1px 3px;
   background: #F8F8FC;
   border:1px dotted #5e74b3;
}

fieldset.link_action .btn, fieldset.categ_action .btn, fieldset.link_action .button, fieldset.categ_action .button {
   margin:2px 5px;
   display:inline;
}

#wrap .searchid {
   width:30px;
}

/****************************************
 * Paging
 ****************************************/
.navig {
   margin:10px auto;
   border:1px solid #ddd;
   border-width:1px 0;
   overflow:auto;
   background:#fff url('../images/nav-box.gif');
   color:#696969;
}

.main-paging {
   float:right;
   width:80%;
   text-align:right;
}

.paging-links {
   padding:4px 1px;
}

.paging-links a, .paging-links a:link, .paging-links a:active, .paging-links a:visited {
   margin:3px 0;
   padding:1px 3px;
   background:#fff;
   border:1px solid #E0F3FF;
   color:#3b4582;
   text-decoration:none;
   font-weight:normal;
}

.paging-links a:hover {
   background:#0c9dd5;
   border:1px solid #696969;
   color:#fff;
   text-decoration:none;
}

.paging-total-count {
   font-weight:bold;
   font-size:105%;
}

/****************************************
 * News
 ****************************************/
.news {
font-size: 11px;
   margin:0.7em 0;
   padding:5px;
   display:block;
   position: relative;
   border:1px solid #ddd;
   overflow:auto;
   color:#3b4582;
}

.news .title {
   margin:0;
   padding:6px 3px;
   padding-right:30px !important;
   font-weight:bold;
   font-size:100%;
	top:55px;
   color:#fff;
   background:#077099 url('../images/backHeadline.gif');
   vertical-align:middle;
}

.news .body {
   margin-top:0.2em;
   padding:6px 3px;
   padding-right:30px !important;
   clear:both;
   text-align:justify;
   background:#eee;
}

.news .date {
   margin:5px;
   padding:2px;
   display:block;
   width:100px;
   height:auto;
   position:absolute;
   float:right;
   right:0;
   top:5px;
   font-size:10px;
   text-align:center;
   text-transform:uppercase;
   color:#eee;

}

/****************************************
 * Page action buttons
 ****************************************/
td.noborder {
   border-width:0 !important;
}

ul.page-action-list {
   margin:0;
   padding:0;
   clear:both;
   list-style-type:none;
}

ul.page-action-list li {
   display:inline;
}

ul.page-action-list li a {
   display:block;
   float:left;
   text-decoration:none;
}

a.action span {
   display:none;
}

a.action, a.approve, a.edit, a.delete {
   margin:0 auto;
   display:block;
   padding:16px 0 0 0;
   width:16px;
   height:16px;
   text-decoration:none;
   border-width:0 !important;
}

a.approve {
   background:transparent url('../images/accept.png') no-repeat center center;
}
a.edit {
   background:transparent url('../images/pencil.png') no-repeat center center;
}
a.delete {
   background:transparent url('../images/cross.png') no-repeat center center;
}
a.permissions {
   background:transparent url('../images/wand.png') no-repeat center center;
}

/****************************************
 * General
 ****************************************/
.langvalue {
   cursor:pointer;
}
.chgStatTitle {
   clear:both;
   cursor:pointer;
	font-size: 9px;

}

.align-left {
   text-align:left;
}

.align-center {
   text-align:center;
}

.align-right {
   text-align:right;
}

label {
   cursor: pointer;
   display:block;
}

p, li, dl, dd, dt {
   line-height: 100%;
}

.block {
   font-size: 10px;
   margin:10px 0 !important;

   clear:both;
}

.clear {
   clear: both;
}

.hidden {
   display: none;
}

.code {
   font-family: "Courier New", Courier, monospace;
}

.btn, .button, a.btn, a.button {
   margin:1px;
   padding:3px 5px;
   display:block;
   width:auto !important;
   white-space:nowrap;
   cursor:pointer;
   text-decoration:none;
   text-align:center;
   background:#fff url('../images/fade-button.png');
   border:1px solid #3F6597;
   padding:0.25em;
}

a.btn:hover, a.btn:focus, .btn:hover, .btn:focus, .button:hover, .button:focus {
   background:#fff;
   border:1px solid #3F6597;
   color:#333;
}

.status-0, .status-1, .status-2 {
   padding-right:20px;
   padding-bottom:20px;
}
.status-0 {
   background:transparent url('../images/tag_red.png') no-repeat bottom right;
}
.status-1 {
   background:transparent url('../images/tag_yellow.png') no-repeat bottom right;
}
.status-2 {
   background:transparent url('../images/tag_green.png') no-repeat bottom right;
}

.new-status-0, .new-status-1, .new-status-2, .valid-URL-0, .valid-URL-1, .valid-URL-2 {
   padding-left:16px;
   border-width:0 !important;
}
.new-status-0 {
   background:transparent url('../images/bullet_red.png') no-repeat center left;
}
.new-status-1 {
   background:transparent url('../images/bullet_yellow.png') no-repeat center left;
}
.new-status-2 {
   background:transparent url('../images/bullet_green.png') no-repeat center left;
}
.valid-URL-0 {
   background:transparent url('../images/valid_0.gif') no-repeat bottom right;
}
.valid-URL-1 {
   background:transparent url('../images/valid_1.gif') no-repeat bottom right;
}
.valid-URL-2 {
   background:transparent url('../images/valid_2.gif') no-repeat bottom right;
}

a.more-info, a.more-info-article, a.more-info-categ {
   margin:2px;
   padding:0px;
   width:16px;
   height:16px;
   clear:both;
   float:right;
   background:transparent url('../images/information.png') no-repeat center center;
   border-width:0 !important;
}

a.more-info span, a.more-info-article span, a.more-info-categ span {
   display:none;
}

.item-title {
   cursor:help;
}

.pop-list h1, .pop-list h2, .pop-list h3, .pop-list a {
   font-size:80%;
   font-weight:normal;
}

tr.odd, tr.even {
font-size: 12px;
   border-bottom:1px solid #ddd;
}

tr.odd {
   background:#EEF6FF;
}

tr.even {
   background:#fff;
}

.tooltip {
   /* */
}

#wrap .tooltip a, #wrap .tooltip a:link, #wrap .tooltip a:active, #wrap .tooltip a:visited, #wrap .tooltip a:focus, #wrap .tooltip a:hover {
   text-decoration:none;
   border:none;
   border-width:0;
}

.success, .warning, .error, .err, .errForm {
   padding:5px 10px;
   display: block;
   border: 1px solid #9C9;
   border-width:1px 0;
   line-height: 120%;
   font-size:100%;
}

.warning {
   border-width:0;
}

.success {
   background:#E2F9E3;
   border-color:#9C9;
   color:#060 !important;
	font-size: 9px;
}

.notice {
   background:#beccf4;
   border-color:#E07E54;
   color: #3b4582 !important;
	padding: 3px;
}

.warning, .error, .err, .errForm {
	font-size: 9px;
   background:#FFF1F9;
   border-color:#821517;
   color:#821517 !important;
}

.msg {
   background:#fff !important;
}

span.important, code.important, p.important {
   color:#821517 !important;
   font-weight:bold;
}

.range {
   width:75px !important;
}

.paging-tblrow {
height: 2222px;
   border-width:0 !important;
}

.errForm {
   clear:both;
}

.hidden {
   display:none !important;
}

.info, .information, .info-tbl, .info-box {
   cursor:help;
}

img.captcha {
   border:1px solid #ddd;
   cursor:help;
}

.code {
   padding:5px;
   width:95% !important;
   line-height:100%;
   font-size:105%;
   font-weight:normal;
   font-family: Monaco, "Courier New", Tahoma;
}

.new-link, .expired-link, .new-categ, .new-symb-categ, .import-rss-link, .edit-tpl, .manage-tpl, .page-tpl, .new-email-tpl, .export-email, .new-user, .clean-temp, .jump, .new-phrase {
   padding:0 0 0 20px;
   height:18px;
   vertical-align:middle;
}

.new-link {
   background:transparent url('../images/link_add.png') no-repeat center left;
}
.expired-link {
   background:transparent url('../images/link_break.png') no-repeat center left;
}
.import-rss-link {
   background:transparent url('../images/rss_go.png') no-repeat center left;
}
.new-categ {
   background:transparent url('../images/folder_add.png') no-repeat center left;
}
.new-symb-categ {
   background:transparent url('../images/folder_star.png') no-repeat center left;
}
.edit-tpl {
   background:transparent url('../images/layout_edit.png') no-repeat center left;
}
.manage-tpl {
   background:transparent url('../images/layout_content.png') no-repeat center left;
}
.page-tpl {
   background:transparent url('../images/page_white.png') no-repeat center left;
}
.new-email-tpl {
   background:transparent url('../images/email_add.png') no-repeat center left;
}
.export-email {
   background:transparent url('../images/email_go.png') no-repeat center left;
}
.new-user {
   background:transparent url('../images/user_add.png') no-repeat center left;
}
.clean-temp {
   background:transparent url('../images/page_delete.png') no-repeat center left;
}
.jump {
   background:transparent url('../images/arrow_down.png') no-repeat center left;
}
.new-phrase {
   background:transparent url('../images/comments_add.png') no-repeat center left;
}

.hidden {
   display:none;
}

.eip_empty {
   color:#555;
   font-style:italic;
}

.orphan {
   color:#821517;
   font-style:italic;
   font-weight:bold;
}

/****************************************
* AJAX category selection
*****************************************/
#multiselect_action_count {
   font-weight:bold;
   color:#5e74b3;
   font-size: 9pt;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   padding:3px 5px;
   margin:3px 0;
   font-size:100%;
   text-decoration:underline;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #ddd;
   background:#fff;
   font-size:100%;
}

#catTitle {
   background:transparent;
   width:auto;
   padding:3px 0 0 5px;
   font-size:100%;
   font-weight:bold;
}

#categtree h2 {
   margin:0 0 5px;
   padding:4px 6px;
   text-align:center;
height: 28px;
   color:#fff;
   background:#077099 url('../images/backHeadline.gif');
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #ddd;
   border-width:0 0 1px 0;
   cursor:pointer;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#EEF6FF;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#FBFFE0;
   color:#E07E54;
}

.progbar {
	position: absolute;
	background:#fff url('../images/progbar-bg.gif') no-repeat;
	border: 1px solid #000000;
	left: 50%;
	height: 60px;
	width: 514px;
	margin-left: -259px;
	top: 69px;
}

.progspacer {
	height: 60px;
	width: 514px;
}

.prog-single {
   position:absolute;
   left:50%;
   top:80px;
   width:5px;
   height:15px;
   text-align:left;
}

/****************************************
 * Redirect window
 ****************************************/

.redirect {
   margin:15% auto;
   padding:0.3em 1em;
   width:60%;
   background:#EEF6FF;
   border:1px solid #ddd;
}

.redirect .redirect-url, .redirect .redirect-title {
   text-align:center;
}

div.complete .redirect {
   border:1px solid #ddd;
}
div.failed .redirect {
   border:1px solid #ddd;
}
div.regular .redirect {
   border:1px solid #ddd;
}

/****************************************
 * Admin Login Page
 ****************************************/
#admin-login, .login-page #footer {
   margin:10% auto 0 auto;
   padding:1em;
   width:40%;
   min-width:300px;
   border:1px solid #ddd;
}

.login-page #footer {
   margin:0 auto !important;
   color:#8596A6;
   text-align:center;
   border-width:0;
}

#admin-login .admin-login-title {
   margin:0;
   padding:5px 2px;
   font-size:100%;
   font-weight:bold;
   text-decoration:none;
   line-height:1.2;
   letter-spacing:-1px;
   text-align:center;
   vertical-align:middle;
   height: 28px;
   color:#fff;
   background:#9CAAE6 url('../images/backHeadline.gif') repeat-x top;
}

#admin-login ul {
   margin:0.3em 0 0 0;
   padding:0.5em 0;
   list-style-type:none;
   background:#EEF6FF;
}

#admin-login label {
   text-align:right;
   display:block;
   width:35%;
   float:left;
   margin-right:10px;
}

#admin-login input {
   width: 50%;
}

#admin-login .errForm {
   padding:2px 3px !important;
   border-width:0;
   text-align:right;
   line-height:100%;
   background:transparent;
}

#admin-login .submit {
   margin:0.3em 0 0 0;
   text-align:center;
}

#admin-login .button {
   margin:0 auto;
   width:auto;
}