/* 
    Document   : obid
    Created on : 5-Feb-2009, 3:09:56 PM
    Author     : Ord
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

.nav {
    background-color:#E8E8FF;
    float:left;
    width:100%;

}

.header {    
    float:left;
    width:100%;
}
.headerLeft{
    text-align:left;
    width:49%;
    float:left;

}
.headerRight{
    text-align:right;
    width:49%;
    float:right;

}


.leftSide{   
    text-align:left;
    width:33%;
    float:left;
    
}

.rightSide{
    text-align:right;
    width:33%;
    float:right;
    
}

.centerSide{
    text-align:center;
    width:33%;
    float:left;
}

div.header A:link { color:blue; text-decoration:none;}
div.header A:active {color:blue; text-decoration:none;}
div.header A:visited {color:blue; text-decoration:none;}

div.results { margin-left:20px;}

div.results A.nameLink { font-size:14pt; text-decoration:none;}
div.results A.nameLink:link { color:blue;}
div.results A.nameLink:active {  color:blue;}
div.results A.nameLink:visited {  color:blue;}

div.results span.address {font-size:12pt;}
div.results span.category {font-size:10pt;}


