.PoemWord
{
    font-family: Georgia, serif;
    font-size: 12px;
    margin: 0 0;
    margin-left: -6px;
    padding-left:7px;
    padding-right:7px;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    height: 18px;

}

.PoemWordHeader /* Parts of speech labels in list */
{
    font-family: Georgia, serif;
    font-size: 12px;
    margin: 0 0;
    z-index: 10;
    position: absolute;
    height: 18px;
	color: #bd4b1f;
}

.WordOnPicture /* Word dropped onto picture */
{
    font-family: Georgia, serif;
    font-size: 18px;
    margin: 0 0;
    padding: 0px 4px;
    z-index: 25;
    cursor: pointer;
    position: absolute;
    height: 22px;
    color: white;
    background-color: transparent;
}

#wordListContainer
{
    overflow: hidden;
    position: relative;
    width: 740px;
    height: 280px;
    padding: 0px 0px;
    margin: 0px 0px;
    background-color: #d9d9d9;
    z-index: 1;
}

#wordList
{
    background-color: #d9d9d9;
    width: 1200px;
    height: 280px;
    left: 0px;
    top: 0px;
    position: absolute;
    overflow: hidden;
}

#divDragTip {
    visibility: hidden;
    position: absolute;
    background: white;
    font-family: Georgia, Serif;
    font-size: 18px;
    height: 22px;
    z-index: 100;
    cursor: pointer;
    padding: 0px 4px;
    /* three different ways of getting alpha for broadest browser support */
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

/* 
   ------------------------------------------
   Alternates menu
   ------------------------------------------ 
*/

#alternatesMenu
{
    background-repeat: repeat;
    background-color: #FFFFEE;
    position: absolute;
    padding: 2px 0px;
    border: solid 1px #CCCCCC;
    border-right-color: #999999;
    border-bottom-color: #999999;
    z-index: 1015;
    visibility: hidden;
}

.alternatesMenuItem
{
    z-index: 20;
    font-family: Georgia,serif;
    font-size: 18px;
    padding: 0px 20px 0px 8px;
    margin: 1px 2px;
    cursor: pointer;
}

#alternatesMenuTarget
{
    position: absolute;
    z-index: 27;
}

#alternatesMenuAffordance
{
    position: absolute;
    visibility: hidden;
    z-index: 27;
}

/*
   ------------------------------------------
   Inspiration bar
   ------------------------------------------
*/
 
.galleryDropShadow
{
}

.rollAccelerator
{
	width: 35px;
	height: 61px;
	position: absolute;
	left: 0px;
    background-repeat: repeat;
    z-index: 1000;
}

#leftRollAccelerator
{
    left: 0px;
}

#rightRollAccelerator
{
    left: 715px;
}

#container
{
    overflow: hidden;
    position: absolute;
    width: 695px;
    height: 61px;
    left: 25px;
    background-color: #d9d9d9;
}

#divSeeMoreLink
{
    position: absolute;
    width: 740px;
    top: 52px;
    text-align: right;
    font-size: 11px;
    font-family: Arial, sans-serif;
    z-index: 1020;
}

#divSeeMoreLink a
{
    color: #606065;
}

#divInspirationBar
{
    padding-left: 6px;
}

#divInspirationPictures
{
    height: 65px;
    width: 740px;
    background-color: #d9d9d9;
    position: relative;
}

.photobar
{
    width: 670px;
    left: 0px;
    height: 61px;
    top: 0px;
    position: absolute;
    background-color: #d9d9d9;
    overflow: hidden;
}

.photobar img
{
    position: absolute;
    z-index: 1;
    cursor: pointer;
    border: solid 1px white;
}

#divComposeToolbar
{
    background-color: #e2e1d8;
    width: 140px;
    height: 275px;
    float: right;
}

#divComposeToolbarShareBar
{
    padding-left: 10px;
}

#divComposeToolbarShare
{
    padding-top: 7px;
    padding-bottom: 7px;
}

#divComposeToolbarShare p, #divComposeToolbarShare a
{
    color: #bd4b1f;
    font-family: Georgia,serif;
    font-size: 11px;
    margin: 13px 0;
    text-decoration: none;
    text-align: center;
    line-height: 170%;
}

#divComposeToolbarShare a:hover, #divComposeToolbarShare a:active
{
    text-decoration: none;
}

#divPoemPicture 
{
    background-color: #d9d9d9;
    background-position: left center;
    background-repeat: no-repeat;
    height: 275px;
    width: 740px;
    position: relative;
    z-index: 0;
}

#divPoemPictureMessage
{
    background-color: Transparent;
    width: 600px;   /* same width as divPoemPicture */
    padding-top: 115px;  /* just above the middle line */
    letter-spacing: 2pt;
    word-spacing: 4pt;
    font: 19px Arial,Helvetica,sans-serif;
    z-index: 10;
    text-align: center;
    position: absolute;
    top: 150px;
    visibility: hidden;
}

#divPoemPictureMessageOutlines
{
    position: absolute;
    z-index: 9;
    padding-top: 115px;  /* just above the middle line */
}

.poemPictureMessageOutline
{
    background-color: Transparent;
    width: 600px;   /* same width as divPoemPicture */
    font: 19px Arial,Helvetica,sans-serif;
    letter-spacing: 2pt;
    word-spacing: 4pt;
    position: absolute;
    text-align: center;
    visibility: hidden;
}

#divCreateBar
{
    padding-left: 6px;
}

/* headings on the command areas */
.headingBar
{
    font-family: Georgia,serif;
    font-size: 12px;
    color: White;
    background-color: #606065;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

.headingBarRight a:link, .headingBar a:visited
{
	color: white;
	text-decoration: none;
}

.headingBarRight a:active, .headingBar a:hover
{
	text-decoration: underline;
}

/* additional instructions in the headings of command areas */
.headingBarNote
{
    font-style: italic;
}

/* right-aligned links or other content in the headings of command areas */
.headingBarRight
{
    float: right;
    padding-right: 6px;
}

/* actions embedded in command areas */
.headingBarCommands
{
    font-size: 11px;
    letter-spacing: 0px;
}

.headingBarCommands a:visited, .headingBarCommands a:link 
{
    color: White;
    text-decoration: none;
}

.headingBarCommands a:active, .headingBarCommands a:hover
{
    color: White;
    text-decoration: underline;
}

body
{
    position: relative;
}

form
{
    display: inline;
}
