

/* Gallery CSS
-------------------------------------*/

a {
	cursor: pointer;
}

img {
	border: 0;
}

#gallery {
	font: 10px Verdana;
	position: relative;
	width: 784px;
}

#gallery .site {
	position: relative;
}
#gallery .site a {
	display: block;
	height: 170px;
}
#gallery .site img.thumb {
	position: absolute;
	left: 2px;
	top:  2px;
	height:158px;
	width:160px;
}
#gallery .site div.frame {
	background: url('../images/gallery_frame.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_frame.png', sizingMethod='crop');
	height: 170px;
	width: 170px;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery .tooltip-visible div.frame {
	background: url('../images/gallery_frame_selected.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_frame_selected.png', sizingMethod='crop');
}

/* Gallery header
-------------------------------------*/

#gallery div.header{
	background: url('../images/gallery_header_bg.png') no-repeat;
	height: 242px;
	overflow: hidden;
	position: relative;
}
#gallery div.header h2 {
	color: #fff;
	font: 27px Georgia;
	margin: 20px 0 34px;
	padding: 0 24px;
}
#gallery div.header p.intro {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 0 24px;
	width: 310px;
}
#gallery div.header p.learn {
	color: #005dbe;
	font-weight: bold;
	margin: 18px 0 0 24px;
	width: 318px;
}
#gallery div.header p.learn a {
	text-decoration: none;
}
#gallery div.header p.learn span.underline {
	text-decoration: underline;
}

/* Spotlight */

#gallery div.spotlight {
	position: absolute;
	bottom: 0px;
	right: 35px;
	height: 231px;
	width: 389px;
}
#gallery div.spotlight-bg {
	background: url('../images/gallery_spotlight_bg.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_spotlight_bg.png', sizingMethod='crop');
	position: absolute;
	left: 0;
	top: 0;
	height: 231px;
	width: 389px;
}
#gallery div.spotlight-content {
	color: #636466;
	position: relative;
	top: 46px;
	left: 44px;
	height: 170px;
	width: 330px;
}
#gallery div.spotlight-content div.site {
	height: 170px;
	width: 170px;
}
#gallery div.spotlight-content div.data {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
}
#gallery div.spotlight-content p.title {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: -5px 0 0;
}
#gallery div.spotlight-content p.description {
	line-height: 15px;
	margin: 0;
}
#gallery div.spotlight-content p.description a {
	color: #00bdf9;
	text-decoration: none;
}
#gallery div.spotlight-content p.description a:hover {
	text-decoration: underline !important;
}


/* Gallery content 
-------------------------------------*/

#gallery div.content {
	background: #fff url('../images/gallery_bg.png') repeat-x;
	overflow: hidden;
	width: 784px;
}


/* Sort links */

#gallery div.sort-options {
	color: #808285;
	padding: 17px 30px 14px;
	text-align: right;
}
#gallery div.sort-options a {
	color: #808285;
	text-decoration: none;
}
#gallery div.sort-options a.selected {
	font-weight: bold;
}
#gallery div.sort-options a:hover {
	text-decoration: underline !important;
}


/* Site list */

#gallery ul.sites {
	margin: 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
}
#gallery li.site {
	float: left;
	list-style: none;
	margin: 0 11px;
	padding: 0;
	height: 229px;
	width: 170px;
	visibility: hidden;
	opacity: 0;
}
#gallery li.site p.sitename {
	color: #939598;
	font-size: 11px;
	margin: 5px 0 0 5px;
}

#gallery div.gallery-separator {
	background: url('../images/gallery_separator_bg.png') no-repeat center top;
	height: 20px;
	margin-top: -20px;
}

/* Site tooltip */

#gallery ul.site-tooltips {
	margin: 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
	z-index: 100;
}
#gallery li.site-tooltip {
	display: none;
	position: absolute;
	height: 345px;
	width: 401px;
}
#gallery li.site-tooltip div.tooltip-top {
	background: url('../images/gallery_tooltip_top.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_tooltip_top.png', sizingMethod='crop');
	height: 20px;
}
#gallery li.site-tooltip div.tooltip-middle {
	background: url('../images/gallery_tooltip_middle.png') repeat-y;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_tooltip_middle.png', sizingMethod='scale');
	height: 305px;
	padding-bottom: 10px;
	_padding-bottom: 0px;
	position: relative;
}
#gallery li.site-tooltip div.tooltip-bottom {
	background: url('../images/gallery_tooltip_bottom.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_tooltip_bottom.png', sizingMethod='crop');
	height: 25px;
}
#gallery li.site-tooltip div.tooltip-arrow-left {
	background: url('../images/gallery_tooltip_arrow_left.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_tooltip_arrow_left.png', sizingMethod='crop');
	display: none;
	height: 17px;
	width: 20px;
	position: absolute;
	left: -7px;
	top: 20px;
}
#gallery li.site-tooltip div.tooltip-arrow-right {
	background: url('../images/gallery_tooltip_arrow_right.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gallery_tooltip_arrow_right.png', sizingMethod='crop');
	display: none;
	height: 17px;
	width: 21px;
	position: absolute;
	right: 0px;
	_right: -1px;
	top: 20px;
}

#gallery li.site-tooltip-left  div.tooltip-arrow-left  { display: block; }
#gallery li.site-tooltip-right div.tooltip-arrow-right { display: block; }


#gallery li.site-tooltip div.tooltip-content {
	background: #fff;
	margin: 0 auto 0;
	width: 334px;
}
#gallery li.site-tooltip div.tooltip-content img.thumb-large {
	margin-left: -16px;
	height: 210px;
	width:  355px;
}
#gallery li.site-tooltip div.tooltip-content p.title {
	color: #231f20;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0;
}
#gallery li.site-tooltip div.tooltip-content p.description {
	color: #636466;
	font-size: 10px;
	margin: 0;
}
#gallery li.site-tooltip div.tooltip-content p.link {
	font-size: 10px;
	margin: 5px 0 0;
}
#gallery li.site-tooltip div.tooltip-content p.link a {
	color: #007add;
	text-decoration: none;
}
#gallery li.site-tooltip div.tooltip-content p.link a:hover {
	text-decoration: underline !important;
}

/* Pager */

#gallery div.pager {
	color: #808285;
	margin: 15px 20px 0;
	height: 180px;
	display: inline;
	float: right;
	width: auto;
	overflow: hidden;
}
#gallery div.pager span {
	display: inline;
	float: left;
	height: 18px;
}
#gallery div.pager span.text {
	
}
#gallery div.pager span a {
	color: #808285;
	text-decoration: none;
	display: block;
	height: 100%;
}
#gallery div.pager span.page a {
	padding: 0 2px;
	_width: 5px;
}
#gallery div.pager span.page a:hover {
	text-decoration: underline !important;
}
#gallery div.pager .prev a {
	background: url('../images/gallery_arrow_left.gif') no-repeat center 2px;
	text-indent: -9999px;
}
#gallery div.pager .prev {
	width: 10px;
}
#gallery div.pager .next a {
	background: url('../images/gallery_arrow_right.gif') no-repeat center 2px;
	margin-left: 4px;
	text-indent: -9999px;
	width: 10px;
}
#gallery div.pager span a.selected {
	color: #00bef9;
	font-weight: bold;
}


/* CSS for Salesforce template elements */

#sidebar div.module li.submitsite {
	border-top: 1px solid #CCCCCC;
	padding-top: 2px;
}
body.gallery .tabs .gallery {
	background-position:left -84px;
}
body.gallery .tabs .gallery a {
	background-position:right -84px;
	color:#FFFFFF;
}

/* Gallery style fixtures */

#gallery div.pager span.text {
	margin-right: 18px;
}

#adnsearch1 {
	padding: 10px;
}

#adnsearch1 #adnsearchform input.imageButton {
	vertical-align:-6px;
	*vertical-align:-4px;
}

#adnsearch1 #adnsearchform input.textInput {
	width:120px;
	margin-right:5px;
	font-size:13px;
}

#adnsearchform {
	margin: 0px;
}

div#adnsearch1 {
	padding: 15px;
}

form  {
	margin : 0px;			
}

#rssfeeds {
	text-align: left;
	margin-left: 10px;
}

#rssfeeds {
	*margin-left:0px;
}
