﻿.highlighttable
{
    border-color: #000000;
    border-right: #000000 1px solid;
    padding-right: 0px;
    border-top: #000000 1px solid;
    padding-left: 0px;
    padding-bottom: 2px;
    border-left: #000000 1px solid;
    padding-top: 5px;
    border-bottom: #000000 1px solid;
    color: #000000;
    background-image: url('../../images/bg/notification_bg.gif');
    background-repeat: repeat-x;
}

.highlighttablenobg
{
    border-color: #333333;
    border-right: #333333 1px solid;
    padding-right: 2px;
    border-top: #333333 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #333333 1px solid;
    padding-top: 5px;
    border-bottom: #333333 1px solid;
    color: #000000;
}

.a12black a:link
{
    color: #333333;
    text-decoration: none;
}
.a12black a:visited
{
    color: #333333;
    text-decoration: none;
}
.a12black a:hover
{
    color: #ff3333;
    text-decoration: none;
}
.a12black
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}




/* Javascript Notification */


#notification-window
{
    visibility: hidden;
}

#notification-menubar
{
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
    padding: 0px;
    padding-bottom: 2px;
    border-bottom: 1px solid #999999;
}

#notification-close
{
    float: right;
    cursor: pointer;
    color: #999999;
    display: inline;
    padding: 0px;
    margin: 0px;
}

#notification-display-text
{
    height: 90%;
}

.notification-container
{
    display: block;
    position: fixed;    
    _position: absolute;
    top: 40%;
    left: 35%;
    width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;
    z-index: 60;
    text-align: left;
}

.notification-default-size
{
    width: 500px;
    height: 350px;
    top: 50%;
    left: 50%;
}

.notification-frame 
{
	width: 100%;
	height: 100%;
	border: 0px;
	/*	border: 1px solid #AAAAAA;     */
}