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;
}

/*header*/

#header {
   width: 100%;
   height: 45px;
   background: #DDDDDD 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;
}

/*message*/

#message {
   margin-bottom: 10px;
   padding: 2px 0px 2px 0px;
   border-top: 1px solid #BFBFBF;
   border-bottom: 1px solid #BFBFBF;
}

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

#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 );
}

/*footer*/

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

#footer a {
   color: #000000;
}

/*help*/

.help {
   float: right;
   width: 20px;
}

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

/*text*/

.text {
   margin-bottom: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

/*form*/

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

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

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

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

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

.form .item {
   clear: left;
   zoom: 1;
}

.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: 1px;
   border-right: none;
   color: #999999;
}

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

.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;
}

/*list*/

.list {
   margin-bottom: 10px;
}

.list .title img {
   display: block;
   float: left;
}

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

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

.list .items {
   clear: left;
   overflow: auto;
   line-height: 1.9em;
}

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

.list .disabled {
   color: #999999;
}

.list .footer {
   clear: left;
   height: 15px;
   padding-top: 1px;
   border-top: 1px solid #BFBFBF;
}

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

/*websitemaker, tryout, webquest, diary, lessonmaker*/

.list#websitemaker, .list#tryout, .list#webquest, .list#diary, .list#lessonmaker, .list#etalagemaker, .list#diginmaker {
   border-top: 1px solid #000000;
   background-position: 0px 2px;
   background-repeat: no-repeat;
   height: 165px;
   padding-left: 85px;
}

.list#websitemaker .items, .list#tryout .items, .list#webquest .items, .list#diary .items, .list#lessonmaker .items, .list#etalagemaker .items, .list#diginmaker .items {
   height: 65px;
}

.list#websitemaker .title, .list#tryout .title, .list#webquest .title, .list#diary .title, .list#lessonmaker .title, .list#etalagemaker .title, .list#diginmaker .title {
   height: 18px;
   margin-top: 10px;
   margin-bottom: 6px;
}

.list#websitemaker .name, .list#tryout .name, .list#webquest .name, .list#diary .name, .list#lessonmaker .name, .list#etalagemaker .name, .list#diginmaker .name {
   clear: left;
   width: 125px;
}

.list#websitemaker .status, .list#tryout .status, .list#webquest .status, .list#diary .status, .list#lessonmaker .status, .list#etalagemaker .status, .list#diginmaker .status {
   width: 60px;
}

.list#websitemaker .visitors, .list#tryout .visitors, .list#webquest .visitors, .list#diary .visitors, .list#lessonmaker .visitors,
.list#diginmaker .visitors,
.list#etalagemaker .visitors {
   width: 65px;
}

.list#websitemaker {
   background-image: url( ../gfx/content_websitemaker_background.gif );
}

.list#tryout {
   background-image: url( ../gfx/content_tryout_background.gif );
}

.list#webquest {
   background-image: url( ../gfx/content_webquest_background.gif );
}

.list#diary {
   background-image: url( ../gfx/content_diary_background.gif );
}

.list#lessonmaker {
   background-image: url( ../gfx/content_lessonmaker_background.gif );
}

.list#etalagemaker {
   background-image: url( ../gfx/content_etalagemaker_background.gif );
}

.list#diginmaker {
   background-image: url( ../gfx/content_digin_background.gif );
}

/*profile*/

.form#profile .title_page .icon .page {
   background-image: url( ../gfx/content_profile_title_icon_page.gif );
   margin-top: -9px;
   margin-left: -58px;
}

.form#profile .label {
   width: 100px;
}

/*licence*/

.text#license .title_page .icon .page {
   background-image: url( ../gfx/content_newwebsite_title_icon_page.gif );
   margin-top: -18px;
   margin-left: -63px;
}

.text#license .content {
   height: 334px;
}

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