@charset "utf-8";
/* CSS Document */
div.like {
	display:none;
}

body{
	background: url(../images/bgheader.jpg) repeat-x center top;
	margin: 0px;
	font-size: 12px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
}

input{
	border: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}

a:link, a:visited, a:active{
	color: #666666;
	text-decoration:none;
}

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

div#wrap{
	position: absolute;
	width: 1034px;
	background: url(../images/bgwrap.png) repeat-y center center;
	margin-left: 50%;
	left: -517px;
}

div#logo{
	width: 228px;
	height: 164px;
	background: url(../images/logo.jpg) repeat-y center center;
	float: left;
	margin-left: 22px;
}

div#banner{
	width: 392px;
	height: 72px;
	float: left;
	margin-top: 45px;
	margin-left: 60px;
}

div#login{
	width: 193px;
	height: 93px;
	background: url(../images/bglogin.jpg) no-repeat center center;
	float: right;
	margin-right: 50px;
	margin-top: 28px;
	padding: 10px;
	text-align: right;
	font-size: 10px;
	color: #f6bfb7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 16px;
}

div#login a:link, div#login a:visited, div#login a:active{
	text-decoration: none;
	color: #FFFFFF;
}

div#login a:hover{
	text-decoration: none;
	color: #EEEEEE;
}

div#login input.text{
	background: url(../images/loginbox.jpg) no-repeat center center;
	border: 0px;
	width: 100px;
	color:#999999;
	font-size: 12px;
	margin: 0px;
	padding: 1px 4px;
}

div#login input.button{
	background: url(../images/loginbutton.jpg) no-repeat center center;
	border: 0px;
	width: 192px;
	color:#989898;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px;
	margin-top: 1px;
}

div#login div.checkbox{
    position: absolute;
	top: 77px;
	right: 130px;
	width: 10px;
	height: 10px;
	background: url(../images/checkbox.gif) bottom left;
}

div#content{
	width: 970px;
	margin-left: 22px;
	margin-top: 164px;
	padding: 10px;
}

div#left{
	float: left;
	width: 145px;
	height: 100px;
}

div#left .button{
	background: url(../images/linkbutton.jpg) no-repeat center center;
	width: 150px;
	height: 24px;
	border: 0px;
	color: #989898;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 23px;
	margin-bottom: 4px;
}

div#left a:link, div#left a:visited, div#left a:active, div#left a:hover{
	text-decoration: none;	
}

div#divider1{
	float: left;
	margin-left: 10px;
	width: 11px;
	height: 670px;
	background: url(../images/stripe.jpg) no-repeat center center;
}

div#center{
	float: left;
	margin-left: 10px;
	width: 568px;
}

div#divider2{
	float: left;
	margin-left: 10px;
	width: 11px;
	height: 670px;
	background: url(../images/stripe.jpg) no-repeat center center;
}

div#right{
	float: left;
	margin-left: 10px;
	width: 195px;
	overflow: hidden;
}

div.error{
	width: 400px;
	padding: 10px;
	color: #FF6666;
	background: #FFC1C1;
	border: 2px solid #FF9999;
}

div.success{
	width: 400px;
	padding: 10px;
	color: #33FF33;
	background: #DDFFDD;
	border: 2px solid #99FF99;
}

span.author{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #848484;
}

span.shout{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848484;
}

span.write{
	font-size: 10px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
}

p.shoutbox{
	margin: 2px;
}

input#message{
	border: 1px solid #CCCCCC;
	width: 188px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

input#shout, input#add{
	background: url(../images/bgbutton.png) no-repeat center center;
	border: 0px;
	width: 192px;
	color:#999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px;
	margin-top: 1px;
}

h1{
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	color: #848484;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2{
	padding: 8px 0px;
	margin: 0px;
	margin-bottom: 4px;
	color: #848484;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.tblActivity{
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 100%;
}

.headActivity{
	border-bottom: 1px solid #CCC;
	padding: 2px;
	padding-left: 4px;
	background: url(../images/headbg.jpg);
	font-weight: bold;
	color: #F8F8F8;
}

.cellActivity{
	border-bottom: 1px solid #CCC;
	padding: 2px;
	padding-left: 16px;
	background: url(../images/cellbg.jpg);
	color: #777777;
}

img{
	border: 0px;	
}

div.addLink{
	background: #F3F3F3;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
