/*Style for title - Default*/
.titmain
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002055;
	font-style: normal;
	font-weight: bold;
}
/*Style for allocated details*/
.allotnm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-style: normal;
	font-weight: bold;
}
/*---------------------------------------------------------------------------------- */
/*Style for SeatAllocation - Export & Get Details Button */
.butexpot
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #003366;
	border-top-color: #65b1fc;
	border-left-color: #003366;
	border-right-color: #65b1fc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1pt;
	border-right-width: 1px;
	width: 100px;
	height: 17px;
	background-color: #FFFFFF;
	font-size: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #0b3575;
	background-image: url(../images/bgbut.gif);
	font-weight: bold;
	cursor: hand;
}
/*---------------------------------------------------------------------------------- */
/*Style for Personal Info */
.perinfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
/*---------------------------------------------------------------------------------- */
/*Style for hexfolks - Location & Department*/
.loct
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #003366;
	border-top-color: #65b1fc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-color: #65b1fc;
	border-right-color: #003366;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 185px;
	height: 12px;
	color: #000033;
	background-color: #e5f7ff;
	font-size: 10px;
	border-top-style: solid;
	border-left-style: solid;
}
/*---------------------------------------------------------------------------------- */
/*Style for Login Button - Helix Login*/
.butlog
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #0b2529;
	border-top-color: #77b6bf;
	border-left-color: #0b2529;
	border-right-color: #77b6bf;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1pt;
	border-right-width: 1px;
	width: 65px;
	height: 18px;
	background-color: #cdf1fa;
	font-size: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #052024;
	font-weight: bold;
	text-align: center;
	cursor:hand;
}
/*---------------------------------------------------------------------------------- */
/*Style for Save & Cancel Button - Admin File Items*/
.buts
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #0672bf;
	border-top-color: #0672bf;
	border-left-color: #0672bf;
	border-right-color: #0672bf;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1pt;
	border-right-width: 1px;
	width: 60px;
	height: 16px;
	background-color: #deeaff;
	font-size: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #032440;
}
/*---------------------------------------------------------------------------------- */

/*Style for hexfolks - Floor & Status*/
.flrst
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #003366;
	border-top-color: #65b1fc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-color: #65b1fc;
	border-right-color: #003366;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 140px;
	height: 12px;
	color: #000033;
	background-color: #e5f7ff;
	font-size: 10px;
	border-top-style: solid;
	border-left-style: solid;
}
/*---------------------------------------------------------------------------------- */
/*Style for WorkStation ID*/
.wrkst
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #003366;
	border-top-color: #65b1fc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-color: #65b1fc;
	border-right-color: #003366;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 100px;
	height: 15px;
	color: #000033;
	background-color: #e5f7ff;
	font-size: 10px;
	border-top-style: solid;
	border-left-style: solid;
}
/*---------------------------------------------------------------------------------- */
/*Style for Head Row, even Row and Odd Row*/
.headr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #00004d;
	background-color: #a6d5ff;
	vertical-align: middle;
	text-align: center;
	height: 16px;
}
.oddr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #edf8ff;
}
.evenr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #d9efff;
}
/*---------------------------------------------------------------------------------- */
/*Style for Next & Previous */
a.nxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.nxt:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0059b3;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
/*---------------------------------------------------------------------------------- */
/*Style for Check Button */
.butchck
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #003366;
	border-top-color: #65b1fc;
	border-left-color: #003366;
	border-right-color: #65b1fc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1pt;
	border-right-width: 1px;
	width: 65px;
	height: 15px;
	background-color: #FFFFFF;
	font-size: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #0b3575;
	background-image: url(../images/bgbut.gif);
	font-weight: bold;
	cursor: hand;
}
/*---------------------------------------------------------------------------------- */
/*Style for Remarks */
.remks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #003366;
	border-top-color: #65b1fc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-color: #003366;
	border-right-color: #65b1fc;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 425px;
	height: 30px;
	color: #000033;
	background-color: #e5f7ff;
	font-size: 10px;
	border-top-style: solid;
	border-left-style: solid;
	text-align: left;
	vertical-align: middle;
}
/*---------------------------------------------------------------------------------- */

/*Style for Helix Login Page - Help-UserID & Password */
.hlpcont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656666;
	font-style: normal;
	text-align: justify;
}
/*---------------------------------------------------------------------------------- */
/*Style for Helix Login Page - Help-UserID & Password */
.usid
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}
/*---------------------------------------------------------------------------------- */

/*Style for Helix Login Page - Help-UserID & Password */
a.hlplog
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

a.hlplog:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #29403c;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------- */
/*Style for User ID & Password - Helix Login*/
.useidlog
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b2529;
	font-style: normal;
}
/*---------------------------------------------------------------------------------- */

/*Style for Text Field - Helix Login*/
.hxlogtxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #0b2529;
	border-top-color: #99c5cc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-color: #99c5cc;
	border-right-color: #0b2529;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 120px;
	height: 18px;
	color: #000033;
	background-color: #ecfcff;
	font-size: 11px;
	border-top-style: solid;
	border-left-style: solid;
}
/*---------------------------------------------------------------------------------- */
.scrollstyle /*The scroll bar colours are only visible in IE5.5+ */
{
    COLOR: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    scrollbar-width:1; 
    scrollbar-face-color: #FFFFFF; 
    scrollbar-highlight-color: #5591d4;
    scrollbar-shadow-color: #11365f;
    scrollbar-arrow-color: #11365f;
    scrollbar-track-color: #d9efff;
    scrollbar-darkshadow-color: #FFFFFF;
}
/*---------------------------------------------------------------------------------------------*/
.menuStyle /* Style sheet for the menu items */
{
	/* background-color: #000000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002055;
	font-style: normal;	
}
.mnlnk_new
{
	 FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#a8daff', EndColorStr='#cbf6fe');
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 8pt; font-style: normal; 
	 font-weight: normal; 
	 color: #000000;  
	
