html, body {

  
  min-height: 100%;
  

}

body {
	font-family: Georgia, _sans;
	color: #666666;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-image: url('/img/back_item_01.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	

}

div{
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /*border: solid 1px red;*/
}

/*
#GeneralCover {
	min-height: 100%;
}
#test {
	min-height: 100%;
	background-color: #BBCC00;
}
*/
a{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
img {
	border-width: 0;
}

/* Links */

.LinkToIndexDIV {
	vertical-align: top;
	margin: 10px 0 5px 0;
	padding-bottom: 20px;
	width: 80%;
}
.LinkToIndexDIV2 {
	vertical-align: top;
	margin: 10px 0 0 20px;
}
.LinkToIndex {
	color: #0066FF;
}
.LinkToSource {
	color: #666666;
}
a.LinkTooriginalImage {
	color: #0066FF;
	font-size: 0.85em;
}
.LinkTooriginalImage_div {
	color: #0066FF;
}

/* General*/

/* Top */
.ins_01 {
	color: #669900;
	font-size: 2.4em;
	font-style: italic;
	margin: 0;
	padding: 0;
	position: relative;
	top: -14px;
}
.text_01 {
	padding: 0 0 0 0;
}
.text_02 {
	padding: 15px 20px 0 20px;
}
.loginBlock{
	text-align: right;
	vertical-align: top;
}
.loginBlock a{
	color: #FF6600;
	text-decoration: underline;
}
.loginBlock a:hover{
	text-decoration: none;
}
.findStringBlock{
	padding: 20px 0 0 0;
}
.findBlockForm{
	margin: 0;
}
.addPost_01{
	color: #669900;
	padding: 10px 0 0 0;
}
.addPost_01 a{
	color: #669900;
	font-style: italic;
	text-decoration: underline;
}
.addPost_01 a:hover{
	text-decoration: none;
}
a.link_02{
	font-size: 1.3em;
	color: #0066FF;
	font-style: italic;
	text-decoration: underline;
}
a.link_02:hover{
	text-decoration: none;
}
table.tableTopPart {
}
a.link_03 {
	font-size: 0.8em;
	color: #999999;
	text-decoration: underline;
}
a.link_03:hover {
	text-decoration: none;
}

/* Top Event */
.TopEventDiv{
	cursor: pointer;
}
.SourceTopEventText{
	background-color: #666666;
	color: #ffffff;
	padding: 0 2px;
	font-size: 0.85em;
}

/* Logo */

.title_01 {
	font-size: 4em;
	margin: 0;
	padding: 0;
}
.title_01 a{
	color: #666666;
	text-decoration: none;
}


/* Center*/

div.FlashBlock_01 {
	/*background-image: url('../img/back_01.gif');*/
	/*margin: 0 0 10px 0;*/
}

/* TimeLine */

div.TimeLineItem_01 {
	margin-left: 2px;
	float: left;
	
	font-size: 2em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 55px;

	border-top: 6px solid #BCBCBC;
	background-color: #BCBCBC;
}

a.TimeLineItem_01 {
	display: block;
	margin: 1px;
	float: left;
	
	font-size: 2em;
	color: #000000;
	text-decoration: none;
	text-align: center;
	height: 55px;
	
	border-top: 6px solid #E4E4E4;
	background-color: #ffffff;
	
}
a.TimeLineItem_01:hover {
	color: #ffffff;
	border-top: 6px solid #999999;
	background-color: #999999;
}
.TimeLineItem_02 {
	float: left;
	margin-left: 4px;
	text-align: right;
}
a.TimeLineItem_03 {
	display: block;

	font-size: 2em;
	float: left;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	border-right: 2px solid #ffffff;
	height: 55px;
}
a.TimeLineItem_03:hover {
	background-color: #E4E4E4;
	border-right: 2px solid #E4E4E4;

}
.TimeLineItem_04 {
	font-size: 0.43em;
	color: #555555;
}
.TimeLineItem_05 {
	font-size: 0.43em;
	color: #ffffff;
}
a.TimeLineItem_06 {
	display: block;
	margin: 1px;
	float: left;
	
	font-size: 0.8em;
	color: #2F2F2F;
	text-decoration: none;
	text-align: center;
	height: 55px;
	
	border-top: 6px solid #E4E4E4;
	background-color: #ffffff;
	
}
a.TimeLineItem_06:hover {
	color: #ffffff;
	border-top: 6px solid #999999;
	background-color: #999999;
}

/* Bottom */

.title_02 {
	font-size: 1.4em;
	color: #555555;
	margin: 0;
	padding: 0 0 10px 0;
}
.title_ref_site {
	font-size: 1.4em;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
}
.title_ref_site2 {
	font-size: 1.4em;
	color: #555555;
	margin: 0;
	padding: 0 0 10px 0;
}
.link_01{
	color: #669900;
	padding: 10px 0 0 0;
}
.link_01 a{
	color: #669900;
	font-style: italic;
	text-decoration: underline;
}
.link_01 a:hover{
	text-decoration: none;
}

/* Login */

td.LoginBlokTD {
	 background-color: #F0F0F0;
	 text-align: left;
}
td.LoginBlokTDPadding {
	 background-color: #F0F0F0;
	 padding: 0 4px 0 0;
}
a.LoginBlockLink {
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
}
a.LoginBlockLink:hover {
	text-decoration: none;
	border-bottom: 0px dotted #ffffff;
}
.LoginIns_01 {
	text-align: right;
	padding-right: 4px;
}
.LoginSub_01 {
	padding-left: 4px;
	text-align: center;
	padding-top: 5px;
}

/* addDocs */
.InsTD {
	padding: 0 0 8px 0;
	vertical-align: top;
}
.InputTD {
	padding: 0 0 8px 0;
	vertical-align: top;
}
.InputTD2 {
	padding: 0 5px 4px 0;
	vertical-align: top;
}
.SubmitTD {
	padding: 10px 5px 4px 0;
	vertical-align: top;
}
#ImageLoadOutText {
	margin-bottom: 20px;
}


/* addDocs -> NoteBlocks */

#addNoteForm {
	background-color: #CCCCCC;
	width: 400px;
	padding: 5px;
	border: 2px solid #333333;
	
	position: absolute;
	display: none;
	
	margin-top: 120px;
	margin-left: 100px;
}
#addLinkInNoteForm {
	background-color: #CCCCCC;
	width: 300px;
	padding: 5px;
	border: 1px solid #333333;
	
	position: absolute;
	display: none;
	
	margin-top: 35px;
	margin-left: 150px;
}
.NoteBlock {
	background-color: #E3E3E3;
	vertical-align: top;
	padding: 5px;
	
	margin-bottom: 4px;
}
.NoteBlocks {

}
#noteFormIns_02 {
	float: left;
	width: 22px;
}
#noteFormCover_01 {
	float: left;
	width: 340px;
}
#noteForm_01 {
	width: 340px;
}

a.noteLink_01 {
	color: #ffffff;
	font-weight: bold;
	
	background-color: #666666;
	padding: 3px;
	
	text-decoration: none;
}
a.noteLink_01:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.noteIns_01 {
	font-size: 0.9em;
	line-height: 0.9em;
	padding-left: 2px;
}

.PlusMinus_01 {
	font-size: 1.4em;
}
a.AddDocsLink_01 {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
a.AddDocsLink_01:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.TranslateArea {
	background-color: #f6f6f6;
}

/* addBlocks*/

.InsTD2 {
	padding: 0 4px 8px 0;
	vertical-align: top;
	text-align: right;
}

/* Docs */

table.ThreeDocsTable {
	margin-bottom: 5px;
}
table.DocsTable {
	margin-left: 20px;
}
table.DocsTable2 {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
table.DocsTable2 td, td.DocsTableTd2 {
	padding-bottom: 10px;
}
.ThreeDocsDate {
	text-align: left;
	padding-right: 7px;
	vertical-align: top;
}
.ThreeDocsImage {
	min-height: 30px;
}
.ThreeDocsDesc {
	vertical-align: top;
	padding-bottom: 15px;
	padding-left: 5px;
}
.ThreeDocsTitle {
	padding-left: 5px;
}
.DocsDate {
	text-align: left;
	padding-right: 7px;
	vertical-align: top;
}
.DocsImage {
	min-height: 30px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 5px;
}
.DocsDesc {
	vertical-align: top;
	padding: 10px 0 20px 0;
	color: #888888;
	font-style: italic;
}
.DocsText {
	vertical-align: top;
	margin: 5px 0 5px 130px;
	width: 80%;
	color: #333333;
}
.DocsTranslate {
	background-color: #F3F3F3;
}
.DocsDatePost {
	padding: 15px 0 15px 0;
}
.title_03{
	font-size: 1.6em;
	color: #333333;
	line-height: 1em;
}
.title_03 a{
	color: #333333;
	text-decoration: underline;
}
.title_03 a:hover{
	text-decoration: none;
}
.title_04{
	font-size: 1.2em;
	color: #888888;
	padding: 20px 0 10px 0;
	font-style: italic;
}
.title_05{
	font-size: 1.2em;
	color: #333333;
	line-height: 1em;
}
.title_05 a{
	color: #333333;
	text-decoration: underline;
}
.title_05 a:hover{
	text-decoration: none;
}
.title_06 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
.title_06 a{
	color: #666666;
	text-decoration: none;
}
.title_07{
	font-size: 1em;
	color: #333333;
}
.title_07 a{
	color: #333333;
	text-decoration: underline;
}
.title_08 {
	font-size: 1.8em;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
}
.DocsBlockAll {
	padding-bottom: 20px;
}
.link_Docs_01 a{
	color: #0066FF;
}
.DateTD {
	min-width: 100px;
}
.DocsPadding_01 {
	height: 10px;
	font-size: 0.1em;
}

/* PopAp Image */

.ClosePopap_01 {
	text-align: right;
	padding-right: 5px;
}
a.jqmClose {
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
}
a.linkResizeImage_01 {
	display: block;
	width: 12px;
	margin-left: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 3px 0 3px;
	background-color: #ACACAC;
	border: 1px solid white;
}
a.linkResizeImage_01:hover {
	background-color: #DFDFDF;
}
a.Popap_DottedLink {
	color: #333333;
	border-bottom: 1px dotted #333333;
	text-decoration:none;
}
a.Popap_DottedLink:hover {
	border-bottom:0 dotted #FFFFFF;
	text-decoration:none;
}

/* Tags */

a.TagLink_01 {
	color: #666666;
	text-decoration:none;
}
a.TagLink_01:hover {
	color: #333333;
	text-decoration:none;
}
/* Footer */

.footerIns_01 {
	margin-top: 30px;
}
.Contact_Block {
	text-align: left;
	padding-left: 20px;
	padding-top: 30px;

}
.MadeIn_Block {
	height: 100px;
	text-align: right;
	/*
	background-image: url('/img/back_item_01.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	*/	
}
.MadeIn_Block_text {
	padding-right: 20px;
	padding-top: 30px;
	position: relative;
	z-index: 3;
}
.MaskText_01 {
	position: absolute;

	margin-left: 100px;
	margin-top: -18px;
	
	width: 183px;
	height: 21px; 
	background-color: #ffffff;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	
	z-index: 1;
}
.MaskText_01_IE {
	position: absolute;

	margin-left: -200px;
	margin-top: -18px;
	
	width: 183px;
	height: 21px; 
	background-color: #ffffff;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	
	z-index: 1;
}
/* Registration */

.alertText_01 {
	font-size: 0.85em;
	color: #d10000;
}
.alertText_02 {
	font-size: 0.85em;
	color: #F64205;
}

/* Comment*/

.commentBack_02 {
	background-color: #E1E1E1;
}
.commentText_01 {
	background-color: #F3F3F3;
	padding: 3px 3px 10px 3px;
	text-align: left;
}
.commentInfo_01 {
	background-color: #E1E1E1;
	vertical-align: bottom;
	text-align: left;
}
a.DottedLink {
	border-bottom: 1px dotted #0066FF;
	text-decoration:none;
}
a.DottedLink:hover {
	border-bottom:0 dotted #FFFFFF;
	text-decoration:none;
}

/* Text */

.instext_01 {
	color:#666666;
	font-size: 0.7em;
}

/* Common */

div.ContentBlock_01 {
	padding: 0 20px 20px 20px;
}
div.ContentBlock_02 {
	padding: 20px 20px 10px 20px;
}
.PaddingLeft20{
	padding: 0 0 0 20px;
}
.PaddingTop20{
	padding: 20px 0 0 0;
}
.PaddingTop10{
	padding: 10px 0 0 0;
}
.PaddingBot10{
	padding: 0 0 10px 0;
}
.PaddingBot20{
	padding: 0 0 20px 0;
}
.PaddingBot40{
	padding: 0 0 40px 0;
}
.PaddingW20{
	padding: 0 20px 0 20px;
}
.PaddingH10{
	padding: 10px 0 10px 0;
}
.VAlignTop {
	vertical-align: top;
}
.VAlignBottom {
	vertical-align: Bottom;
}
.HAlignCenter {
	text-align: center;
}
.HAlignLeft {
	text-align: left;
}
.HAlignRight {
	text-align: right;
}
.MarginAutoH {
	margin: 0 auto;
}

.gray_01 {
	color: #999999;
}
.gray_02 {
	color: #8A8A8A;
	font-size: 0.9em;
}
.gray_03 {
	color: #666666;
}
.orange_01 {
	color: #FF6600;
}
.border_01 {
	border: 1px solid #CC0000;
}

.green_01 {
	color: #669900;
}
.white_01 {
	color: #ffffff;
}
.cleaner {
  clear: both;
  font-size: .1em;
}


