
/* ---- general ---- */

body {
	margin-top:0px;
	background-color:#f7f7f7;
	text-align:center;
	font-family:arial,verdana,sans-serif;
	font-size:14px;
	color:#444444;
}

img, object, embed {
	border:none;
	vertical-align:top;
	padding:none;
	margin:none;
}

p {
	font-size:14px;
	line-height:18px;
	margin:16px 0px 8px 0px;
	color:#444444;
	font-family:arial,verdana,sans-serif;
}

table {
	margin-bottom:6px;
	border: none;
	border-collapse: collapse;
}

td {
	padding:4px;
	font-size:14px;
	line-height:16px;
	font-family:arial,verdana,sans-serif;
	color:#444444;
}

ul {
	margin-top:0px;
	font-family:arial,verdana,sans-serif;
}

li {
	font-size:14px;
	line-height:18px;
	color:#444444;
}


a {
	color:#728d9f;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#007700;
}

hr {
	margin:16px 0px;
	color: #f7f7f7;
	background-color: #f7f7f7;
	border: 1px dotted #888888;
	border-style: none none dotted;
}


/* ---- layout ---- */

#outerBox {
	width:960px;
	margin:10px auto;
	border:0px;
	padding:0px;
	text-align:left;
}

#banner {
	padding:10px 12px 8px 12px;
	text-align:left;
}

#banner h1 {
	font-size:28px;
	font-weight:bold;
	margin:0px;
}

#banner h1 a {
	color:#ff6600;
}

#banner h1 .but {
	color:#666666;
}

#banner h2 {
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

#userDisplay {
	float:right;
	padding-top:33px;
	color: #bbbbbb;
}

#userDisplay .userName {
	color: #444444;
}

#loginForm {
	margin:0px;
	padding:0px;
}

#loginForm input {
	font-size:10px;
}

#globalNavigation {
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	background: url(http://www.butheresthething.com/images/navigation_bg.jpg) repeat-y;
	margin: 6px 0px 18px 0px;
	padding:14px;
	text-align:center;
	font-family:arial,verdana,sans-serif;
	font-size:14px;
}

#globalNavigation a {
	border:1px solid #bbbbbb;
	background-color:white;
	margin:4px 6px;
	padding:4px 12px;
	font-weight:bold;
}

#globalNavigation a:hover {
}

#rightColumn {
	float:right;
	width:200px;
	margin: 0px 0px 12px 0px;
	padding: 0px 12px 0px 20px;
	text-align:left;
}

#rightColumn .subhdr {
	font-size:15px;
	font-weight:bold;
}

#leftColumn {
	width:640px;
	margin: 12px 0px;
	padding: 0px 0px 0px 12px;
	text-align:left;
	border:none;
}

#footer {
	clear:both;
	padding:12px 0px;
	text-align:left;
	font-size:9px;
	color:#bbbbbb;
}

#footer h1 {
	margin:4px 0px 0px 0px;
	font-weight:bold;
	font-size:10px;
}

#footer h2 {
	margin:0px 0px 4px 0px;
	font-weight:nomral;
	font-size:9px;
}


#alertBox {
	position:absolute;
	top:86px;
	z-index:100;
	width:610px;
	border:2px solid #bbbbbb;
	margin:0px 0px 10px 165px;
	padding:30px 10px;
	text-align:center;
	background-color:#e0ffd8;
	color:#007700;
	font-weight:bold;
	line-height:30px;
}

#errorBox {
	position:absolute;
	top:86px;
	z-index:100;
	width:610px;
	border:2px solid #bbbbbb;
	margin:0px 0px 10px 165px;
	padding:30px 10px;
	text-align:center;
	background-color:#dd0000;
	color:white;
	font-weight:bold;
	line-height:30px;
}

#messageBox {
	border: 1px solid #ff6600;
	background-color: yellow;
	margin: 0px 0px 12px;
	padding: 8px;
	text-align: center;
}


/* ---- options divs ---- */

#pencil {
	margin:16px 0px;
	padding:8px 0px;
	font-weight:bold;
}

#timer {
	margin:16px 0px;
	padding:8px 0px;
}

#stop {
	margin:16px 0px;
	padding:8px 0px;
}

#oops {
	margin:16px 0px;
	padding:8px 0px;
}

#lock {
	margin:16px 0px;
	padding:8px 0px;
}

#thread {
	margin:16px 0px;
	padding:8px 0px;
}

#thread .inputText {
	width:400px;
}

#editBox {
	position:absolute;
	top:86px;
	z-index:100;
	width:610px;
	border:2px solid #bbbbbb;
	margin:0px 0px 10px 165px;
	padding:30px 10px;
	text-align:center;
	background-color:#dd0000;
	color:white;
	font-weight:bold;
	line-height:30px;
}

.optionImg {
	float:left;
	margin:0px 12px 30px 0px;
}

.avatar {
	float:left;
	width:50px;
	margin:0px 12px 4px 0px;
}

.avatar img {
	margin:0px;
	padding:1px 0px;
}

.txtInput {
	font-size:14px;
	width:490px;
}

.accountInput {
	width:400px;
}

.hiddenDiv {
	display:none;
}

/* ---- text styles ---- */

.pghdr {
	padding-left:12px;
	font-size:21px;
	font-weight:bold;
}

.hdr {
	font-size:18px;
	font-weight:bold;
}

.subhdr {
	font-size:16px;
	font-weight:bold;
}

.memberTxt {
	margin-left:60px;
	font-size: 12px;
	color: #444444}

.memberComments {
	font-size: 12px;
}

.memberHdr {
	margin:0px 0px 4px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}

.memberHdr img {
	margin-top:3px;
}

.txtLarge {
	font-size:16px;
}

.txtSmall {
	font-size:12px;
}

.txtSmallRed {
	font-size:12px;
	color:red;
}

.txtTiny {
	font-size: 10px;
}

.txtTinyRed {
	font-size: 10px;
	color:red;
}

.txtGrey {
	color:#bbbbbb;
}

.txtBold {
	font-weight:bold;
}

.txtBoldBlue {
	color:#728d9f;
	font-weight:bold;
}

.txtBoldGreen {
	color:#007700;
	font-weight:bold;
}

.txtBoldPurple {
	color:purple;
	font-weight:bold;
}

.txtBoldRed {
	color:red;
	font-weight:bold;
}

.txtBoldOrange {
	color:#ff6600;
	font-weight:bold;
}

.txtBoldGrey {
	color:#666666;
	font-weight:bold;
}

.txtNullSmall {
	color: #bbbbbb;
	font-size: 12px;
}

.txtButton {
}

.txtButton a {
	border: 1px solid #bbbbbb;
	font-size: 10px;
	padding: 1px 6px;
	background-color: #6793c1;
	color: white;
}

.txtButton a:hover {
	background-color: #ff6600;
	color: white;
}