﻿/**************************** Calendar ****************************/
body a
{
    color: #505050;
    text-decoration: none;
}
body a:hover{
	background: transparent;
	color: #505050;
}

.calendar_content
{
    width: 680px;
    overflow: hidden;
}
#calendar{
	margin: 0 auto;
	width: 680px;
  	position: relative;
}
#calheader{
	width:100%;
	height:48px;
	text-align:center;
}
#calheader h2{
	margin-top:15px;
}
#calcontainer{
	float:left;
	margin-bottom:10px;
}
#daysmonth{
	clear:both;
}
.dayweek{
	width:103px;
	height:30px;
	float:left;
	border-right:1px solid #e5e5e5;
	background-color: #FFFFFF;
}
.dayweek p{
	display:block;
	font-size:15px;
	line-height:31px;
	text-shadow:0 1px 0 #ffffff;
}
.week{
	overflow:auto;
	border-top:1px solid #c2c2c2;
}
.weeku{
	overflow:auto;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #e5e5e5;
}
.today{
	background:#fffcdf;
	border-right:1px solid #e5e5e5;
}
.today .daybar{
	background:#fffac1;
}
.day{
	width:96px;
	height: 66px;
	float:left;
	border-right:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	/*background: url(../images/Daily.png);*/
}

.day.today {
	width:96px;
	height: 66px;
	float:left;
	border-right:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	/*background: url(../images/daily-hover.png);*/
	background-color: #FFFCDE;
}

.day.dayselected {
	width:96px;
	height: 66px;
	float:left;
	border-right:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	/*background: url(../images/daily-hover.png);*/
	background-color: #FFFCDE;
}

.day.sun
{
    height: 66px;
	width:96px;
	float:left;
	color: #EE2E24;
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	/*background: url(../images/Daily.png);*/
}

.day.sun.dayselected {
	width:96px;
	height: 66px;
	float:left;
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	/*background: url(../images/daily-hover.png);*/
	background-color: #FFFCDE;
}

.day p 
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    line-height: 20px;
}


.day.sat
{
	width:96px;
}

.day.sat.dayselected {
	width:96px;
}

.brn{
	border-right:none;
}
.bun{
	border-bottom:none;
}

.daybar{
	width:100%;float:left;
	background:#f3f3f3;
}
.daybar p{
	margin-left:5px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:15px;
	font-weight:400;
	color:#969696;
	text-shadow:0 1px 0 #ffffff;
}
.dots{
	width:100%;
	height:50px;
	clear:both;
}
.dots ul{
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
}
.dots ul li{
	margin-top:10px;
	display:block;
	/*-webkit-border-radius:14px;*/
	width:12px;height:11px;
	font-size: 10px;
	padding-top: 1px;
	margin-left: 5px;
	position: relative;
	float: left;
}
.big{
	width:107px;
	float:left;
}
.big:hover{
	background:#e9f0f8;cursor:pointer;
}
.big .dots{
	height:65px;
}
.big .dots li{
	margin-top:25px;
}

/**************************** Events when slide is open ****************************/
.open{height:480px;border-top:1px solid #e5e5e5;float:left;clear:both;}
.open li{-webkit-border-radius:10px;margin-left:1px;margin-right:1px;}
.open li p{width:93px;margin-top:5px;margin-left:6px;margin-right:6px;line-height:12px;font-size:10px;color:#ffffff;overflow:hidden;}
.open li:hover{cursor:pointer;}

/**************************** Colors ****************************/
/*
.none{background:#d6d6d6;}
.none:hover{background:#dfdfdf;}
.blue{background:#5496dd;}
.blue:hover{background:#5c9ef9;}
.red{background:#ff454b;}
.red:hover{background:#ff6164;}
.yellow{background:#ffac4d;}
.yellow:hover{background:#ffbd6a;}
.green{background:#94e354;}
.green:hover{background:#98e857;}
.purple{background:#D747FF;}
.purple:hover{background:#E284FF;}
*/

/**************************** Duration of an event ****************************/
.l1{height:20px;overflow:hidden;}
.l2{height:40px;overflow:hidden;}
.l3{height:60px;overflow:hidden;}
.l4{height:80px;overflow:hidden;}
.l5{height:100px;overflow:hidden;}
.l6{height:120px;}
.l7{height:140px;}
.l8{height:160px;}
.l9{height:180px;}
.l10{height:200px;}
.l11{height:220px;}
.l12{height:240px;}
.l13{height:260px;}
.l14{height:280px;}
.l15{height:300px;}
.l16{height:320px;}
.l17{height:340px;}
.l18{height:360px;}
.l19{height:380px;}
.l20{height:400px;}
.l21{height:420px;}
.l22{height:440px;}
.l23{height:460px;}
.l24{height:480px;}

/**************************** Amount of hours between previous event or start of the day ****************************/
.a1{margin-top:20px;}
.a2{margin-top:40px;}
.a3{margin-top:60px;}
.a4{margin-top:80px;}
.a5{margin-top:100px;}
.a6{margin-top:120px;}
.a7{margin-top:140px;}
.a8{margin-top:160px;}
.a9{margin-top:180px;}
.a10{margin-top:200px;}
.a11{margin-top:220px;}
.a12{margin-top:240px;}
.a13{margin-top:260px;}
.a14{margin-top:280px;}
.a15{margin-top:300px;}
.a16{margin-top:320px;}
.a17{margin-top:340px;}
.a18{margin-top:360px;}
.a19{margin-top:380px;}
.a20{margin-top:400px;}
.a21{margin-top:420px;}
.a22{margin-top:440px;}
.a23{margin-top:460px;}
.a24{margin-top:480px;}

/**************************** Legend ****************************/
.calcat{float:right;margin-bottom:20px;margin-right:5px;}
.calcat p{margin-top:4px;float:left;}
.caldot{float:left;width:12px;height:12px;/*border-radius:20px;*/margin-left:10px;margin-top:4px;margin-right:8px;}

#calendar .rightbar  
{
    background: url('../images/top_cal.png'); 
}

#calendar .dayweek  
{
    background: url('../images/DayBar.png'); 
}

#calendar .header
{
    background-color: #326496;
    color: #FFFFFF;
    font-family: Arial;
    height: 48px;
}

#calendar .yearcell  
{
    /*background: url('../images/Year.png');*/
    font-size: 20px;
 }
 
#calendar #daycell  
{
    /*background: url('../images/Day.png');*/
    font-size: 30px;
    
}

#calendar #dayofweekcell  
{
    /*background: url('../images/Week.png');*/
    font-size: 14px;
}

#calendar .calnav 
{
    float: left;
    position: relative;
    top: -10px;
}

#calendar .legendlabel 
{
    float: right;
    color: #000000;
    position: relative;
    top: 14px;
}

#calendar .legendlabellink1
{
    margin-left: 8px;
    margin-right: 3px;
    color: #FFFFFF; 
}
#calendar .legendlabellink2
{
    margin-left: 3px;
    margin-right: 3px;
    color: #FFFFFF; 
}

#calendar .legendimages
{
    position: relative;
    top: 5px;   
}

#calendar .day-ipocommon
{
    padding: 0 0 0px 2px;
    display: block;
    overflow: hidden;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #505050;
    position: relative;
    line-height: 13px;
    white-space: nowrap;
    width: 100px;
    
}

#calendar #daysweek
{
    background: url('../images/DayBar.png');
    width: 680px;
    height: 27px;
}

.item 
{
    padding-top: 2px;
    font: 12px;
    line-height: 18px;
    margin: 0px;
    font-weight: bold;
}

#mainday 
{
    line-height: 20px;
}

#subday
{
    font-family: Arial;
    line-height: 14px;
    font-size: 12px;   
}

.day-ipoheader 
{
    padding: 0 0 0px 2px;
    display: block;
    overflow: hidden;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    /*font-weight: bold;*/
    position: relative;
    line-height: 13px;
    white-space: nowrap;
    width: 100px;
    text-overflow: ellipsis;
    /*font-weight: bold;*/
}

.day-ipoheader images 
{
    position: relative;
    top: 1px;  
}

.ipocal_pop
{
    display: none;
    position: absolute;
    border: 1px solid #D2D2D2;
    font-size: 12px;
    background: #FFFFFF;
    width: 120px;
    font-weight: bold;
	background: url(../images/daily-hover.png);
}

.ipoicon
{
    margin-right: 3px;
    width: 12px;
    height: 12px;
	display: inline-block;
}

.ipoicon_a
{
    background-image: url(../images/Icon-A2.png);   
}

.ipoicon_b
{
    background-image: url(../images/Icon-B2.png);   
}

.ipoicon_c
{
    background-image: url(../images/Icon-C2.png);   
}

.ipotable_stockname
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 3px;
}

.calendar_table
{
    background-color: #326496;
    color: #FFFFFF;
}

.calendar_table th{
    padding: 5px;
    border: 2px solid #FFFFFF;
}
 .calendar_table a
 {
     color: #FFFFFF;
     text-decoration: none;
 }

 .calendar_table a:hover
 {
     color: #FFFFFF;
     text-decoration: none;
 }