﻿/* -- Modal Popup -- */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	position:relative;
}

div.panelPopupClose
{
	position:absolute;
	right: 8px;
	top: 1px;
}
div.panelPopupClose a, div.panelPopupClose a:hover
{
	display: block;
	width: 45px;
	height: 19px;
}
div.panelPopupClose a
{
	background: url(img/btnCloseVista.gif) no-repeat 0 0;
	border:0;
	height:19px;
}
div.panelPopupClose a:hover
{
	background-position:0 -19px;
}
div.panelPopupContent
{
	overflow: auto;
	clear: both;
	height: 500px;
}

/* -- End of Modal Popup -- */

/*----- Thumbnails -----*/
ul#Thumbnails
{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#Thumbnails li
{
	display:block;
	float:left;
	margin:3px;
}
ul#Thumbnails img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
}
/* legend */
ul#Thumbnails p
{
	font-size:smaller;
	text-align:left;
	padding: 0 0 0 8px;
	margin:0;
	line-height:100%;
}
ul#Thumbnails p label
{
	color: #808080;
}
ul#Thumbnails a
{
	border:0;
}

/*----- End of Thumbnails ----*/

/*-- Site Template SiteTemplateThumbnails -- */
ul#SiteTemplateThumbnails a
{
	border: 0;
}
ul#SiteTemplateThumbnails
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#SiteTemplateThumbnails li#thumb
{
	display: block;
	float: left;
	margin: 3px;
	clear:none; /* could be cleared by formHorizontal.li */
}
/* legend */
ul#SiteTemplateThumbnails p
{
	font-weight:bold;
	text-align: left;
	font-size:10pt;
	padding: 0 0 0 8px;
	margin: 0;
}

/*-- End of Site Template SiteTemplateThumbnails --*/

/*-- RSS  --*/
.rssBlock
{
	font-family: Sans-Serif;
	font-size: 10pt;	
}
.rssBlock dt
{
	font-weight:bold;
	padding: 0.3em 0;
	border-bottom: solid 1px black;
}
.rssBlock ul
{
	list-style-type: disc;
}
.rssBlock ul
{
	padding-left: 20px;
}
.rssBlock span
{
	color: #999999;
}
.rssBlock a
{
	text-decoration:none;
	color:Black;
}
.rssBlock a:hover
{
	color: #FDD80A;
}

/* -- End of RSS --*/
/* -- Begin of Help --*/
a.btnHelp, a.btnHelp:hover
{
	display:block;
	height:24px;
	width:24px;
	margin:0;
	padding:0;
	z-index:0;
}
a.btnHelp
{
	background: transparent url(img/help/helpTopicBullet.gif) no-repeat 0 0;
}
a.btnHelp:hover
{
	background-position: 0 -24px;
}
/* -- End of Help --*/