/*
 Dit zijn styles die aangepast zijn tov. de standaard stylesheet (mf.css)
 Deze is gemaakt voor een resolutie van 1024x768
*/

#menuColumn {
	width: 145px;
	margin: 0;
	float: left;
}

#mainColumn {
	width: 420px;
	float: left;
}

#mainColumnXL {
	width: 756px;
	float: left;
}

#rightColumn {
	width: 336px;
	float: right;
}

#rightColumnStart {
    width: 520px;
    float: right;
}

#resultColumn {
    width: 420px;
    float: left;
}

.columnBlock {
    width: 100%;
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    background-color: #FFF;
}

.leftBlockDash {
	width: 100%;
	margin: 0 0 15px 15px;
	background: white;
	float: left;
}

.xlBlockDash {
	width: 100%;
	margin: 0 0 15px 15px;
	background: white;
	float: left;
}

.rightBlockDash {
	width: 100%;
	height: 200px;
	background: white;
	float: left;
	margin: 0px 0px 15px 0px;
}

.newsFlashPicture {
	width: 35px;
	height: 35px;
	float: left;
	padding-top: 2px;
	margin-right: 5px;
	border: 1px solid black;
}

.newsFlash {
	height: 40px;
}

a.newsFlashContent {
	height: 35px;
	color: black;
	text-decoration: none;
	display: block;
}

a.leftMenuLink, a.leftMenuLinkBold, a.leftMenuLinkGrey {
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a.leftMenuLinkBold {
	color: green;
	font-weight: bold;
}
a.leftMenuLinkGrey {
	color: grey;
}
.newsFlash:hover, .leftMenuLink:hover, .leftMenuLinkBold:hover, .leftMenuLinkGrey:hover {
	background-color: #D2D2D2;
}

.flashCat {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.friend div {
    width: 50px;
    border: 1px solid #000;
}

.leftColumn {
}
.rightColumn {
}


#bbbuttons {
    padding: 0;
    border: 0;
    margin: 3px 0 0 0;
}

.bbbuttons {
  clear: both;
}

.bbbuttons li {
    display: inline;
    float: left;
  margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    list-style: none;
    cursor: pointer;
    background: url('http://cdn.last.fm/depth/buttons/journal_button_01.gif') top left no-repeat;
    padding-left: 4px;
    line-height: 15px;
    font-size: 11px;
    white-space: nowrap;
}

.bbbuttons li.lfm {
    color: #4A71A9;
}

.bbbuttons li span {
    display: block;
    padding-right: 4px;
    background: url('http://cdn.last.fm/depth/buttons/journal_button_02.gif') top right no-repeat;
}


