/**
 * @defgroup plugins_themes_etfosBlue
*/
 
/*

Copyright (C) 2009 by Locutus of Borg
igor.bedek@gmail.com

// $Id: etfosBlue.css,v 1.0.0.0 2009/09/07 12:00:00 asmecher Exp $
*/



/* some basic tags */

/* lets do some overriding... YAY! */

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#container {
	line-height: 125%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	height: 100% !important;
}

a {
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #094886;
	text-decoration: none;
	background: none;
}

a:hover {
	color: #094886;
	text-decoration: underline;
	background: none;
}

/* naslovi */

#main h2, #main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #094886;
	margin: 0;
	padding: 10px 0 4px 25px;
}

#content h3, #content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #094886;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #094886;
}

/* kraj naslova */

/* zaglavlje */

#header {
	background-color: #fff;
	border-bottom: #2990cf 6px solid;
	width: auto;
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
	width: 990px !important;
	padding: 10px 0 0 0;
	vertical-align: middle;
}

*html #headerTitle {
	text-align: center;
}

/* kraj zaglavlja */

/* tijelo */

#body {
	background: #fff url(body_bg.png) repeat-y top right;
	padding: 0;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	width: 990px !important;
	height: 100% !important;
	color: #000;
	overflow: hidden;
}

*html #body {
	overflow: visible;
}

/* sidebar */

#sidebar {
	height: auto;
	color: #fff;
	width: 155px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #094886;
}

*html #sidebar {
	width: 180px !important;
	display: inline;
}

#rightSidebar {
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 0px 10px 4px 15px;
	width: 155px;
	margin-left: -25px;
	background-color: #094886;
}

*html #rightSidebar {
	width: 180px !important;
	float: right;
	display: inline;
	padding-left: 20px;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#sidebar a:hover {
	color: #fff;
	background: none;
	text-decoration: underline;
	font-size: 11px;
}

#sidebar li {
	list-style-type: disc;
	color: #ec952e;
}

.blockTitle {
	font-weight: bold;
	text-align: left;
}

#sidebar div.block span.blockTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

span.blockTitle {
	color: #fff;
}

#sidebarDevelopedBy {
	text-align: left;
	padding-top: 3px;
	display: none;
}

#sidebarFontSize {
	display: none;
}

#sidebarHelp {
	padding-top: 3px;
}
/* end sidebar */

#main {
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 810px !important;
	float: left;
	height: 100%;
}

*html #main {
	display: inline;
}

/* navigejšn */

#navbar {
	background-color: #094886;
	margin: 0;
	border: 0 none;
	width: 100%;
	line-height: 14px;
	height: 16px !important;
	letter-spacing: normal;
	padding: 2px 0 3px 36px;
}

#navbar a {
	font-size: 13px;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.menu {
	padding: 0;
	margin: 0;
}

ul.menu li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 -20px;
}

ul.menu a:link, ul.menu a:visited {
	color: #fff;
	padding: 2px 13px 3px 14px;
}

ul.menu a:active, ul.menu a:hover {
	background-color: #5183b3;
	padding: 2px 13px 3px 14px;
	text-decoration: none;
}

#breadcrumb {
	background-color: #5183b3;
	color: #ec952e;
	font-weight: bold;
	width: 100%;
	line-height: 14px;
	height: 15px !important;
	letter-spacing: normal;
	padding: 2px 0 3px 30px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #fff;
	text-decoration: none;
	background: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
	background: none;
}

/* end of navigejšn */

/* mejn kontent */

#content {
	border-top: 0 none;
	padding: 4px 15px 4px 15px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100% !important;
}

p {
	text-align: justify;
}

/* end of mejn kontent */

/* forms */

.label {
	text-align: left;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField  {
	background-color: #eee;
	border-width: 1px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	border-width: 1px;
	background-color: #ddd;
}

input.defaultButton {
	background-color: #094886;
	color: #fff;
	font-weight: bold;
	border-width: 1px;
}

/* end of forms */

/* lists */
/*
#content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content li {
	background: url('./../../../plugins/themes/etfosBlue/disc.gif') no-repeat 0px 6px;
	padding-left: 12px;
} 
*/

ul.steplist li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

li.current a:link, li.current a:visited {
	font-weight: bold;
}

li.current a:hover, li.current a:active {
	text-decoration: underline;
}

ul.steplist a {
	text-decoration: none;
}

ul.steplist li a:hover, ul.steplist li a:active {
	text-decoration: underline;
}

/* end of lists*/

/* tablice */

table.listing td.headseparator {
	border-top:1px solid #999;
}

table.listing td.separator, table.info td.separator {
	border-top:1px solid #ddd;
}

table.listing td.endseparator {
	border-top: 1px solid #999;
}

td {
	text-align: left;
}

/* end of tablice */

/* some other stuff */

div {
	text-align: justify;
}

div.separator {
	border-bottom: 1px solid #999;
}