﻿.ULCal *
{
	margin: 0;
	padding: 0;
	display: inline;
}
.ULCal li
{
	list-style: none;
	background: none;
}

.ULCal
{
	margin: 0px;
	padding: 0px;
	display: block;
	min-width: 400px;
	min-height: 200px;
}
.ULCalPrevMonth li, .ULCalNextMonth li
{
	background-color: #EEE;
}
.ULCal li li
{
	width: 14%;
	height: 7.5em;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
	border-top: solid 1px #AAA;
	border-left: solid 1px #AAA;
}
.ULCal li li div
{
	float: left;
	padding: 0px 2px 0px 2px;
	color: #333;
}
.ULCal li li.LastWeek
{
	border-bottom: solid 1px #AAA;
}
.ULCal li li.WeekEnd
{
	border-right: solid 1px #AAA;
}
.ULCalHeader ol li
{
	width: 32%;
	height: 1.5em;
	overflow: visible;
	font-weight: bold;
	padding: 2px;
	border: none;
}
.ULCalHeaderLeft
{
	width: 14%;
	text-align: left;
}
.ULCalHeaderCenter
{
	width: 42%;
	text-align: center;
}
.ULCalHeaderRight
{
	width: 14%;
	text-align: right;
}
.ULCalDayHeader ol li
{
	overflow: hidden;
	background-color: #CCC;
	text-align: center;
	height: 1.5em;
}
.ULCalCurrentMonth ol li
{
	background-color: #FFF;
}
.ULCalCurrentMonth ol li ol li
{
	border: none;
	display: block;
	height: auto;
	width: auto;
	text-decoration: none;
	padding-left: 3px;
}
.ULCalCurrentMonth ol li ol li a
{
	width: 100%;
	white-space: nowrap;
	text-decoration: none;
}

.ModuleLogin
{
	width: 100%;
}

INPUT.loginvl, INPUT.loginvt
{
	width: 98%;
}

.blog
{
	width: 100%;
}

.ModuleCalendar .DayFull A
{
	font-weight: bold;
	font-size: 8pt;
}

.HelpPanel
{
	width:200px;
	border-right: #AAAAAA 1px solid;
	padding-right: 5px;
	border-top: #AAAAAA 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #AAAAAA 1px solid;
	padding-top: 5px;
	border-bottom: #AAAAAA 1px solid;
	background-color: White;
}

/* Slider */

.st_slider_parent
{
	margin-bottom: 20px;
}

.st_slider .post-text {
	margin: 0;
	border: 0;
	background: none;
}

.st_slider .post-thumb {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

span.st_slider_controls ol.st_slider_pagination li a {
	text-indent: -9999em;
	display: block;
	width: 16px;
	height: 18px;
	margin: 0px 1px;
	padding: 0;
}	

span.st_slider_controls ol.st_slider_pagination, span.st_slider_controls ol.st_slider_pagination li {
	float: left;
	margin: 0;
	padding: 0;
}

span.st_slider_controls ol.st_slider_pagination {
	list-style: none;
	padding: 0;
	margin: 0px;
	float: left;
	position: relative;
	top: 8px;
	/*left: -10px;*/
}

span.st_slider_controls ol.st_slider_pagination-hide 
{
	display:none;
	visibility: hidden;
}

.st_slider ul, .st_slider li 
{
	margin:0;
	padding:0;
	list-style:none;
}
.st_slider li 
{ 
	overflow:hidden; 
}	
.st_slider 
{
	position:relative; /* Fixing fade in IE6 and IE7 */
}

span.st_slider_controls a.previous,
span.st_slider_controls a.next {
	text-indent: -9999em;
	display: block;
	width: 13px;
	height: 18px;
	margin: 0px 2px;
	padding: 0;
	float: right;
	position: relative;
	top: 10px;
	/*right: -10px;*/
}

span.st_slider_controls ol.st_slider_pagination li a {
	background: url(/images/slider/pag_item.png) no-repeat center center;
}

span.st_slider_controls ol.st_slider_pagination li.current a {
	background: url(/images/slider/pag_active.png) no-repeat center center;
}

span.st_slider_controls a.previous,
span.st_slider_controls a.next {
	background: url(/images/slider/pag_prev.png) no-repeat center center;
}
span.st_slider_controls a.next {
	background: url(/images/slider/pag_next.png) no-repeat center center;
}
/* @end */

.PPProdThumbCellLeft IMG, .PPProdThumbCellRight IMG
{
	margin-left: 15px;
	margin-right: 15px;
}

.PPProdThumbCellTop IMG
{
	margin-bottom: 15px;
}


