* { 
    font: normal 10pt verdana, arial, helvetica, sans-serif;
    margin: 0px;
	word-wrap: break-word;
}

body { background-color: white; }

html,body { height: 100% }

a img { border:none }

a { text-decoration: none }

b, strong { font-weight: bold; }
ins { text-decoration: underline; }
i, cite, em { font-style: italic; }

input { border: 1px solid #00324D; }

#cover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
	background-color: gray;
    opacity: .7;
	filter: alpha(opacity=70);
}

#popup {
    position: absolute;
    background-color: white;
    top: 100px;
    width: 90%;
    margin-left: 4%;
    z-index: 10;
    padding: 10px;
	border: 1px solid purple;
}

#lrp_mesg {
	display:none;
	font-size:11pt;
	color:#00324D;
	padding: 2px 2px 2px 2px;
	background-color:#FFFEDC;
	border: 1px solid #D4D3D3;
}

.titlebar, .pophelp h1 {
	padding: 4px 4px 4px 4px;
	border: 1px solid #D4D3D3;
	background-color:#D1DFE9;
	color:#00324D;
	font-size: 12pt;
}

.titlebar, .titlebar * { 
	color:#00324D;
	font-size: 12pt;
}
.titlebar a:hover { background-color: #FFFF99; }

.header {
	padding: 3px 3px 3px 3px;
	border: 1px solid #D4D3D3;
	background-color:#FFFEDC;
	color:#00324D;
	font-size: 11pt;
}

.header * {
	color:#00324D;
	font-size: 11pt;
}

.header a:hover { background-color: #FFFF99; }

.comment_box {
	margin:0px 0px 4px 0px;
	padding: 2px 2px 2px 2px;
	background-color:#F8F8F8;
	border:1px solid #D4D3D3;
}
.comment {
	margin-top:4px;
	color:#00324D;
	font-size:9pt;
}

.banner {
	background-color: #FFFEDC;
	border: 1px solid #D4D3D3;
	padding: 2px 2px 2px 2px;
}

.banner, .banner * {
	font-size: 9pt;
	color: #00324D;
}

.banner a:hover { background-color: #FFFF99; }

.arrow {
    margin: 0px 0px 0px 0px;
    width: 21px;
    height: 14px;
    display: block;
	visibility: hidden;
    cursor: pointer;
	padding: 0px 0px 2px 0px;
}

.arrow.up { background: url(/images/up14_2.png); background-repeat: no-repeat }
.arrow.down { background: url(/images/down14_2.png); background-repeat: no-repeat }
.arrow.up_vote { background: url(/images/up_vote14_2.png); background-repeat: no-repeat }
.arrow.down_vote { background: url(/images/down_vote14_2.png); background-repeat: no-repeat }

.arrow_large {
    margin: 0px 0px 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
	padding: 0px 0px 2px 0px;
	background-color: transparent;
}

.arrow_large.up_large { 
	background-image: url(/images/up_large2.png); background-repeat: no-repeat;
}
.arrow_large.down_large { 
	background-image: url(/images/down_large2.png); background-repeat: no-repeat;
}
.arrow_large.up_vote_large { 
	background-image: url(/images/up_large_vote2.png); background-repeat: no-repeat;
}
.arrow_large.down_vote_large { 
	background-image: url(/images/down_large_vote2.png); background-repeat: no-repeat;
}

.thumb {
	height: 120px;
}

.clipwrapper_old {
 	position: relative;
	width: 120px;
	height: 120px;
	border: 1px solid purple;
	background-color: white;
	top: -1px;
	left: -1px;
	overflow: hidden;
}

.clip {
	position: absolute;
}

.shade1 {
	position: relative;
	width: 126px;
	height: 126px;
  	background: url(/images/ds120.png);
}

.clipwrapper {
 	position: relative;
	width: 120px;
	height: 120px;
	top: 2px;
	left: 2px;
	overflow: hidden;
}

.clipwrapper_tm {
 	position: relative;
	width: 120px;
	height: 120px;
	top: 2px;
	left: -2px;
	overflow: hidden;
}

.shade1_old {
	position: relative;
	width: 120px;
	height: 120px;
  	background-color: #e8e8e8;
	top: 3px;
	left: 3px;
}

.shade2 {
	position: relative;
	width: 120px;
	height: 120px;
  	background-color: #cbcbcb;
	top: -1px;
	left: -1px;
}

.shade3 {
	position: relative;
	width: 120px;
	height: 120px;
	background-color: #a0a0a0;
	top: -1px;
	left: -1px;
}

a.thumb_source_overlay {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	visibility: inherit;
	font-size: 7pt;
	color: purple;
/*	background-color: rgb(21, 86, 112); */
	background-color: white;
/*	text-align: center;
	display: inline-block; */
}

.thumb_arrow_left {
	position: absolute;
	margin-left: 13px;
	margin-top: 40px;
	visibility: hidden;
}

.thumb_arrow_right {
	position: absolute;
	margin-left: 67px;
	margin-top: 40px;
	visibility: hidden;
}

.large_thumb_arrow_left {
	position: absolute;
	margin-left: 35px;
	margin-top: 65px;
	visibility: hidden;
}

.large_thumb_arrow_right {
	position: absolute;
	margin-left: 105px;
	margin-top: 65px;
	visibility: hidden;
}

.thumb_large {
	height: 180px;
}

.shade1_large {
	position: relative;
	width: 186px;
	height: 186px;
  	background: url(/images/ds180.png);
}

.clipwrapper_large {
 	position: relative;
	width: 180px;
	height: 180px;
	top: 1px;
	left: 1px;
	overflow: hidden;
}

.shade2_large {
	position: relative;
	width: 180px;
	height: 180px;
  	background-color: #cbcbcb;
	top: -1px;
	left: -1px;
}

.shade3_large {
	position: relative;
	width: 180px;
	height: 180px;
	background-color: #a0a0a0;
	top: -1px;
	left: -1px;
}

.thumb_jumbo {
	height: 160px;
}

.clipwrapper_jumbo {
 	position: relative;
	height: 160px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.clip {
	position: absolute;
}

.numbers {
	color: gray;
	font-size: 11pt;
}

.links * {
	font-size: 12pt;
	padding: 0px 0px 2px 0px;
	color: blue;
}

.links a:hover {
	text-decoration: underline;
}

.link_info, .link_info * {
	color: gray;
	font-size: 8pt;
	padding: 2px 0px 2px 0px;
}

.link_info a {
	padding: 1px 1px 0px 1px;
	font-size: 8pt;
	color: rgb(21, 86, 112);
	/* background-color: #eee; */
}

.link_source, .link_source * {
	color: gray;
	font-size: 8pt;	
}

.link_source a:hover {
	text-decoration: underline;
}

.link_info a:hover {
	text-decoration: underline;
}

.link_info div {
	padding: 1px 1px 1px 1px;
	font-size: 8pt;
	background-color: #eee;
}

.link_ct, .link_ct * {
	color: gray;
	font-size: 8pt;
	padding: 2px 0px 2px 0px;
}

.link_ct a {
	padding: 1px 1px 0px 1px;
	font-size: 8pt;
	color: rgb(21, 86, 112);
	/* background-color: #eee; */
}

.link_ct a:hover {
	text-decoration:underline;
}

.content_vote { cursor: pointer; }
.content_vote.good { color: #333092; }
.content_vote.bad { color: #ED1871; }

.input_table td {
	font-size: 12px;
}

.input_table tr {
	vertical-align: top;
}

.input_table textarea {
	font-size: 8pt;
	height: 30px;
	width: 300px;
}

.input_table .text {
	font-size: 8pt;
	width: 300px;
}

.input_table tr[NAME='advanced'] { display: none; }
#advanced { display: none; }

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.input_table .label {
	text-align: left;
	font-size: 11px;
}

.input_table .r {
	font-size: 10px;
	font-style: italic;
	color: #c00;
}

.input_table .o {
	font-size: 10px;
	font-style: italic;
	color: #00c;
}

.input_error {
	color: red;
	font-size: 8pt;
	white-space: normal;
}

.menubar {
	width: 100%;
}

.menubar td {
	text-align: center;
	white-space: nowrap;
}

.menubar td a, .menubar td span {
	color: #00324D;
	position:relative;
	font-size: 11pt;
	top: 8px;
	padding: 2px 1px 2px 1px;
	margin: 0 2px 0 2px;
}

.menubar .current a, .menubar .current span {
	background-color: rgb(209, 223, 233);
	color: rgb(39,36,36);
	padding: 2px 0px 2px 0px;
	border: 1px solid #D4D3D3;
}

.right_col { margin-bottom: 6px; }
.right_col tr { text-align: left; }
.right_col td { white-space: nowrap; }
.right_col a:hover { background-color: #ffff99; }

.text_input { 
	width: 175px;
	font-size: 8pt;
	color: gray;
}
.right_col .button { 
	width: 100px;
}

.follow_box {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	visibility: hidden;
}

.follow_box .textbox {
	height: 160px;
	width: 450px;
	overflow: hidden;
}

.follow_box .textarea {
	background-color: white;
	height: 156px;
	width: 446px;
	padding: 2px 2px 2px 2px;
	overflow: hidden;
}

.pophelp {
	position: absolute;
	z-index: 20;
	visibility: hidden;
	background-color: white;
	border: 1px solid purple;
	width: 350px;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
}

/*
.pophelp h1 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 9px;
	display: block;
	background-color: #ddf;
	border-bottom: 1px solid purple;
} */

.pophelp p {
	margin-bottom: 10px;
	font-size: 8pt;
}

.pophelp b {
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
}

.thumb_source a {
	font-size: 7pt;
	color: gray;
	text-align: center;
	display: inline-block;
	padding-top: 1px;
}

/* ------------------------------autocompleter formatting------------------------------ */
div.auto_complete {
    cursor: pointer;
    width: 350px;
    background: #fff ;
    font-family: helvetica, arial, sans-serif;
}
div.auto_complete ul {
    border:1px solid #888 ;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
div.auto_complete ul li {
    margin:0;
    padding:3px;
}
div.auto_complete ul li.selected {
    background-color: #ffb ;
}
div.auto_complete ul strong.highlight {
    color: #800 ;
    margin:0;
    padding:0;
}

#tdp_blog h3 {
	font-size: 12pt;
	font-weight: bold;
}
#tdp_blog h4 {
	font-size: 10pt;
	font-style: italic;
}
#tdp_blog h6 {
	font-size: 9pt;
	font-weight: bold;
}
#tdp_blog p {
	font-size: 9pt;
}

.tagcloud, .tagcloud * {
	white-space: normal;
}

.tagcloud a {
/*	line-height:1em; */
}

.tagcloud a:hover {
	text-decoration: underline;
}

.tagcloud_large {
	text-align:center;
	padding-bottom:5px;
	border: 1px solid #D4D3D3;
	background-color: #F8F8F8;
}

.tagcloud_large, .tagcloud_large * {
	white-space: normal;
}

.tagcloud_large a:hover {
	text-decoration: underline;
}

.static h1 {
	padding: 4px 4px 4px 4px;
	border: 1px solid #D4D3D3;
	background-color:#D1DFE9;
	color:#00324D;
	font-size: 12pt;
}

.static form * {
	font-size: 8pt;
}

.static p {
	margin-bottom: 10px;
	font-size: 8pt;
}

.static b {
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
}

.static h1 {
	font-weight: bold;
	font-size: 10pt;
}

.static a {
	font-size: 8pt;
	border-bottom: 1px dashed;
}

.static a:hover {
	color: blue;
	border-bottom: none;
}

.static span {
	font-size: 8pt;
}

.rcbox {
	border:1px solid #D4D3D3;
	padding:2px 2px 2px 2px;
	background-color:#F4F4F4;
	margin:2px 0 2px 0;
}

.rcbox.noborder {
	border-top: none;
	border-bottom:none;
}

.footer, .footer * {
	text-align: center;
	font-size: 8pt;
}

#widget input {
	width: 300px;
}

#widget td {
	text-align: left;
}

.static textarea {
	font-size: 9pt;
}

#visitors td {
	vertical-align: top;
	text-align: left;
}

#visitors table {
	border: 1px solid black;
}