@import url('/static/hr/shared/css/networkHeader.css');
@import url('/static/hr/shared/css/shared.css');
@import url('boxes.css');
@import url('article.css');
@import url('forum.css');
@import url('poll_results.css');


/* START RESET */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	color: #333;
}

form {
	margin: 0;
	display: inline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img, fieldset {
	border: none;
}

a:active, a:focus {
	outline: none;
}

/* END RESET */
/* START GENERAL RULES */

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 12px;
}

a {
	color: #A10060;
	text-decoration: none;
}

a:hover {
	color: #a1a1a1;
}

/* END GENERAL RULES */
/* START GENERIC CLASSES */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.displayNone {
	display: none;
}

.hdivider8px {
	display: none;
}

.date {
	font-size: 10px;
	font-weight: bold;
	color: #a1a1a1;
}

.banner, #static_content, .staticBox {
	clear: both;
	margin-bottom: 10px;
}

/* END GENERIC CLASSES */
/* START MAIN BLOCKS */

body {
	background: url(/static/hr/microsites/zadovoljna/img/background_body.png) repeat-y scroll center top;
	margin: 0;
	padding: 0;
}

#container {
	border: 1px solid #d8d8d8;
	border-bottom: none;
	border-top: none;
	width: 886px;
	padding: 37px 0 0;
	margin: 0 auto;
}

#networkHeader {
	position: absolute; 
	width: 100%;
	top: 0pt; 
	left: 0pt;
	background:#000000;
	color: #fff;
	height: 25px;
	padding-top: 12px;
}

#networkHeader .networkHeaderContent, #navigation, #content, #footer {
	width: 886px;
}

#header, #siteHeader {
	background: #f5f4f1;
	border: 5px solid #fff;
	border-top: none;
	margin-top: 0;
	width: 876px;
	height: 110px;
}

#siteHeader .floatRight {
	float: right;
	margin: 10px 0;
	width: 728px;
	height: 90px;
}

#siteHeader .floatLeft {
	float: left;
	margin: 10px 0;
}

#main_content {
	float: left;
	background: #fff0ff;
	width: 564px;
}

#main_content .full {
	margin: 10px 0 0 10px;
	width: 544px;
}

#main_content .full .full {
	margin: 10px 0 0;
}

#small_content {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 300px;
}


/* END MAIN BLOCKS */
/* START BANNERS */

#righttopbanner, #div_banner_C9, #div_banner_C10, #div_banner_C8, #div_banner_C11, #div_banner_C7, #div_banner_M {
	text-align: center; 
	margin-bottom: 10px;
}

/* END BANNERS */
/* START HEADER */

#header .primary, #header .secondary {
	display: none;
}

#header .content .banner {
	float: right;
	height: 90px;
	margin: 10px 4px 15px 0;
	width: 728px;
}

#header .content .logo {
	float: left;
	margin: 10px 0 0 4px;
	padding: 0;
}
/* END HEADER */
/* START NAVIGATION */

#siteNavigation {
	overflow: auto;
	background: #EA7BC5 url(/static/hr/microsites/zadovoljna/img/navigation_primary.gif) no-repeat 0 top;
	width: 886px;
}

#siteNavigation ul {
	float: left;
	width: 876px;
	height: 56px;
	padding-left: 10px;
	background: url(/static/hr/microsites/zadovoljna/img/navigation_secondary.gif) no-repeat 0 bottom;
}

#siteNavigation ul li {
	float: left;
	border-right: 1px solid #FEC3EA;
	margin: 14px 0;
	padding: 0 9px;
}

#siteNavigation ul li:first-child {
	padding-left: 10px;
}

#siteNavigation ul li:last-child {
	border-right: none;
}

#siteNavigation ul li a {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #fff;
}

#siteNavigation ul li a:hover {
	color: #fec3ea;
}

#siteNavigation ul li a.current {
	font-weight: bold;
}

/* END NAVIGATION */
/* START MAIN CONTENT */
/* START GENERAL BOX RULES */

.newsBox, .otherNewsBox, .main_box, #other_news {
	background: #fff url(../img/main_content_box_background.gif) no-repeat right top;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
	width: 524px;
}

.otherNewsBox, .main_box, #other_news {
	padding-top: 40px;
}

.main_box .primary h1, #other_news .primary h1 {
	background: #fff0ff url(../img/main_content_box_primary_h1_background.gif) no-repeat scroll right top;
	border: 1px solid #C6559F;
	color: #C70077;
	font-size: 14px;
	height: 24px;
	padding: 5px 13px 0 10px;
	width: 519px;
	position: absolute;
	top: 0;
	left: 0;
}

/* END GENERAL BOX RULES */
/* START SEARCH BOX */

.small_box .search .styledSearch {
	width: 158px;
	float: left;
}

.small_box .search .styledSearch input {
	width: 142px;
}

.small_box .search img.search_button {
	background: url(../img/search_button.gif) no-repeat scroll right top;
	float: left;
	width: 23px;
	height: 22px;
	cursor: pointer;
}

/* END SEARCH BOX */
/* START NEWS BOX*/

.newsBoxMain {
	position: relative;
	float: left;
}

.newsBoxMain img {
	float: left;
}

.newsBoxMain a.imageContainerLink {
	display: block;
	width: 520px;
	height: 325px;
	overflow: hidden;
	float: left;
}

.newsBoxMain h2, .newsBoxMain p {
	float: left;
	width: 524px;
}

.newsBoxMain h2{
	float: left;
	width: 524px;
	margin-top: 5px;
}

.newsBoxMainIcons {
	position: absolute;
	top: 298px;
	left: 0;
	width: 514px;
}

.newsBoxMainIcons img {
	height: 20px;
	width: 20px;
}

.newsBoxMainIcons .videoIconFloat, .newsBoxMainIcons .galleryIconFloat {
	float: right;
	margin-left: 5px;
}

/* END NEWS BOX*/
/* START OTHER NEWS BOX*/

.otherNewsBox p {
	float: left;
	width: 250px;
	min-height: 210px;
	margin-right: 10px;
}

.otherNewsBox .otherNewsArticle.even {
	margin-left: 20px;
}

.otherNewsBox h2, .newsBox .newsBoxTitle h2, #comments_box h2 {
	background: #fff0ff url(../img/main_content_box_primary_h1_background.gif) no-repeat scroll right top;
	border: 1px solid #C6559F;
	color: #C70077;
	font-size: 14px;
	height: 24px;
	padding: 5px 13px 0 10px;
	width: 519px;
	position: absolute;
	top: 0;
	left: 0;
}

.otherNewsBox p br {
	display: none;
}

.otherNewsBox p .otherNewsArticleTitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	padding: 10px 0;
}

.otherNewsImage {
	float: left;
	position: relative;
}

.otherNewsImage .img {
	float: left;
	position: relative;
}

.otherNewsImage a.otherNewsArticleVideo {
	position: absolute;
	margin-left: 5px;
	display: block;
	background: url(../img/icon_video.gif) no-repeat scroll right top;
	height: 20px;
	width: 20px;
	bottom: 5px;
	right: 5px;
}

.otherNewsImage a.otherNewsArticleVideo:hover {
	background: url(../img/icon_video_hover.gif) no-repeat scroll right top;
}

.otherNewsImage a.otherNewsArticleGallery {
	position: absolute;
	display: block;
	background: url(../img/icon_foto.gif) no-repeat scroll right top;
	height: 20px;
	width: 20px;
	bottom: 5px;
	right: 30px;
}

.otherNewsImage a.otherNewsArticleGallery:hover {
	background: url(../img/icon_foto_hover.gif) no-repeat scroll right top;
}

/* END OTHER NEWS BOX*/
/* START ARCHIVE BOX */

.archive_link {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

/* START ARCHIVE BOX */
/* START SELECTED VIDEOS BOX */

#main_content .content .main_video {
	float: left;
	width: 360px;
	margin-right: 9px;
	position: relative;
}

#main_content .main_box .content {
	float: left;
}

#main_content .main_box .main_video a.floatedVideoIcon, #main_content .main_box .other_videos a.floatedVideoIcon {
	background: url(../img/icon_video.gif) no-repeat  right top;
	display: block;
	height: 20px;
	margin-left: 5px;
	position: absolute;
	right: 5px;
	width: 20px;
}

#main_content .main_box .main_video a.floatedVideoIcon:hover, #main_content .main_box .other_videos a.floatedVideoIcon:hover {
	background: url(../img/icon_video_hover.gif) no-repeat scroll right top;
}

#main_content .main_box .main_video a.floatedVideoIcon {
	top: 215px;
}

#main_content .main_box .other_videos a.floatedVideoIcon {
	top: 56px;
}

#main_content .content .main_video h3 {
	padding: 5px 0;
	font-size: 18px;
}

#main_content .content .main_video .date {
	display: block;
	padding-bottom: 5px;
}

#main_content .content .other_videos {
	float: left;
	padding: 0 0 0 10px;
	width: 144px;
	border-left: 1px dotted #c8cbcd;
}

#main_content .content .other_videos_box {
	float: left;
	margin: 0 0 18px;
	position: relative;
}

#main_content .content .other_videos_box .date {
	display: block;
	padding-top: 2px;
}

#main_content .content .other_videos_box h4 a {
	line-height: 18px;
}

.videoBoxPager {
	clear: both;
	padding-bottom: 4px;
}

.videoBoxPager span {
	background: #FFF2FF;
	border: 1px solid #CCC0CC;
	font-size: 10px;
	padding: 1px 5px;
}

.videoBoxPager .selected {
	color: #999999;
}

/* END SELECTED VIDEOS BOX */
/* START TAGI */

.tag1 a {
	color: #6d0041;
}

.tag2 a {
	color: #a10060;
}

.tag3 a {
	color: #c04c91;
}

.tag4 a {
	color: #c769a1;
}

.tag5 a {
	color: #c085a9;
}

.tag6 a {
	color: #c0a3b5;
}

.tag1 a:hover, .tag2 a:hover, .tag3 a:hover, .tag4 a:hover, .tag5 a:hover, .tag6 a:hover {
	color: #a1a1a1;
}

.tag1 a, .tag2 a, .tag3 a, .tag4 a, .tag5 a, .tag6 a {
	font-size: 16px;
	line-height: 24px;
	padding: 5px;
}

/* END TAGI */
/* START ARTICLE */

.article {
	background: #fff url(../img/main_content_box_background.gif) no-repeat scroll right top;
	width: 524px;
	padding: 10px;
}

/* END ARTICLE */
/* END MAIN CONTENT */
/* START SMALL CONTENT */

#small_content .small_box {
	background: #FFF0FF url(../img/small_content_box_background.gif) no-repeat scroll right top;
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 300px;
}

#small_content .small_box .content {
	padding: 10px;
}

#small_content .small_box .content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C70077;
}

#small_content .small_box .content h3 {
	padding:  0 0 10px;
}

#small_content .small_box .primary {
	background: #EA7AC3 url(../img/small_content_box_primary_h1_background.gif) no-repeat scroll right top;
	border: 1px solid #C6559F;
	height: 24px;
	padding: 5px 0 0 10px;
	width: 288px;
}

#small_content .small_box .primary h1, #small_content .small_box .primary h2 {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

#small_content .small_box .primary h1 a {
	color: #fff;
	font-size: 14px;
}

#small_content .small_box .primary h1 a:hover {
	text-decoration: underline;
}

#small_content .small_box .secondary {
	background: url(../img/small_content_box_secondary.gif) no-repeat scroll 0 0;
	height: 6px;
	width: 300px;
}

.small_box .rightMediaThumb img {
	width: 280px;
}

/* START POLL */

.poll #voteForm img {
	margin-bottom: 5px;
}

/* END POLL */

/* START QUIZ */

.quiz_small_box {
	background: #FFF0FF url(../img/small_content_box_background.gif) no-repeat scroll right top;
	clear: both;
	margin-bottom: 10px;
	width: 300px;
}

.quiz_small_box .content {
	padding: 0;
}

.quiz_small_box .content h2 {
	color: #fff;
	font-size: 14px;
	height: 24px;
	background: #ea7ac3 url(../img/small_content_box_primary_h1_background.gif) no-repeat right top;
	padding: 5px 0 0 10px;
	border: 1px solid #c6559f;
}

.quiz_small_box #quiz_content {
	clear: both;
}

.quiz_small_box #quiz_content p {
	margin-bottom: 5px;
}

.quiz_small_box #quiz_content .warning {
	color: #A10060;
	font-weight: bold;
	margin-bottom: 5px;
}

.quiz_small_box #quiz_content h2 {
	color: #A10060;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	background: none;
	border: none;
	padding: 0;
	margin: 5px 0;
}

#quiz_content .line, #quiz_content .answer_line {
	margin-bottom: 5px;
}

#quiz_content .line label {
	display: block;
	float: left;
	width: 80px;
}

#quiz_content .line input {
	float: left;
}

#quiz_content #quizQuestion_container, #quiz_content #quizAnswers_container {
	margin: 10px;
}

#quiz_content #quizImage_container img {
	width: 280px;
}

.quiz_small_box .secondary {
	background: transparent url(/static/hr/microsites/zadovoljna/img/small_content_box_secondary.gif) no-repeat scroll 0 0;
	font-size: 0;
	height: 6px;
	width: 301px;
}

#quiz_content input.button_start, #quiz_content input.button_repeat, #quiz_content input.button_finish {
	background: #FDEDF3 url(/static/hr/microsites/zadovoljna/img/button_background.gif) repeat-x scroll 0 0;;
	border: 1px solid #C6559F;
	padding: 2px 5px;
	margin: 5px 10px 10px;
}

#quiz_content #form_holder {
	width: 280px;
	padding: 10px;
}

/* END QUIZ */
/* START LAST COMMENTS/ARTICLES */

#small_content .last_comments li {
	width: 260px;
	background: url(/static/hr/microsites/zadovoljna/img/last_comments_icon.gif) no-repeat 0 7px;
	padding: 3px 0 0 20px;
}

#small_content .last_comments h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#small_content .last_articles li {
	width: 270px;
	padding: 3px 0 0 5px;
}

#small_content .small_box .content .last_articles .summary {
	float: left;
	margin-bottom: 10px;
}

#small_content .small_box .content .last_articles .summary a img {
	float: left;
	padding-right: 10px;
}

#small_content .small_box .content .last_articles .summary p {
	font-size: 14px;
	float: left;
	width: 156px;
}

/* END LAST COMMENTS/ARTICLES */
/* START CALCULATORS */

#small_content .small_box .itmcontent {
	width: 287px;
	padding: 7px;
}

#heightIndexCalculator .itmbutton, #weightIndexCalculator .itmbutton {
   color: #A10060;
   width: 100px;
   font-family: "Trebuchet ms",helvetica,sans-serif;
   background-color: #FFF0FF;
   border:1px solid #a10060;
}

#heightIndexCalculator .short_form_line, #weightIndexCalculator .short_form_line {
	margin-top: 10px;
}
#heightIndexCalculator .short_form_line_left, #weightIndexCalculator .short_form_line_left {
	float: left;
}

#heightIndexCalculator .short_form_line_right, #weightIndexCalculator .short_form_line_right {
	float: right;
	width: 160px;
}

#heightIndexCalculator .form_line_left, #weightIndexCalculator .form_line_left {
	float:left;
}

#heightIndexCalculator .form_line_right, #weightIndexCalculator .form_line_right {
	float: right;
	width: 130px;
}

#heightIndexCalculator h2, #weightIndexCalculator h2 {
	color: #C70077;
	font-size: 16px;
}

#heightIndexCalculator .itmresult, #weightIndexCalculator .itmresult {
	color: #C70077;
	font-size: 14px;
	font-weight:bold;
}

#weightIndexCalculator .clear, #heightIndexCalculator .clear {
	height: 10px;
}

#heightIndexCalculator .input_small, #weightIndexCalculator .input_small {
	width: 80px;
}

/* END CALCULATORS */
/* END SMALL CONTENT */
/* START FOOTER */

#footer {
	width: 886px;
}

#footer .content {
	background: #F5F4F1 none repeat scroll 0 0;
	border: 5px solid #FFFFFF;
	padding: 10px;
	width: 856px;
}

#footer li {
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid #C70077;
	float: left;
	padding: 0 4px;
}

#footer li:first-child {
	border: none;
}

#footer .copyrights {
	color: #a1a1a1;
	font-size: 10px;
	margin-left: 4px;
}
	
/* END FOOTER */
