﻿/**** Base Layout ****/
.more { margin-top: 5px; text-align: right; display: block; }
.more a:link, .more a:visited { background-color: #2FB566; padding: 1px 25px; font-size: 11px; color: White; }
.more a:active, .more a:hover { color: #ffffff; background-color: #333333; }
.panel .more a:link, .panel .more a:visited { color: Black; }
.panel .more a:hover, .panel .more a:active { background-color: White; color: Black; }

.video-layout .side h2 { color: #ffff00; }
.video-layout .side { background: url('/images/thirds-side-bg.png') no-repeat; }

.side .panel { background-color: Black; padding: 12px 15px; margin-bottom: 8px; }
.side .panel h3 { color: #ffff00; }
.side .panel h3 a:link, .side .panel h3 a:visited { border-bottom: none; background: url('/images/title-arrow-b-h.gif') no-repeat right 5px; padding-right: 10px; color: #ffff00; }
.side .panel h3 a:hover, .side .panel h3 a:active { background-image: url("/images/title-arrow-b.gif"); color: White; }
.side p { color: White; font-size: 12px; }
#background-wrapper { background-image: url('/images/wall-boards.jpg'); }
#footer { background-image:url('/images/floor.jpg'); }
.white-bg { background-image: url("/images/w50.png"); padding: 15px 12px; }
.white-bg:hover { background: White none; }
a.baseline
{
    color: White;
}
 
a.baseline:hover
{
    color: Yellow;
}
