/*** CORE ***/
body {
  background:#aaa;
  font-family:Arial, Helvetica, sans-serif;
}


/*** FOCUS ***/
a:focus { 
	outline:none; /* might want to remove this, up to you! */
}


/*** DEFAULT HEADERS ***/
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:50px;
  font-size:50px;
	color:#343434;
	margin:0;
	padding:10px 0 20px;
	font-weight:normal;
	text-align:center;
}
h1 span {
	background:transparent url('https://herba-laboratorij.hr/slike/404/error.gif') no-repeat scroll center left;
	padding:0 0 0 80px;
}
h1.cetrinulacetri {font-size:61px;}
h2 {
	margin:0;
	padding:20px 0 40px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	text-align:left;
	font-size:22px;
	font-weight:normal;
}
h2.cetrinulacetri2 {padding:40px 0 60px 0;}
h3 {
	color:#333333;
	font-size:1.4em;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
	text-align:center;
}


/*** DEFAULT LINKS ***/
a {
	color:#999;
}
a:hover {
	color:#555;
}


/*** CLEAR ***/
.clear {
	clear:both;
}


/*** FORMS ***/
form input.inputtext, form select.inputtext,  form textarea.inputtext  {
	background:#fff url('https://herba-laboratorij.hr/slike/404/input-bg.jpg') repeat-x scroll 0 1px;
	padding:8px;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:normal;
	font-size:19px;
}
form input.inputtext:focus, form select.inputtext:focus,  form textarea.inputtext:focus {
	border:1px solid #999;
}
form label {
	width:200px; 
	font-weight:bold;
	font-size:0.8em;
	color:#444;
	float:left;
}
form input.submitbutton {
	background:#444444 url('https://herba-laboratorij.hr/slike/404/button-bg.jpg') repeat-x scroll left top;
	border:medium none;
	color:#FFFFFF;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	width:100px;
	height:40px;
	margin-left:20px;
}
#report-area form .submitbutton {
	margin-left:200px; 
	font-weight:bold;
}



/*** WRAPPER ***/
div#sw-error-box {
	width:970px;
	margin:40px auto;
}


/*** CORNERS ***/
div#corners-top {
	height:22px;
	background:transparent url('https://herba-laboratorij.hr/slike/404/top-white.png') no-repeat scroll center;
}
div#corners-bottom {
	height:22px;
	background:transparent url('https://herba-laboratorij.hr/slike/404/bottom-white.png') no-repeat scroll center;
}


/*** ERROR INFO BOX ***/
/* This div contains the <h1> and <h2> - error name and description */
div.error-info {
	padding:0 0 20px 0;
	background-color:#fff;
}


/*** TABS ***/
/* this div contains the rest of the error content - BOTH the tabs and the tab content */
div.bg {
	background-color:#fff;
	padding:0 30px 30px;
	border-left:10px solid #ccc;
	border-right:10px solid #ccc;
}

/* this div contains the "tabs" */
div.tabs {
	background:#fff url('https://herba-laboratorij.hr/slike/404/bg.jpg') repeat-x scroll bottom left;
}

/* this class is used for the tabs - change the width so you can add more links! */
div.column {
	width:260px;
	padding:0 10px 10px;
	float:left;
	margin:10px 15px 0px 0px;
	padding-right:14px;
	border-right:1px solid #ddd;
}

/* this is used for the last tab, it must always be applied! */
div.column-end {
	margin-right:0;
	border-right:0;
	padding-right:0;
}

/* tab links */
div.column h3 {
	background:transparent url('https://herba-laboratorij.hr/slike/404/search.gif') no-repeat scroll center left;
	margin:30px 0;
}
div.column h3 a {
	color:#323232;
	text-decoration:none;
	cursor:pointer;
}
div.column h3 span {
	padding-left:50px;
	height:50px;
	display:block;
	padding-top:20px;
}
div.column h3.report { background-image:url('https://herba-laboratorij.hr/slike/404/report.gif'); }
div.column h3.sitemap { background-image:url('https://herba-laboratorij.hr/slike/404/sitemap.gif'); }

/* selected tab */
div.selected { 
	background:transparent url('https://herba-laboratorij.hr/slike/404/selected.gif') no-repeat scroll bottom center; 
}


/*** CONTENT ***/
/* wraps all the content - both hidden and otherwise */
#jquery-content {
}
/* class .contextbox is applied to all the tabbed content divs */
#jquery-content .contentbox {
	padding:20px;
}


/*** SEARCH CONTENT ***/
#search-area {
	text-align:center;
}


/*** SITEMAP AREA ***/
#sitemap-area ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	width:137px;
	padding-right:41px;
}
/* needs to be applied to last column */
#sitemap-area ul.endcolumn {
	padding-right:0;
}
#sitemap-area ul li {
	padding:0;
}
#sitemap-area ul a {
	font-size:0.7em;
	display:block;
	padding:8px 5px;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
/* headers */
#sitemap-area h4 {
	font-size:0.8em;
	border-bottom:1px solid #ddd;
	font-weight:bold;
	margin:0;
	padding:0 0 10px;
	text-decoration:none;
	text-transform:uppercase;
}


/*** REPORT AREA ***/
#report-area form .inputtext, #report-area form .submitbutton {	
	font-size:0.9em; 
	font-weight:normal; 
}
#report-area form .submitbutton {
	font-weight:bold;
}
span.required {
	font-weight:bold;
	color:#ff0000;
}
/* if an error occurs */
p.note {
	padding:10px;
	font-size:0.8em;
	font-weight:bold;
	border:1px solid #750000;
	background:#D10000 url('https://herba-laboratorij.hr/slike/404/fail-bg.jpg') repeat-x scroll top left;
	color:#fff;
}
/* this class is added WITH the above class if the message was sent, it changes the colours to green */
p.success {
	border-color:#004200;
	background:#00A500 url('https://herba-laboratorij.hr/slike/404/success-bg.jpg') repeat-x scroll top left;
}


/*** COPYRIGHT ***/
.copyright p { 
	text-align:center; 
	color:#fff; 
	font-size:0.7em;
}


/** IE fixes **/
#sw-error-box div.tabs, #jquery-content, #jquery-content .contentbox, .error-info, div#sitemap-area ul li a, div#sitemap-area ul li { display:inline-block; }
#sw-error-box div.tabs, #jquery-content, #jquery-content .contentbox, .error-info, div#sitemap-area ul li a, div#sitemap-area ul li { display:block; }
