body {
   margin: 0px;
   padding: 0px;
   background: #FFFFFF url(../gfx/ruler_v.gif) 159px 0px repeat-y;
   font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.7em;
   line-height: 1.333em;
}

#container {
   width: 775px;
}

a {
   color: #3399FF;
   text-decoration: none;
}

a:hover {
   color: #3399FF;
   text-decoration: underline;
}

.break /*gecko-fix*/ {
   /*visibility: hidden;*/
   clear: left;
   overflow: hidden;
   height: 1px;
}

/*header*/

#header {
   width: 100%;
   height: 45px;
   background: #B4EB00 url(../gfx/header_background_grid.gif) repeat-x;
}

#header #visual {
   width: 100%;
   height: 45px;
   background: url(../gfx/header_background.gif) no-repeat;
}

#header #title {
   height: 45px;
   background: url(../gfx/ruler_h.gif) left bottom repeat-x;
}

#header #title img {
   margin: 22px 0px 0px 175px;
   border: 0px;
}

/*menu*/

#menu {
   float: left;
}

/*user*/

#user {
   width: 160px;
   padding-top: 13px;
   background: #E4E4E4 url(../gfx/ruler_v.gif) 159px 2px repeat-y;
}

#user #status {
   margin-bottom: 2px;
   padding-left: 12px;
}

#user ul {
   margin: 0px;
   padding: 0px 0px 12px 12px;
   list-style: none;
   background: url(../gfx/ruler_h.gif) left bottom repeat-x;
}

#user ul li {
   margin: 0px;
   padding: 0px 5px 0px 8px;
   background: url(../gfx/menu_sub_bullet.gif) 0px 5px no-repeat;
}

/*navigation*/

#navigation {
   width: 160px;
   background: #EEEEEE url(../gfx/ruler_v.gif) 159px 2px repeat-y;
}

#navigation img {
   display: block;
}

#navigation ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
}

#navigation ul li {
   padding: 12px 0px 12px 12px;
   background: url(../gfx/ruler_h.gif) left bottom repeat-x;
}

#navigation ul ul {
   padding: 5px 0px 0px 0px;
}

#navigation ul ul li {
   padding: 0px 5px 0px 8px;
   background: url(../gfx/menu_sub_bullet.gif) 0px 6px no-repeat;
}

/*content*/

#content {
   float: left;
   width: 600px;
   margin-left: 15px;
   padding-top: 13px;
}

/*website*/

#website {
   width: 100%;
   height: 20px;
   margin-bottom: 15px;
   padding-bottom: 5px;
   background: url(../gfx/ruler_h.gif) left bottom repeat-x;
}

#website #name {
   float: left;
   height: 20px;
   font-size: 1.5em;
   font-weight: bold;
}

#website #category {
   display: none;
   float: right;
}

/*message*/

#message {
   margin: -15px 0px 15px 0px;
   padding: 2px 0px 3px 0px;
   background: url(../gfx/ruler_h.gif) left bottom repeat-x;
}

#message .information, #message .confirmation, #message .success, #message .error {
   padding: 20px 10px 20px 55px;
   background: #E6E6E6 10px 50% no-repeat;
}

#message .information {
   background-image: url(../gfx/message_information_background.gif);
}

#message .confirmation {
   background-image: url(../gfx/message_confirmation_background.gif);
}

#message .success {
   background-image: url(../gfx/message_success_background.gif);
}

#message .error {
   background-image: url(../gfx/message_error_background.gif);
}

/*controls*/

#controls {
   clear: left;
   padding-top: 14px;
   border-top: 2px solid #000000;
   text-align: center;
}

#controls input {
   width: 120px;
   margin: 0px 3px 0px 3px;
}

#controls input.separate {
   margin-right: 35px;
}

/*footer*/

#footer {
   clear: left;
   margin-left: 160px;
   padding: 30px 0px 15px 15px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.9em;
}

#footer a {
   color: #000000;
}

/*titles*/

.title_page {
   height: 17px;
   margin: 0px 0px 8px -55px;
   padding: 13px 0px 2px 55px;
   border-bottom: 2px solid #000000;
   background-repeat: no-repeat;
}

.title_page .icon {
   float: left;
}

.title_page .icon .page, .title_page .icon .add, .title_page .icon .edit {
   position: absolute;
   width: 70px;
   height: 75px;
   background-repeat: no-repeat;
   z-index: 1;
}

.title {
   clear: left;
   width: 100%;
   height: 16px;
   margin-bottom: 8px;
   padding-bottom: 2px;
   border-bottom: 1px solid #000000;
}

.title_page img, .title img {
   display: block;
   float: left;
}

/*help*/

.help {
   float: right;
   width: 25px;
   height: 15px;
   margin-left: 5px;
}

.help input {
   position: absolute;
   margin-top: -5px;
}

.help .collapsed .helptext {
   display: none;
}

.help .expanded .helptext {
   position: absolute;
   width: 240px;
   margin: 15px 0px 0px -252px;
   padding: 2px 5px 20px 5px;
   border: 1px solid #000000;
   background: #F2FFEB url(../gfx/help_close.gif) bottom right no-repeat;
   font-size: 0.9em;
   cursor: pointer;
   cursor: hand;
}

/*webspace*/

.webspace {
   float: right;
}

/*text*/

.text {
   margin-bottom: 25px;
   padding-left: 55px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text .content {
   overflow: auto;
}

h1 {
   margin: 0px 0px 15px 0px;
   font-size: 1.5em;
   font-weight: bold;
}

h2 {
   margin: 0px 0px 15px 0px;
   font-size: 1.2em;
   font-weight: bold;
}

h3 {
   margin: 0px;
   font-size: 1em;
   font-weight: bold;
}

.caption {
   font-size: 0.84em;
   line-height: 1.4em;
}

/*list*/

.list {
   margin-bottom: 25px;
   padding-left: 55px;
}

.list .header {
   height: 15px;
   padding-bottom: 3px;
   font-weight: bold;
   border-bottom: 1px solid #BFBFBF;
}

.list .header div {
   float: left;
   margin-right: 10px;
}

.list .buttons {
   display: inline; /*ie double margin fix*/
   float: left;
   margin: 35px 0px 0px  -47px;
}

.list .buttons input {
   display: block;
   margin-bottom: 10px;
}

.list .items {
   float: left;
   overflow: auto;
   margin-bottom: 8px;
   line-height: 1.6em;
}

.list .item {
   /*clear: left; removed for IE for MAC*/
   overflow: hidden;
}

.list .item div {
   float: left;
   margin-right: 10px;
}

.list .item .checkbox {
   clear: left;
   width: 20px;
   margin-right: 4px;
}

.list .item .icons {
   float: right;
   margin-right: 0px;
}

.list .item .icons .icon {
   float: left;
   margin-top: 3px;
   margin-right: 0px;
}

.list .item .icons .icon img {
   border: 0px;
}

.list .items a.bar, .list .items a.bar_active {
   display: block;
   color: #000000;
   text-decoration: none;
   cursor: pointer;
   cursor: hand;
}

.list .items a.bar_active {
   background: #DDDDDD;
}

.list .actions {
   float: left;
   margin-top: 20px;
}

.list .actions .action {
   margin: 0px 0px 10px 15px;
}

.list .actions .action input {
   width: 130px;
}

.list .disabled {
   color: #999999;
}

.list .footer {
   clear: left;
   height: 15px;
   padding-top: 8px;
   background: url(../gfx/ruler_h.gif) repeat-x;
}

.list .footer div {
   float: left;
   margin-right: 10px;
}

/*form*/

form {
   margin: 0px;
   padding: 0px;
}

input, textarea, select {
   font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1em;
}

.form input, .form textarea {
   padding-left: 2px;
}

.form {
   clear: left;
   margin-bottom: 25px;
   padding-left: 55px;
}

.form .info {
   margin-bottom: 15px;
}

.form .items {
   padding-top: 4px;
}

.form .item {
   height: 20px;
   clear: left;
}

.form .item .label {
   float: left;
   padding: 2px 0px 8px 0px;
}

.form .item input, .form .item textarea, .form .item .input .prefix .value {
   border: 1px solid #A5ACB2;
}

.form .item .input {
   display: inline; /*ie double margin fix*/
   float: left;
   margin-left: 10px;
   padding-bottom: 8px;
}

.form .item .input .prefix .value {
   float: left;
   padding-left: 2px;
   border-right: none;
   color: #999999;
}

.form .item .input .prefix input {
   float: left;
   padding-left: 0px;
   border-left: none;
}

.form .item .input .option {
   height: 20px;
}

.form .item .input input.control {
   margin: 3px 3px -3px 0px;
   border: 0px;
   overflow: hidden;
}

.form .item .tip {
   font-size: 0.84em;
   color: #888888;
}

.form .item .tip .error {
   font-style: normal;
}

.form .item span.tip {
   margin-left: 10px;
}

.form .item .warning {
   color: #FF0000;
}

.form .item .error {
   color: #FF0000;
   font-style: italic;
}

.form h3 {
   clear: left;
   margin-bottom: 8px;
}

.form .separator {
   clear: left;
   margin: 0px 50px 15px -5px;
   padding-top: 7px;
   border-bottom: 1px solid #CCCCCC;
}

.form .spacer {
   clear: left;
   height: 14px;
   overflow: hidden;
}

.form .image {
   float: left;
}

.form .image img {
   float: left;
   width: 50px;
   height: 50px;
   margin-right: 10px;
   border: 1px solid #000000;
   background: #E4E4E4 url(../gfx/image_placeholder_background.gif) center center no-repeat;
}

.form .image .delete {
   display: block;
   margin-top: 8px;
}

.form .footer {
   clear: left;
   height: 15px;
   padding-top: 8px;
   background: url(../gfx/ruler_h.gif) repeat-x;
}

.form .footer div {
   float: left;
   margin-right: 10px;
}

/*overview*/

.overview {
   clear: left;
   margin-bottom: 25px;
   padding-left: 55px;
}

.overview .item {
   clear: left;
   height: 15px;
}

.overview .item .label {
   float: left;
   padding-bottom: 3px;
}

.overview .item .value {
   display: inline; /*ie double margin fix*/
   float: left;
   margin-left: 10px;
   padding-bottom: 3px;
}

.overview .footer {
   clear: left;
   height: 15px;
   margin-top: 8px;
   padding-top: 8px;
   background: url(../gfx/ruler_h.gif) repeat-x;
}

.overview .footer div {
   float: left;
   margin-right: 10px;
}

.overview .control {
   clear: left;
}

.overview .collapsed .item {
   display: none;
}

.overview .collapsed .control .collapse {
   display: none;
}

.overview .collapsed .control .expand {
   display: inline;
}

.overview .expanded .item {
   display: block;
}

.overview .expanded .control .collapse {
   display: inline;
}

.overview .expanded .control .expand {
   display: none;
}

/*HTML-editor*/

.htmleditor {
   margin-bottom: 25px;
   padding-left: 55px;
}

.htmleditor .toolbar table, .htmleditor .insert .header table, .htmleditor .toolbar, .htmleditor .insert .header {
   margin-bottom: 2px;
}


.htmleditor .toolbar .space {
   width: 10px;
}

.htmleditor .toolbar .separator {
   width: 1px;
   height: 16px;
   margin: 2px 5px 2px 5px;
   background: url(../gfx/ruler_v.gif) center top repeat-y;
}

.htmleditor .toolbar .button {
   margin: 0px 2px 0px 2px;
}

.htmleditor .toolbar .button img {
   border: 1px outset;
   background: #FFFFFF;
   cursor: pointer;
   cursor: hand;
}

.htmleditor .toolbar .buttonActive img, .htmleditor .toolbar .buttonPressed img {
   border: 1px inset;
   background: #EEEEEE;
   cursor: pointer;
   cursor: hand;
}

.htmleditor .toolbar .buttonDisabled img {
   border: 1px inset;
   background: #FFFFFF;
   filter: alpha(opacity = 25);
   opacity: 0.25;
}

.htmleditor .edit {
   float: left;
   width: 438px;
}

.htmleditor .edit iframe, .htmleditor .edit textarea {
   border: 1px solid #A5ACB2;
   width: 415px;
   height: 250px;
}

.htmleditor .statusBar {
   margin-top: 2px;
}

.htmleditor .statusBarTree a {
   margin: 0px 5px 0px 5px;
}

.htmleditor .insert {
   float: left;
   /*margin-top: -20px;*/
}

.htmleditor .insert .item {
   margin-bottom: 4px;
   height: 24px;
   width: 107px;
   overflow: hidden;
}

.htmleditor .insert .item input, .htmleditor .insert .item img {
   display: block;
   background: url(../gfx/button_insert_background.gif) no-repeat;
   cursor: pointer;
   cursor: hand;
}

.htmleditor .insert .item input.hover, .htmleditor .insert .item img.hover {
   background-position: 0px -24px;
}

.htmleditor .insert .item input.depressed, .htmleditor .insert .item img.depressed {
   background-position: 0px -48px;
   padding-top: 1px;
   padding-left: 1px;
}

/*copy webquest*/

.text#copy .title_page .icon .page {
   background-image: url(../gfx/content_copy_title_icon_page.gif);
   margin-top: -14px;
   margin-left: -56px;
}