/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0
}

A:link	{	
	text-decoration:	none;
	color:DimGray;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:DimGray;
	}	
		
A:active	{	
	text-decoration:	none;
	color:DimGray;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	red;
	}

Table, TR, TD
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

.TB
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}

.Phand
{
	cursor:hand;
}

.controlMenuHeaderCell
{
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	background-image: url(Img/controlMenuHeaderCell.gif);
	background-repeat: repeat-x;
}

.leftCellTop
{
	width: 11px;
	height: 37px;
	background-repeat: no-repeat;
	background-image: url(Img/sideCellTopLeft.gif);
}
.rightCellTop
{
	width: 11px;
	height: 37px;
	background-repeat: no-repeat;
	background-image: url(Img/sideCellTopRight.gif);
}

.leftCellBottom
{
	width: 11px;
	height: 23px;
	background-repeat: no-repeat;
	background-image: url(Img/sideCellBottomLeft.gif);
}
.rightCellBottom
{
	width: 11px;
	height: 23px;
	background-repeat: no-repeat;
	background-image: url(Img/sideCellBottomRight.gif);
}

.middleCellBottom
{
	background-image: url(Img/controlsFooter.gif);
	background-repeat: repeat-x;	
}

.leftCellMiddle
{
	width: 10px;
	background-repeat: repeat-y;
	background-image: url(Img/sideCellMiddleLeft.gif);
}
.rightCellMiddle
{
	width: 10px;
	background-repeat: repeat-y;
	background-image: url(Img/sideCellMiddleRight.gif);
}

.allProductsMainCell
{
	font-weight: normal;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #666666;
	border-left: solid 1px #f3f3f3;
	border-right: solid 1px #f3f3f3;
}

.allProducts UL
{
	padding: 0px;
	margin: 0px;
}

.allProducts LI
{
	list-style-type: none;
	width: 192px;
	border-bottom: solid 1px #efefef;
	background-image: url(Img/listItemBg.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 6px;
}

.allProductsHeader
{
	width: 209px;
	height: 31px;
	background-image: url(Img/allProductsHeader.gif);
	padding-left:5px;
	font-size:8pt;
	font-weight:bold;
	color:Gray;
	background-repeat: no-repeat;
}

.allProductsFooter
{
	width: 209px;
	height: 14px;
	background-image: url(Img/allProductsFooter.gif);
	background-repeat: no-repeat;
}

.contentLeft
{
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(Img/bgRight.gif);
	height: auto;
}

.contentRight
{
	background-repeat: repeat-y;
	background-position: Right;
	background-image: url(Img/bgRight.gif);
	height: auto;
}

.module {
	border:1px solid #DADADA;
	padding:5px;
	background-image: url(Img/moduleBg.gif);
	background-repeat:repeat-x;
	color:#333333;
	vertical-align:top;
	margin-right: 2px;
}
.modulelist
{
	BORDER-RIGHT: #eeeeee 1px solid; 
	PADDING-LEFT: 20px; 
	BORDER-LEFT: #eeeeee 1px solid; 
	BORDER-BOTTOM: #eeeeee 1px solid;
	height:20;
}

.Hint_Default
{
	background-color:White;
	border: 1px solid black;
	width:70px;
	margin-top: 2px;
	color:Blue;
	text-align: center;
}

.Hint_Default1
{
	background-color:White;
	border: 1px solid black;
	color:Green;
	text-align: left;
}

.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(Img/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	vertical-align: middle;
	cursor:hand;
}