﻿body
{
	font-family:Verdana;
	background-image:url(../images/bgcolor.jpg);
	background-repeat:repeat;
	font-size:0.9em;
}
.logo
{
	background-image:url(../images/nidlogo.png);
		height:50px;
		background-repeat:no-repeat;
	width:289px;

}
.logintextbox
{
	width: 260px;
height: 26px;
	border: 1px solid #CCC;
}
.loginbutton
{
	width:120px;
	height:30px;
	background-color:#CCC;
	color:Green;
	border: 2px solid #CCC;
}

.textbox
{    
	border: 1px solid #CCC;
	border-left: 4px solid #CCC;
}
.textboxdetail
{
    border: 1px solid #CCC;
	border-left: 4px solid #CCC;
	width:200px;
}
.Heading
{
   font-family:Verdana;
	font-size:12px; 
	
}
.textboxalpha
{
    border: 0px;
	font-family:Verdana;
	font-size:10px;
	 
	cursor:pointer;
	color:Black;
}
.body
{
    font-family:Verdana;
}
.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}
.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}
.textbody
{
    font-family:Verdana;
    font-size:10px;
}
a
{
    outline:medium none;
}
.link
{
    text-decoration:none;
      font-family:Verdana;
	font-size:12px; 
	font-weight:bold;
	color:Black;
}
.cssUpload
{
     position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: .5;
    z-index: 2;
}