ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a:link, a:visited
{
  text-decoration: underline;
  color: #C64934;
}

a:hover
{
  text-decoration: underline;
}

#about a img {
	width:48px;
	height:48px;
	padding-right:10px;
	margin-top:20px;
	margin-bottom:-20px;
	position:relative;
	}

body, td
{
  margin: 0;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color: inherit;
  color: #333333;
}

p
{
  margin-bottom: 5px;
}

.footer
{
  text-align: center;
  font-size: 10px;
}

.header {
  height: 36px;
  background-color: #000000;
  border-bottom: 1px solid #fff;
}

/*.header img{ margin-top:20px; margin-left:20px; height:65px; width:412px; }*/

.login-page .header {
  height: 35px;
  background-color: #000000;
  border-bottom: 1px solid #fff;
}

.header .logo {
  float: left;
  margin: 7px 0 0 22px;
}

.header .dinamiza-logo {
  float: right;
  margin-right: 20px;
  margin-top: 3px;
}

.login-page .login-subnav {
  height: 255px;
  background: #F1F3F5 url('../images/login-gradient.png') repeat-x bottom;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #FFFFFF;
}

.login-page .login-subnav .container {
  margin-top: 145px;
  position: relative;
  overflow: hidden;
}

.login-page .login-subnav .container .fm-logo {
  float: left;
  margin: 6px 0 0 20px;
}

.login-page .login-subnav .container .photos {
  width: 1000px;
  position: absolute;
  left: 280px;
}

.login-page .login-subnav .container .photos img {
  margin-right: 2px;
  float: left;
}

.login-page label {
  width: 8em;
  margin-top: 3px;
}

.login-page input {
  margin-bottom: 10px;
}

.nav
{
  padding-left: 20px;
  background-color: #F1F3F5;
  border-bottom: 1px solid #CCCCCC;
}

.subnav {
	height: 52px;
	background-color: #F1F3F5;
	background-image: url(../images/submenu_bg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	border-bottom: 1px solid #CCCCCC;
	border-top:1px solid #fff;
}

.subnav .container {
	padding-left: 20px;
	padding-top:20px;
}

.subnav .title {
	font-weight: bold;
	color: #C64934;
}

.floatRight {
	float: right;
	color: #333333;
}

#sf_admin_bar
{
  margin-top: 0;
  position: absolute;
  right: 20px;
  width: 250px;
}

#sf_admin_content
{
  margin-right: 270px;
}

h1
{
  margin: 8px 0;
  padding: 3px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #C64934;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 25px;
}

fieldset h2
{
  padding: 15px;
  background-image: url(../images/admin/background.jpg);
  background-color: white;
  font-size: 11px;
}

#sf_admin_container div.sf_admin_filters fieldset h2,
div.sf_admin_filters fieldset h2 {
  height: 28px;
  padding-top: 18px;
  padding-bottom: 2px;
  line-height: 14px;
}

input, textarea, select
{
  padding: 3px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #ddd;
  vertical-align:middle;
}
/*
.sf_admin_filters input[type=text] {
  width: 200px;
}

.sf_admin input#filters_date_from, .sf_admin input#filters_date_to {
  width:auto;
}
*/
label
{
  display: block;
  padding: 0 1em 3px 0;
  float: left;
  text-align: left;
  width: 15em;
  color: #666;
  font-weight: normal !important;
}

label.required
{
  color: #333 !important;
  font-weight: bold !important;
}

.save-ok
{
  margin-bottom: 10px;
  border: 1px solid #4579B5;
}

.save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: white;
  background: #4579B5 url(../sf/images/sf_admin/ok.png) no-repeat 5px 2px !important;
}

.form-row
{
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.form-row .content
{
  padding-left: 9em;
}

.form-errors
{
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #e9eff6;
}

.form-errors h2
{
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(../sf/images/sf_admin/error.png) no-repeat 5px 2px !important;
}

.form-errors ul
{
  padding: 5px;
  list-style-type: none;
}

.form-errors li
{
  padding: 5px 20px;
  background: url(../sf/images/sf_admin/error.png) no-repeat 0 2px !important;
}

.form-error
{
  color: #f33;
}

.form-error input, .form-error select, .form-error textarea
{
  border: 1px solid #f33;
}

fieldset
{
  margin-bottom: 3px;
  border: 1px solid #ddd;
  border-bottom: 0px;
  background-color: #fff;
}

fieldset.collapsed * { display:none; }
fieldset.collapsed h2, fieldset.collapsed { display:block !important; }
fieldset.collapsed .collapse-toggle { display: inline !important; }
fieldset.collapse h2 a.collapse-toggle { color:#e9eff6; }
fieldset.collapse h2 a.collapse-toggle:hover { text-decoration:underline; }

.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

ul.sf_admin_td_actions
{
  list-style-type: none;
}

ul.sf_admin_td_actions li
{
  list-style-type: none;
  display: inline;
}

ul.sf_admin_actions
{
  margin: 10px 0;
  list-style-type: none;
  text-align: right;
}

ul.sf_admin_actions a
{
  color: #333;
}

ul.sf_admin_actions li
{
  list-style-type: none;
  display: inline;
}

ul.sf_admin_actions input
{
  padding: 5px 20px;
  color: #fff;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  border-right: 0px solid #999;
  background-color: #901920;
  cursor: hand;
  cursor: pointer;
}

.sf_admin_action_create
{
  right: 2px;
  background: url(../images/admin/new_f2.png) no-repeat center 2px !important;
}

.sf_admin_action_create:hover {background:#edeff1 url(../images/admin/new_f2.png) no-repeat center 2px !important;}

.sf_admin_action_save
{
  right: 63px;
  background: url(../images/admin/save_f2.png) no-repeat center 2px !important;
}

.sf_admin_action_save:hover {background-color: #edeff1 !important;}

.sf_admin_action_save_and_add
{
  right: 2px;
  background: url(../images/admin/apply_f2.png) no-repeat center 2px !important;
}

.sf_admin_action_save_and_add:hover {background-color:#edeff1 !important;}

.sf_admin_action_delete
{
  right: 185px;
  background: url(../images/admin/trash.png) no-repeat center 2px !important;
}

.sf_admin_action_delete:hover {background-color:#edeff1 !important;}

.sf_admin_action_cancel
{
  right: 246px;
  background: url(../images/admin/cancel_f2.png) no-repeat center 2px !important;
}

.sf_admin_action_cancel:hover {background-color :#edeff1 !important;}

.sf_admin_action_filter
{
  background: url(../sf/images/sf_admin/filter.png) no-repeat 3px 2px;
  border-right: 0px solid #66f !important;
  border-radius:5px;
moz-border-radius:5px;
}

.sf_admin_action_reset_filter
{
  background: url(../sf/images/sf_admin/reset.png) no-repeat 3px 2px;
  border-right: 0px solid #fe9500 !important;
  border-radius:5px;
moz-border-radius:5px;
}

.sf_admin_action_list
{
  right: 124px;
  background: url(../images/admin/paste_f2.png) no-repeat center 2px !important;
}

.sf_admin_action_list:hover {background-color: #edeff1 !important;}

.sf_admin_default_action
{
  background-color: #fc6 !important;
  font-weight: bold !important;
}

#sf_admin_content ul.sf_admin_actions input {
  position: absolute;
  top: 57px;
  border: 1px solid #CCCCCC !important;
  height: 55px;
  width: 60px;
  text-align: center;
  padding: 32px 3px 10px 3px !important;
  color: Gray !important;
}
.sf_admin_list
{
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: 0px;
  border-right: 0px;
}

.sf_admin_list th
{
  padding: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-image: url(../images/admin/background.jpg);
  background-repeat: repeat-x;
  background-color: white;
  text-align: left;
  height: 28px;
}

.sf_admin_list th a
{
  color: #000000;
}

.sf_admin_list td
{
  padding: 3px;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.sf_admin_filters li
{
  list-style-type: none;
}

.sf_admin_row_0 td
{
}

.sf_admin_row_1 td
{
  background-color: #f7f7f7;
}

.sf_admin_edit_help
{
  color: #aaa;
}

.mceEditor td
{
  padding: 0px;
}


ul.tasks {
  margin: 30px 5px 0 5px;
  clear: both;
}

ul.tasks li {
  float: left;
  list-style: none outside none;
  width: 85px;
  margin: 30px 35px 0;
}

ul.tasks li a.img-link {
  margin-bottom: 10px;
}

ul.tasks li a {
  text-align: center;
  float: left;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  width: 100px;
}
#sf_admin_container .sf_admin_list th {
  padding: 17px 15px 17px 15px;
  background-color: #c7c7c7;
  text-align: left;
}
#dolly-container {
  position: relative;
}
.sf_admin_filters .form-row {
  overflow: hidden;
}