﻿
.background1 { background-color: #fff }
.background2 { background-color: #f5f5f5 }
.border1 { border: solid 1px #ccc; }
.border2 { border-bottom: double 3px #eee; } /* special border -> bottom of headlines */
.border3 { border-bottom: dashed 1px #ccc; }  /* comment border */
.border4 { border-bottom: solid 2px #ccc; }  /* comment border */
.pageBorder { border: solid 1px #ccc; }

.color1 { color: #666 !Important; } /* main text color */
.color2 { color: #999; } /* lighter color or closer to background than main text, blog date etc */

a { color: #3366ff; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: underline; }

.altRow { background-color: #f0f0f0; }
.coloredGridView { border: solid 1px #ccc }
.albumImg { border: 1px solid #999; }

/* PANELBARS */
.panelbar {background: white; border: solid 1px #ccc }
.panelbar .rootGroup .text { border-bottom: solid 1px #ccc; }
.panelbar .group .text { background-color: #fff; color: #000; }

.panelbar .group .link
{
    color: #333 !Important;
	border-bottom: solid 1px #eee !Important; border-top: solid 1px #eee !Important;
}

.panelbar .group .link:hover
{
	border-top: solid 1px #ccc !Important;
	border-bottom: solid 1px #ccc !Important;
}

.panelbar .group .first .link:hover
{
	border-top: solid 1px #fff!Important;
}

.panelbar .group .last .link:hover
{
	border-bottom: solid 1px #fff!Important;
}

.panelbar .group .link:hover .text { color: #000; background: #eee none; }
.panelbar .group .link .selected
{
	background-color: #eee;
}

.panelbar .rootGroup
{
	border: solid 1px #eee;
	border-bottom: 0; border-top: 0;
}

a:link.friends, a:visited.friends 
{
    background: #fff;
    display: block;
    height: auto; 
    line-height: 20px; 
    overflow: hidden; 
    border: solid 1px transparent; border-bottom: 1px solid #eee;    
    height: 52px; 
    padding: 2px; 
    text-decoration: none;
}
a:hover.friends { border: solid 1px #ccc; background: #f5f5f5 }

a:link.friends .imgProfile, 
a:visited.friends .imgProfile,
a:active.friends .imgProfile,
a:hover.friends .imgProfile
{ 
    min-height: 50px; 
    height: auto;
    margin: 1px; margin-right: 5px;
    text-align: left; 
    border: 0; 
    background: none;
    float: left; 
}


.lastLogin { color: #999; font-size: 7pt; }
.lastHeadline { color: #cc0000; font-weight: bold }
.friendsInfo { font-size: 7pt; color: #666; }
.imgUserLevel { text-align: left; vertical-align: middle; margin-right: 6px; border: 0 !Important; background: none !Important; }


/* TABSTRIP */


.divUserActions { background-color: #fff }
.comments-alternaterow { background-color: #f5f5f5 }
.divCommentContent {margin-top: 20px; color: #000;}

/**************************************************************************************
D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D *
***************************************************************************************
* D                             ******************                                  D *
* 1                   General   ***  CALENDAR  ***   Definitions                    1 *
* 0                             ******************                                  0 *
***************************************************************************************
D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D *
/*************************************************************************************/

.cal1 { border: 0; background: #f0f0f0; padding: 1px}
/* Today's date - not to be confused with selected date */
.Calendar-Today { padding: 2px; Color: Red; background-color: #f0f0f0 }
a:link.Calendar-Today { Color: Red; }
a:visited.Calendar-Today { Color: Red; }
a:active.Calendar-Today { Color: Red; }
a:hover.Calendar-Today { Color: Red; }

.Calendar-AnyDay { padding: 2px; color: #666; background: #fff; }
.Calendar-DayHeader { font-size: 8pt; color: #666; background: #fff; }
.lblEventTitle{ font-weight: bold;}
.Calendar-OtherMonth { background: #eee; color: #999; }

