﻿/*
**********************************************************************************
Copyright (c)Net Projekt 2010 - Razvoj informacijskih sustava i tehnologije
Trinajstici 97, HR - 51215 Kastav
+385 98 1638 500
**********************************************************************************
*/

/*****************************/
/* OnPage Ving3 Admin */

.v3
{
    background: #cc0001;
    color: #fff;
    padding: 0px 6px 0px 6px;
    font-weight: bold;
    position: relative;
    top: -0.5em;
    font-size: 70%;
    margin: 0px 5px 0px 0px;
}

.v3head
{
    color: #000;
    font-family: Arial;
    text-align: left;
}

.v3headVing
{
    font-size: 30px;
    margin-left: 5px;
}

.v3sub
{
    font-size: 11px;
    margin: -2px 0px 0px 35px;
    font-family: Arial;
    color: #666;
}

/*****************************/

#ViNGAdmin_header
{
    background: #efefef;
    color: #000;
    font-family: Arial;
    z-index: 300;
    border-bottom: 1px solid #ccc;
    height: 60px;
}

#ViNGAdmin_header .v3head
{
    padding: 0px 10px 0px 10px;
}

#ViNGAdmin_header a
{
    color: #fff;
    text-decoration: none;
}

#ViNGAdmin_header img
{
    height: 16px;
    margin: 0px 20px 0px 0px;
}

#ViNGAdmin
{
    display: none;
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    margin: 0px auto;
    height: 550px;
    width: 850px;
    border: 1px solid #ccc;
    z-index: 999;
    background: #fff;
}

#ViNGAdminBG
{
    display: none;
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 998;
}

