@charset "utf-8";
/* CSS Document */

span.ClickThumbnailText {
	font-size: 7pt;
}

span.ClickThumbnailTextMAIN {
	font-size: 8pt;
}

span.EchoTextMAIN {
	font-size: 9pt;
}

span.EchoText {
	font-size: 10pt;
}

p.PaginationLinks {
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

div.EchoEntry {
	width: 680px;
	background-color: #f2f2f2;
	color: #000;
	border: 1px solid #e1e1e1;
	padding: 10px;
	text-align: left;
}
div.EchoEntry h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #333399;
	padding-left: 4px;
}

div.EchoEntry textarea {
	width: 679px;
	height: 70px;
	border: 1px solid #ccc;
}

div.EchoEntry input.input {
	width: 502px;
	height: 18px;
	border: 1px solid #444;
}

div.EchoEntry input.input2 {
	border: 1px solid #444;
}

div.EchoEntry input.button {
	background-color: #3e62c7;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #273d7c;
}

div.EchoEntrySML {
	width: 95%;
	background-color: #f2f2f2;
	color: #000;
	border: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
}

div.EchoEntrySML h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #333399;
	padding-left: 4px;
}

div.EchoEntrySML textarea {
	width: 98%;
	border: 1px solid #ccc;
}

div.EchoEntrySML input.input {
	width: 340px;
	height: 18px;
	border: 1px solid #444;
}

div.EchoEntrySML input.input2 {
	border: 1px solid #444;
}

div.EchoEntrySML input.button {
	background-color: #3e62c7;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #273d7c;
}


div#LinkInformation, div#PictureInformation {
	display: none;
	padding: 3px;
}

textarea.CommentEntryBox {
	width: 502px;
	border: 1px solid #000;
	padding-bottom: 4px;
}


textarea.CommentEntryBoxB {
	width: 100%;
	font-size: 8pt;
	border: 1px solid #000;
	padding-bottom: 4px;
}

input.Button {
	background-color: #3e62c7;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #273d7c;
}

td.PostedOnRow {
	background-color: #f2f2f2;
	padding: 3px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

td.CommentRow {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 3px;
	text-align: justify;
}

td.PaddingRow {
	height: 1px;
}

fieldset legend {
	font-weight: bold;
}

hr.SeparatingLine {
	color: #cfd7f3;
}

form.HelloMemberArea {
	padding-top: 3px;
}

form.HelloMemberArea input.Input {
	background-color:#FFFFF0;
	border: #273d7c solid thin;
	color:#3e62c7;
}

form.HelloMemberArea input.Button {
	background-repeat:repeat-x;
	border:#273d7c solid thin;
	font-weight:bold;
	color:#fff;
	background-color:#3e62c7;
}

strong.Titles {
	font-size: 12pt;
}

td.AdmHeader {
	color: #fff;
	background-color: #036;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

td.AdmTextA {
	background-color: #eee;
	text-align: center;
	padding: 3px;
}

td.AdmTextB {
	background-color: #999;
	text-align: center;
	padding: 3px;
}

a.LargeLink {
	font-size: 10pt;
}

a.MediumLink {
	font-size: 8pt;
}

a.SmallLink {
	font-size: 7pt;
}

a.LargeLinkB {
	font-size: 10pt;
}

a.MediumLinkB {
	font-size: 8pt;
}

a.SmallLinkB {
	font-size: 7pt;
}

