/* 
    Document   : ondmand.bug
    Created on : 21-apr-2009, 13:17:40
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#ondmand_bugs
{

}

#ondmand_bugs h1
{
    font-size:18px;
    font-weight:bold;
    margin:10px;
}

#editBugFormDiv
{
    margin:10px;
}

.buglink
{
    color:#0000ff;
    text-decoration:underline;
}
    h1 span.buglink
    {
        float:right;
        font-size:12px;
    }

.bugText
{
    border:1px solid #cccccc;
    background:none;
    width:300px;
    padding:10px;
}
.bugTextArea
{
    border:1px solid #cccccc;
    width:300px;
    height:200px;
    padding:10px;
}

.bugPaginator{
    text-align:center;
}
