body {
	padding: 0px;
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	background-color: #222222;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.topMenuDIV {
	width: 880px;
	margin: 0px auto;
	text-align: justify;
}

.topMenuDIV table {
	border-collapse: collapse;
}

.topMenuDIV table tr td {
	height: 30px;
}

.topMenuChecked {
	padding: 5px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #111111;
	border: 1px solid #111111;
}

.topMenuChecked a {
	color: #0099CC;
	text-decoration: none;
}

.topMenuUnchecked {
	padding: 5px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

.topMenuUnchecked a {
	color: #888888;
	text-decoration: none;
}

.topMenuUnchecked a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.titleDIV {
	margin: 0px auto;
	height: 90px;
	width: 880px;
	text-align: justify;
}

.wordsDIV {
	height: 30px;
	margin: 0px auto;
	width: 880px;
	text-align: justify;
	_margin-top: -2px;		/*podcrtaj spredaj zato, ker v IE je drugace viden rob in IE zna tak podatek prebrati, ostali browserji pa te vrstice ne zaznajo*/
	/*border: 1px solid red;*/
}

.wordsDIV table {
	width: 100%;
	border-collapse: collapse;
}

.wordChecked {
	padding: 7px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	height: 30px;
	border: 1px solid black;
}

.wordChecked a {
	color: #0099CC;
	text-decoration: none;
}

.wordUnchecked {
	padding: 7px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	border: 1px solid black;
}

.wordUnchecked a {
	color: #FFFFFF;
	text-decoration: none;
}

.wordUnchecked a:hover {
	color: #0099CC;
}

.bannerDIV {
	height: 100px;
	padding: 5px;
	margin: 0px auto;
	background-color: #111111;
	text-align: center;
}

.mainDIV {
	width: 880px;
	background-color: #111111;
	margin: 0px auto;
	text-align: justify;
}

.subtitleDIV {
	padding: 5px;
	margin: 0px auto;
	text-align: justify;
	font-family: times new roman;
	font-size: 30px;
	color: #CCCCCC;
}

.lineDIV {
	margin: 0px auto;
	background-image: url("Include/Image/Line.png");
	background-repeat: repeat-x;
	height: 5px;
}

.contentContainerTABLE {
	width: 100%;
	margin: 0px;
}

.contentContainerTABLE TR TD {
	padding: 5px;
	margin: 0px;
}

.leftMenuTD {
	width: 200px;
	text-align: justify;
	vertical-align: top;
}

.leftMenuTD P {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.leftMenuTD TABLE {
	width: 100%;
}

.leftMenuTD TABLE TR TD {
	text-align: right;
	padding: 3px;
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
}

.leftMenuTD TABLE TR TD A {
	text-decoration: none;
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.leftMenuTD TABLE TR TD A:hover {
	text-decoration: underline;
}

.contentTD {
	width: auto;
	vertical-align: top;
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
}

.contentTD A {
	text-decoration: none;
	color: #0099CC;
}

.contentTD A:hover {
	text-decoration: underline;
}

.contentFormTable {
	font-family: verdana;
	font-size: 10px;
	padding: 5px;
	width: 100%;
	margin-left: -10px;
	margin-right: -10px;
}

.contentFormTable tr td {
	padding: 5px;
	font-size: 10px;
}

.contentFormTable tr td input, .contentFormTable tr td textarea, .contentFormTable tr td select {
	font-family: verdana;
	font-size: 10px;
}

.contentFormTableText {
	width: 30%;
	text-align: right;
	vertical-align: top;
	color: #FFFFFF;
}

.contentFormTableInput {
	text-align: left;
	vertical-align: top;
}

.bannerTD {
	width: 300px;
	vertical-align: top;
}

.bottomDIV {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.bottomDIV table {
	width: 100%;
}

.bottomDIV table tr td {
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.bottomDIV table tr td a {
	color: #0099CC;
	text-decoration: none;
}

.bottomDIV table tr td a:hover {
	text-decoration: underline;
}

.navigationBarTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 5px;
	align: center;
}

.navigationBarTable tr td {
	width: 20px;
	border: 1px solid #0099CC;
	text-align: center;
	padding: 3px;
}

.navigationBarTable a {
	text-decoration: none;
	color: #FFFFFF;
}

.signedPgNumber {
	background-color: #888888;
	color: #000000;
}

