
#main a {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.addUser {
	background: url("../images/add_user.png") no-repeat 0% 50%;
}

.editUser {
	background: url("../images/edit_user.png") no-repeat 0% 50%;
}
	
.delUser {
	background: url("../images/delete_user.png") no-repeat 0% 50%;
}

.lockUser {
	background: url("../images/lock.png") no-repeat 0% 50%;
}
	
.unlockUser {
	background: url("../images/unlock.png") no-repeat 0% 50%;
}

table.AdminTable, .AdminTable tr, .AdminTable td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 10px;
	}

.AdminTable tbody tr:hover {
	background: #F3F3F3;
	}
	
.AdminTable th {
	text-align: center;
}

#control-panel-title {
    font-size: 14px;
    color: #3465a4;
    padding-left: 52px;
    height: 50px;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

#control-panel-title  a {
    color: #3465a4;
    text-decoration: none;
}

#control-panel-title a:hover {
    text-decoration: underline;
    color: #3465a4;
}

fieldset {
    border: 1px solid #d3d7cf;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 1em 1em 0;
    padding: 20px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size: small;
}

legend {
    background-color: white;
    font-weight: bold;
    font-size: 110%;
    padding: 4px;
    padding-left: .5em;
    padding-right: .5em;
    border: 1px solid #d3d7cf;
}

.error-message, .warning-message, .notice-message, .working-message {
   -moz-border-radius: 4px;
    font-weight: bold;
    display: table-cell;
    text-align: left;
    height: 30px;
    min-height: 30px;
    padding-left: 32px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
	color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.notice-message {
    background-color: #B03B04;
    background-image: url("../../../images/stock/info-small.png");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.warning-message {
    background-color: #B03B04;
    background-image: url("../../../images/stock/warning-small.png");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.error-message {
    background-color: #B03B04;
    background-image: url("../../../images/stock/error-small.png");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.working-message {
    color: #888a85;
    background-image: url("../images/indicator.gif");
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

