/* 

http://recolo.org

notes.css

*/


p.title
{
	color: #99CCFF;
    font-size: medium;
    padding: 0px;
    margin: 0px;
    font-weight:bold;

}

#closeDiv
{
    position: absolute;
    height: 17px;
    width: 17px;
    border: solid;
    border-width: 2px;
    border-color:  #99ccff;
    background-color: #990033;
    text-align: center;

    padding-bottom:2px;
    padding-left:2px;

    top: 5px;
    left: 95%;  
    z-index: 5;
}


div.outernotedisplay
{

}

div.innernotedisplay
{
    position: absolute;
    padding:5px;

    top: 10px;
    bottom: 10px;
    left: 25px;
    width: 600px;
    min-height: 400px;
    overflow: visible;

    border-style: solid;
    border-width: 3px;
    border-color: #3F3F3F;

    z-index: 4;
    background-color: #111111;
    filter: alpha(opacity=85);
    overflow: auto;
}

div.notetitles
{
    position:absolute;
    top: 80px;
    left: 40px;
    width: 600px;
    height: 80%;
    z-index: 1;
    overflow: auto;
}

div.postform
{
    position:absolute;
    bottom: 10px;
    z-index: 2;
    overflow: hidden;
}


fieldset
{
    padding: 10px;
    padding-right: 15px;
    color: #99CCFF;
    border: 1px solid #3F3F3F;
}

legend
{
    background: #3F3F3F;
    border: 0px solid #99CCFF;
    padding: 3px 6px;
}

label.general
{
    width: 40px;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: block;
}

input.submitbutton
{
    color: #3F3F3F;
    background-color: #FFFFFF;
    border: 0px solid #99CCFF;
    margin-left: 45px;
}
input.resetbutton
{
    color: #3F3F3F;
    background-color: #FFFFFF;
    border: 0px solid #99CCFF;
    margin-left: 5px;
}

input.title
{
	color: #B0D1E8;
	background-color: #324876;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}


textarea.note
{
	color: #B0D1E8;
	background-color: #324876;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.noteExpand
{
    
    color: #990033;
	background-color: #000000;
}
