﻿/*ChooseImage.aspx*/
.ChooseImageUploadTable
{
}
.inRefPointRow
{
    height:6px;
}
.inRefPointCellOn
{
    height:3px;
    border:solid 1px silver;
    width:3px;
    background-color:black;
}
.inRefPointCellOff
{
    height:3px;
    border:solid 1px black;
    width:3px;
    background-color:white;
}
.inRefPointChoice
{
    text-align:left;
    border-spacing:1px;
    border-collapse:collapse;/*Due to IE bug with td backcolor*/
    border:solid 1px gray;
}
.ErrorSpan
{
    color:Red;
}
.ChooseImageCell
{
    border: 1px solid LightBlue;     
    background-color:#ccffcc
}
.ChooseImageCellSelected
{
    border: 1px solid DarkBlue; 
    background-color:#99cccc
}
.ChooseImageImg
{
    border: 1px solid Gray;
}
.ChooseImageDivContainer
{
 overflow:auto;
 width: 580px; 
 height: 300px; 
 border: 1px solid Black;
 position:absolute;
 top:10px;
 left:10px; 
}
.ChooseImageTable
{
 border: 1px solid DarkGray; 
}
.ChooseImageUploadDiv
{
    position:absolute;
    width: 580px; 
    top:310px;
    left: 10px;
}
/*ChooseImage.aspx End*/

/*uEdit.aspx*/

.subOption
{
    background-color: #E6E6FA;
    border: 1px solid LightGrey;
    margin-left:50px;
    margin-right:50px;
}
.uEditUnselected
{
   list-style-image: url('../graphics/plus.gif');
}
.uEditSelected
{
    list-style-image: url('../graphics/minus.gif');
}
.uEditTable
{

}
.uEditRow
{

}
.uEditCell
{

}
.uEditContainer
{
	text-align:center;
}
/*uEdit.aspx End*/
