/* Site specific */
div.datedisplay
{
    position:absolute;
    font-weight: bold;
    margin: 30px 0px 0px 400px;
}

li.header
{
	font-weight: bold;
}

table.whiteTable
{
    border: 1px solid White;
}

table.whiteTable tbody tr td div
{
    color:White;
}

table.whiteTable tbody tr td
{
    border: 1px solid white;
}

/* Yellow post-its */

div.yellowpostitleft
{
	width: 220px;
	left:4px;
	position:relative;
}

div.yellowpostitright
{
	width: 220px;
	right:4px;
	position:relative;
}

div.yellowpostitfloated
{
	width: 220px;
	right: 4px;
	position:relative;
	float:right;
	margin: 2px 2px 6px 6px;
}

div.yellowpostitlntop
{
    background-image: url("/_structure/images/post-it_ln_top_yellow.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 108px;
}

div.yellowpostitnbtop
{
    background-image: url("/_structure/images/post-it_nb_top_yellow.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 108px;
}

div.yellowpostitmid
{
    background-image: url("/_structure/images/post-it_mid_yellow.gif");
	background-repeat: repeat-y;
	width: 190px;
	padding: 0px 15px 0px 15px;
	color: Black;
	font-size: 11px;
}

.yellowpostitmid a.headline
{
    color: Black;
}

div.yellowpostitbtm
{
    background-image: url("/_structure/images/post-it_btm_yellow.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 65px;
}

/* Blue post-its */
div.bluepostit
{
	width: 220px;
	right: 4px;
	position:relative;
}


div.bluepostitfloated
{
	width: 220px;
	right: 4px;
	position:relative;
	float:right;
	margin: 2px 2px 6px 6px;
}

div.bluepostitlntop
{
    background-image: url("/_structure/images/post-it_ln_top_blue.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 108px;
}

div.bluepostitatcltop
{
    background-image: url("/_structure/images/post-it_atcl_top_blue.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 108px;
}


div.bluepostitnbtop
{
    background-image: url("/_structure/images/post-it_nb_top_blue.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 108px;
}

div.bluepostitmid
{
    background-image: url("/_structure/images/post-it_mid_blue.gif");
	background-repeat: repeat-y;
	width: 190px;
	padding: 0px 15px 0px 15px;
	color: Black;
	font-size: 11px;
}

.bluepostitmid a.headline
{
    color: Black;
}

div.bluepostitbtm
{
    background-image: url("/_structure/images/post-it_btm_blue.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 65px;
}


/* Calendar */
table.calselector
{
    width:420px;
}

table.calendar
{
    border-top: 1px solid #8AA9B2;
    border-left: 1px solid #8AA9B2;
    width:420px;
}

.calendar th
{
    text-align: center;
    vertical-align: middle;
    font-size:12px;
    color:#dddddd;
    height: 30px;
    width:14%;
    font-weight:bold;
    border-bottom: 1px solid #8AA9B2;
    border-right: 1px solid #8AA9B2;
}

.calendar td
{
    text-align: right;
    vertical-align: top;
    height:40px;
    width:49px;
    color:#dddddd;
    border-bottom: 1px solid #8AA9B2;
    border-right: 1px solid #8AA9B2;
}

.calcelltoday
{
    background-color: #2d7385;
    height:40px;
    border-bottom: 1px solid #8AA9B2;
    border-right: 1px solid #8AA9B2;
}

.calpostit
{
    cursor: hand;
    pointer: hand;
    border:0px;
    margin:0px 0px 0px -40px;
    padding:0px;
    width:44px;
    height:45px;
    position: absolute;
}

span.eventhdr
{
    font-weight: bold;
    font-size: 13px;
    color: Black;
}

.eventitemhdr
{
    font-weight:normal;
    color: Black;
}

.eventsubject
{
    font-weight: bold;
    color: Black;
}

.eventcat
{
    font-weight: normal;
    color: Black;
}

a.postit
{
    color:#1B5769;
}

a.postit:visited
{
    color:#1B5769;
}

