﻿a
{
	font-size:11px;
	font-weight:bold;
}
p
{
padding:0px;
margin:0px;		
}
.content
{
width:710px;
padding:4px;
margin:0px;
}
.InnrCntntLeft
{
width:395px;	
margin:0px;
padding:0px;
float:left;
}
.InnrCntntRight
{
width:290px;	
margin:0px 0px 0px 10px;
padding:0px;
float:left;
height:410px;
overflow:auto;
}
ol
{
margin:0px 0px 4px 0px;
padding:0px 0px 2px 0px;
list-style:none;
}
.small
{
	width:70px;
	padding:1px;
	float:left;
	color:Blue;	
}
.spacer
{
	width:12px;
	padding:1px;
	float:left;
	color:Blue;	
}
.normal
{
	width:180px;
	padding:1px;
	float:left;
	color:Blue;	
	text-align:left;
	margin:0px;
	height: 19px;
}
.main
{
	width:140px;
	padding:1px;
	float:left;
	margin:0px;
	color:Blue;	
}
.freeSize
{
	width:auto;
	padding:1px;
	float:left;
	margin:0px 6px 0px 0px;	
}
.mainRightAligned
{
	width:80px;
	padding:1px;
	float:left;
	text-align:right;
	margin:0px;
	color:Blue;	
}	
.wrap
{
	border: 0;
	clear: both;
	float: none;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/*Styles For Controls */
.txtBoxTiny
{
	width: 54px;
	height:17px;
	border: 3px double #CCCCCC;
}
.txtBoxSmall
{
	width: 90px;
	height:17px;
	border: 3px double #CCCCCC;
}
.txtBoxBig
{
	width: 170px;
	height:17px;
	border: 3px double #CCCCCC;
}
.txtBoxBig:hover
{
border: 2px dotted #CCCCCC;
}
.txtMultiLine
{
	width: 170px;
	height:50px;
	border: 3px double #CCCCCC;
}
.ddlSmall
{
	width: 95px;
	border: 3px double #CCCCCC;
	height:22px
}

.ddlTiny
{
	width: 80px;
	border: 3px double #CCCCCC;
	height:22px
}
.ddlBig
{
	width: 175px;
	border: 3px double #CCCCCC;
	}
.empViewContentLeft
{
	width:505px;
	margin:0px;
	padding:0px;
	float:left;
}
.empViewContentRight
{
	width:190px;
	float:left;
	margin:0px 0px 10px 5px;
	padding:0px;
}


/* Styles for datalist */
.changeBGcolor
{
border-style:double;
border-width:1px; 
padding:5px;	
}
.changeBGcolor:hover
{
	background-color:#D2D2D2;	
}