body{
	color:#111111;
}

.login_txtusername { position:absolute; top:70px; left:89px; }
.login_txtusername input { border:none; width:118px; height:15px; font-size:11px; border-width:0px; padding:0px; margin:0px; }
.login_txtpwd { position:absolute; top:98px; left:89px; }
.login_txtpwd input { border:none; width:118px; height:16px; font-size:11px; border-width:0px; padding:0px; margin:0px;  }

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:100;
	position:fixed;
}

.modalPopup {
	background-color:#ffffdd;
	background:url(img/popup_bg.jpg) no-repeat;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	z-index:120;
}

.modalPopup .addFriendTitle { font-size:12px; margin:0px; padding:10px 0px 0px 0px; height:30px; text-align:center; color:#FFFFFF;}
.modalPopup  .comment { margin:3px 0px 0px 30px; }
.modalPopup  .comment textarea { width:190px; border:0px; height:48px; }
.modalPopup  .btn_send { margin:20px 0px 5px 0px;  text-align:center;}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
	z-index:100;
}

/* links */a:link { text-decoration:none; color:#000000; }a:visited { text-decoration:none; color:#000000; }a:hover { text-decoration:none; color:#FF0000; }a.greyLink:link { text-decoration:none; color:#999999; }a.greyLink:visited { text-decoration:none; color:#999999; }a.greyLink:hover { text-decoration:none; color:#FF0000; }/* links */

.dmgbuttons{
	/*background-image:url("forumimages/mediumButtons.png");*/
	width:70px !important; 
	height:26px !important;
	font-size:9px !important;
	background-color:transparent !important;
	border:0px !important;
	font-weight:bold !important;
	/*color:#ffffff !important;*/
	color:#222222;
}

.LoginButton{
	background-image:url("forumimages/smallButtons.png") !important;
	width:60px !important; 
	height:26px !important;
	font-size:13px !important;
	background-color:transparent !important;
	border:0px !important;
	font-weight:bold !important;
	color:#ffffff !important;
}

.LoginButtonHead{
	background-image:url("/style/img/header_login.gif") !important;
	width:60px !important; 
	height:60px !important;
	font-size:13px !important;
	background-color:transparent !important;
	border:0px !important;
	font-weight:bold !important;
	color:#ffffff !important;
}

.AdminButtons
{
	background-image:url("forumimages/adminButtons.jpg") !important;
	font-weight:bold !important;
	height:26px !important;
	width: 270px !important;
	font-size:13px !important;
	background-color:transparent !important;
	border:0px !important;
	font-weight:bold !important;
	color:#ffffff !important;
}

.rememberMeCbx
{
    margin-right:10px;
    color:#999999;
}

.LoginButtonNoBack:hover
{
    cursor:pointer;
    text-decoration:underline;
    color:#ff0000 !important;
}
.LoginButtonNoBack
{
    color:#666666 !important;
    width:60px !important; 
	height:60px !important;
	font-size:13px !important;
	background-color:transparent !important;
	border:0px !important;
	font-weight:bold !important;
}

.searchHolder { background: url("forumimages/forum_search_field.png") no-repeat; width:324px; height:77px; }

.searchInput { padding:13px 0px 0px 22px; float:left; _padding-top:11px;}
.searchButton { padding:12px 0px 0px 37px; float:left;}


.titleHolder { background: url("forumimages/title.png") no-repeat; width:281px; height:73px; left:-10px; position:relative; }
.titleContainer { padding:21px 0px 0px 25px; }
.titleSpace {width: 213px; margin-top:2px; text-align:center; }

.btnSearch
{
	background:url(forumimages/btnSearch.gif) no-repeat;
	width:35px; 
	height:35px;
	font-size:13px;
	border:0px;
	font-weight:bold;
}

.txtSearch
{
	border:0;
	font-size:small;
	margin:2px;
	padding:2px 0px 0px 0px;
	font-size:12px;
	width:150px;
}

