.add {background: url('../images/add.png') no-repeat 0 0 !important;}
.delete {background: url('../images/delete.png') no-repeat 0 0 !important;}
.book_open{background: url('../images/book_open.png') no-repeat 0 0 !important;}

﻿BODY, DIV, H1, H2, H3, H4, H5, H6, P, A, FORM, FIELDSET, SELECT, INPUT, UL, LI, TABLE, TD, TH, DD, DL, DT
	{padding:0; margin:0;}
.lalign{text-align:left;}
.calign{text-align:center;}
.ralign{text-align:right;}
.float{float:left;}
.froat{float:right;}
.clear{clear:both;}
.displaynone{display: none;}
.displayblock{display: block;}
.required{color: red;}

IMG{border:none;}

BODY {
	background: #fff;
/*	text-align: center;*/
	height: 100%;
}

/* NORTH PANEL (HEADER)
   ==================== */
#north {
	left: 5px;
	top: 5px;
	height: 50px;
	border: 1px !important;
}
.logoxx {
	display: block;
	width: 341px;
	height: 20px;
	font: 24px tahoma,verdana,helvetica,sans-serif;
	color: #789030;
	text-decoration: none;
}
.logoxx:hover {text-decoration: none;}
.links {
	margin: 30px 10px 0 0;
}
.links, .links A {font: 11px tahoma,verdana,helvetica,sans-serif;}
.links A {color: #0000EE;}
/* ==================== */

/*
.books {background: url('../icons/books.png') no-repeat 0 0 !important;}
.movie {background: url('../icons/movie.png') no-repeat 0 0 !important;}
.tv {background: url('../icons/tv.png') no-repeat 0 0 !important;}
.music {background: url('../icons/music.png') no-repeat 0 0 !important;}
.journal {background: url('../icons/journal.png') no-repeat 0 0 !important;}
.electricity {background: url('../icons/electricity.png') no-repeat 0 0 !important;}
.games {background: url('../icons/games.png') no-repeat 0 0 !important;}
.software {background: url('../icons/software.png') no-repeat 0 0 !important;}
*/

a {
	cursor: pointer;
	text-decoration: none;
}
li a {
	color: #3764A0;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #0d4f9b;
    cursor: pointer;
}
.upload-icon {background: url('../images/image_add.png') no-repeat 0 0 !important;}
