﻿/* COMMON HTML TAGS =============================================== */

BODY {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: .6em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    font-weight: bold; /*vertical-align: middle;
	line-height: 1.6em;*/
    margin: 0px;
}

table {
    font: 9pt Tahoma, Verdana, Tahoma, arial, sans-serif;
    color: #333333;
    /*width: 100%;*/
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    COLOR: #003366;
}

H1 {
    font-family: Tahoma, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2 {
    font-family: Tahoma, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3 {
    font-family: Tahoma, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 1.58em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4 {
    font-family: Tahoma, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 1.33em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT {
    font-family: Tahoma, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6 {
    font-family: Tahoma, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TFOOT, THEAD {
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Helvetica, sans-serif;
}

TH {
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Helvetica, sans-serif;
}

SMALL {
    font-size: .7em;
}

BIG {
    font-size: 1.17em;
}

BLOCKQUOTE, PRE {
    font-family: Tahoma, Courier New, monospace;
}


/*UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}*/

IMG {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/* TAB STYLE ===============================================*/
.NormalTab {
    font-weight: bold;
    background: url("tabright4.gif");
    padding: 5px 5px 4px 6px;
    border-left: 1px solid #afc3d6;
    border-top: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    color: #800000;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

.SelectedTab {
    border-left: 1px solid #afc3d6;
    border-top: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 15px;
    font-weight: bold;
    color: #336600;
    background-image: url('../Images/ButtonBg.gif');
    background-position: 50% top;
    background-color: white; /*width:80px;*/ /*vertical-align: middle;*/
    cursor: pointer;
    background-repeat: repeat-x;
    font-style: normal;
    text-decoration: none;
    list-style-type: none;
}

.YOMSCritical {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 14px;
    height: 14px;
    font-weight: bold;
    padding: 4px;
    background: #f00;
    border: 2px solid #666;
    color: #fff;
    text-align: center;
    font: 10px Verdana;
}

.YOMSWarning {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 14px;
    height: 14px;
    font-weight: bold;
    padding: 4px;
    background: #ffd800;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 10px Verdana;
}

.YOMSGood {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 14px;
    height: 14px;
    font-weight: bold;
    padding: 4px;
    background: #4cff00;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 10px Verdana;
}

.YOMSNA {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 14px;
    height: 14px;
    font-weight: bold;
    padding: 4px;
    background: #fff;
    border: 2px solid #666;
    color: #fff;
    text-align: center;
    font: 10px Verdana;
}

.AddNew {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/AddNew.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Putty {
    background-position-y: 565px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #00FF00;
    padding: 30px 5px 5px 35px;
    background-image: url(../Images/Icons/Putty.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
    vertical-align: text-top;
    text-decoration: none;
}

.HostNameL {
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #000080;
    padding: 5px 5px 5px 5px;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    font-size: 10pt;
    background-image: none;
    text-align: center;
}

.HostNameD {
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #000080;
    padding: 5px 5px 5px 5px;
    background-color: #ffffee;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    font-size: 10pt;
    background-image: none;
    text-align: center;
}

.Button {
    border-left: 1px solid #afc3d6;
    border-top: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-image: url('../Images/ButtonBg.gif');
    background-position: 50% top;
    background-color: white;
    /*width:80px;*/ /*vertical-align: middle;*/
    cursor: pointer;
}

.YesButton {
    background-image: url('../Images/ButtonBg.gif');
    background-position: 50% top;
    background-color: #FFFFFF;
    border: 1px solid #800000;
    border-radius: 5px;
    color: #800000;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
    background-repeat: repeat-x;
}


.YesScriptButton {
    background-image: url('../Images/ButtonBg.gif');
    background-position: 50% top;
    background-color: #FFFFFF;
    border: 1px solid #800000;
    border-radius: 5px;
    color: #800000;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
    background-repeat: repeat-x;
    width: 95%;
}

.Search {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Search.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Home {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/home.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Download {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Download.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Help {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FF0000;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Book.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 11pt;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Help64 {
    background-position-y: 65px;
    background-position-x: 15px;
    background-position: left center;
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 10px 26px 10px 7px;
    background-image: url(../Images/Icons/Help.png);
    background-color: #FFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Mail {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Mail.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Show {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Show.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Clear {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Clear.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Option {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Option.png);
    background-color: transparent;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Export {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/XL.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.XL {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/XL.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.PDF {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/PDF.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Sync {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Sync.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Browse {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Browse.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Back {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Back.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Save {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Save.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Approved {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Approved.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Revised {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border-radius: 5px;
    color: #0000FF;
    background-color: transparent;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Update {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Update.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Delete {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Delete.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Remove {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Delete.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.HealthGreen {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #800000;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Refresh.png);
    background-color: #00FF00;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
    height: 50px;
    width: 100px;
}

.Refresh {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Refresh.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Reset {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Reset.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Allow {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Allow.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.LoginUser {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/logout.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.ChangePassword {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #008080;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Key.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.AdminMenu {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0099FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/AdmMenu.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.FavouriteMenu {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0099FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Menu/Home.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.UserProfile {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #008080;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/AdmMenu.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Dashboard {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FF0000;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/DashBoard.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.Select {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Icons/Select.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.CalHeadingWD {
    font-weight: bold;
    font-size: 7pt;
    color: white;
    font-family: Tahoma;
    background-color: #004400;
    vertical-align: middle;
    height: 24px;
    text-align: center;
}

.CalHeadingWE {
    font-weight: bold;
    font-size: 7pt;
    color: red;
    font-family: Tahoma;
    background-color: #004400;
    vertical-align: middle;
    height: 24px;
    text-align: center;
}

.VantaDesc {
    font-weight: normal;
    font-size: 12pt;
    vertical-align: middle;
    color: black;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: lavender;
    text-align: left;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 25px;
}

.SetToday {
    vertical-align: middle;
    text-align: center;
    width: 24px;
    height: 24px;
    /*background: url(../Images/cal5.gif) lemonchiffon no-repeat center center;*/
    font-family: Tahoma;
    color: blue;
}

.bluearrow {
    font-size: 11px;
    font-weight: bold;
    color: #FF9224;
    font-family: verdana;
    text-decoration: none;
}

.catlink:link {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #007AF4;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.catlink:visited {
    font-family: verdana, arial, helvetica, sans-serif;
    color: green;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.catlink:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ff6600;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.CurrentLink {
    color: #336600;
    font-weight: normal;
    font-family: Tahoma;
    text-align: right;
    background-color: transparent;
    font-size: 14pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
    direction: rtl;
    font-style: normal;
    text-decoration: underline overline;
}

.NormalLink {
    color: #336600;
    font-weight: normal;
    font-family: Tahoma;
    text-align: right;
    background-color: transparent;
    font-size: 14pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
    direction: rtl;
    font-style: normal;
    text-decoration: overline;
}

.FinYear {
    font-size: 8pt;
    font-family: Tahoma;
    background-color: transparent;
    vertical-align: middle;
    height: 24px;
    text-align: center;
}

.NormalDay {
    background-color: #A8D8E5;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    height: 24px;
}

.GotAppointment {
    background-color: #5eccf5;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    height: 24px;
    font-family: Tahoma;
}

.Clock {
    font-family: Tahoma, Verdana, 'Tahoma Narrow', 'Tahoma Black', Tahoma;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    word-spacing: normal;
    font-weight: normal;
    color: #0066FF;
    direction: ltr;
}

.Welcome {
    font-family: Tahoma, Verdana, 'Tahoma Narrow', 'Tahoma Black', Tahoma;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    word-spacing: normal;
    font-weight: normal;
    color: #ffffff;
    direction: ltr;
    background-color: transparent;
    text-align: right;
}

.Link {
    font-family: Tahoma, Verdana, 'Tahoma Narrow', 'Tahoma Black', Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    word-spacing: normal;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: bottom;
    cursor: pointer;
    padding-bottom: 10px;
}

.NewLink {
    font-family: Tahoma, Verdana, 'Tahoma Narrow', 'Tahoma Black', Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    word-spacing: normal;
    color: #000000;
    text-decoration: none;
    vertical-align: bottom;
    cursor: pointer;
    padding-bottom: 10px;
}

.BlueBar {
    background-image: url(../Images/topstrip.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.Logo {
    background-image: url(../Images/Logo.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

.MenuStrip {
    background-image: url(../Images/menu_bg.jpg);
    background-repeat: repeat-x;
}

.FooterLeft {
    background-image: url(../Images/footer_left.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.FooterRight {
    background-image: url(../Images/footer_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.FooterCenter {
    /*background-image: url(../Images/footer_bg.gif);
	background-repeat: repeat-x;*/
    font-size: 6pt;
    color: #0066FF;
    font-family: "Trebuchet MS", Tahoma, Sans-serif;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.AofB {
    font-family: Tahoma, Verdana, 'Tahoma Narrow', 'Tahoma Black', Tahoma;
    font-size: 8pt;
    font-weight: bold;
    text-transform: none;
    word-spacing: normal;
    color: #1088FF;
    direction: ltr;
    background-color: transparent;
}

.FormCaption {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 0px;
    font-weight: bold;
    background: #F5F5F5;
    font-size: 10pt;
    color: #990000;
    font-family: Tahoma;
    padding-top: 1px;
    text-indent: 5px;
    vertical-align: middle;
    height: 25px;
    border-collapse: collapse;
    border-right: midnightblue 1px solid;
    border-top: midnightblue 1px solid;
    border-left: midnightblue 1px solid;
    border-bottom: midnightblue 1px solid;
}

.TableHeading {
    vertical-align: middle;
    font-size: 9pt;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Helvetica, sans-serif;
    background-color: #e0e0e0;
    height: 25px;
    color: #0000FF;
    font-weight: bold;
}

.GridHeading {
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
    color: white;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #E0F2F7;
    background-image: URL(../Images/box/uotopmid.jpg);
    height: 26px;
    text-align: center;
    text-decoration: none;
}

.GridHeadingB {
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
    color: white;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #E0F2F7;
    background-image: URL(../Images/box/uotopmidbig.jpg);
    height: 26px;
    text-align: center;
    text-decoration: none;
}

.ItemHeading {
    font-weight: normal;
    font-size: 14pt;
    vertical-align: middle;
    color: #CC0000;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.ChatUser0 {
    font-weight: normal;
    font-size: 14pt;
    vertical-align: middle;
    color: #000080;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #C0C0C0;
    text-align: center;
    text-decoration: none;
}

.ChatUser1 {
    font-weight: normal;
    font-size: 14pt;
    vertical-align: middle;
    color: #000080;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #CCCCCC;
    text-align: center;
    text-decoration: none;
}

.Line1Small {
    font-weight: normal;
    font-size: 7pt;
    color: #000000;
    font-family: Tahoma;
    background-color: #eeeeee;
    vertical-align: middle;
    height: 24px;
    text-align: left;
}

.Line2Small {
    font-weight: normal;
    font-size: 7pt;
    color: #000000;
    font-family: Tahoma;
    background-color: #ffffee;
    vertical-align: middle;
    height: 24px;
    text-align: left;
}

.GridHeadingSmall {
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    color: white;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #E0F2F7;
    background-image: URL(../Images/box/uotopmidbig.jpg);
    height: 26px;
    text-align: center;
    text-decoration: none;
}

.LineLight {
    font-weight: normal;
    font-size: 9pt;
    vertical-align: top;
    color: black;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #eeeeee;
    text-align: left;
    text-decoration: none;
}

.LineDark {
    font-weight: normal;
    font-size: 9pt;
    vertical-align: top;
    color: black;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #ffffee;
    text-align: left;
    text-decoration: none;
}

.LineHead {
    font-weight: bold;
    font-size: 9pt;
    vertical-align: top;
    color: black;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #6699FF;
    text-align: center;
    text-decoration: none;
}

.Index {
    vertical-align: middle;
    font-size: 9pt;
    font-family: Tahoma, Helvetica, sans-serif;
    color: Green;
    font-weight: bold;
}

.CurrTitle {
    vertical-align: middle;
    font-size: 9pt;
    font-family: Tahoma, Helvetica, sans-serif;
    color: #008000;
    font-weight: bold;
}

.Success {
    color: green;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
}

.Error {
    color: red;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
}

.Required {
    color: #cc0000;
    font-weight: normal;
    font-family: Tahoma;
    text-align: right;
    /* background-color: #f4f4f4; */
    font-size: 10pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelRed18 {
    color: #FFFFFF;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    background-color: #FF0000;
    font-size: 18pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelRed20 {
    color: #FFFFFF;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    background-color: #FF0000;
    font-size: 20pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelRed22 {
    color: #FFFFFF;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    background-color: #FF0000;
    font-size: 22pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelRed24 {
    color: #FFFFFF;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    background-color: #FF0000;
    font-size: 28pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.NotRequired {
    color: #003366;
    font-weight: normal;
    font-family: Tahoma;
    text-align: right;
    /* background-color: #f4f4f4; */
    FONT-SIZE: 10pt;
    font-family: Tahoma;
    PADDING-LEFT: 1px;
    text-indent: 5px;
    margin: 1px;
}

.LblData {
    color: #336699;
    font-weight: normal;
    font-family: Tahoma;
    text-align: left; /* background-color: #f4f4f4; */
    FONT-SIZE: 10pt;
    font-family: Tahoma; /*PADDING-LEFT: 8px;*/ /*text-indent: 5px;*/
    margin: 1px;
}

.LabelBlue22 {
    color: #FFFFFF;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    background-color: #0000FF;
    font-size: 22pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelBlueWhite24 {
    color: #0000FF;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 24pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.Label {
    color: #003366;
    font-weight: normal;
    font-family: Tahoma;
    text-align: right;
    background-color: #f4f4f4;
    font-size: 10pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelR {
    color: #003366;
    font-weight: normal;
    font-family: Tahoma;
    text-align: right;
    background-color: #f4f4f4;
    font-size: 10pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelL {
    color: #003366;
    font-weight: normal;
    font-family: Tahoma;
    text-align: left;
    background-color: #f4f4f4;
    font-size: 10pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.LabelM {
    color: #003366;
    font-weight: normal;
    font-family: Tahoma;
    text-align: center;
    background-color: #f4f4f4;
    font-size: 10pt;
    font-family: Tahoma;
    padding-left: 8px;
    text-indent: 5px;
    margin: 1px;
}

.Data {
    color: #003366;
    font-weight: normal;
    font-family: Tahoma;
    text-align: right;
    background-color: #f4f4f4;
    FONT-SIZE: 10pt;
    font-family: Tahoma;
    PADDING-LEFT: 8px;
    text-indent: 5px;
    margin: 1px;
    direction: rtl;
}

.TextBox {
    border: 1px solid #7F9DB9;
    font-size: 10pt;
    font-weight: normal;
    font-family: Tahoma;
    background-color: #F6F6FE;
    vertical-align: middle;
}

.Terminal {
    border: 1px solid #7F9DB9;
    font-size: 12pt;
    font-weight: normal;
    font-family: 'Courier New';
    background-color: #000000;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
}

.DefaultTextBox {
    border: 1px solid #7F9DB9;
    font-size: 7pt;
    font-weight: normal;
    font-family: 'Courier New', Courier, monospace;
    background-color: #F6F6FE;
    vertical-align: middle;
}

.TextBoxReport {
    border: 1px solid #7F9DB9;
    font-size: 10pt;
    font-weight: normal;
    font-family: 'Courier New', Courier, monospace;
    background-color: #F6F6FE;
    vertical-align: middle;
}

.HdnTextBox {
    font-size: 10px;
    font-family: Tahoma;
    background-color: transparent;
    border-bottom: #ffffff 1px dotted;
    border-top: #ffffff 1px dotted;
    border-left: #ffffff 1px dotted;
    border-right: #ffffff 1px dotted;
    vertical-align: middle;
}

.Button {
    border-left: 1px solid #afc3d6;
    border-top: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-image: url('../Images/ButtonBg.gif');
    background-position: 50% top;
    background-color: white;
    /*width:80px;*/ /*vertical-align: middle;*/
    cursor: pointer;
    width: 91px;
}

.ButtonLogin {
    border: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-image: url(../Images/ButtonBg.gif);
    background-position: 50% top;
    background-color: white;
    height: 20px; /*width:80px;*/ /*vertical-align: middle;*/
    cursor: pointer;
}

.ButtonMenu {
    border: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    background-image: url(../Images/ButtonBg.gif);
    background-position: 90% top;
    background-color: white;
    vertical-align: middle;
    height: 18px; /*width:80px;*/ /*vertical-align: middle;*/
    cursor: pointer;
}

.Button_Highlight {
    border: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    background-image: url(../Images/UI/buttonBgHi.gif);
    background-position: top;
    height: 20px;
    width: 80px;
    vertical-align: middle;
    cursor: pointer;
}

.Button1 {
    border: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    background-image: url(../Images/ButtonBg.gif);
    background-position: top;
    background-color: white;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.UploadBox {
    border: 1px solid #7F9DB9;
    font-family: Tahoma, Verdana, Tahoma;
    font-size: 10px;
    color: #666666;
    background-color: #F6F6FE;
    height: 20px;
    width: 80px;
    vertical-align: middle;
}

.ListBox {
    font-size: 10px;
    font-family: Tahoma;
    background-color: #F6F6FE;
}

.ListBoxSmall {
    font-size: 9px;
    font-family: Tahoma;
    background-color: #F6F6FE;
}

.CheckBox {
    width: 1em;
    height: 1em;
    border-radius: 0.25em;
    vertical-align: middle;
    line-height: 1em;
    text-indent: 20px;
    font-size: 12px;
    width: 25px;
}

.DDList {
    font-size: 9pt;
    font-family: Tahoma;
    background-color: #F6F6FE;
    BORDER-RIGHT: #7F9DB9 1px solid;
    BORDER-TOP: #7F9DB9 1px solid;
    BORDER-LEFT: #7F9DB9 1px solid;
    BORDER-BOTTOM: #7F9DB9 1px solid;
    height: 25px;
    vertical-align: middle;
}

.DDListSmall {
    font-size: 9pt;
    font-family: Tahoma;
    background-color: #F6F6FE;
    BORDER-RIGHT: #7F9DB9 1px solid;
    BORDER-TOP: #7F9DB9 1px solid;
    BORDER-LEFT: #7F9DB9 1px solid;
    BORDER-BOTTOM: #7F9DB9 1px solid;
    height: 25px;
    vertical-align: middle;
}

.PuttyTerminal {
    vertical-align: middle;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    font-family: 'Courier New', Verdana; /*height: 20px;*/
    color: FFFFFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 10px;
    background-color: #000000;
}

.SrcCode {
    vertical-align: middle;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    font-family: 'Courier New', Verdana; /*height: 20px;*/
    color: maroon;
    font-weight: bold;
    text-decoration: none;
    line-height: 10px;
}

.Code {
    vertical-align: middle;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    font-family: 'Courier New', Verdana; /*height: 20px;*/
    color: maroon;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
}

.SubCode {
    vertical-align: middle;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    font-family: 'Courier New', Verdana;
    height: 25px;
    color: maroon;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
    text-indent: 10pt;
}

.THeading {
    vertical-align: middle;
    font-size: 14pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Verdana;
    height: 25px;
    color: #3333CC;
    font-weight: bold;
    text-decoration: none;
    background-repeat: repeat-x;
}

.SiteHeading {
    vertical-align: top;
    font-size: 20pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Verdana;
    height: 27px;
    color: #0099FF;
    font-weight: bold;
    text-decoration: none;
    background-repeat: repeat-x;
}

.PanelHeading {
    vertical-align: middle;
    font-size: 14pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Verdana;
    height: 25px;
    color: #3333CC;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../Images/ButtonBg.gif');
    background-repeat: repeat-x;
}

.TSubHeading {
    vertical-align: middle;
    font-size: 13pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Verdana;
    /*height: 20px;*/
    color: #ff9933;
    font-weight: bold;
    text-decoration: none;
}

.HLink {
    vertical-align: middle;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Verdana;
    height: 25px;
    color: #008080;
    font-weight: bold;
    text-decoration: none;
}

.PrevMonth {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Left.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.NextMonth {
    background-position-y: 465px;
    background-position-x: 5px;
    background-position: left center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #0000FF;
    padding: 5px 10px 5px 20px;
    background-image: url(../Images/Right.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    cursor: pointer;
}

.CalMonth {
    vertical-align: middle;
    font-size: 16pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Tahoma, Verdana;
    height: 25px;
    color: #008080;
    font-weight: bold;
    text-decoration: none;
}

.PMonHLink {
    vertical-align: middle;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Verdana;
    height: 25px;
    color: #336699;
    font-weight: bold;
    text-decoration: none;
}

.PMonText {
    vertical-align: middle;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Verdana;
    height: 25px;
    color: #000000;
    font-weight: bold;
}

.CapText {
    vertical-align: middle;
    font-size: 9pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Verdana;
    height: 25px;
    color: #000000;
    font-weight: normal;
}

#MyTable {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    background: #fff;
    margin: 1px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    #MyTable th {
        padding: 2px 2px;
        border-bottom: 2px solid #6678b1;
    }

    #MyTable td {
        border-bottom: 1px solid #ccc;
        padding: 2px 2px;
    }

/*http://snook.ca/archives/html_and_css/css-text-rotation*/

.MyDate {
    background-color: #3399ff; /*998877*/
    float: right;
    margin-left: 5px;
    padding: 26px 5px 0;
    position: relative;
}

    .MyDate .day {
        font-size: 22px;
        left: 1px;
        color: White;
        line-height: 22px;
        position: absolute;
        top: 0;
    }

    .MyDate .month {
        font-size: 18px;
        text-transform: uppercase;
        color: White;
        margin-left: 0px;
    }

    .MyDate .year {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        display: block;
        font-size: 0.8em;
        /*background-color: #ff9933;
	font-weight: bold;*/
        position: absolute;
        color: White;
        right: 0px;
        top: 1px;
    }

.example-date {
    background-color: #998877;
    float: right;
    margin-left: 10px;
    padding: 45px 5px 0;
    position: relative;
}

    .example-date .day {
        font-size: 45px;
        left: 5px;
        line-height: 45px;
        position: absolute;
        top: 0;
    }

    .example-date .month {
        font-size: 25px;
        text-transform: uppercase;
    }

    .example-date .year {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        display: block;
        font-size: 1.1em;
        background-color: #998877;
        position: absolute;
        right: 0px;
        top: 10px;
    }

.TeamName1 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    font-size: 0.8em;
    /*background-color: #ff9933;
	font-weight: bold;*/
    position: absolute;
    color: White;
    right: 0px;
    top: 1px;
}

.verticaltext {
    /*writing-mode: tb-rl;*/
    filter: flipV flipH;
}
/*http://www.kremalicious.com/2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/*/
.Shadow {
    color: #000;
    background: #fff;
    text-shadow: 2px 2px 3px #000;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

    #shadow-container .shadow2,
    #shadow-container .shadow3,
    #shadow-container .container {
        position: relative;
        left: -1px;
        top: -1px;
    }

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 10px;
    }

.round-button {
    background-position: center center;
    display: block;
    width: 138px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center; /*text-decoration: underline overline;*/
    background: #999999;
    box-shadow: 0 0 3px gray;
    font-size: 14px; /*font-weight: bold;*/
    font-family: 'Eras Demi ITC',verdana, Geneva, Tahoma, sans-serif;
    vertical-align: middle;
    background-attachment: fixed;
    text-decoration: none;
}

    .round-button:hover {
        background: #000000;
        color: white;
    }

.dashboard-button {
    background-position: center center;
    display: block;
    width: 138px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #00FF00;
    text-align: center; /*text-decoration: underline overline;*/
    background: #7F9DB9;
    box-shadow: 0 0 3px gray;
    font-size: 16px; /*font-weight: bold;*/
    font-family: 'Eras Demi ITC',verdana, Geneva, Tahoma, sans-serif;
    vertical-align: middle;
    background-attachment: fixed;
    text-decoration: none;
}

    .dashboard-button:hover {
        background: #000000;
        color: #00FF00;
    }

.lock-button {
    background-position: center center;
    display: block;
    width: 138px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #FF0000;
    text-align: center; /*text-decoration: underline overline;*/
    background: #afc3d6;
    box-shadow: 0 0 3px gray;
    font-size: 16px; /*font-weight: bold;*/
    font-family: 'Eras Demi ITC',verdana, Geneva, Tahoma, sans-serif;
    vertical-align: middle;
    background-attachment: fixed;
    text-decoration: none;
}

    .lock-button:hover {
        background: #000000;
        color: #FF0000;
    }

.monitor-button {
    background-position: center center;
    display: block;
    width: 138px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #0000FF;
    text-align: center; /*text-decoration: underline overline;*/
    background: #afc3d6;
    box-shadow: 0 0 3px gray;
    font-size: 16px; /*font-weight: bold;*/
    font-family: 'Eras Demi ITC',verdana, Geneva, Tahoma, sans-serif;
    vertical-align: middle;
    background-attachment: fixed;
    text-decoration: none;
}

    .monitor-button:hover {
        background: #000000;
        color: #0000FF;
    }

.stylish {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    border: 4px double #ccc;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background: #ddd;
}

    .stylish:hover {
        border: 4px double #bbb;
        color: #aaa;
        text-decoration: none;
        background: #e6e6e6;
    }


.FavouriteIcon {
    background-position: center top;
    display: block;
    width: 256px;
    height: 32px;
    line-height: 32px;
    border-radius: 66px;
    border: 4px double #ccc;
    font-size: 12px;
    font-weight: bold;
    color: #0066CC;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background: #ddd;
    background-repeat: no-repeat;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-indent: 34px;
}

/*.FavouriteIcon:hover
{
    border: 4px double #bbb;
    color: #aaa;
    text-decoration: none;
    background: #e6e6e6;
}*/

.menu {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 66px;
    border: 4px double #ccc;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background: #ddd;
}

    .menu:hover {
        color: #aaa;
        text-decoration: none;
        background: #e6e6e6;
    }


.DBmenu {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 60px;
    border: 4px double #ccc;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

.editButtonStyle {
    background-color: #f0f8ff; /* Very light blue, close to white */
    color: #333; /* Darker text for contrast */
    font-weight: bold; /* Bold text */
    text-transform: uppercase; /* Uppercase letters */
    letter-spacing: 1px; /* Space between letters */
    padding: 5px 10px; /* Padding */
    border: 2px solid #d3d3d3; /* Light gray border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    margin: 5px; /* Space around the button */
    display: inline-block; /* Makes it behave like a button */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Subtle shadow for text */
}

    .editButtonStyle:hover {
        background-color: #cce7ff; /* Slightly darker blue on hover */
        border-color: #b0b0b0; /* Slightly darker gray border on hover */
        color: #222; /* Darker text color on hover */
    }

.headerButtonStyle {
    color: #333;
    font-weight: bold;
    text-align: center;
}
/* Edit Button Styling */
.editButtonStyle {
    background-color: #e3f2fd; /* Light blue */
    border: 2px solid #b6d7f3; /* Softer blue border */
    border-radius: 5px;
}

    .editButtonStyle:hover {
        background-color: #bbdefb; /* Darker shade of light blue on hover */
    }

/* Common styles for Review and Edit buttons */
.ird-button {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #333333; /* Dark text color for readability on lighter background */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    /* Specific style for the Review button */
    .ird-button.review-button {
        background-color: #e0f7df; /* Light green */
        border: 2px solid #b3e0b2; /* Softer green border */
        border-radius: 5px;
    }

        .ird-button.review-button:hover {
            background-color: #c8e6c9; /* Darker shade of light green on hover */
        }

    /* Specific style for the Edit button */
    .ird-button.edit-button {
        background-color: #e3f2fd; /* Light blue */
        border: 2px solid #b6d7f3; /* Softer blue border */
        border-radius: 5px;
    }

        .ird-button.edit-button:hover {
            background-color: #bbdefb; /* Darker shade of light blue on hover */
        }

         /* Specific style for the Revised button */
.ird-button.revised-button {
    background-color: #bbdefb; /* Light blue with more blue intensity */
    border: 2px solid #90caf9; /* Softer, more intense blue border */
    border-radius: 5px;
}

.ird-button.revised-button:hover {
    background-color: #64b5f6; /* A more vibrant blue on hover */
}




#YesHeader {
    text-align: left;
    background-color: #FFFFFF;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 1px;
    height: 40px;
    font-family: verdana, Geneva, Tahoma, sans-serif;
}

    #YesHeader a {
        text-decoration: none;
        color: White;
    }

#YesMenu {
    width: 160px;
    padding: 5px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 20px;
    margin-top: 10px;
    left: 0px;
}

    #YesMenu h3 {
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        border-top: dotted 1px #660;
        border-bottom: dotted 1px #660;
    }

#YesContent {
    border-style: none;
    text-align: left;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

ul#Mnu {
    list-style-type: none;
}

#YesFooter {
    text-align: center;
    padding: 0px;
}


#menu12 {
    width: 160px;
    margin: 2px;
    font-family: Aharoni;
    font-size: small;
}

    #menu12 li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 22px;
        text-decoration: none;
    }

        #menu12 li a:link, #menu12 li a:visited {
            color: #666;
            display: block;
            background: url(./images/menu12.png);
            padding: 10px 0 0 35px;
        }

        #menu12 li a:hover {
            color: #000;
            background: url(./images/menu12.png) 0 -32px;
            padding: 10px 0 0 35px;
        }

    #menu12 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
