﻿body
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
a
{
    text-decoration: none;
    color: blue;
}
a:hover
{
    text-decoration: underline;
    color: Orange;
}
a:visited
{
    color: Purple;
}

#FlashPosition
{
	position: relative;
	top: 40px;
	border: none;
	z-index: 3;
}

.defaultMainDiv
{
    height:600px;
    margin-right: 0px; 
    background-image: url(../Images/Grad_GreyWhite.jpg); 
    margin-top: 1px; 
    background-position: top left; 
    background-repeat: repeat-x;
}
.textBoxes
{
    width: 150px;
}

.homepageDetsHeader
{
    color: White;
    font-family: Courier New;
    font-size: 14pt;
    text-align: center;
    background-color: #000024;
    line-height: 25px;
    margin: 0px;
}

/* this is the p class */
.homepageDets
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: left;
    overflow: auto;
    position: relative; 
    max-height: 370px;
}
.padlockDiv
{
    text-align:center;
}
/* this is the div class */
.text
{
	letter-spacing: 0.8;
	font-size: 10pt;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}
/* this is the div ID */
#text_Security
{
    width: 350px;
	position: absolute;
	top: 50px;
	left: 57px;
	z-index: 3;
	display: none;
}
#text_Leave
{
    width: 350px;
	position: absolute;
	top: 50px;
	left: 57px;
	z-index: 3;
	display: none;
}
#text_Expenses
{
    width: 350px;
	position: absolute;
	top: 50px;
	left: 57px;
	z-index: 3;
	display: none;
}
.textFormat
{
    color: White;
    font-family: Courier New;
    font-size: 10pt;
}

#text_Info
{
    width: 350px;
    top: 50px;
	left: 57px;
    position: absolute;
	z-index: 3;
	display: none;
	text-align: left;
}

#text_Calendar
{
    width: 350px;
    position: absolute;
    top: 50px;
	left: 57px;
	z-index: 3;
	display: none;
}
#text_Login
{
    width: 350px;
    position: absolute;
    top: 50px;
	left: 57px;
	z-index: 4;
	display: none;
	
}

#text_Connected
{
    
    width: 350px;
    position: absolute;
    top: 50px;
	left: 57px;
    z-index: 3;
    display: none;

}


#div_Info
{
    position: absolute;
    top: 50px;
    left: 56px;
	height: 5px;
	width: 0px;
	background-color: #FFFFFF;
	border: solid 1px #000024;
	display: none;
	z-index: 2;
}

#divI_Instructions
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	letter-spacing: 0.8;
	line-height: 20px;
	color: white;
	text-align: center;
	z-index: 2;
	display: none;
	border: solid 1px #000024;
	font-size: 8pt;
}
#divI_InfInstr
{
    position: absolute;
    top: 46px;
    right: 21px;
	height: 90px;
	width: 200px;
	background-color: #FFFFFF;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.00;
	z-index: 1;
	display:none;
}
#divI_Instructions2
{
    position: absolute;
    padding-top:30px;
    right: 230px;
    
    letter-spacing: 0.8;
}
#notHidden
{
	opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
}
#img_Close
{
    position: absolute;
    top: 50px;
    left: 383px;
    z-index: 6;
    display: none;
    /*opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    */
}
#img_Close:hover
{
    cursor: pointer;
}
#img_Close2
{
    position: absolute;
    top: 50px;
    left: 383px;
    z-index: 5;
    display: none;
    /*opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    */
}