/* =[ Admin Sidelinks ]==================================================== */

/*#admin {
  position:absolute;
  top:60px;
  left:50%;
  margin:0 0 0 360px;
  width:150px;
  z-index:2;
}
*/
#admin {
	position:fixed;
	top:0;
	left:0;
	width:150px;
	z-index:4;
	overflow:hidden;
}

#admin ul{
  background:#888;
  color:#fff;
  margin:0;
  padding:2px;
}

#admin li {
  list-style-type: none;
  padding: 5px 5px 5px 15px;
  border-bottom: #aaa 1px solid;
  font-size:11px;
}

#admin li.header {
  padding: 1px 10px 1px 6px;
  background: #555;
  font-size:10px;
  color:#fff;
  font-weight:bold;
  border:none;
}

#admin li.padding {
  padding: 0;
  margin:0;
  line-height:0;
  border-bottom: #aaa 0px solid;
  font-size:0px;
  height:8px;
}

#admin a {
	color:#fff;
	font-weight:normal;
}


/* =[ Directory Listing ]=================================================== */

#content ul.dirListing {
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
}

#content ul.dirListing ul {
    margin-left: 8px;
    /*_margin-left: 0; */
    margin-bottom: 3px;
    /* _margin-bottom: 0; */
    padding-left: 20px;
    /* _padding-left: 0; */
    border-left: dashed 1px #ccc;
    /* _border: none; */
    position: relative;
}

#content ul.dirListing li {
    list-style-type: none;
    background: 0 50% no-repeat;
    padding: 3px 0 3px 24px;
    margin: auto 0;
}

#content ul.dirListing li.file {
    background: url(file.gif) 1px 2px no-repeat;
}

#content ul.dirListing li.folder {
    background: url(folder.gif) 0 4px no-repeat;
}

#content ul.dirListing li.locked {
    background: url(locked.gif) 1px 2px no-repeat;
}

#content ul.dirListing li.pointer {
    background: url(pointer.gif) 0 2px no-repeat;
}

#content ul.dirListing a.edit {
    position: absolute;
    left: 20px;
    /* _left: -25px; */
    padding-left: 5px;
}

#content ul.dirListing a.edit img {
    border: none;
    vertical-align: bottom;
}

/* =[ Page editing stuff ]================================================== */

form.edit_page input.text, form.edit_page select, form.edit_page textarea {
    display: block;
    width: 600px;
    font-size: 11px;
    font-family: inherit;
    color: inherit;
    margin: 0;
}

form.edit_page select {
    width: 600px;
}

form.edit_page select.multiple {
    height: 75px;
}

form.edit_page textarea {
    height: 350px;
}

/* =[ Admin stuff ]========================================================= */

form.admin_permissions select.multiple {
    display: block;
    width: 600px;
    font-size: 12px;
    font-family: inherit;
    color: inherit;
    height: 75px;
}

form.admin_notices textarea {
    display: block;
    width: 100%;
    height: 100px;
}

form.admin_notices textarea.main {
    height: 350px;
}

form.invite_users input.text {
    width: 600px;
    /*_width: 485px; */
}

/* =[ Login stuff ]========================================================= */

form.login p {
    width: 190px;
    float: left;
    padding-left: 30px;
}

#content form.login p.button {
    width: 100%;
    text-align: right;
    float: none;
    clear: both;
    padding-left: 0;
    margin-top: 30px;
}

form.login input.text {
    display: block;
    width: 100%;
    /*
    border: solid 1px;
    border-color: #777 #ddd #ddd #777;
    */
    font-size: 0.9em;
    font-family: inherit;
    color: inherit;
}

/* =[ Register Stuff ]====================================================== */

form.register input.text {
    display: block;
    width: 100%;
    font-size: 0.9em;
    font-family: inherit;
    color: inherit;
}

form.register p {
    width: 190px;
    float: left;
    padding-left: 30px;
}

#content form.register p.button {
    width: 100%;
    text-align: right;
    float: none;
    clear: both;
    padding-left: 0;
    margin-top: 45px;
}

/* =[ Profile Stuff ]======================================================= */

form.profile input.text {
    display: block;
    width: 100%;
}

form.profile textarea {
    display: block;
    width: 100%;
    height: 200px;
}

form.profile select.full {
    display: block;
    width: 100%;
}

/* =[ Search Stuff ]======================================================== */

form.search input.text {
    display: block;
    width: 100%;
}

/* =[ Contact Stuff ]======================================================= */

form.contact input.text {
    display: block;
    width: 100%;
}

form.contact select {
    display: block;
    width: 100%;
}

form.contact textarea {
    display: block;
    width: 100%;
    height: 200px;
}

/* =[ Group Stuff ]========================================================= */

form.creategroup input.text,
form.creategroup input.file,
form.threadresponse input.text,
form.newthread input.text {
    display: block;
    width: 100%;
}

form.creategroup textarea,
form.threadresponse textarea,
form.newthread textarea {
    display: block;
    width: 100%;
    height: 100px;
}

form.creategroup select {
    display: block;
    width: 100%;
}

/* =[ Table stuff ]========================================================= */

/*
table {
    padding: 0px;
    margin: 20px 10px 0px 10px;
    width: 555px;
    clear: none;
}
*/

table.calendar {
    margin: 10px auto 0px auto;
    width: 231px;
    padding: 0px;
    border: solid 1px #ccc;
    text-align: center;
}

table.calendar a {
    display: block;
    position: relative;
}

table.calendar th, table.calendar td {
    text-align: center;
    padding: 2px 0px 2px 0px;
    border: solid 1px #fff;
    width: 32px;
}

table.calendar th {
    background: #353d6c;
    color: #eee;
    border: solid 1px #999;
}

table.calendar td.month {
    background: #e1e2ea;
}

table.calendar td.week {
    /* background: #c6c6c6; */
    border: solid 1px #888;
}

table.calendar td.day {
    /* background: #c6c6c6; */
    border: solid 1px #000;
}

table.calendar td.events {
    /* border: solid 1px #000; */
    background: #cdedfd;
}

table.calendar tr {
    background: #fff;
}