.mainWidth
{
    width: 960px;
}
.mainTable {
	width: 960px;
	border: "0";
}
.pageLogo {
}

.pageNav {
}

/**************  General classes  *************/

/* backwards compatibility */
.normalText
{
	font-family:Arial;
    font-size: 13px;
}
.Instruction
{
	font-family:Arial;
    border: solid 1px #FFFFFF;
    font-size: 13px;
    background-color: #E1EBF7;
    padding:5px 10px;
}
.BorderLightBlue, .BorderLightBlue2
{
	border:1px solid #8FA8C1;
}
.LangLink
{
	font-family:Arial;
    font-size: 13px;
    color: #073B7E;
    text-decoration: underline;
    cursor: pointer;
}
.ErrorMessage
{
	font-family:Arial;
    color: red;
    font-size: 13px;
    font-weight: bold;
}

/* new classes */
.small-text
{
	font-family:Arial;
    font-size: 12px;
}
.normal-text
{
	font-family:Arial;
    font-size: 13px;
}
.blue-text
{
	color:#073B7E;
}
.gray-text
{
	color:#5A5A5A;
}
.border-light-blue
{
	border:1px solid #8FA8C1;
}
.background-light-blue
{
	background-color:#E1EBF7;
	padding:20px;
}

/**************  End General classes  *************/

/***************  Footer  **********************/

.FooterSeperator
{
	margin-top: 10px;
    background-color: #245190;
    height: 1px;
    line-height:0px;
    font-size:0px;
}
.FooterUC .Copyright
{
    margin-top:15px;
    margin-bottom:20px;
}

/***************  End Footer  **********************/

.pageSideNavigation {
	width: 95px;
	vertical-align: top;

}

.pageSpace {
	height: 10px;
}

.pageContents {
	font-family :"Arial";
	width: 100%;
	border-right: solid #698DAD 1px;
}

.pageFooter {
	border-top: solid #698DAD 1px;
	font-size:14px;
}

.ErrorMessage {
	color: red;
	font-size: 13px;
	font-weight: bold;
	direction: rtl;
}
.Cell {
	height: 20px;
	width:140px;
	margin :0,1,0,5;
	font-size: 13px;
}
.TextRed {
	font-family:Arial;
	font-size: 13px;
	font-weight: bold;
	color: #9F1515;
}
.EditorQuestionCell {
	background:red;
	width: 10px;
	padding-right: 10px;
	vertical-align:bottom;
}
