body {
margin: 0px auto;
padding: 0;
background: #8E8E8E;
}

h1, h2, h3 {
font-family: lucida grande, verdana, arial, helvetica, sans-serif;
letter-spacing: 0em;
}

h1 {
font-weight: bold;
font-size: 120%;
font-family: georgia, times new roman, times, serif;
color: #9E0B0E;
}

h2 {
font-weight: bold;
font-size: 150%;
font-family: georgia, times new roman, times, serif;
color: #000000;
}

p {
font-family: lucida grande, verdana, arial, helvetica, sans-serif;
color: #000000;
}

blockquote {
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

li {
font-size: 100%;
font-family: georgia, times new roman, times, serif;
}

a:link { background-color: transparent; text-decoration: none; color: #9D080D; }
a:visited { background-color: transparent; text-decoration: none; color: #9D080D; }
a:hover { background-color: #9D080D; text-decoration: none; color: #FFFFFF; }
a:active { background-color: #9D080D; text-decoration: none; color: #FFFFFF; }

#weblog {
margin: 0px auto;
padding-bottom: 10px;
width: 752px;
}

#blog {
float: center;
margin: 0px;
padding: 20px;
border: 1px solid #B4B4B4;
width: 546px;
background: #FFF;
color: #333;
font-size: 12px;
line-height: 19px;
text-align:  left;
}

.date {
font-size: 11px;
font-family: lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #000;
letter-spacing: 1px;
}

.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFF;
line-height: 14px;
}

.sidetitle {
margin: 0px;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.09em;
background: transparent;
color: #E65E6E;
}

.center {
text-align: center;
}

.imgicon {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	margin-right: 4px;
	display: block;
}

.spacer {
clear: both;
}

.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}
.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         10px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}

.topmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}

.f10 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.f11 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.dot_line {
border-bottom: 1px dotted #ED1C24;
}

.dark {
color:#000000; 
text-decoration:none;
}
.dark2 {
color:#000000;
font-size:12px; 
text-decoration:none;
}
.dark_nav {
color:#000000;
font-size:11px;
font-weight:bold;
margin-left:35px;
line-height:200%; 
text-decoration:none;
}
.margin_left {
margin-left:8px;
}
.margin_left1 {
margin-left:8px;
}

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(/history/images/icons/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(/history/images/icons/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(/history/images/icons/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(/history/images/icons/status-download.png) 10px 50% no-repeat;
}

.code {
	padding:3px 5px 3px 5px;
	border:1px solid #98be10;
	list-style-type: none;
	font-family: verdana, arial, helvetica, sans-serif;
}
.code code {font-family:lucida grande, verdana, arial, helvetica, sans-serif;
}
.code li {
	margin:2px 0;
	padding:0 5px;
	background:#f7f7f5;
        font-family: verdana, arial, helvetica, sans-serif;
}
.code li.tab1 {padding-left:4ex}
.code li.tab2 {padding-left:8ex}
.code li.tab3 {padding-left:12ex}
.code li.tab4 {padding-left:16ex}
.code li.tab5 {padding-left:20ex}
.code .changed {
	color:#900;
	font-weight:bold;
}
.code em {
	color:#900;
	font-weight:normal;
	font-style:normal;
}

.cssbutton {
	background: #fff;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	border : 1px solid #aaa;
        float: right;
}
.buttonright {
	color: #f8f8f8;
	background: #FF9900;  
	padding: 0px 3px 0px 3px;
}
.buttonleft {
	color: #0c479d;
	background: #FFFFFF;
	padding: 0px 20px 0px 3px;
}

.update {
	margin:1em 0;
	padding:0 0.5em;
	border:1px solid #98be10;
	background:#f6feda;
}
p.update {padding:0.5em}
.update p {margin:0.5em 0}


/* @end */