﻿/* Module Specific CSS */
/*  Make sure your CSS names don't overlap with other modules - its a good idea to prefix the names */
/*  We chose ce (Code Endeavors) for this sample, but you should use your own abbreviation */
.ceLabel
{
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
}

.ceResponse
{
	 font-family: Arial;
	 font-size: 10pt;
	 color: Red;
	 font-weight: bold;
}

.ceHidden
{
	display: none;
}

.escher {
    text-align:center;
    font-size:0.65em;
}

.escher img {
    opacity:1.0;
    border: solid 1px #636363;
}

.escher a:hover {background-color:#F3F3F3; border:1px solid #CCCCCC;}
.escher a {background-color:#F6F6F6;border:1px solid #E6E6E6;line-height:0px;display:block;margin:0px 9px 9px 0px;padding:9px;}

.ohPager { }

.ohNextPage {float:right;}

.ohPrevPage {float:left;}