a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
body{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-family: Arial;
    font-size:  12px;
}
td {
	font-size: 12px;
	font-family: arial;
	color: #ffffff;
}
p {
    font-size:12px;
	font-family: arial;
	color: #ffffff;
}
.leftAdmin{
    padding: 2px 2px 2px 20px;
    color: #ffffff;
    text-decoration: none;
}
.leftAdmin:hover{
    color: #323277;
    text-decoration: none;
}
.leftAdmin1{
    padding: 2px;
    background-color: #7c98ae;
}
.subm{
    cursor: pointer;
}

.add{
   padding: 10px;
   padding-left: 20px;
   background-color: Transparent;
   background-image: url(../images/add.png);
   background-position: left center;
   background-repeat: no-repeat;
}
.add:hover{
   padding: 10px;
   padding-left: 20px;
   background-color: Transparent;
   background-image: url(../images/add1.png);
   background-position: left center;
   background-repeat: no-repeat;
}

.view_edit{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/view_edit.png);
   background-position: center center;
   background-repeat: no-repeat;
}
.view_edit:hover{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/view_edit1.png);
   background-position: center center;
   background-repeat: no-repeat;
}

.delete{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/delete.png);
   background-position: center center;
   background-repeat: no-repeat;
}
.delete:hover{
   padding: 10px;
   background-color: Transparent;
   background-image: url(../images/delete1.png);
   background-position: center center;
   background-repeat: no-repeat;
}
.maxWnH_Galmain{max-height: 150px; max-width: 150px; cursor: pointer; border: solid 1px #ffffff;}
.maxWnH_Galmain:hover{border: dashed 1px #000000;}
