﻿/*
*/

html
{
	background-color: rgb(255,255,255);
}

body
{
    color: #333;
	background-color: rgb(255,255,255);
}

p
{
    line-height: 1.4em;
}

a
{
    color: black;
    font-weight:bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.xna-arrowLnk
{
    background-image: url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding: 5px 0px 5px 6px;
}

.xna-leftArrowLnk
{
    background-image: url(arrowLeft.gif);
    background-repeat: no-repeat;
    background-position: -1px 9px;
    padding: 5px 0px 5px 6px;
}

img
{
    border: 1px solid #333;
}

.xna-generalBackground
{
    background-color: #ffffff;
}

.xna-topMargin
{
    background-color: #ffffff;
    height: 8px;
}

.xna-address
{
    float:left;
    font-size: .8em;
}

.xna-header
{
    background-color: #ffffff;
}

.xna-header a
{
    color: #333;
}

.xna-header img
{
    border: 0px;
}

.xna-subtitle
{
    float:right;
}

.xna-footer
{
    clear: both;
    padding: 4px;
    border-top: 2px solid #444; 
}

.xna-bottomMargin
{
    height: 20px;
    width: 960px;
    margin-left:auto;
    margin-right:auto;
}

.xna-mainContent
{
    background-color: White;
    margin-top: 8px;
    border-bottom: 1px dotted #ffffff;
    padding: 2px 4px 4px 4px;
}

.xna-itemList
{
    float:left;
    width:795px;
    border-right:1px solid black;
}

.xna-itemListRightColumn
{
    margin-right:4px;
    margin-left:800px;
}

.xna-artworkDetailColumn
{
    float:left;
    padding-left:8px;
    width:200px;
}

.xna-verticalMenu
{
    float:right;
    margin-top:4px;
    padding-top: 4px;
    border-left: 1px solid #444;
    width: 200px;
    min-height: 500px;
}

.xna-menuItem
{
}

.xna-menuItemLnk
{
}

.xna-menuItemSeparator
{
    color: #555;
    font-weight: bold;
}

.xna-menuItemSection
{
    text-align: left;
    background-color: #d0d0d0;
    color: #333;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
}

.xna-menuItemHighlight
{
    color: White;
    background-color: #b65a0d;
}

.xna-menuItemHighlight a
{
    color: white;
}

.xna-menuItemActive
{
    color: white;
    font-weight: bold;
    background-color: #14537e;
}

.xna-menuItemActive a
{
    color: white;
}

.xna-pageTitle
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 1.2em;
}

.xna-PoWTitle
{
    display:none;
}

.xna-workTitle
{
    font-style: italic;
}

.xna-artworkItem
{
    float:left;
    padding:4px;
    width:150px;
    min-height: 185px;
    border: 2px solid white;
    cursor: pointer;
}

.xna-artworkItemImage
{
    text-align:center;
}

.xna-artworkItemImage img
{
    border: 0px;
}

.xna-artworkItemDetail
{
    padding-top: 4px;
    text-align: center;
    font-size: .9em;
}

.xna-artworkItemHighlight
{
    border: 2px solid #d0d0d0;
}

.xna-artworkLinkHighlight a
{
    text-decoration: underline;
}

.xna-artworkItemLink
{
}

.xna-artworkNextPrevLink
{
    background-color: #d0d0d0;
    padding: 2px 4px 2px 4px;
    border-bottom: 1px solid #ada396;
}

.xna-artistBio
{
    padding: 0px 4px 10px 0px;
}

.xna-diaryEntry
{
    border-bottom: 1px dotted #C0C0C0;
    margin-bottom: 10px;
    padding: 4px 0px 4px 4px;
    margin-right: 4px;
}

.xna-diaryEntryTitle
{
    font-weight:bold;
    font-size: 1.1em;
}

.xna-diaryEntryDate
{
    text-align:right;
    font-size: .9em;
}

.xna-diaryEntryPost
{
    padding: 8px 0px 4px 0px;
}

.xna-exhibitionList
{
    clear:both;
    border-bottom: 1px dotted #C0C0C0;
    margin: 4px 4px 4px 0px;
    padding-top: 4px;
}

.xna-exhibitionListTitle
{
    font-size: 1.2em;
    font-weight: bold;
}

.xna-exhibitionListDates
{
    padding: 10px 0 10px 0;
    font-weight:bold;
}

.xna-exhibitionListNotes
{
    margin-top: 0px;
}

.xna-exhibitionListFeature
{
    float:right;
    padding: 4px;
    text-align:center;
}

.xna-exhibitionListDetailsLnk
{
    margin: 5px 0px 5px 0px;
}

.xna-rightColumnLnk
{
    font-size:.9em;
}

.xna-diaryComment
{
    background-color: #ddd3c6;
    padding: 4px;
    border-right: 1px dotted #C0C0C0;
}

.xna-diaryCommentReply
{
    background-color: #ede3d6;
    padding: 4px;
    border-right: 1px dotted #C0C0C0;
}

.xna-diaryCommentText
{
    margin: 4px;
}

.xna-diaryCommentDetails
{
    font-size: .9em;
    padding-top: 4px;
    padding-bottom: 4px;
}

.xna-addCommentPanel
{
    font-size: .9em;
}

.xna-addCommentTable
{
}

.xna-addCommentTable input, .xna-addCommentTable textarea
{
    width: 390px;
}

.xna-smallInfo
{
    font-size: .8em;
}

.field-validation-error
{
    display:block;
    background-color:Red;
    color:White;
    font-weight: bold;
    padding: 4px;
}

/*
    for one week only styles.
*/
.forWord
{
    color: rgb(204, 102, 255);
}

.oneWord
{
    color: rgb(51, 204, 51);
}

.weekWord
{
    color: rgb(51, 102, 255);
}

.onlyWord
{
    color: rgb(255, 80, 80);
}

