.glossy {
//	border: 1px solid #333;
}
body {
	padding:0;
	margin:0;
	font-family: arial;
	font-size: 13px;
	background-image:url(/gfx/new_alfie_bg.gif);
	background-repeat: repeat-x;
}
#mainbody {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image:url(/gfx/new_alfie_bg.gif);
	background-repeat: repeat-x;
}
form {
	padding: 0px;
	margin: 0px;
}
table {
	font-family: arial;
	font-size: 13px;
}
.tr_header {
	background-image:url(/gfx/commsbg.gif);
	background-repeat: repeat-x;
}
.weblink {
	background-image:url(/gfx/i_link.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	margin-left: 20px;	
}
#main {
	position: relative;
	width: 924px;
}
.anorm {
	
}
#pagepic_left {
	border: 1px solid #000000;	
	float: left;
}
#pagepic_right {
	border: 1px solid #000000;	
	float: right;
}
.plink {
	border: 1px solid #999999;
	text-decoration: none;
	padding: 2px;
	height: 12px;
	background-color: #f3f3f3;
}
.linkat {
	border: 1px solid #000000;
	padding: 2px;
	height: 12px;
	background-color: #ffcc33;
	text-decoration: none;
}
#uinfo {
	float: left;
	display: block;
	height: 60px;
	padding: 5px;
	width: 180px;
	margin: 0 0 20px 12px;
	border: 1px solid #eeeeee;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

#uinfo h3 {
	position: relative;
	background-color: #ffffff;
	font-size: 12px;
	margin-bottom: 3px;
	padding: 0 5px 0 5px;
	top: -13px;
	width: auto;
	display: inline;
	color: #000000;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
#userdetails {
	display:block;
	float: right;
	margin-left: 10px;
}

#userbox {
	display: block;
	padding: 5px;
	width: 504px;
	border-top: 1px solid #666666;
}

#userbox h3 {
	position: relative;
	background-color: #ffffff;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 0 5px 0 5px;
	top: -13px;
	width: auto;
	display: inline;
	color: #000000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#abox {
	border: 1px solid #dddddd;
	margin: 0 5px 15px 0;
	display: block;
	padding: 5px;
	width: 160px;
}
#abox h3 {
	position: relative;
	background-color: #ffffff;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 0 5px 0 5px;
	top: -13px;
	width: auto;
	display: inline;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

#header {
	z-index: 2;
	position: absolute;
	left: 0px;
	background-image: url(/gfx/new_alfie_header.gif);
	background-repeat: no-repeat;
	width: 924px;
	height: 195px;
}
#hgfx {
	z-index:3;
	position: absolute;
	top: 30px;
	left: 175px;
	padding: 0px;
	text-align: right;
	height: 70px;
}
#potdwin {
	z-index:10;
	position: absolute;
	top: 20px;
	left: 782px;
	padding: 0px;
	text-align: right;
	background-color: #e15916;
	width: 122px;
	height: 90px;
}
.potdpic {
	filter:alpha(opacity=80);
	-moz-opacity:0.8
}

.rssbox {
	border: 1px solid #333333;
	padding: 3px;
}
#topads {
	z-index: 3;
	position: absolute;
	top: 117px;
	left: 280px;
	border: 1px solid #333333;
	background-color: #ffffff;
}
#content {
	position: absolute;
	top: 195px;
	left: 0px;
	width: 924px;
	background-color: #ffffff;
}
#leftpanel {
	clear: both;
	text-align: left;
	position: absolute;
	left:0px;
	top:6px;
	width:190px;
	background:#fff;
}
#mainpanel {
	clear: both;
	text-align: left;
	background:#fff;
	margin-left: 215px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 216px;
	height: 1160px;
	}
html>body #middlecontent {
	margin-left: 216px;
	}

#navcontainer {
}

#navcontainer ul
{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer li {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	width: 190px;

}

.bigbutton {
	display: block;
	border: 2px outset;
	background-color: #cccccc;
	color: #000000;
	font-size: 16px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#navcontainer a
{
	padding: 0;
	margin: 0;
	display: block;
	padding: 2px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 10px solid #e15916;
	border-top: 1px solid #e15916;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.mynav_link
{
	padding: 0;
	margin: 0;
	display: block;
	width: 190px;
	padding: 2px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 10px solid #e15916;
	border-top: 1px solid #e15916;
	font-weight: bold;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#navcontainer a:link, #navlist a:visited
{
color: blue;
}

#navcontainer a:hover
{
	border-right: 1px solid #e15916;
	border-bottom: 1px solid #e15916;
	border-left: 10px solid #e15916;
	border-top: 1px solid #e15916;
	color: #000;
	background-color: #f3f3f3;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.bp {
border: 1px solid #000000;
float: left;
margin-right: 3px;
}
.ci {
float: left;
margin-right: 3px;
}
#infoleft {
	float: left;
	margin-left: 3px;
}
#inforight {
	float: right;
	margin-right: 3px;
}
.wbg {
	background-color: #ffffcc;
	width: 704px;
}
.ta_wbg {

	background-color: #ffffcc;
	width: 704px;
	height: 80px;

}
.wtitle {
	clear:both;
	font-weight: bold;
	font-size: 16px;
}
.navbox {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding: 2px;
	margin: 0px;
	width: 190px;
	margin-top: 2px;
}
.innernavbox {
	border-right: 1px solid #e15916;
	border-bottom: 1px solid #e15916;
	border-left: 1px solid #e15916;
	background-color: #ffffff;
	padding: 2px;
	margin: 0px;
	width: 184px;
}

.title {
	clear:both;
	font-family: arial;
	font-size: 30px;
	padding: 0px;	
	margin: 0px;
	color: #e15916;
}
#titlebar {
	border-bottom: 2px solid #e15916;
	height: 40px;
}

.sectitle {
	font-family: arial;
	font-size: 24px;
	padding: 0px;	
	margin: 0px;
}
#sectitlebar {
	border-bottom: 1px solid #000000;
	width: 504px;
	margin-bottom: 5px;
}
#commstitle {
	border-bottom: 1px dashed #666666;
	background-color: #ffecb4;
	width: 504px;
}
#commstitle_new {
	border-bottom: 1px dashed #666666;
	background-color: #ccffcc;
	width: 504px;
}

#comms {
	display: block;
	padding: 5px;
	width: 504px;
	background-image:url(/gfx/commsbg.gif);
	background-repeat: repeat-x;
}

#replycommstitle {
	border-bottom: 1px dashed #666666;
	background-color: #ffecb4;
	background-image:url(/gfx/replycommsbg.gif);
	background-repeat: repeat-y;
	width: 504px;
}
#replycommstitle_new {
	border-bottom: 1px dashed #666666;
	background-color: #ccffcc;
	background-image:url(/gfx/replycommsbg.gif);
	background-repeat: repeat-y;
	width: 504px;
}

#replycomms {
	display: block;
	padding: 5px;
	width: 484px;
	margin-left: 20px;
	background-image:url(/gfx/commsbg.gif);
	background-repeat: repeat-x;
}

#replycommsbox {
	margin-bottom: 15px;	
	display: block;
	width: 504px;
}

#commsbox {
	margin-bottom: 15px;
	display: block;
	padding: 0px;
	width: 494px;
}

.replycommspic {
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	border: 1px dashed #666666;
}


.commspic {
	float: left;
	margin-right: 5px;
	border: 1px dashed #666666;
}

#commslinks {
	float: right;
	font-size: 11px;
}

.ta_comment {
	width: 494px;
	height: 150px;
	background-color: #ffffcc;
}

#largecommslinks {
	float: right;
	font-size: 12px;
	padding-top: 7px;
}

#largestoryby {
	display: block;
	font-size: 11px;
	padding-top: 7px;
	font-weight: normal;
	color: #999999;
}

#entercomments {
	display: block;
	width: 504px;
	padding: 0px;
	margin: 0px;
}

#commstitlelinks {
	margin-left: 10px;
	font-size: 11px;
}

#commslinks a, #commstitlelinks a {
	text-decoration: none;
}

#linktabs {
	position: absolute;
	top: 16px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}
#tabs ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tabs li {
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
	margin-bottom: 2px;
	float: left;
}
.member_box {
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: auto;
	position: relative;
}

#tabs a

{
	display: block;
	width: 90px;
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}

#tabs a:link, #tabslist a:visited
{
color: #000;
}

#tabs a:hover
{
border: 1px solid #000000;
color: #000;
background-color: #eee;
}
#story {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#story_user {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#blogpic_l {
	float: left;
	z-index:6;
}
#blogpic_r {
	float: right;
	z-index:6;
}
.blogpic {
	border: 1px solid #000000;
}

#blogy_l {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#blog_r {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#story_blog {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#story_l {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background-image:url(/gfx/storybg_l.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#story_r {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background-image:url(/gfx/storybg_r.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#storypic_user {
	float: left;
	width: 70px;
	height: 70px;
	z-index:6;
	margin-right: 5px;
}

#storypic_blog {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 5px;
 }

#storypic_l {
	float: left;
	z-index:6;
	margin-right: 5px;
	border: 1px solid #000;
}
#storypic_r {
	float: right;
	z-index:6;
	margin-left: 5px;
	border: 1px solid #000;
}

#storytitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	display: block;
}
#storytitle a {
	text-decoration: none;
}
#storytitle a:hover {
	text-decoration: underline;
	color: ffcc33;
}
#storyby {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.catbox {
	float: left;
	margin-right: 10px;
}

#storyby a {
	color: #666666;
}
#storyinfo {
	margin-top: 5px;
	margin-right: 3px;
	display: block;
	height: 60px;
	font-weight: normal;
}
#storyinfo_user {
	margin-top: 5px;
	display: block;
	height: 60px;
	font-weight: normal;
}
#storyinfo_l {
	position: relative;
	left: 0px;
	margin-top: 5px;
	display: block;
	min-height: 40px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 5px;
}
#storyinfo_r {
	margin-top: 5px;
	display: block;
	min-height: 40px;
	font-weight: normal;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-top: 5px;
}
select, .csub {
	background-color: #ffffcc;
	font-size: 11px;
}
.storylinks {
	position: relative;
	top: 3px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #f3f3f3;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.storylinks a {
	font-weight: bold;

}

.ratebox {
	clear:both;
	padding: 3px;
	width: 100%;
	display: block;
}

.commsratebox {
	text-align: center;
	display: block;
	padding: 5px;
	width: 100%;
	border: 1px solid #e15916;
	background-color: f3f3f3;
}
.commsform {
	width: 220px;
}

#rightads {
	float: right;
	display: block;
	height: 610px;
}
.login_un {
	width: 145px;
	height: 22px;
	background-image:url(/gfx/login_un.gif);
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}
.login_pwd {
	width: 145px;
	height: 22px;
	background-image:url(/gfx/login_pwd.gif);
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

/* image cropper */

#ava {
    border: 1px solid gray;
     width: 200px;
}

#ava_img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
#ava_overlay {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('/images/overlay.png');
    z-index: 50;
}
#ava_drager {
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 100;
    color: #fff;
    cursor: move;
}
#avatar {
    position: absolute;
}
#ava_slider {
    width: 200px;
    height: 27px;
    background: #eee;
    position: relative;
    border-top: 1px solid gray; 
    background: url('/gfx/slider_back.png');
}
#ava_handle {
    width: 19px;
    height: 20px;
    background: blue;
    position: absolute;
    background: url('/gfx/handle.png');
}
#ava_overlay {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/overlay.png', sizingMethod='crop');
}

#ava_handle {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/handle.png', sizingMethod='crop');
}

.pic {
	border: 1px solid #dddddd;
}

.swipe {
  		color:		#BEB6A6;
		background-color: #BEB6A6;
}
/* new member nav 08/08 */

#mynav {
	padding: 0;
	margin: 0;
	z-index:1;
	display: block;
	position: absolute;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 10px solid #e15916;
	width: 179px;
	background-color: #eee;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#mynav_content {
	padding: 2px;
}

#memnav {
	padding: 3px;
	font-size: 12px;
}
.i {
	margin-right: 4px;
	border:1px solid #666;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.ii {
	margin-right: 2px;
	border:1px solid #666;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.mn a {
	padding: 0;
	margin: 0;
	color: black;
	text-decoration: none;
	display:block;
}

.mn a:visited {
	padding: 0;
	margin: 0;
	color: black;
	text-decoration: none;
	display:block;
}

.mn a:hover {
	padding: 0;
	margin: 0;
	background-color: #eabfa9;
	text-decoration: none;
	display:block;
	color: #fff;
	font-weight: bold;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#member_on
{
	position: relative;
	display:block;
	width:175px;
	padding: 0;
	margin: 0;
	padding: 2px;
	height: 52px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 10px solid #e15916;
	border-top: 1px solid #e15916;
	font-weight: bold;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.member_on_over {
	background-color: #eee;
	cursor: pointer;
}
#havenewmsgs {
	z-index: 9000;
}
.twid {
	border: 1px dashed #666;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #fff;
}
