﻿.wight_button
{
	font-family: Verdana;
    font-size: 8pt;
}

.wight_linkbutton
{
	font-family: Verdana;
    font-size: 8pt;
}

.wight_label
{
	font-family: Verdana;
    font-size: 8pt;
}

.wight_header
{
	font-family: Verdana;
    font-size: 10pt;   
}

.wight_star
{
	font-size: 10pt;   
	color : Red;
}

.wight_textbox
{
	font-family: Verdana;
    font-size: 8pt;
}

.wight_dropdownlist
{
	font-family: Verdana;
    font-size: 8pt;
}

.wight_table
{
	background-color:Silver;
	border-bottom:1;
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-left:1;
	border-left-style:solid;
	border-left-color:Black;
	border-top-width:1;
	border-top-color:Black;
	border-top-style:solid;
	border-right-width:1;
	border-right-style:solid;
	border-right-color:Black;
}

.wight_errormessage
{
	font-family: Verdana;
    font-size: 8pt;
    color: Red;
}

.wight_radiobutton
{
	font-family: Verdana;
    font-size: 8pt;
}

.wight_popup
{
	background-color:  ThreeDFace;
	position: relative;
	font-family: Verdana;
	font-size: small;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.wight_login
{
	font-family: Verdana;
    font-size: 10pt;
}

.wight_gridviewheaderstyle
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.wight_gridviewitemstyle
{
    font-family: Verdana;
    font-size: 10pt;
}

.divOpk
{
	filter:  alpha(opacity=70);
}

.wight_tablecellheader
{
	BackColor: "#507CD1"; 
	Font-Bold: "True"; 
	ForeColor: "White";
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	color: #35a0ff;
	font-weight: bold;
	height: 46px;
	background-image: url('../Images/copyrightbg.jpg');
	background-repeat: no-repeat;
}
.copyright1 {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	color: #35a0ff;
	font-weight: bold;
	height: 23px;
	width:100%;	
	background-color:Navy;
	
	background-repeat: repeat;
}

.navbg {
	background-image: url('../Images/navbg.jpg');
	background-repeat: repeat;
	width: 1003px;
	height: 27px;
}
.navbutton {
	background-image: url('../Images/navbutton.jpg');
	background-repeat: no-repeat;
	width: 106px;
	height: 27px;
}

.navbutton1 {
	background-image: url('../Images/loginbutton.jpg');
	background-repeat: no-repeat;
	width: 90px;
	height: 27px;
}
.link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width: 106px;
	height: 27px;
	text-align: center;
	text-decoration:none;
}
.link:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width: 106px;
	height: 27px;
	text-align: center;
	text-decoration:underline;
}

#footer {
			position: relative;  /* Needed for Safari */
			width: 100%;
			padding-bottom: 0;
		}
		#footer h1 {
			padding-bottom: 0;
		}
		
		
#LeftMenu
{
	padding: 3px;
	font-size: 14pt; /* text-align: left; */
}

#MainContent
{
  background-color: #eeeedd;
  padding: 2px;
  /* text-align: left; */
}

/* New styles added as on 29 September 08*/
.navigation{
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #333333;
}

.navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	

}
.navigation li{
	display: inline;
	float: left;
}

.navigation li a:link, .navigation li a:visited {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btnbg.jpg);
	height: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 1px;
	display: block;
	float: left;
	border: 1px solid #333333;
	background-repeat: repeat-x;
	background-position: left top;
}

.navigation li a:hover {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btnbgover.jpg);
	height: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 1px;
	display: block;
	float: left;
	border: 1px solid #333333;
	background-repeat: repeat-x;
	background-position: left top;
}
