﻿/*
/\/\/\/\/\/\/\/\/\/\/\/\/\/\*  Program MAINTENANCE Log
*Copyright (c) 2002, by ULTRADATA AUSTRALIA PTY LTD
*Rel    byWhom  When              ReviewedBy When
---     ------  ----              ---------- ----
'1.5.0  DJay    24Oct11
'	    [PD1245B - PC1612C # 49]
'       Modified the icon35Pseudodisabled to ensure they look disabled (including text), 
'           but normal upon mouse over
'       Added class iconUnSelectable
--------------------------------------------------------
*/
a.icon span.images, a.iconPseudodisabled span.images, a.iconDisabled span.images, a.iconSelected span.images, a.iconUnSelected span.images
{
    display: block;
    text-align: center;
    cursor:pointer;
}
a.icon span.images img, a.iconPseudodisabled span.images img, a.iconDisabled span.images img, a.iconSelected span.images img, a.iconUnSelected span.images img
{
    border-style: none;
    text-align: center;
    display: block;
    cursor:pointer;
    margin-left:auto !important;
    margin-right:auto !important;
}
a.icon span.title, a.iconPseudodisabled span.title, a.iconDisabled span.title, a.iconSelected span.title, a.iconUnSelected span.title
{
    text-align: center;
    position: relative;
    top: 0px;
    cursor:pointer;
}
a.icon, a.iconPseudodisabled, a.iconDisabled, a.iconSelected, a.iconUnSelected
{
    text-align: center;
    text-decoration: none;
    display: block;
    height: 100px;
    margin: 10px;
    border-style: none;
    width: 100px;
    line-height: 12px;
    cursor:pointer;
}
a.iconInMenu
{
	float:left;
}
/*Selected*/
a.iconSelected span.images img.imgSelected
{
    position: relative;
    left: -0px;
    top: -70px;
    display: inline-block;
    visibility: visible;
    height: 70px;
    margin-left:auto !important;
    margin-right:auto !important;
}
a.iconSelected span.title
{
    position: relative;
    top: -70px;
}

/*UnSelected*/
a.iconUnSelected span.images img.imgUnSelected
{
    position: relative;
    left: -0px;
    top: -70px;
    display: inline-block;
    visibility: visible;
    height: 70px;
    margin-left:auto !important;
    margin-right:auto !important;
}
a.iconUnSelected span.title
{
    position: relative;
    top: -70px;
}

/*Disabled*/
a.iconDisabled span.images img.imgDisabled
{
    position: relative;
    left: -0px;
    top: -70px;
    display: inline-block;
    visibility: visible;
}
a.iconDisabled span.title
{
    position: relative;
    top: -70px;
}

/*Disabled look - but not disabled*/
a.iconPseudodisabled span.images img.imgDisabled
{
    position: relative;
    left: -0px;
    top: -70px;
    display: inline-block;
    visibility: visible;
}
a.iconPseudodisabled span.title
{
    position: relative;
    top: -70px;
    color:#c0c0c0 !important;
}
a.iconPseudodisabled:hover span.images img.imgDisabled
{
    text-decoration: underline;
    display: none;
    visibility: hidden;
}
a.iconPseudodisabled:hover span.title
{
    position: relative;
    top: 0px;
    color:#000 !important;
}
a.iconUnSelectable span.title, a.iconUnSelectable:hover span.title
{
    color:#000 !important;
}
