/*
 *		Basic - Skin for Vembu StoreGrid Web Client 
 ****************************************************************/

/* 
 *		Body Tag Properties	 */
.bodytag {
		   background-color :#314445; /*405657*/
		   background-image :url('none.gif');
			font-family: tahoma, verdana, arial, sans-serif;
		   font-size: 10pt;
		   color:#000000;
		   text-decoration : none;
		   margin-top : 5;
		   margin-left : 0;
		   margin-right : 0
}

/* ------------- Link Definitions ----------------- */


/* defining <a> tag's link props */
a:link,a:active,a:visited{
	text-decoration: none;	
	color : #000000;
	font-family: verdana, arial, sans-serif;
   font-size: 8pt;	
}


/* defining <a> tag's hover props */
a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;	
	color : #FF0000;
	text-decoration: underline;	
}


/* ------------- Button Definitions ----------------- */

.btnGlobal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 21;
	cursor: hand;
	TEXT-DECORATION: none

	BACKGROUND: #aaaaaa; 
	BORDER-BOTTOM: #999999 1px solid; 
	BORDER-LEFT: #dddddd 1px solid; 
	BORDER-RIGHT: #999999 1px solid; /*104a7b*/
	BORDER-TOP: #dddddd 1px solid; /*afc4d5*/
	COLOR: #000000; 
}

.navBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	height: 25;
	cursor: hand;
	background: #F15A22;
	TEXT-DECORATION: none;
	COLOR:#FFFFFF;
}

.navBarSlct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	height: 25;
	cursor: hand;
	background: #F3F8DC; /*#FFFFF0;*/
	TEXT-DECORATION: none;
}

.navFootBar {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	height: 25;
	background: #F15A22;
	TEXT-DECORATION: none;
	COLOR:#FFFFFF;
}

/* CSS for popup hint tooltip box */
#hinttooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    border:1px solid #F15A22; /*//AACFEA;*/
    border-right: 3px solid #F15A22; /*//AACFEA;*/
    border-bottom: 3px solid #F15A22; /*//AACFEA;*/
    padding: 3px;
    text-align: left;
    background-color: #FCF6CA ; /* #EAF7FB; F15A22 */
    visibility: hidden;
    z-index: 100;
}
#hintpointer {
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
/* This is the hacking and geeking part */
/* required fields - does not work in IE */
fieldset div.reqfield {
    font-weight: bold;
}
fieldset div.reqfield label:before {
    content: "* "; /* does not work in IE */
}