/* Default CSS Stylesheet for a new Web Application project */


BODY *
{   
	font-family:Tahoma,verdana;
	font-size:xx-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;    
}

INPUT,SELECT
{
	font-family:Tahoma,verdana;
	font-size:Xx-small;
}

strong
{
	font-weight:bold;
	font-size:x-small;
}

.menu:link
{
	color:ghostwhite;
}

.menu:hover
{
	color:ghostwhite;
}

.menu:visited
{
	color:ghostwhite;
}

.menu:active
{
	color:ghostwhite;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;	
	}
	
h1
{
	font-size:small;
	font-weight:bold;
	font-variant:small-caps;
}

h2
{
	font-size:small;
	font-family:Verdana;
	font-variant:small-caps;
	margin-bottom:0px;
}

/*.diaLook td
{
	padding:3px;
	width:150px;
	height:150px;
	background-color:ghostwhite;
	border:1px outset #ffffff;
	text-align:center;
	color:#666666;	
}

.diaLook td image
{	
	cursor:hand;
	cursor:pointer;
}*/

.diaLook 
{
	padding:12px;
	width:150px;
	height:150px;
	background-color:ghostwhite;
	border:1px outset #ffffff;
	color:#666666;
	text-align:center;
}

.diaLook img
{
	cursor:hand;
	cursor:pointer;
	border:1px solid black;
}


.Lightbox
{
	padding:3px;
	width:150px;
	height:135px;
	background-color:ghostwhite;
	border-left:1px outset #ffffff;
	border-top:1px outset #ffffff;
	border-right:1px outset #ffffff;
	text-align:center;
	color:#666666;	
}

.Lightbox image
{
	cursor:hand;
	cursor:pointer;	
}

.LightboxBtn
{
	padding:3px;
	height:15px;
	background-color:ghostwhite;
	border-left:1px outset #ffffff;
	border-right:1px outset #ffffff;
	border-bottom:1px outset #ffffff;	
}
 
.btnRemove
{
	border:1px solid #cccccc;
	background-color:#f5f5f5;
}

.lnkBtn
{
	border:1px solid #666666;
	padding:5px;
	background-color:Gainsboro;
}
	