/* ================================
    CSS STYLES FOR Module FormCreator
   ================================
*/
.FC_FieldTitle
{
	font-size: 11px;
}
.FC_AddnInfo
{
	font-size: 11px;
}
/* styles for the popup calendar used to enter dates */
.FC_MonthHeaderStyle
{
	Background-Color: LightSteelBlue;
	color: Black;
	font-size: 11px;
	font-family: Verdana,Helvetica,Tahoma,Arial;
}
.FC_DayHeaderStyle
{
	Background-Color: AliceBlue;
	color: Black;
	font-size: 11px;
	font-family: Verdana,Helvetica,Tahoma,Arial;
}
.FC_OffMonthStyle
{
	background-color: White;
	color: White;
	font-size: 11px;
	font-family: Verdana,Helvetica,Tahoma,Arial;
}
.FC_SelectedDateStyle
{
	Background-color: LightSteelBlue;
	Font-weight: bold;
	color: Red;
	font-size: 11px;
	font-family: Verdana,Helvetica,Tahoma,Arial;
}
.FC_WeekDayStyle
{
	Background-Color: White;
	color: Black;
	font-size: 11px;
	font-family: Verdana,Helvetica,Tahoma,Arial;
}
.FC_WeekEndStyle
{
	Background-Color: Ivory;
	color: Black;
	font-size: 11px;
	font-family: Verdana,Helvetica,Tahoma,Arial;
}

.FC_SmallHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #333333;
}

.FC_GoToTodayStyle   {
    font-size: XX-Small ;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    color: Black;
    background-color: White
}

.FC_TodayDayStyle   {
    font-size: XX-Small ;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    color: Black;
    background-color: LightGoldenrodYellow
}

.FC_ClearDateStyle   {
    font-size: XX-Small ;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    color: Black;
    background-color: White
}

.FC_HolidayStyle   {
    font-size: XX-Small ;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    color: Black;
    background-color: White
}

.FC_CalTextboxLabel   {
    font-family: Verdana, Arial, Helvetic,Tahoma;
    font-size: 12px;
    font-weight: normal;
	vertical-align:  bottom;
}

/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

/* style for module titles */
.HeadBig   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  18px;
    font-weight: normal;
    color: black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalBold
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* style of item titles such as edit , admin pages and Faq titles */
.SubHead    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000066;
	vertical-align: text-top ;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color :#333333;
    margin-top : 0;
}
