/* Theme.css
 * This is included when the 'Dark' theme is selected.
 */

/* General Styles for various HTML elements */

body {
    color: #A4A4A4;
    /*background-color: #474644; */
    background-color: #FFFFFF; 
}
input.Transparent, input.Transparent, textarea.Transparent {
    color: white;
    background-color: transparent;
    border: solid 1px #797979;
}
.ImageFrame {
    padding: 2px;
    background: white;
    border: solid 1px #A4A4A4;
}

.txtBox 
{
    margin-bottom:5px;
}

/* Page Header */
.SiteToolbar {
    color: #A4A4A4;
}
.SiteToolbar a, .SiteToolbar a:link, .SiteToolbar a:visited {
    color: white;
    font-weight: bold;
}
.SiteToolbar a:hover {
    color: white;
    text-decoration: none;
}



/* Main Content Area */

.Content {
    background-color: #333333;
}
.PageTitle {
    color: #FF9900;
}
.PageDescription {
    color: #CC9933;
}
.PageDescription a, .PageDescription a:link, .PageDescription a:visited {
    text-decoration: none;
    color: #FF9900;
    border-bottom: dashed 1px #FF9900;
}
.PageDescription a:hover {
    color: #FF9900;
    border-bottom: solid 1px #FF9900;
}
.PageBreak {
    border-bottom: solid 1px #797979;
}
.PageSection {
    color: #FF9900;
}


/* Sidebar */

.Sidebar {
    color: #A4A4A4;
    background-color: #444444;
    border-left: solid 1px #797979;
}
.SidebarTile {
    border-bottom: dashed 1px #797979;
}
.SidebarTileHeading {
    color: white;
}


/* Channels and Archives Tile */

.Channel, .Archive {
}
a.ChannelLink, a.ChannelLink:link, a.ChannelLink:visited{
    color: #FF9900;
}


/* Page Footer */

.PageFooter {
    border-top: solid 1px #A4A4A4;
    color: #797979;
}

/* Entry */

.Entry .EntryText {
    color: #D8D8D8;
}
.Entry .EntryCommands a, .Entry .EntryCommands a:link, .Entry .EntryCommands a:visited {
    color: #A4A4A4;
}
.Entry .EntryCommands a:hover {
    color: white;
}


.EntryText a, .EntryText a:link, .EntryText a:visited {
    color: #FFDA00;
    border-bottom: dashed 1px #FFDA00;
}
.EntryText a:hover {
    color: #FF9900;
    border-bottom: solid 1px #FF9900;
}
.EntryText a.Image, .EntryText a.Image:link, .EntryText a.Image:visited, .EntryText a.Image:hover {
    border-bottom: none;
}

.EntryTitle 
{
    color:#CC9933;
}

