/* Default CSS Stylesheet for a new Web Application project */

.centerframe
{
    position: absolute;
    margin-left:-350px;
    margin-top:-265px; 
    left:50%; 
    top:50%;

}

.textDisp
{
    position: absolute; 
    left: 18px; 
    top: 195px;
	font-style:normal;
	font-family:Verdana;
	font-size:12pt;
	color:White;
	text-decoration:none;
	font-weight:600;
}

.textDispOff
{
    position: absolute; 
    left: 19px; 
    top: 196px;
	font-style:normal;
	font-family:Verdana;
	font-size:12pt;
	color:Black;
	text-decoration:none;
	font-weight:600;
    FILTER:alpha(opacity=55);
    -moz-opacity :0.55;

}

.dispos
{
    position:absolute; 
    left: 200px; 
    top: 495px;
}

.minitext
{
	font-style:normal;
	font-family:Verdana;
	font-size:7pt;
	color:black;
	text-decoration:none;
	font-weight:500;
}

.menuPos
{
    position: absolute; 
    left: 17px; 
    top: 220px;
}

.menuItem
{
	font-style:normal;
	font-family:Verdana;
	font-size:8pt;
	color:White;
	text-decoration:none;
	font-weight:500;
}


.selectmenuItem
{
	font-style:normal;
	font-family:Verdana;
	font-size:8pt;
	color:White;
	background-color:#AA9E60;
	text-decoration:none;
	font-weight:500;
    cursor:hand;
	height:15;
	width:124;

}

.submenuItem
{
	font-style:normal;
	font-family:Verdana;
	font-size:8pt;
	color:Black;
	background-color:#F2E7AD;
	text-decoration:none;
	font-weight:500;
    cursor:hand;
	height:15;
	width:124;

}

.selectsubmenuItem
{
	font-style:normal;
	font-family:Verdana;
	font-size:8pt;
	color:Black;
	background-color:#CDC3A0;
	text-decoration:none;
	font-weight:500;
    cursor:hand;
	height:15;
	width:124;

}
.calItemset
{
	font-style:normal;
	font-family:Verdana;
	font-size:8pt;
	color:black;
	font-weight:600;
}

.calist
{
    position: absolute; 
    left: 5px; 
    top: 5px;

}

.calendarframe
{
    position:absolute;
    top:35px;
    left:400px;
    width:270;
    height:58;
    overflow-y:scroll;
}

.mainframe
{
    position: absolute; 
    left: 145px; 
    top: 215px; 
    height: 260px; 
    width: 537px;
    overflow-y:auto;
     border-left:black 1px solid; 
 border-right:black 1px solid; 
 border-top:black 1px solid; 
 border-bottom:black 1px solid; 

}

.setpos1
{
    position: absolute; 
    left: 10px; 
    top: 10px; 
}

.mainframe1
{
    position: absolute; 
    left: 145px; 
    top: 215px; 
    height: 275px; 
    width: 537px;
    overflow-y:auto;
}

.headtext
{
	font-style:normal;
	font-family:Verdana;
	font-size:9pt;
	color:black;
	font-weight:600;

}

.bodytext
{
	font-style:normal;
	font-family:Verdana;
	font-size:8pt;
	color:black;
	font-weight:500;
}

.imagepos
{
    position: absolute; 
    left:25%; 
    top: 25%; 
}