/* Normal, standard links. */
a:link, a:visited
{
        color: #006699;
        background-color: transparent;
        text-decoration: none;

}
a:hover
{
        color: #DD6900;
        background-color: transparent;
        text-decoration: underline;

}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        font-weight: bold;
        font-size: 11px;
        background-color: transparent;

        text-decoration: none;
}
a.nav
{
        text-decoration: none;
        color: #006699;
}
a.nav:hover
{
        background-color: transparent;
        text-decoration: underline;

}


/* Tables should show empty cells too. */
table
{
        empty-cells: show;
}

/* General page style. The scroll bar colours only visible in IE5.5+ */
body
{
        background-color: #CCE1F7;
        /*
        background-color: #EDF5FF url(images/back.png) repeat-x;
        */
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
        color: #000000;
        font-size: small;
        font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
        color : #000000;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
        background-color: transparent;
}

/* Standard horizontal rule.. */
hr
{
        height: 0px;
        border: solid #bbb 0px;
        border-top-width: 1px;
}
/* A more colorful hr.. */
.hrcolor
{
        height: 0px;
        border: solid #006699 0px;
        border-top-width: 1px;
}

/* A quote, perhaps from another post. */
.quote
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #444444;
        line-height: 125%;
        background-color: #FAFAFA;
        border: #D1D7DC;
        border-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        margin-left: 25px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 2px;
        overflow-x: auto;
}

/* A code block - maybe even PHP ;). */
.code
{
        font-family: Courier, 'Courier New', sans-serif;
        font-size: 11px;
        color: #006600;
        background-color: #FAFAFA;
        border: #D1D7DC;
        border-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        margin-left: 25px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 2px;
        overflow-x: auto;
		width: 525px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #000000;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
        line-height: 1.2em;
        margin-left: 25px;
        margin-top: 10px;
}

/* Generally, those [?] icons. */
.help
{
        cursor: help;
        background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
        color: red;
        background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

/* Alternating backgrounds... */
.windowbg
{
        background-color: #9BC5EE;
        font-size:12px;
}
.windowbg2
{
        background-color: #B5D3F2;
        font-size:12px;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
        font-weight: bold;
        font-style: normal;
        color: #006699;
        background-color: #6e94b7;
        background-image: url(images/cellpic3.gif);
        font-size: 11px;
}
.titlebg a:link, .titlebg a:visited, .titlebg2 a:link, .titlebg2 a:visited
{
        font-weight: bold;
        font-style: normal;
        color: #006699;
        font-size: 11px;
}
tr.titlebg
{
        height: 22px;
}
.titlebg a:hover, .titlebg2 a:hover
{
        color: #ffffff;
        text-decoration: underline;

}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
        color: #006699;
        font-size: 11px;
        font-weight : bold;
        background-color: #006699;
        height: 25px;
        background-image: url(images/cellpic3.gif);
}

/* The borders around things. */
.bordercolor
{
        background-color: #FFFFFF;
        border: 2px #4291DF solid;
}
.tborder
{
        border: 1px solid #6394bd;
}

/* Default font sizes. */
.smalltext
{
        font-size: x-small;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}
/* No image should have a border when linked */
a img{
        border: 0;
}

.post {
	width: 100%;
	overflow: hidden;

}