/* Default CSS Stylesheet for a new Web Application project */

.containerheader
{
	
	height: 40px;
	border: 0px;

}

/* Basic links */
a:link, a:visited, a:active
{
	color: #0684fa;
	font-size: 12px;

	
}

a:hover {
	color: black;

	
}
.tblcontainer
{
	width: 100%;
	border: 0px;
	}
.con_wBev_left
{
	BACKGROUND-POSITION-X: right;
	background-image: url(img_con_wBev_left.png);
	width: 12px;
	background-repeat: no-repeat;
	height: 40px;
}
.con_wBev_mid
{
	
	background-image: url(bg_con_wBev.png);
	background-repeat: repeat-x;
	height: 40px;
}
.wBev_top
{
	padding-left: 3px;
	background-image: url(bg_con_wBev_top.png);
	padding-bottom: 4px;
	vertical-align: bottom;
	width: 100%;
	background-repeat: repeat-x;
	font-family: verdana, tahoma, arial;
	height: 29px;
	text-align: left;
}
.wBev_bottom
{
	background-image: url(bg_con_wBev_bottom.png);
	background-repeat: repeat-x;
	height: 11px;
}
.con_wBev_right
{
	background-image: url(img_con_wBev_right.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 40px;
}

.contentpanedata
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	font-family: Arial, verdana, tahoma;
	font-size: 12px;
	vertical-align: top;
}
HR
{
	color: #a9d9e5;
	height: 1px;
	}
	
.containermaster {
	width: 95%;
	vertical-align: top;
	
}
.HEAD
{
	font-weight: bold;
	color: #000000;
	font-family: arial, Verdana, Tahoma;
	text-align: left;
	font-size: 12px;

}

.tblcontent
{
	font-size: 1em;
	font-family: arial, tahoma, verdana;
	}

.Normal{
	font-size: 12px;
}

