/* body and default links */

body,html {
    font-family: "Trebuchet MS", Verdana, Sans-serif;
    /*background:#eee url(/images/aurora_star_avatar.png) top left no-repeat;*/
    color:#000;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

a, a:link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-bottom: dotted 1px #666
    }

a:visited {
    color: #333;
    border-bottom: dotted 1px #666
    }

a:hover {
    color: #333;
    border-bottom: solid 1px #333
    }

h1,h2,h3,h4{
    margin-bottom:0px;
    padding:0px;
    color:#333;
}
td.line {
    background-color:#333;
    height:1px;
    width:1px;
}
p {
    margin: 0;
    padding: 0;
}

/* head */
#head{
    position:absolute;
    top:0px;
    left:0px;
    margin:0px;
    width:100%;
}
#head_image {
    background-color: #000;
    position:absolute;
    top:0px;
    left:0px;
    padding: 5px 10px 0px 10px;
    margin: 0px;
    border-bottom:3px solid #669;
    
}
/* header */
#header {
    position:absolute;
    background-color: #000; 
    font-weight:bold;
    color: #fff; 
    padding: 10px 50px 10px 5px;
    margin: 0px 0px;
    right:0px;
    left: 100px;
    top:0px;
    font-size:24px;
    vertical-align:top;
    border-bottom:3px solid #669;
}
#username {
    position:absolute;
    color:white;
    top:30px;
    right:10px;
    font-size:smaller;
}
#topsearch {
    position:absolute;
    /*float:right;*/
    background-color:inherit;
    margin-top:0px;
    margin-right:0px;
    color:#ccc;
    top:10px;
    right:10px;
    font-size:smaller;
}
#topsearch form{
    font-size:9px;
    margin-top:0px;
    margin-bottom:0px;
}
#topsearch .form{
    font-size:9px;
}
#topsearch  input[type="submit"]{
    border:1px outset #336;
    background-color:#ccc;
}
#topsearch  input:hover[type="submit"]{
    border:1px inset #336;
    background-color:#f5f5f5;
}

#topsearch  input[type="text"]{
    border:1px inset #333;
    background-color:#ccc;
}
#topsearch  input:hover[type="text"]{
    border:1px inset #333;
    background-color:#f5f5f5;
}

/* top menu */
#navigation {
    position:absolute;
    top: 52px;
    left: 100px;
    color: white; 
    padding: 10px;
    z-index: 3;
    overflow:visible;
    font-size:smaller;
}

#navigation a {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    background-color:#bbb;
    border: 1px solid black;
    color: #000;
}

#navigation a:hover {
    background-color:#f5f5f5;
    color:#333
}

/* main */
#main {
    position:absolute;
    top:98px;
    padding-left:10px;
padding-right:10px;
right:0px;
left:0px;

}
#main #lastedits{
}
#main #lastedits td{
    font-size:smaller;
}
/* Table of Contents */
#main #toc {
    width:400px;
    border: 1px solid black;
    padding:4px;
    background-color:#ccc;
    font-size:smaller;
}

#main #toc .title{
    font-size:large;
    font-weight:bold;
    color:#333;
    margin:0px;
    padding:  0px;
}

#main #toc hr{
    width:50%;
    color:#333;
    height:1px;
}

#main #toc a{    
    border:none;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    display:block;
}

#main #toc a:hover {
    background-color:#f5f5f5;
    color:#333;
}
/* Table of Contents */
#main #dtoc {
    width:200px;
    border: 1px solid black;
    padding:4px;
    background-color:#ccc;
    font-size:smaller;
}

#main #dtoc .title{
    font-size:large;
    font-weight:bold;
    color:#333;
    margin:0px;
    padding:  0px;
}

#main #dtoc .toctext{
    font-weight:bold;
}
#main #dtoc hr{
    width:50%;
    color:#333;
    height:1px;
}

#main #dtoc a{
    border:none;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    display:block;
}

#main #dtoc a:hover {
    background-color:#f5f5f5;
    color:#333;
}
#main #dtoc #uplinks{
    font-size:small;
    display:inline;
}
#main #dtoc #uplinks a{
    display:inline;
    color:#333;
}


/* Main Content Pane */
#main #content {
    top: 0px; 
    right: 0px; 
    position:relative; 
    background-color:#ddd;
    border: 1px solid black; 
    padding: 5px;
    padding-bottom:15px; 
    margin:0px 0px 10px 0px;
    height:auto !important;
    min-height:350px; 
    z-index: 1; 
    overflow:visible;

}
#main #content input[type="submit"]{
    border:1px outset #333;
    background-color:inherit;
}
#main #content  input[type="submit"]:hover {
    background-color:#f5f5f5;
    cursor: pointer;
}

#main #content table.data{
    border:1px solid #333;
    min-width:50%;
}
#main #content .rowheader{
    background-color:#333;
    color:white;
}

#main #content .rowcolor1{
    background-color:#eee;
}

#main #content .rowcolor2{
    background-color:#ccc;
}

#main #content .deletedcolor1{
    background-color:#fee;
}

#main #content .deletedcolor2{
    background-color:#fcc;
}

#main #content .rowtext{
    background-color:inherit;
    border-style:solid;
    border-width:1px;
    border-color:#333;
}

#main #content input.rowtext{
    padding: 1px 5px;
}

#main #content img.logoimage{
    max-width:200px;
}
#main #content .error{
    color:red;
}
#main #content .edittext{
    border-style:inset;
    border-width:1px;
    background-color:#ccc;
    border-color:#333;
    
}
#main #content .editselect {
    background-color:#ccc;
}
#main #content div.edittext{
    width:100%;
    height:200px;
    border:none;
}
#main #content textarea.edittext{
    padding:5px;
    width:100%;
    height:100%;
    display:block;
}

#main #content input.edittext{
    padding:1px 5px;
}

#main #content a.control {
    font-size:smaller;
    border: 1px outset black;
    padding: 0px 10px;
    margin: 1px;
}

#main #content a:hover.control {
    background-color:#f5f5f5;
}

#main #content li{
    margin-left:15px;
}

/* subsection menu */

#main #submenu {
    width:175px;
    border: 1px solid black;
    padding:4px;
    background-color:#ccc;
    font-size:smaller;
}

#main #submenu h3 {
    color:#333;
    margin:0px;
    font-size: medium;
    margin-left:5px;
}

#main #submenu a {
    border:none;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    display:block;
}
#main #submenu a.control{
    margin-top:10px;
    border: 1px solid black;
}
#main #submenu a:hover {
    background-color:#f5f5f5;
    color:#333;
}

#main #submenu h3 a{
    color:#333;
    padding:0px;
    font-size: medium;
}
    

/* control pane */
#main #controls{
    font-size:smaller;
    position:relative; 
    top:0px;
    left:0px;
    z-index:3;
    padding:5px;
    margin:0px 13px;
    display:inline
    
}

#main #controls a {
    border: 1px solid black;
    padding: 0px 10px;
    margin: 0px;
    background-color:#ddd;
}

#main #controls a:hover {
    background-color:#f5f5f5;
}

#main #info{
clear:both;
font-size:smaller;
    top:0px;
    z-index:3;
    width:500px;
    border: 1px solid black;
    background-color:#ddd;
    padding:5px;
    margin:10px;

}

#main #info a {
}

#main #info a:hover {
}

/* footer */
#footer {
    position:relative;
    top:10px; 
    left:10px;
    text-align:center; 
    font-size:small;
}

#content #search .parent {
    font-size:smaller;
    }
#content #search .author{
    font-size:smaller;
    text-align:right;
}
#content #search .timestamp{
    font-size:smaller;
    text-align:right;
    padding-right:5px;
}
#content #search .result{
    padding-left:5px;
}
#content #search .excerpt{
    padding: 0px 5px 10px 5px;
    border-bottom:1px dashed #333;
}

#content #comments .tagline{
    font-size:smaller;
    text-align:left;
    padding: 5px 5px 10px 5px ;
    border-bottom: 1px dashed #333;
    margin-bottom: 5px;
}

#content #comments .deleted{
    background-color: #fee ;
}

#content #comments .text{
    padding: 10px 5px 0px 5px;
}
#content #comments .newcomment{
    padding: 10px 5px 0px 5px;
}
#content #comments a.iconlink{
    border: none;
    font-weight: normal;
}

/* TinyMCE specific rules */
body.mceContentBody {
    background-color:#ccc;
    font-size: small;
}

.mceContentBody a {
   color: #333 !important; /* FF requires a important here */
}

#tagselect {
    border: solid 1px black;
    font-size:smaller;
    font-weight:normal;
}
.linkimage {
    width:600;
}
.linkimage a {
    display:block;
    text-decoration: none;
    border-bottom: none;

}
.linkimage a:hover {
    border-bottom: none;
}

#toolstabs {
    border:1px solid black;
    padding:10px;
    margin-top: 10px;
}

.template_value{
    text-align:left;
}

#template_fields_display{
margin-bottom:10px;
}
#template_fields_display .tf_name{
font-weight:bold;
}
#template_fields_display .tf_data{


