body {
    font-family: Georgia;
    font-size: 14px;
    color: #BEBEBE;
    background-color:#DBDBDB;
}

#body_container {
    width:100%;
}

#container {
    width:80%;
    background-color:#FFFFFF;
    border:1px solid;
    border-color:#999999;
     
}

#logo {
    width:100%;
}

#posts {
    margin:10px 20px 5px 20px;
}

#comments {
    width:60%;
    color:#828282;
}

/* special Ajax Divs! */
.myfunctionsajax {
    border-color:#F6DA60;
    border-width:1px;
    width:715px;
    text-align:left;
}
.myfunctions {
    font-size:12px;
}
.f_box {
    border-top: 1px solid #F6DA60;
    border-bottom: 1px solid #F6DA60;
    background-image:url(../images/ajaxback.gif);
    background-repeat:repeat;
}
.f_example {
    margin:5px 5px 5px 20px;
    color:#CC3333;
    text-align:left;
}
.f_notes {
    margin:5 5px 5px 20px;
    color:#86C264;
    text-align:left;
}
.f_more {
    font-size:9px;
}

.content {
    color:#828282;
}

.date {
    color:#006699;
    font-size: 10px;
}

.author {
	color:#AD2029;
	font-size: 12px;
}

.topic {
    font-size: 10px;
    text-decoration: underline;
}

.footer {
    color:#AD2029;
    font-weight:bold;
}

/* Post Comments */
.who {

}

.what {

}

.when {
    font-size: 10px;
    color: #BEBEBE;
}

/* Text and heading */
.small_symbol {
    color:#FF4142;
    font-size:10px;
}

.small_text {
    font-size:10px;
}

h1 {
    color:#000000;
    font-size: 18px;
    font-weight: bold;
} 

/* Tables and Forms */
th {
    text-decoration:underline;
}
input {
    color:#006699;
    font-family: Georgia;
    font-size: 12px;
}

textarea {
    color:#006699;
    font-family: Georgia;
    font-size: 12px;
}

/* Links & Miscellaneous */
a {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
    color:#0000FF;
}
a:hover {
    text-decoration:underline;
}

.seperator {
    border-bottom:1px solid #006699;
    width:100%;
}

/* Insert divs (for content) */
.red {
    width:80%;
    background-color:#FFE2DD;
    border:1px solid;
    border-color:#AD2029;
}
.blue {
    width:80%;
    background-color:#E3EEFF;
    border:1px solid;
    border-color:#999999;
}
.console {
    width:80%;
    background-color:#CCCCCC;
    border:1px solid;
    border-color:#000000;
    color:#000000;
}
.grey {
    width:80%;
    background-color:#BEBEBE;
    border:1px solid;
    border-color:#999999;
}

.blue-admin {
    width:100%;
    background-color:#E3EEFF;
    border:1px solid;
    border-color:#999999;
}
    
