/* form */
ul.form {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.form li {
	margin: 4px;
}
ul.form li.nolabel {
	margin-left: 158px;
}
div.nolabel {
	margin-left: 158px;
}
ul.form li label {
	width: 150px;
	height: 22px;
	color: #02569d;
	font-weight: bold;
	text-align: right;
	margin: 2px 5px 2px 0px;
	display: block;
	float: left;
	clear: left;
	cursor: pointer;
	overflow: visible;
	
}
ul.form li input[type=text], ul.form li input[type=password] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 250px;
}
ul.form li textarea {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 98%;
	height: 200px;
}
ul.form li input.short {
	width: 50px;
}
ul.form li fieldset.none {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 140%;
}
ul.form li fieldset.none label {
	width: auto;
	color: black;
	text-align: left;
	float: none;
	clear: none;
	margin: 0;
	font-weight: normal;
	display: block;
}
ul.form li label.none {
	color: black;
	font-weight: normal;
	display: inline;
	text-align: left;
	float: none;
	width: auto;
	height: auto;
}

/* comments */
div.commentContainer {
	margin:2px 0;
	position: relative;
	padding-left: 110px;
	min-height:108px;
}
div.commentContainer div.thumbContainer {
	position: absolute;
	left: 0;
	width: 106px;
	text-align: center;
}
div.dataTop {
	padding: 0 4px 4px 4px;
	font-size: 1.1em;
}
div.dataTop span {
	color: #666;
	font-size: .9em;
}
div.commentContainer div.dataTop {
	padding: 4px;
	border-top: 1px solid #DDD;
}
div.commentContainer div.dataContainer p {
	margin: 0;
	padding: 5px;
	line-height: 130%;
	font-size: 12px;
	text-align:justify;
}
div.dataBottom {
	background-color: #fcffdd;
	border: 1px solid #9d9667;
	padding: 4px;
	margin-bottom: 4px;
}
textarea#commentTextarea {
	width:99%;
	height:64px;
}

/* articles */
.content {
	overflow-x: hidden;
	word-wrap: break-word;
	line-height: 150%;
	font-family: Verdana;
	font-size: 12px;
	text-align:justify;
	padding:0 4px;
}
.content p#first:first-letter {
	font-size:72px;
	font-weight:bold;
	font-family:Georgia,Garamond,"Times New Roman";
	float:left;
	line-height:48px;
}
.content img {
	display:block;
	margin:0 auto;
}
.content img.left {
	float:left;
	margin:2px 6px 4px 0;
}
.content img.right {
	float:right;
	margin:2px 0 4px 6px;
}
.content ul, .content li {
	list-style:square outside none;
	margin-left:1em;
}
.content div.subtitle {
	text-align:center;
	font-weight:bold;
	font-size:20px;
	font-family:Georgia,Garamond,"Times New Roman";
}
.content table {
	margin:0 auto;
	border:0;
}
.content table th {
	padding:4px;
	text-align:center;
}
.content table td {
	padding:4px;
	border:1px solid #000;
	text-align:center;
}
.content a {
	color:#b32220;
}

a.articleLink {
	font-weight:bold;
	color:#b32220;
}
div.articleLink {
	margin:4px 6px;
	clear:left;
	position:relative;
	padding-left:84px;
}
div.articleLink div.articleThumb {
	position:absolute;
	left:0;
	width:74px;
}
div#rightRail div.articleLink div.articleThumb {
	padding:2px;
	border:1px solid #ccc;
}

div.articleLink a {
	font-weight:bold;
}
div.articleLink span {
	font-size:11px;
	color:#666;
}

a.pageLink {
	color:#b32220;
}

h3.articleMaster {
	background-image:url('http://images.vibe.to/forum_master.gif');
	background-repeat:repeat-x;
	padding-left:6px;
	height:27px;
	line-height:25px;
	border-bottom:1px solid #000;
	font-size: 12px;
	color:white;
}
h3.articleMaster a {
	color:white;
}
h2.articleHeader { /* http://images.vibe.to/forum_header.gif */
	background-image: url('http://images.vibe.to/mag/bodyheader.gif');
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 6px;
	padding-top: 4px;
	color: #b32220;
}

#mainArticleTable {
	width:100%;
}
#mainArticleTable td {
	vertical-align:top;
	padding:0 0 4px 0;
}
a.userLink img {
	border:0 !important;
	padding:0 !important;
}

/* notices */
div.noticeRed, div.noticeGreen, div.noticeBlue {
	margin:2px 0 4px 0;
	padding:6px;
}
div.noticeRed {
	border: 1px solid #c21515;
	background-color: #feefef;
}
div.noticeGreen {
	border: 1px solid #25c215;
	background-color: #effef2;
}
div.noticeBlue {
	border: 1px solid #1d64b9;
	background-color: #edf5fe;
}

/* newsletter */
h2#newsletterHeader {
	width:804px;
	height:25px;
	background-image:url('http://images.vibe.to/newsletter/mid-bar.gif');
	background-repeat:repeat-x;
	font-size:12px;
	line-height:23px;
	text-align:right;
	padding-right:6px;
}

/* newsletter stats */
table#statsTable {
	width:810px;
	background-color:#fff;
}
table#statsTable tr#statsHeader {
	height:45px;
	background-image:url('http://images.vibe.to/newsletter/redhr.jpg');
	background-repeat:repeat;
}
table#statsTable th {
	color:#fff;
	cursor:pointer;
	border-bottom:1px solid #fff;
}
table#statsTable td {
	margin:2px 0;
	padding:8px;
	font-size:14px;
	white-space:nowrap;
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
table#statsTable td span {
	font-size:12px;
	color:#888;
}