.headSeccion,.headSeccionC,.headSeccionCSmall,.selectedText
{
	color: #FFFFFF;
	background-color: #D41D22;
	border-color: #990000;
	font-variant: small-caps;
}

.SubTitleSeccion
{
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.selectedText
{
	font-style: italic;
}

.selectedText2
{
	font-weight: bold;
}

.subfolderstyle
{
	background-image: url('Arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.leftsidebar,.rightsidebar
{
	width: 100px;
	border-style: none;
	-moz-box-sizing: border-box;
}

.leftsidebar
{
	background-image: url('BKLeftBar.png');
	background-position: right;
	background-repeat: repeat-y;
}

.rightsidebar
{
	background-image: url('BKRightBar.png');
	background-position: left;
	background-repeat: repeat-y;
}

.topbar
{
	background-color: #FFFFFF;
}

.bottombar
{
	background-color: #e5e5e5;
}

#Session_Time .timer-countdown{float: left;}
#Session_Time .timer-countdown p{color: #555;font-size: 11px;}
#Session_Time .timer-countdown p span{color: #D41D22;font-weight: bold;}
#Session_Time .timer-countdown .timer-progress{margin: 0;padding: 0;width: 100%;height: 6px;border-radius: 3px;float: right;background-color: #f7f7f7;background-image: -moz-linear-gradient(top, #d6d6d6, #dddddd);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6d6d6), to(#dddddd));background-image: -webkit-linear-gradient(top, ##d6d6d6, #dddddd);background-image: -o-linear-gradient(top, #d6d6d6, #dddddd);background-image: linear-gradient(to bottom, #d6d6d6, #dddddd);}
#Session_Time .timer-countdown .timer-progress .timer-bar{background-color: #990000;background-image: -moz-linear-gradient(top, #D41D22, #990000);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D41D22), to(#990000));background-image: -webkit-linear-gradient(top, #D41D22, #990000);background-image: -o-linear-gradient(top, #D41D22, #990000);background-image: linear-gradient(to bottom, #D41D22, #990000);border-radius: 5px;}
