/* CSS Global Document */


/* ______________________________________________________________________ */


body {
	background-color:#000000!important;;
	background-image:url(../images/bodyBg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#imgURL {
	width:100%;
	height:100%;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border:0px;} 
input[type="submit"]:focus, input[type="button"]:focus {outline:none;}
input {outline:none;}
a {outline:none;}


/* ______________________________________________________________________ */


.override {
	background-color:#000000!important;;
	background-image:url(../images/bodyBg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	width:100%;
	height:100%;
	/*position:absolute;
	z-index:9;
	top:0px;
	left:0px;*/
}

.logo {
	float:left;
	margin-top:15px;
	margin-left:52px;
	width:300px;
	height:160px;
}

#menu {
	float:left;
	padding-left:50px;
	width:550;
}

.mainHr {
	background-image:url(../images/mainHr.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:0px;
	top:0px;
	width:1000px;
	height:182px;
}

.menu {
	background-image:url(../images/menu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:left;
	width:945px;
	height:45px;
}

.menu a:link {
	background-image:url(../images/divider.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	line-height:45px;
	text-decoration:none;
	padding:15px;
	padding-left:20px;
	padding-right:25px;
}

.menu a:hover {
	background-image:url(../images/divider.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:#faa7a7!important;
	line-height:45px;
	text-decoration:none;
	padding:15px;
	padding-left:20px;
	padding-right:25px;
}

.menu a:visited {
	background-image:url(../images/divider.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	line-height:45px;
	text-decoration:none;
	padding:15px;
	padding-left:20px;
	padding-right:25px;
	
}

.b1 {
	background-image:url(../images/b1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-width:0px;
	border-style:none;
	font-family:Verdana;
	font-size:9px;
	color:#989898;
	width:59px;
	height:28px;
}


/* ______________________________________________________________________ */


/* yellow */
.alertY {
	background-color:#faffbd;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	padding:5px;
}

/* red */
.alertR {
	background-color:#980000;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#faa7a7;
	padding:5px;
}

/* green */
.alertG {
	background-color:#486830;
	border-width:1px;
	border-style:solid;
	border-color:#12131c;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#c3f0a3;
	padding:5px;
}

.note {
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#777777;
	margin-top:5px;
	margin-bottom:5px;
}


/* ______________________________________________________________________ */


.search {
	float:right;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	margin-right:60px;
	width:260px;
	height:45px;
}

.query {
	float:left;
	background-color:#ffffff;
	background-image:url(http://myhiphopstop.com/images/search.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-width:1px;
	border-style:solid;
	border-color:#670000;
	border-right-width:0px;
	border-right-style:none;
	font-family:Arial;
	font-size:12px;
	color:#111111;
	padding-left:3px;
	margin-top:11px;
	width:138px;
	height:18px;
	line-height:20px;
}

.bGo {
	float:left;
	background-image:url(../images/bGo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-width:0px;
	border-style:none;
	font-family:Verdana;
	font-size:9px;
	color:#f9a8a7;
	margin-top:11px;
	width:36px;
	height:22px;
}

.sCap {
	float:left;
	margin-top:14px;
	margin-left:-25px;
	width:30px;
}

.sForm {
	float:right;
	width:180px;
}


/* ______________________________________________________________________ */


.usersOnline {
	border-bottom:1px dotted #292929;
	font-family:Arial;
	font-size:12px;
	color:#595959;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:5px;
	width:240px;
	height:20px;
}

.usersOnline b {
	color:#ffffff;
}

.totalVisits {
	font-family:Arial;
	font-size:12px;
	color:#595959;
	margin-left:10px;
	margin-bottom:10px;
	width:240px;
	height:20px;
}

.totalVisits b {
	color:#ffffff;
}


/* ______________________________________________________________________ */


.footer {
	font-family:Arial;
	font-size:12px;
	color:#444444;
	padding-left:70px;
	margin-top:20px;
	padding-bottom:40px;
	width:845px;
}

.footer br {
	height:5px;
}

.footer a:link {
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover {
	font-family:Arial;
	font-size:12px;
	color:#7a7a7a!important;
	text-decoration:none;
}

.footer a:visited {
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.footer i {
	color:#656565;
	font-size:12px;
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.footer b {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}


.footer u {
	color:#888888;
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}


/* ______________________________________________________________________ */