/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #ffffff;
	color: #000000;
	font-family:'Malgun Gothic', 'Consolas',helvetica,arial,sans-serif;
	font-size: 9pt;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: #000000;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#banner {
	background: black;
	color: #ffffff;
	padding: 4px;
	text-align: center;
	bottom: 0;
}

#header{
	padding: 5px 20px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: hidden;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */

fieldset {
	border: 1px solid #ccc;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

form div {
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
Input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */


div#flashMessage
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #614E3C;
	color: #FEECC5;
	margin: 0;
	padding: 5px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	font-family: 'Consolas';
	background: #ffcc00;
	font-size: 9pt;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


#posts_index {
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: 100px;
	width: 1000px;
}

#posts_index div#index_header {
	color: #777777;
}

#posts_index div#index_header #title {
	text-decoration: none;
	color: #000000;
	font-family: Malgun Gothic;
	font-size: 15px;
	line-height: 27px;
}

#posts_index div#index_header #mailto {
	font-size: 9pt;
	margin-bottom: 10px;
}

#posts_index div#index_header #menu {
	font-size: 10pt;
	margin-bottom: 10px;
}

#posts_index #index_header #menu span.menu_selected {
	color: #99cc00;
	font-size: 18px;
}

#posts_index div#index_left {
	float: left;
	width: 650px;
	margin-left: 40px;
	margin-right: 10px;
}

#posts_index div#index_right {
	margin-right: 80px;
	text-align: justify;
	line-height: 19px;
}

#posts_index div#index_right a:link,
#posts_index div#index_right a:visited {
	color: #54534B;
}

#posts_index div#index_right .tag_level_1 {
	font-size: 17px;
}

div#right_tagcloud {
	padding-left: 10px;
	font-size: 8pt;
	color: #777777;
	line-height: 16px;
}

div#right_tagcloud a {
	color: #555555;
}

#right_tagcloud span.count {
	font-size: 7pt;
	font-family: Tahoma;
}

#posts_index div.index_post {
	border: solid 1px #cccccc;
	padding: 7px;
	margin: 5px;
}

#posts_index div#post_text {
	font-size: 10pt;
	margin-bottom: 5px;
}

#posts_index div#post_text .quote {
	color: #723737;
	margin-left: 20px;
	padding-right: 20px;
}

div.src {
	background: #222222;
	color: #ffffff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "verdana";
	font-size: 8pt;
	line-height: 15px;
	margin: 3px; 
}

div.src a {
	color: #ffffff;
}

#posts_index div#post_name {
	font-size: 9pt;
	text-align: right;
	float: right;
	margin-left: 5px;
}

#posts_index div#post_date {
	font-size: 9pt;
	text-align: right;
	color: #777777;
}

#posts_index div#post_tags {
	margin-left: 5px;
	float: right;
}

#posts_index span#post_split {
	font-weight: bold;
	color: #232333;
}

#posts_index div#post_reps {
	margin-left: 20px;
}

#posts_index div#post_reps span#repDate {
	font-size: 8pt;
}

#posts_index div#post_image img {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	cursor: url( /img/zoomin.cur), pointer;
}

#posts_index 	input,
#posts_index textarea {
	font-family:'Malgun Gothic', 'Consolas', helvetica,arial, sans-serif;
	font-size: 9pt;
}

#posts_index input[type=button] {
	width: 50px;
}

#posts_index input[type=text],
#posts_index textarea,
#posts_index input[type=password] {
	border: solid 1px #999999;
}

.modifyform {
	border: dashed 1px #999999;
	width: 500px;
	margin-left: 130px;
	padding: 8px;
}

.modifyform {
	margin-left: 50px;
}

.modifyform * {
	margin-left: 0;
	margin-right: 0;
}

.modifyform label
{
	width: 60px;
	text-align: right;
	vertical-align: top;
	display: inline;
	float: left;
	margin-top: 7px;
	padding-right: 10px;
	font-size: 8pt;
}


.modifyform input,
.modifyform textarea {
	margin-top: 2px;
	margin-bottom: 2px;
}


.modifyform span.inputform_right {
	position: relative;
	left: 23px;
}

.modifyform span.inputform_left {
	float: left;
}




.modifyform span.inputform_size {
	width: 100px;
	text-align: right;
	margin-left: 20px;
}




.modifyform #inputform_adjust {
	width: 350px;
	display: inline;
	vertical-align: top;
	font-size: 8pt;
}

.modifyform input {
	width: 150px;
}

.modifyform textarea {
	width: 400px;
	border: solid 1px #999999;
}


.modifyform input[type=file] {
	width:300px;
}


.modifyform input[type=submit] {
	margin: 0px;
	margin-left: 200px;
	float: none;
	width: 100px;
}

#posts_index div#post_page {
	width: 700px;
	text-align: right;
}

#posts_index div#post_page span.current {
	font-size: 11pt;	
}

.modifyform div#files_list {
	clear: both;
	margin-left: 80px;
	font-size: 8pt;
	padding: 0px;
}

.modifyform div.files_list_modify_exist {
	clear: both;
	margin-left: 80px;
	font-size: 8pt;
	padding: 0px;
}

.modifyform div.files_list_modify_exist input {
	width: 50px;
	font-size: 7pt;
	margin-left: 5px;
	padding: 0px;
}




.modifyform div#files_list input {
	width: 50px;
	font-size: 7pt;
	margin-left: 5px;
	padding: 0px;
}


.modifyform div#files_list input[type=checkbox]{
	display: inline;
	margin: 0px;
	font-size: 8pt;
	width: 10px;
	float: none;
	vertical-align: middle;
}

.modifyform span.inputform_oneline input {
	width: 400px;
}












#posts_tags {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 800px;
	margin-left: 60px;
}

#posts_tags .tags_list_item a {
	text-decoration: none;
}

#posts_tags .tags_list_item a:hover {
	text-decoration: underline;
	color: black;
}

#posts_tags .tags_list_item a:link, 
#posts_tags .tags_list_item a:visited, 
#posts_tags .tags_list_item a:active {
	color: #ffcc00;
}

#posts_tags input,
#posts_tags textarea {
	font-family:'Malgun Gothic', 'Consolas', helvetica,arial, sans-serif;
	font-size: 9pt;
}

#posts_tags input[type=button] {
	width: 50px;
}

#posts_tags input[type=text],
#posts_tags textarea,
#posts_tags input[type=password] {
	border: solid 1px #999999;
}

#posts_tags #tags_header {
	width: 790px;
	margin-left: 10px;
	background: #c4a807;
}

#posts_tags div.roundtl {
	background:  url( /img/tl2.png )  0 0 no-repeat;
}
#posts_tags div.roundtr {
	background:  url( /img/tr2.png )  100% 0 no-repeat;
}
#posts_tags div.roundbl {
	background:  url( /img/bl2.png ) 0 100% no-repeat;
}
#posts_tags .roundbr {
	background:  url( /img/br2.png ) 100% 100% no-repeat;
}

#posts_tags #tags_header #tags_header_contents {
	padding: 10px 15px;

}

#posts_tags #tags_header #tags_header_contents #tags_header_selected {
	font-size: 10pt;
	font-weight: bold;
}

#posts_tags #tags_header #tags_header_related {
	margin-bottom: 10px;
}

#posts_tags #tags_header #tags_header_page {
	text-align: right;
	margin-top: 5px;
}

#posts_tags #tags_header #tags_header_toindex {
	float: right;
}


#posts_tags #posts_tags_right {

	margin-top: 20px;
}

#posts_tags #posts_tags_left {
	width: 600px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}

#posts_tags #posts_tags_left #tags_list .tags_list_item {
	padding: 20px;
	padding-top: 25px;
}

#posts_tags #posts_tags_left #tags_list div.roundbox {
	border: 0px;;
	background: #666666;
	border: solid 1px #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 13px;
}
#posts_tags #posts_tags_left #tags_list div.roundtl {
	background:  url( /img/top-left.png )  0 0 no-repeat;
}
#posts_tags #posts_tags_left #tags_list div.roundtr {
	background:  url( /img/top-right.png )  100% 0 no-repeat;
}
#posts_tags #posts_tags_left #tags_list div.roundbl {
	background:  url( /img/bottom-left.png ) 0 100% no-repeat;
}
#posts_tags #posts_tags_left #tags_list .roundbr {
	background: transparent url( /img/bottom-right.png ) 100% 100% no-repeat;
}

#posts_tags .tags_list_item #tags_list_item_date {
	display: inline;
	float: right;
	color: silver;
}

#posts_tags .tags_list_item #tags_list_item_name {
	display: inline;
	float: right;
	margin-left: 5px;
	color: silver;
}

#posts_tags .tags_list_item #tags_list_item_reps {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 12px;
	color: #eeeeee;
}

#posts_tags .tags_list_item #tags_list_item_tags {
	clear: both;
}

#posts_tags .tags_list_item div#tags_list_item_attaches {
	clear: both;
}

#posts_tags .tags_list_item div#tags_list_item_attaches img {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	cursor: url( /img/zoomin.cur), pointer;
}

#posts_tags .tags_list_item div#tags_list_command {
	float: right;
	position: relative;
	top: -17px;
	margin: 0;
	font-size: 12px;
}



div.writeform {
	border: dashed 1px #999999;
	font-family: Malgun Gothic;
}

#posts_tags .modifyform label {
	color: #ffffff;
}



.writeform {
	width: 500px;
	margin-left: 130px;
	padding: 8px;
}


.writeform * {
	margin-left: 0;
	margin-right: 0;
}

.writeform label {
	width: 60px;
	text-align: right;
	vertical-align: top;
	display: inline;
	float: left;
	margin-top: 7px;
	padding-right: 10px;
	font-size: 8pt;
}

.writeform input,
.writeform textarea {
	margin-top: 2px;
	margin-bottom: 2px;
}

.writeform span.inputform_left {
	float: left;
}

.writeform span.inputform_right {
	position: relative;
	left: 23px;
}
.writeform span.inputform_size {
	width: 100px;
	text-align: right;
	margin-left: 20px;
}

.writeform  #inputform_adjust {
	width: 350px;
	display: inline;
	vertical-align: top;
	font-size: 8pt;
}


.writeform input {
	width: 150px;
}

.writeform textarea {
	width: 400px;
	border: solid 1px #999999;
}
.writeform input[type=file] {
	width:300px;
}


.writeform input[type=submit] {
	margin-left: 180px;
}

.writeform div#files_list {
	clear: both;
	margin-left: 80px;
	font-size: 8pt;
}

.writeform div#files_list input {
	width: 50px;
	font-size: 7pt;
	margin-left: 5px;
	padding: 0px;
}

.writeform span.inputform_oneline input {
	width: 400px;
}

.replyform {
	position: absolute;
	background: #ffffff;
	padding: 2px;
	border: solid 1px #999999;
	width: 412px;
}

.replyform #PostReplyForm {
	width: 100%;
}

.replyform #rep_text {
	float: left;
	margin: 3px;
}

.replyform #rep_name {
	float: left;
	margin: 3px;
	margin-right: 6px;
}

.replyform #rep_password {
	float: left;
	margin: 3px;
}

.replyform #rep_button {
	float: right;
}


.replyform input#PostText {
	width: 400px;
	border: solid 1px;
}

.replyform input#PostName {
	width: 70px;
	border: solid 1px;
}

.replyform input#PostPassword {
	width: 70px;
	border: solid 1px;
}

.replyform label {
	float: left;
	padding-right: 10px;
	margin-top: 1px;
}

.replyform input[type=button] {
	margin-left: 3px;
	margin-right: 2px;
}



.delreplyform {
	position: absolute;
	background: #ffffff;
	padding: 2px;
	padding-left: 4px;
	border: solid 1px #999999;
}

.delreplyform * {
	display: inline;
}

.delreplyform #PostDelReplyForm label {
	height: 20px;
	padding-right: 5Px;
	margin-top: 2px;
	float: left;
}
.delreplyform #PostDelReplyForm input {
	width: 100px;
	margin-right: 6px;
	vertical-align: middle;
}

.delreplyform #PostDelReplyForm input#InputPassword {
	border: solid 1px black;
}

.delreplyform #PostDelReplyForm input[type=button] {
	width: 40px;
	margin-right: 2px;
}




.searchform * {
	display: inline;
}

div.searchform {
	margin-left: 10px;

}

.searchform label {
	margin-right: 0px;
	padding-right: 0px;
}

.searchform input#InputSearch {
	border-left: none;
	border-top: none;
	border-right: none;
	vertical-align: bottom;
	margin-left: 0px;
}

.searchform input[type=button] {
	margin-left: 5px;
	height: 26px;
}

div#index_search {
	background: #54544d;
	color: #ffffff;
	padding: 5px;
	margin: 2px;
}

div#index_search a {
	color: #cccccc;
}


div#posts_index2 {
	margin-left: 100px;
	width: 700px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#posts_index2 	input,
#posts_index2 textarea {
	font-family:'Malgun Gothic', 'Consolas', helvetica,arial, sans-serif;
	font-size: 9pt;
	color: #666666;
}

div #posts_index2 #index_header {
	color: #777777;
}

div #posts_index2 #index_header #title {
	text-decoration: none;
	color: #000000;
	font-family: Malgun Gothic;
	font-size: 15px;
	line-height: 27px;
}

#posts_index2 #index_header #mailto {
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

#posts_index2 #index_header #menu {
	display: none;
}

#posts_index2 #index_header #post_writelink {
	text-align: right;
	font-size: 8pt;
}

#posts_index2 #index_header #post_writelink a {
	color: #999999;
}

#posts_index2 #index_header #post_page {
	display: none;
}

#posts_index2 #hline {
	background-color: #bbbbbb;
	height: 1px;	
	margin-top: 10px;
	margin-bottom: 20px;
	clear: left;
}

#posts_index2 #hline2 {
	background-color: #bbbbbb;
	height: 1px;	
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 145px;
	clear: left;
}

#posts_index2 div#columns {
	width: 665px;
}

#posts_index2 #index_left {
	width: 150px;
}


#posts_index2 #index_right {
	width: 515px;
}

#posts_index2 #title {
	color: #99cc00;
	font-size: 11pt;
}

#posts_index2 #post_date {
	margin: 4px;
	margin-top: 5px;
	font-size: 7pt;
	line-height: 20px;
	color: #aaaaaa;
	font-family: tahoma;
}


#posts_index2 #post_text {
	line-height: 18px;
	color: #666666;
	margin-bottom: 20px;
}

#posts_index2 #post_tags {
	font-size: 8pt;
	color: #666666;
	margin-top: 10px;
}

#posts_index2 #post_command {
	font-size:8pt;
	text-align: right;
}

#posts_index2 #post_reps {
	font-size:8pt;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #777777;
}

#posts_index2 #post_reps #post_split {
	font-weight: bold;
	color: #000000;
}

#posts_index2 #post_reps #repDate {
	font-size:7pt;
	font-family: tahoma;
}

#posts_index2 #post_reps #post_rep {
	margin-bottom: 2px;
}

#posts_index2 #post_command a {
	color: #4ccee4;
}



#posts_index2 #post_page span.current {
	font-size: 11pt;
	font-family: tahoma;
}

#posts_index2 #post_page a {
	color: #777777;
}

#posts_index2 div.column {
	float:left;
}

#posts_index2 #index_footer {
	clear: left;
		text-align: right;
}

#posts_index2 #index_footer #post_page {

	color: #000000;
	font-size: 8pt;
	float: left;
}

.numperpageform * {
	display: inline;
}

#posts_index2 #index_footer #InputNumPerPage {
	font-size: 8pt;
	border-left: none;
	border-top: none;
	border-right: none;
	vertical-align: bottom;
	width: 20px;
}

#posts_index2 #index_footer #index_numperpageform input[type=button] {
	height: 20px;
	font-size: 7pt;
}

#posts_index2 div.searchform {
	margin-left: 0px;
	font-size: 8pt;
}

#posts_index2 div.modifyform {
	margin-left: 0px;
	margin-top: 5px;
	width: 490px;
	padding-left: 0;
}

#posts_index2 #index_tagcloud {
	font-size: 8pt;
	color: #888888;
	position: absolute;
	width: 90px;
	border: solid 1px;
	text-align: justify;
	padding: 5px;
	top: 110px;
	left: 750px;
	background: #ffffff;
}

#posts_index2 #index_tagcloud a {
	color: #666666	;
}

.tag_level_1 {
	font-size: 10pt;
}
