
body {
	background-color: #F9F7EE;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma, verdana, helvetica, sans-serf;
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 0;
	line-height: 1.5;
 }
 
img {
 border: 0;
}

hr {
	color: #CCD3D7;
	background-color: #CCD3D7;
	height: 1px;
	border: 0;
}

#mainLayout {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-image: url(../images/bgTop.jpg);
	background-repeat: repeat-x;
	background-position: 0 107px;
}

#outherContent {
	width: 100%;
	background-image:url(../images/bgMenu.gif);
	background-repeat: repeat-y;
}
	
#header {
	width: 800px;
	height: 107px;
}

#header #headerLogo {
	position: absolute;
	display: block;
	top: 35px;
	left: 5px;
	z-index: 8;
}

#header #headerMenu {
	position: absolute;
	display: block;
	top: 25px;
	left: 390px;
}

#header #headerSearch {
	position: absolute;
	display: block;
	top: 62px;
	left: 280px;
}

#header #headerGrb {
	position: absolute;
	display: block;
	top: 20px;
	left: 700px;
	z-index: 7;
}


#headerMenu a:link, #headerMenu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#headerMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.inputSearch {
	width: 280px;
	height: 22px;
	background: url(../images/searchBg.jpg) no-repeat;
	border: 0;
	padding: 3px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

#footer {
	width: 800px;
	float: left;
	margin-bottom: 10px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 3px solid #394F64;
}

#copyright {
	float: left;
	display: inline;
	margin: 5px 0px 0px 8px;
	font-size: 11px;
	}
	
#top {
	float: right;
	display: inline;
	margin: 5px 8px 0px 0px;
	text-align: right;
	font-size: 11px;
	}

#leftMenu {
	width: 230px;
	float: left;
	background-color: #EBEBEB;
	background-image:url(../images/bgMenu.gif);
	background-repeat: repeat-y;
}

#leftDescription {
	padding: 15px;
}

#content {
	width: 530px;
	float: right;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 15px;
}

#addQuestion {
	background-image:url(../images/addQuestionLeft.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Tahoma, verdana, helvetica, sans-serf;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	height: 25px;
	text-indent: 40px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#statAllBg {
	background-image:url(../images/statusAllLeft.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	text-indent: 20px;
	margin: 0px 0px 5px 2px;
}

#statNewBg {
	background-image:url(../images/statusNewLeft.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	text-indent: 20px;
	margin: 0px 0px 5px 2px;
}

#statInProgressBg {
	background-image:url(../images/statusInProgressLeft.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	text-indent: 20px;
	margin: 0px 0px 5px 2px;
}

#statFinishedBg {
	background-image:url(../images/statusFinishedLeft.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	text-indent: 20px;
	margin: 0px 0px 5px 2px;
}

#statInitialBg {
	background-image:url(../images/statusInitialLeft.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	text-indent: 20px;
	margin: 0px 0px 5px 2px;
}

a.addQuestion:link {
	color: #FFFFFF;
	text-decoration: none;
	}

a.addQuestion:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.addQuestion:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

a.addQuestion:active {
	color: #FFFFFF;
	text-decoration: none;
	}

h3 {
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color: #394F64;
}

h4 {

	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #394F64;
}

ul {
	margin-bottom: 15px;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0;
}

li {
	margin: 5px 0px 0px 8px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style: none;
}

#icoStatus_3 {
	padding: 0px 0px 0px 25px;
	background: url(../images/status_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 3px;
}

#icoStatus_2 {
	padding: 0px 0px 0px 25px;
	background: url(../images/status_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 3px;
}

#icoStatus_4 {
	padding: 0px 0px 0px 25px;
	background: url(../images/status_4.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 3px;
}

#icoStatus_0 {
	padding: 0px 0px 0px 25px;
	background: url(../images/status_0.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 3px;
}

small {
	font-weight: bold;
}

#comment {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 15px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#error {
	border: 1px solid #D5442F;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {
	color: #333333;
	text-decoration: underline;
	}

a:visited {
	color: #333333;
	text-decoration: underline;
	}

a:hover {
	color: #333333;
	text-decoration: none;
	}

a:active {
	color: #333333;
	text-decoration: underline;
	}

a.statAll:link {
	color: #2C3C4B;
	text-decoration: underline;
	}

a.statAll:visited {
	color: #2C3C4B;
	text-decoration: underline;
	}

a.statAll:hover {
	color: #2C3C4B;
	text-decoration: none;
	}

a.statAll:active {
	color: #2C3C4B;
	text-decoration: underline;
	}

a.statNew:link {
	color: #D75600;
	text-decoration: underline;
	}

a.statNew:visited {
	color: #D75600;
	text-decoration: underline;
	}

a.statNew:hover {
	color: #D75600;
	text-decoration: none;
	}

a.statNew:active {
	color: #D75600;
	text-decoration: underline;
	}

a.statInProgress:link {
	color: #2D4F79;
	text-decoration: underline;
	}

a.statInProgress:visited {
	color: #2D4F79;
	text-decoration: underline;
	}

a.statInProgress:hover {
	color: #2D4F79;
	text-decoration: none;
	}

a.statInProgress:active {
	color: #2D4F79;
	text-decoration: underline;
	}

a.statFinished:link {
	color: #007726;
	text-decoration: underline;
	}

a.statFinished:visited {
	color: #007726;
	text-decoration: underline;
	}

a.statFinished:hover {
	color: #007726;
	text-decoration: none;
	}

a.statFinished:active {
	color: #007726;
	text-decoration: underline;
	}

th {
	background-color: #C9CDCD;
	height: 21px;
	font-weight: normal;
}

th#status {
	width: 15%;
	text-align: center;
}

th#vsebina {
	width: 85%;
	text-align: left;
}

td {
	padding: 3px;
	border-top: 2px solid #FFFFFF;
}

td#whatInput1 {
	border: none;
	text-align: right;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FEFDF5;
	border-top: 2px solid #F9F7EE;
	width: 25%;
}

td#whatInput2 {
	border: none;
	text-align: right;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #F3F3F3;
	border-top: 2px solid #F9F7EE;
	width: 25%;
}

td#input1 {
	border: none;
	background-color: #FEFDF5;
	border-top: 2px solid #F9F7EE;
}

td#input2 {
	border: none;
	border-top: 2px solid #F9F7EE;
	background-color: #F3F3F3;
}


strong {
	font-size: 13px;
	font-weight: bold;
	color: #2C3C4B;
}

tr#status_2 {
 background-color:#FEF2D6;
}

tr#status_4 {
 background-color:#E8EDF7;
}

tr#status_3 {
 background-color:#E6F3DE;
}

tr#status_0 {
 background-color:#FFFFFF;
}

.inputField {
	border: 1px solid #798A9B;
	width: 360px;
}

.inputFieldTxt {
	border: 1px solid #798A9B;
	width: 360px;
	height: 150px;
}

.dropDown {
	border: 1px solid #798A9B;
}

.button {
	background-color: #cfcfcf;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #798A9B;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, verdana, helvetica, sans-serf;
	font-size: 12px;
	color: #333333;
	height: 21px;
}

