﻿#mediacenter h3
{
   padding-top: 18px;
}

#mediacontent
{
    width:400px;
    height:350px;
    overflow:auto;
}
#medialibrary
{
	width: 170px;
	float: right;
	padding-left: 27px;
	background-image: url(vert-rule.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0% bottom;
}
#medialibrary H4
{
	padding-top: 15px;
}
#medialibrary UL
{
    list-style-image: url(li.png);
}
#medialibrary UL LI{
margin-bottom: 2px;
}

.album-item
{
    margin: 5px 0px 2px 0px;
    padding: 5px 0px  2px 5px;
    background-color: white;
    color: #3A3A3A;
    border: 1px solid #DDDDDD;
}
.album-item .notes
{
    font-size: 11px;
    font-style: italic;
}
.alternate-album-item
{
    margin: 5px 0px 2px 0px;
    padding:  5px 0px 2px 5px;
    background-color: white;
    color: #3A3A3A;
    border: silver 1px solid;
}
.alternate-album-item .notes
{
    font-size: 11px;
    font-style: italic;
}
.discussion-item
{
    margin: 5px 0px 2px 0px;
    padding: 10px 0px 10px 10px;
    background-color: #ECECFF;
    color: #3A3A3A;
}
.discussion-item .photo
{
background-color:White;
}
#mediagallery{
color: #3A3A3A;
}