﻿#frame
{
    margin:0 auto 0;
    padding: 0 0 0 0;
    width: 950px;
    background-color: #FFFFFF;
}
body 
{
    font-family: Verdana, Arial, sans-serif;
    background-color: #DCE1E2;
}
h1
{
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
    }
h2
{
    font-size: 3;
    font-weight: bold;
    margin-bottom: 0px;
}  
.tablehead
{
 background-color:Gray;
 color:White; 
 text-align: center;
 font-weight: bold;
 font-size: large;
 font-style: italic;  
}
.label
{
    vertical-align: top;
}
.errortxt
{
    color: Red;
    font-weight: bold;
    font-style: italic;
}
a.button{
	background:url(../siteimages/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	font-size: small;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	margin-top:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}
 
/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(../siteimages/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(../siteimages/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(../siteimages/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(../siteimages/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(../siteimages/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(../siteimages/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
 
	.lens{
		background:url(../siteimages/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(../siteimages/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
