/*----------------------------------------------------------
#          _                 _
#  __ _  _| |__  ___ _ ___ _(_)___ ___ _ _  __ ______
# / _| || | '_ \/ -_) '_\ V / (_-</ _ \ '_|/ _(_-<_-<
# \__|\_, |_.__/\___|_|  \_/|_/__/\___/_|(_)__/__/__/
#     |__/
#
#--------------------------------------------------------
# File      : cybervisor.css
# Author    : Richard Lewis
# Project   : /mnt/web/localhost/htdocs/css/lib/
# Syntax    : css
# Date      : Fri 08 Feb 2008
# Copyright : Richard Lewis 2008
#--------------------------------------------------------
# cybervisor.css -
----------------------------------------------------------*/

p.cybervisor {
    text-align : center;
}

div.libmark {
    width            : 77%;
    margin           : 12px auto;
    border           : 1px solid #c7c7c7;
    padding          : 8px 0px;
    font-size        : 12px;
    text-align       : center;
    font-weight      : bold;
}

a.visorConcept {
    color       : #009900;
    width       : 128px;
    height      : 36px;
    margin      : 10px auto;
    border      : 3px solid #111111;
    display     : block;
    font-weight : normal;
    line-height : 36px;
    background  : url(/img/cybervisor/conceptbg.png)
        repeat-x top left;
    background-color : #000000;
}

a.visorConcept:hover {
    color : #00ff00;
}
/*--------------------------------------------------------*/
