/* BASIC WEB APPLICATIONS (WEB APPS) */

/* SERVER MESSAGES: BEGINS */
div.srvMsgCol
{
float: left;
margin: 0;
padding: 0;
width: 49%;
}
div.srvMsgCol div
{
padding: 1.56em 10px 5px 0px;
}
/* SERVER MESSAGES: ENDS */


/* TOOL TIPS: BEGINS */
div.tooltip
{
border: 1px solid InfoText;
background: InfoBackground;
color: InfoText;
font: message-box;
padding: 2px 4px;
text-align: left;
position: absolute;
width: auto;
height: auto;
}

/* TOOL TIPS: ENDS */