/* 
    Document   : base
    Created on : Oct 21, 2011, 10:52:32 AM
    Author     : cristi
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1.sectionTitle {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 0px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: black;
}

div.base
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

div.apphome
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    border:solid black 0px;
}

div.left
{
    border:solid black 0px;
    width:170px;
    float:left;
    padding:5px;
}

div.right
{
    width:720px;
    float:left;
    border:solid black 0px;
    padding:5px;
}

div.bar
{
    margin-top:5px;
    margin-bottom:5px;
    border-top:solid #4444AA 2px;
    border-bottom:solid #4444AA 2px;
    background: #309bcf;
    color:white;
    font-family:Helvetica;
    font-size:10pt;
    padding:2px;
    padding-left : 5px;
    padding-right: 5px;
}

div.op
{
    border:solid #4444AA 2px;
    color: white;
    text-align: center;
    padding:5px;
    margin-bottom:10px;
}

div.metadata div.journal
{
    padding-left:30px;
    margin-top:10px;
    margin-bottom:20px;
}

div.metadata div.title
{
    padding-left:30px;
    
    margin-top:10px;
    margin-bottom:20px;
}

div.metadata div.author
{
    padding-left:30px;
    
    margin-top:10px;    
    margin-bottom:20px;
}

div.metadata div.description
{
    padding-left:30px;
    
    margin-top:10px;    
    margin-bottom:20px;
    text-indent:3em;
    text-align:justify;
}

div.statistics
{
    white-space:pre;
}

a:link, a:visited {
  color: #045491;
  font-weight: bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : normal;
  text-decoration : underline;
}

.required{
    color: blue;
}

.error{
    color: red;
}

.colPubName
{
    width:300px;
}

.colPubImage
{
    width:300px;
}

