﻿/* CSS za DNN skin BjelovaracSkin/Main.ascx */
/* Autor: Žarko Komljenović, zarko@considero.hr */
/* www.considero.hr */
@import url("/DesktopModules/DnnForge - NewsArticles/Templates/Bjelovarac/Template.css");
/* ******* --------------------------------------- MAIN --------------------------------------- *******/
html, body {
    width: 100%;
    height: 100%;
    font-family: arial;
    font-size: 14px;
}
table {
    font-size: 100%;
}

/* ******* --------------------------------------- GENERAL --------------------------------------- *******/
.SkinMaster {}
.FullWH {
    width: 100%;
    height: 100%;
}
.FullW {
    width: 100%;
}
.FullH {
    height: 100%;
}
/* ******* --------------------------------------- TEXT --------------------------------------- *******/
.Normal {
    font-family: Helvetica, Times New Roman;
    font-size: 13px;
}
.FooterPane .Normal {
	font-family: arial;
    font-size: 13px;
    color: #c1cfd8;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
    font-family: Times New Roman;
    color: #000000;
    padding: 0px;
    border: 0px;
    margin: 5px 0px 10px 0px;
}
h1 {
    font-size: 22px;
	font-weight: bold;
}
h2 {
    font-size: 17px;
	font-weight: bold;
}
h3 {
    font-size: 15px;
	font-weight: bold;
}
h4 {
    font-size: 12px;
	font-weight: bold;
}
h5 {
    font-size: 10px;
	font-family: arial;
}
a:link, a:active, a:visited {
	color: 003366;
}
/* ******* --------------------------------------- HEADER --------------------------------------- *******/
.HeadPart {
	height: 187px;
	background-color: #014e82;
	background-image: url(images/HeaderBlueGrad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: bottom;
	text-align: left;
}
.BannerWrapper {
	text-align: center;
	vertical-align: top;
	padding: 5px 0px;
}
.BannerPane {
	margin: 0px auto;
	width: 947px;
	text-align: center;
}
.LogoImage {
	height: 95px;
	background-image: url(images/BlueHeaderImage.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: center;
}
.LogoLink {
	display:block;
	height:70px;
	left:170px;
	position:relative;
	top:-20px;
	width:300px;
}
.LogRegWrapper {
	left:616px;
	position:absolute;
	top:140px;
}
a.LogLink:link, a.LogLink:active, a.LogLink:visited {
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #1f77b2;
	text-decoration: none;
	background-image: url(images/CheckIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 150%;
	margin: 0px 5px;
}
a.LogLink:hover {
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/CheckIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 150%;
	margin: 0px 5px;
}
a.RegLink:link, a.RegLink:active, a.RegLink:visited {
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #1f77b2;
	text-decoration: none;
	background-image: url(images/CheckIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 150%;
	margin: 0px 5px;
}
a.RegLink:hover {
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/CheckIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 150%;
	margin: 0px 5px;
}
/* ******* --------------------------------------- MIDDLE  --------------------------------------- *******/
.MidPart {
	vertical-align: top;
	text-align: center;
}
.MidMaster {
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	width: 947px;
}
/* ******* --------------------------------------- MENU --------------------------------------- *******/
.MenuPane {
	text-align: center;
	padding-bottom: 5px;
	height: 10px;
}
	span.MenuLinks {
	cursor: default;
}
a.MenuLinks:link, a.MenuLinks:active, a.MenuLinks:visited {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #010101;
	line-height: 150%;
	padding: 0px 10px;
	text-decoration: none;
}
a.MenuLinks:hover {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #010101;
	line-height: 150%;
	padding: 0px 10px;
	text-decoration: underline;
}
.MainMenu_MenuContainer {
	margin:0 auto;
	width:10px;
}
.MainMenu_MenuItem, .MainMenu_MenuItem td {
	border-style:none;
	color:#000000;
	cursor:pointer;
	font-family:Times New Roman,Tahoma,Arial,Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 10px;
}
.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td {
	border-style:none;
	color:#000000;
	cursor:pointer;
	font-family:Times New Roman,Tahoma,Arial,Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 10px;
	background-color: #63c0ff;
}
/* ******* --------------------------------------- CONTENT --------------------------------------- *******/
.Pane {
	vertical-align: top;
	padding: 5px;
}
.LeftPane {
	width: 147px;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}
.ContentPane {
	width: 394px;
}
.BigContentPane {
}
.RightContent {
	vertical-align: top;
	border-left: 1px solid #bcbcbc;
}
.ContentPane2 {
	width: 256px;
}
.ContentPane3 {
	width: 126px;
}
.ContentPane4 {
	width: 130px;
	border-left: 1px dotted #bcbcbc;
}
.RightPane {
	width: 150px;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}
/* ******* --------------------------------------- FOOTER --------------------------------------- *******/
.FootPart {
	height: 184px;
	background-color: #014e82;
	background-image: url(images/FooterBlueGrad.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.FooterMaster {}
.FooterPane {
	padding: 10px;
	vertical-align: top;
}
.Footer1, .Footer2, .Footer3, .Footer4 {
	border-right: 2px dotted #ffffff;
}
.Footer2 {}
.Footer3 {}
.Footer4 {}
.Footer5 {}

/* ******* --------------------------------------- OTHER STYLES --------------------------------------- *******/
.randomview {
	border-collapse:collapse;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	text-align:center;
}
td.YourCompanyNameSurveyResults {
	font-family: Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
}
td.RezultatAnkete {
	font-family: Arial,Helvetica;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px dotted #d8d8d8;
}
.surveyresultsitems .NormalBold, .surveyitems .NormalBold {
	font-family: Times New Roman;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
.surveyitems .Normal {
	font-size: 11px;
	font-family: arial;
	color: #555555;
}
.surveyitems table.Normal {
	border-top: 10px solid transparent;
}
.surveyitems input {
	font-size: 12px;
}
#Table1 a.CommandButton:link, #Table1 a.CommandButton:active, #Table1 a.CommandButton:visited {
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	color: #003366;
	background-color: #f0f0f0;
	border: 1px solid transparent;
	padding: 1px 6px;
	line-height: 14px;
}
#Table1 a.CommandButton:hover {
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	color: #003366;
	background-color: #e0e0e0;
	border: 1px solid #cdcdcd;
	padding: 1px 6px;
	line-height: 14px;
}
.NormalTextBox:focus {
	background-color:#FDFFC4;
}
.NormalTextBox {
	border:1px solid #D8D8D8;
	font-size:13px;
	padding:2px 4px;
}
