﻿/* Silver Image Home Page CSS */
/* Now that all 30 or so style sheets are in the single "screen.css" file
we no longer need these @import rules 
@import url("./style.css");
@import url("./common.css");
*/

/* 
=======================================================
Quick Links section for easy navigation
=====================================================*/

.cbMain {
    position:absolute;
    top:0;
    left:0;
	background:url(Images/CommunityBar/background.jpg) repeat-x;
	height:25px;
	width:100%;
	font-family:Tahoma,Verdana,Sans-Serif;
	font-size:11px;
}

.cbLink {
	display:none;
	float:right;
	margin-top:4px;
	margin-right:8px;
}

.cbLink a {
	color:#0451C5;
	text-decoration:none;
	font-weight:normal;
}

.cbLink a:hover {
	text-decoration:underline;
}

.cbLinkImg {
	float: left;
}

.cbLinkText {
	float: left;
	margin-left: 3px;
	margin-top: 1px;
}



.cbPopular {
	cursor: pointer;
	float: right;
	padding-top: 5px;
	padding-right: 8px;
}

.cbPopularText {
	float: right;
}

.cbPopularImg {
    background-image: url(Images/CommunityBar/arrow.gif);
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
}

.cbMore {
	cursor: pointer;
	float: left;
	padding-top: 5px;
	padding-left: 8px;
}

.cbMoreText {
	float: left;
}

.cbMoreImg {
	background-image:url(Images/CommunityBar/arrow.gif);
	float: left;
	margin-top:2px;
	margin-left:3px;
	width:7px;
	height:7px;
	background-repeat: no-repeat;
}

.cbMenu {
	border:1px solid #666666;
	padding:12px 12px 6px;
	background:#F3F3F3 none repeat;
	position:absolute;
	top:18px;
	left:8px;
	z-index:50;
	display:none;
}

.cbMenu ul {
	margin:0px;
	padding:0px;
}

.cbMenu li {
	list-style-type:none;
	margin-bottom:6px;
}

.cbMenu a {
	color:#0451C5;
	text-decoration: none;
	font-weight: normal;
}

.cbMenu a:hover {
	text-decoration:underline;
}

.cbMenu img {
	vertical-align:middle;
}

.cbPopularMenu {
	border:1px solid #666666;
	padding:12px 12px 6px;
	background:#F3F3F3 none repeat;
	position: inherit;
	top:18px;
	left:8px;
	z-index:50;
	display:none;
}

.cbPopularMenu ul {
	margin:0px;
	padding:0px;
}

.cbPopularMenu li {
	list-style-type:none;
	margin-bottom:6px;
}

.cbPopularMenu a {
	color:#0451C5;
	text-decoration: none;
	font-weight: normal;
}

.cbPopularMenu a:hover {
	text-decoration:underline;
}

.cbPopularMenu img {
	vertical-align:middle;
}