﻿a.Green:link:visited
{
    color:#A4D11E;
}
a.Green:hover
{
    color:Orange;
}
/*=========== ServiceCallForm.ascx ===========*/
.TopAllign
{
    vertical-align:top;
    padding-top:5px;
}
/*=========== ServiceCallForm.ascx ===========*/


/*=========== ServiceCall.aspx ===========*/
.ServiceCall
{
    border:solid 1px #787878;
}
.ServiceCall th
{
	background-color:#E5E5E5;
	color:#4468B2;
    font-size:12px;
    font-weight:bold;
    border:solid 1px #787878;
    text-align:center;
}
.ServiceCall td
{
	color:#000;
	text-align:center;
	font-size:11px;
	border-color:#787878;
	border-style:solid;
	border-width:0 1px 0 1px;
}
.ServiceCall td.AccumulatedTextCell
{
	padding-right:5px;
	text-align:right;
}
.ServiceCall tr.Pager td
{
	border-top:solid 1px #787878;
}
.ServiceCall tr.Pager td table
{
	margin:0 auto;
}
.ServiceCall tr.Pager td table td
{
	border:none;
}
.ServiceCall tr.Pager td table td a
{
	color:#979797;
	font-weight:bold;
}
.ServiceCall tr.Pager td table td a:hover
{
	color:Orange;
}
.ServiceCall tr.Pager td table td span
{
	color:#4468B2;
	font-weight:bold;
}
/*=========== ServiceCall.aspx ===========*/

/*=========== RegistrationForm.ascx ===========*/
#ErrorCell
{
    position:static;
    vertical-align:text-top;
}
#ErrorCell .TextCell
{
    position:absolute;
}
#ErrorCell .ErrorCell
{
    position:absolute;
    width:180px;
    background-color:White;
    z-index:1;
}
/*=========== RegistrationForm.ascx ===========*/

/*=========== Main.aspx ===========*/
.MainMenu a
{
    border: solid 1px transparent; /* this is for firefox */
    margin:10px;
    width:163px;
    height:62px;
    display:block;
    text-align:center;
    background-image:url('../Images/BigBtn.jpg');
    font-weight: bold;
    font-size: 15px;
}
.MainMenu span
{
    display:block;
    margin-top:20px;
}
#ChangePassword
{
    padding-top:15px;
    display:none;
}
/*=========== Main.aspx ===========*/

/*=========== Dictionary.aspx ===========*/
#Abc
{
    background-color:#BDBDBD;
    text-align:center;
}
#Abc table
{
    width:90%;
    font-weight:bold;
}
#Abc a:link, #Abc a:visited
{
    color:White;
}
#Abc a:active, #Abc a:hover
{
    color:#4468b2;
}
/*=========== Dictionary.aspx ===========*/

/*=========== DictionaryContent.ascx ===========*/
.DictItem
{
    padding:0px 20px 0px 20px;
    display:none;
}
/*=========== DictionaryContent.ascx ===========*/

/*=========== ProgramUpdates.aspx ===========*/
.ProgramUpdates
{
    margin:10px;
    display:block;
    text-align:center;
    background-image:url('../Images/BigBtn.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    cursor:pointer;
}
.ProgramUpdates span.BlueTitle 
{
    padding-top:20px;
    padding-bottom:15px;
    display:block;
    width:163px;
}
.Description
{
    border:solid 1px #bfbfbf;
    display:block;
    width:126px;
    padding:0px 10px 0px 10px;
}
.Description span
{
    display:block;
    color:Gray;
}
/*=========== ProgramUpdates.aspx ===========*/

/*=========== LoginForm.ascx ===========*/
#ForgotPassword
{
    padding-top:15px;
    display:none;
}
#ForgotPassword img
{
    cursor:pointer;
}
.Error
{
    color:Red;
}
/*=========== LoginForm.ascx ===========*/

/*=========== KnowledgeBase.aspx===========*/
.KBTab
{
    width:70px;
    background-color:#F3F3F3;
    text-align:center;
    padding-top:2px;
    padding-bottom:2px;
    margin:0px 3px 0px 3px;
    color:#4A4A4A;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}
.KBTab.Selected
{
    background-color:#a4d11e;
    color:White;
}
.KBGroup
{
    display:none;
}
#KBSeperatoe
{
    clear:both;
    background-color:#F3F3F3;
    height:2px;
    margin:0px;
    font-size:1px;
}
.KBSave
{
    vertical-align:bottom;
    text-align:center;
    width:80px;
}
.KBShow
{
    vertical-align:bottom;
    text-align:center;
    width:80px;
}
.KBSave span
{
    vertical-align:top;
}
.KBShow span
{
    vertical-align:top;
}
/*=========== KnowledgeBase.aspx===========*/