/*--------POPUPS-----------*/
.help
{
	position: fixed;
	width:600px; height: 400px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -300px; margin-top: -200px;	
	filter: alpha (opacity=96); 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=96);
	-khtml-opacity: 0.96;
	-moz-opacity:0.96;
	opacity: 0.96;
	border: black 1px ridge;
	background-color: White;
	background-image: url(../../Images/backgrounds/help.gif);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100000;
	text-align: left;
	padding: 0px 3px 0px 3px;

}
.ajax_loader 
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 10000000;
}







/*-----GRIDVIEW/DETAILSVIEW-----*/
.headerDV 
{
    font-weight: bold;
    width: 130px;
    font-size:12px;    
}
.headerGV 
{
    font-weight: bold;  
    font-size:12px;    
}
.input 
{
    vertical-align: top;
    font-family: Tahoma;
    font-size: 11px;
    border: solid 1px #e2e3ea;
    padding: 2px;
}
.non-required
{
    background: #f7f7f7;
}
.table
{
    border-top: #DDDDDD 1px solid;
    border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    border-left: #DDDDDD 1px solid;
    
}
.validator 
{
    font-family: Times New Roman;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1;
}
.watermark
{
    font-style:italic;
    color:Gray;   
}
.item 
{
	font-size: 11px;
    font-family:Tahoma; 
}
.button
{
	background: url(../../Images/backgrounds/button.png);
	width: 52px; height:19px;
	color: White;
	border: none;
	padding-bottom:2px;
	cursor:pointer;
}
.buttonmedium 
{
    background: url(../../Images/backgrounds/button_medium.png);
	width: 75px;
}
.buttonbig 
{
    background: url(../../Images/backgrounds/button_big.png);
	width: 100px;
}









/*--------GENERAL CLASSES--------*/
.marginzero 
{
	margin: 0px;
	padding: 0px;
}
.right 
{
    text-align: right;
}
.disabled
{
    color: #878787;
}

.selected 
{
	font-weight: bold;
}
.clean 
{
	text-decoration: none;
}
.clean:hover 
{
	text-decoration: none;
}
.red 
{
	color: Red;
}
.green 
{
	color: Green;
}
.gray
{
	color: Gray;
}
.avatarinfo 
{
     float:right;
     margin: 0px 0px 0px 7px;
     padding: 3px;
     border: 1px ridge gray;
     z-index: 1000;
}





/*-----Feeds-----*/
.feedDayContainer
{
    color: Gray;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    margin-top: 9px;
}

.feedItemContainer
{
    border-bottom: 1px solid #DDDDDD;
    
}

.feedTime
{
    font-size: 10px;
    color: #A9A9A9;
}

.iconCell
{
    padding-top: 2px;
    width: 17px;
}

.feedItemTable
{
    margin: 2px;
}


