/* CSS Document */
/* 
  Notations
  r  -> register.php
  m  -> manageuser.php
  l  -> login.php
  g  -> getpassword.php
  s  -> showprofile.php
  L  -> Login
*/

/* Register.php Start */
.r_L_Heading
{
  font-weight: bold;
}
.r_L_LableContent
{
}
.r_L_TableBorder
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: SOLID;
	border-right-style: SOLID;
	border-bottom-style: SOLID;
	border-left-style: SOLID;
	border-top-color: rgb(255,255,255);
	border-right-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
}  
/* Register.php End */

/* ManageUser.php Start */
.m_L_Header
{
  background-image: url(images/header.gif);
  font-family: Verdana, Sans-serif;
  font-weight: bolder;
  color: #003366;
}
.m_L_UserName
{
  font-family:Verdana, Sans-serif;
  font-weight: bold; 
  font-size: 12px;
  color: #003366;
}
.m_L_UserMailId
{
  font-family:Verdana, Sans-serif;
  font-size: 10px;
}
.m_L_Operations
{
  font-weight: bold;
}
.m_L_Footer
{
  background-image: url(images/footer.gif);
}
/* ManageUser.php End */
/* Login.php Start */
.l_L_Heading
{
  font-size: 12pt;
  font-weight: bold;
}
.l_L_Content
{
  font-size: 11pt;
}
.l_L_LabelContent
{
}
.l_L_TableBorder
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: SOLID;
	border-right-style: SOLID;
	border-bottom-style: SOLID;
	border-left-style: SOLID;
	border-top-color: rgb(255,255,255);
	border-right-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
}  
/* Login.php End */
/* GetPassword.php Start */
.g_L_Heading
{
  font-size: 12pt;
  font-weight: bold;
}
.g_L_Content
{
}
.g_L_LabelContent
{
  font-weight: bold;
}
.g_L_TableBorder
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: SOLID;
	border-right-style: SOLID;
	border-bottom-style: SOLID;
	border-left-style: SOLID;
	border-top-color: rgb(255,255,255);
	border-right-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
}  
/* GetPassword.php End */
/* ShowProfile.php Start */
.s_L_Heading
{
  font-family: trebuchet MS;
  font-size: 12pt;
  font-weight: bold;
}
.s_L_ValueContent
{
  font-family: trebuchet MS;
  font-weight: bold;
  font-size: 9pt;
}
.s_L_LabelContent
{
  font-family: trebuchet MS;
  font-size: 9pt;
}
.s_L_TableBorder
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: SOLID;
	border-right-style: SOLID;
	border-bottom-style: SOLID;
	border-left-style: SOLID;
	border-top-color: rgb(0,0,0);
	border-right-color: rgb(0,0,0);
	border-bottom-color: rgb(0,0,0);
	border-left-color: rgb(0,0,0);
}  
td
{
  color: rgb(0,0,0);
  font-family: Trebuchet MS;
  font-stretch: normal;
  font-weight: normal;
  font-size: 9pt;
}
/* ShowProfile.php End */

body 
{
  font-family:Verdana, Sans-serif;
  color: #000000;
  font-weight: bold; 
  font-size: 12px;
  a:link, a:visited, a:active { text-decoration: none}
}
input,textarea, select,
{
	color : #000000;
	font: normal 12px;
	border-collapse: collapse; border: 1px solid #000000;
}
.loginUserMain
{
  background-color: rgb(121,121,121);
  font-family: Verdana, Sans-serif;
  font-weight: bolder;
  color: #003366;
}
.loginUserTitle
{
  font-family:Verdana, Sans-serif;
  color: #003366;
  font-weight: bold; 
  font-size: 12px;
}
.operations
{
  font-family: Microsoft Sans Serif;
  font-size: xx-small;
  font-style: oblique;
  color: #003366;
}
.logintableborder 
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: SOLID;
	border-right-style: SOLID;
	border-bottom-style: SOLID;
	border-left-style: SOLID;
	border-top-color: rgb(255,255,255);
	border-right-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
}
.loginheading
{
  font-family: Trebuchet MS;
  font-size: 12pt;
  font-weight: bold;
}

