/** THEME **/
 @CHARSET "UTF-8";

#alphaWorkingImg {
	display: block;
	margin: 90px auto;
	text-align: center;
}

input[type="text"],input[type="password"],input[type="file"] {
	padding-top: 2px;
	padding-left: 3px;
	border: 1px solid #B5B8C8;
	height: 1.55em;
	background: #fff url(../images/text-bg.gif) repeat-x 0 0;
}

TEXTAREA {
	background: #fff url(../images/text-bg.gif) repeat-x 0 0;
	border: 1px solid #B5B8C8;
	color: black;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 3px;
}

TEXTAREA:hover {
	border-color: #9d7bb6;
}

TEXTAREA:active {
	border-color: #900;
}

TEXTAREA:focus {
	border-color: #900;
}

input:hover[type="text"] {
	border-color: #9d7bb6;
}

input:active[type="text"] {
	border-color: #900;
}

input:focus[type="text"] {
	border-color: #900;
}

input:hover[type="password"] {
	border-color: #68bc06;
}

input:active[type="password"] {
	border-color: #900;
}

input:focus[type="password"] {
	border-color: #900;
}

/** button theme: zaenkrat naj bodo privzeti gumbi sistema */
input.btn {
	
}

input.err {
	background: #fff url(../images/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}

.t-panel {
	position: relative;
	z-index: 2;
	border-left: 1px solid #b5b8c8;
	border-right: 1px solid #b5b8c8;
	border-bottom: 1px solid #b5b8c8;
}

.t-header {
	z-index: 2;
	padding: 4px 1em;
	border-bottom: 1px solid #b5b8c8;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	background: transparent url(../images/admin/top-bottom.gif) repeat-x 0 0;
}

.t-body,.x-body {
	z-index: 2;
	padding: 1em .25em;
	background-color: #ececec;
}

/** Thema za formo brez gumbov za vnosnimi polji.
	Primerna za multi-column vnosna polja
**/
	/* .t-body fieldset input[type="text"] { float : right; width : 45%; }
.t-body fieldset input[type="password"] { float : right; width : 45%; }
.t-body fieldset input[type="file"] { float : right; width : 45%; }
.t-body fieldset select { float : right; width : 45%; }
.t-body fieldset textarea { float : right; width : 45%; }
.t-body label, label span { display : block; padding-bottom : .25em; }
.t-body label span { display : block; padding-bottom : .25em; }
.t-body label { float : left; width : 100%; }
.t-body label span { float : left; width : 45%; text-align : right; }
.clear { clear: both; }
*/ /* =fieldset */
.t-body fieldset {
	float: left;
	width: 380px;
}

/** Thema za formo z gumbi na koncu vnosnih polja
**/ /*
.t-body fieldset input[type="text"] { float : left; width : 15em; }
.t-body fieldset input[type="password"] { float : left; width : 15em; }
.t-body fieldset input[type="file"] { float : left; width : 15em; }
.t-body fieldset select { float : left; width : 15em; }
.t-body fieldset textarea { float : left; width : 15em; }
*/
.x-body label {
	display: block;
	padding-bottom: .25em;
	overflow: auto;
}

.x-body label span {
	display: block;
	padding: .25em 1em .25em 0;
	float: left;
	width: 15em;
	text-align: right;
}

/* =fieldset */
.x-body fieldset {
	display: block;
	width: auto;
	overflow: hidden;
}

.x-buttons {
	margin: 0 .25em 0 .4em;
	float: none;
}

/** Gumbi poravnani z input field-i */
.x-body div.buttons-co {
	margin: 0 0 0 16em;
}

.x-body div.buttons-in {
	padding-top: .75em;
}

table.t-table {
	
}

table.t-table td.lab {
	padding-right: 1em;
}

table.t-table .buttons-co {
	margin-top: 1em;
}

/** STYLE **/ /* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	color: #707070;
	font: 14px/ 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div,p,ul,h2,h3,img {
	padding: 0px;
	margin: 0px;
}

ul {
	list-style-type: none;
}

/*----TOP PANEL----*/
#top {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0px;
}

#top img {
	/*width: 217px;
	height: 117px;
	position: absolute;
	top: 0px;
	left: 0px;*/
}

/*----/NAVIGATION PANEL----*/
#navigation {
	float: left;
	width: 150px;
}

#layout-content {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	width: 97%;
}
 
#content-content {
	float: left;
	width: 97%;	
	margin-left: 10px;
}

/*----/NAVIGATION PANEL----*/