html
{
}

body
{
	font-size: 100%;
	max-width: 100%;
}

h1
{
    color: silver;
	text-align: center;
	font: normal bold xx-large Lobster, serif;
}

h2
{
	text-align: center;
	font-size: x-large;
	font-style: normal;
}

h3
{
	text-align: center;
	font-size: large;
	font-style: normal;
}

p
{
    padding: 0 15px;
    text-align: justify;
    text-indent: 50px;
}

table
{
}

th
{
}

#topBar
{
    background: #5D2776;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 79px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

#menuBar
{
    background-color: #923ABB;
    border: 1px solid green;
    height: 28px;
    left: 40px;
    line-height: 28px;
    position: fixed;
    right: 40px;
    top: 80px;
}

.commandButton
{
    border: 0;
    color: black;
    display: inline-block;
    height: 28px;
    padding: 0 5px;
    text-decoration: none;
    vertical-align: top;
}

.commandButton:hover
{
    background-color: black;
    color: #923ABB;
    outline: green dotted 1px;
}

.commandButton img
{
    border: 0;
    height: 26px;
    vertical-align: middle;
}

#leftBar
{
    background-color: #5D2776;
    border-left: 1px solid black;
    bottom: 40px;
    left: 0;
    position: fixed;
    top: 80px;
    width: 39px;
}

#rightBar
{
    background-color: #5D2776;
    border-right: 1px solid black;
    bottom: 40px;
    position: fixed;
    right: 0;
    top: 80px;
    width: 39px;
    z-index: 2;
}

#bottomBar
{
    background-color: #5D2776;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    bottom: 0;
    height: 39px;
    left: 0;
    position: fixed;
    right: 0;
    padding-left: 40px;
}

#showFrame
{
    background: #000000;
    color: #FFFFFF;
    bottom: 40px;
    left: 40px;
    overflow: auto;
    position: fixed;
    right: 40px;
    top: 110px;
}

#showFrame img
{
    border: 0;
}

#homePageBookmark
{
    background-color: #923ABB;
    border: 1px solid green;
    color: #000000;
    float: left;
    height: 55px;
    margin: 5px;
    padding: 0;
}

#homePageBookmark:hover
{
    background-color: #000000;
    color: #923ABB;
}

#homePageBookmark img
{
    height: 32px;
}

#uploadFrame
{
    padding: 5px 25px;
    border: 2px solid blue;
}

#uploadCompleteFrame
{
    padding: 5px 25px;
    border: 2px solid blue;
}

#loginFormFrame
{
    padding: 5px 25px;
    border: 1px solid green;
}

.galleryThumb
{
    float: left;
    width: 200px;
    margin: 10px;
    height: 230px;
}

.newsFeed
{
    background-color: white;
    color: black;
    float: left;
    width: 350px;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 250px;
}

.newsFeedArticles
{
    padding: 5px;
    height: 184px;
    overflow: auto;
}

#UserBookmarks
{
    padding: 0 10px;
}

#UserBookmarks a
{
    color: #FFFFFF;
    text-decoration: none;
}

#UserBookmarks a:hover
{
    background-color: #FFFFFF;
    color: #000000;
}

.userBookmark
{
    border: 1px solid white;
    float: left;
    width: 270px;
    margin: 5px;
    overflow: auto;
    height: 120px;
}

.newsList a
{
    color: #FFFFFF;
    text-decoration: none;
}

.newsList a:hover
{
    color: green;
}

.newsList a:visited
{
    color: purple;
}

#userReg
{
}

#UserNotes
{
}

#UserNotes a
{
    color: #FFFFFF;
    text-decoration: none;
}

#UserNotes a:hover
{
    background-color: #FFFFFF;
    color: #000000;
}

#userNote
{
    height: 70%;
}

#userNote a
{
    color:  #923ABB;
    font-weight: bold;
    text-decoration: none;
    margin: 0 15px;
}

#userNote a:hover
{
    background-color:  #923ABB;
    color: #000000;
}

#userNote textarea
{
    background: black url("images/composition_yellow.png") repeat;
    color: black;
    line-height: 28px;
    padding-top: 5px;
    margin: 10px 30px;
}

#directoryTree
{
    margin: 10px;
}

#directoryTree a
{
    background-color:  #923ABB;
}

#directoryTree a:hover
{
    background-color:  #000000;
}