/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: center;
	color: #333;
	background-color: #C3DE5D;
}
.White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.WhiteS {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}
.Black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.BlackS {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.Gray_R {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align:right;
}


.GrayS {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.Contents {


	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #669900;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #669900;
	border: medium double #C3DE5D;
	padding: 1px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C3DE5D;
	border: medium double #669900;
	padding: 1px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
	
a:link {
	text-decoration: none;
	color: #669900;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration:underline;
}
img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    font-family: Courier New, Courier, Verdana, Tahoma, Arial;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 940px;
	text-align: center;
	background-color:#FFFFFF;
	margin: auto;
}
.header
{
    width: 100%;
    text-align: center;
	color:#FFFFFF;
	background-color: #C3DE5D
}
.wrapper
{
	width: 710px;
	float: right;
    background: #FFFFFF;
    text-align: left;
	padding-left: 10px;
    padding-right: 10px;
	min-height: 480px;
}
.Akari_Search
{
	width: 900px;
    background: #FFFFFF;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
	min-height: 480px;

}

.menu
{
    width: 180px;
    float: left;
    background: #FFFFFF;
    text-align: right;
	padding-left: 10px;
    padding-right: 10px;
	min-height: 480px;
}
.main
{
    width: 480px;
    float: left;
	text-align: left;
	padding-left: 9px;
    padding-right: 9px;
	min-height: 480px;
}
.sidebar
{
    width: 180px;
    float: right;
    background: #FFFFFF;
    text-align: left;
	min-height: 480px;
}


.footer
{
	width: 100%;
	text-align: center;
	background-color: #C3DE5D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
}
.head {
	font-size: 12px;
	color: #FFFFFF;
	border: medium double #FFFFFF;
	width: 940px;
	font-weight: bold;
	background-color: C3DE5D;
	position: fixed;
}


/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
}
.postTitle
{
    font-weight: bold;
    font-size: 10pt;
    color: #c60;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #999;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/ButtonBack.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}
.postSubTitle {
	font-weight: bold;
	font-size: 10pt;
	color: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.search {

    width: 700px;
    float: left;
    text-align: left;
	padding-left: 10px;
    padding-right: 10px;
	min-height: 360px;
}
