/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: center;
	/*background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #f4f4f4;
	font-size: 70%;
	line-height: 140%;
}

body.imgpreview {
	margin: 0;
	text-align: left;
	background-color: #fff;
}



a {
	color: #1a88a7;
	text-decoration: none;
}

a:link {
	color: #1a88a7;
	text-decoration: none;
}

a:visited {
	color: #1a88a7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	margin: 5px 0 5px 0;
}

ul {
	margin-top: 0;
	list-style-type: square;
}


form {
	margin: 0px;
}

h1 {
	color: #FF8922;
	font-size: 160%;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	color: #1a88a7;
	font-size: 165%;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}


h3 {
	color: #393939;
	font-size: 100%;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
	padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


.wrapper {
	width: 983px;
	margin: 0 auto; /* align div to center */
	padding: 0px;
	text-align: left;
	background-image: url(images/page_bg.jpg);  
	background-repeat: repeat-y;
	background-color: #f4f4f4;
}

.wrapperPage {
	width: 750px;
	padding: 0 0 0 34px;
	float: left;
}

.topMenu {
	width: 740px;
	height: 30px;
	background-image: url(images/header_line_top.gif);
	background-repeat: repeat-x;
	background-color: #383838;
}

.wrapperInnerPage {
	width: 740px;
	padding: 0 5px 0 5px;
	margin-bottom: 5px;
}

.logo {
	width: 740px;
	height: 69px ;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

.logoImg {
	height: 69px ;
	float: left;
}

.btnContainerHeader {
	height: 69px ;
	float: right;
	text-align: right;
}

.bannerTop {
	width: 728px;
	background-color: #f2f3f3;
	border: 1px solid #dedfe0;
	padding: 5px;
	margin-top: 5px;
}

.wrapperFooter {
	width: 740px;
	background-image: url(images/bottom_line_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

.bannerRight {
	width: 199px;
	background-image: url(images/bannerLeft_bg.jpg);
	background-repeat: repeat-y;
	float: left;
}

.bannerRightbottom {
	width: 199px;
	height: 37px;
	background-image: url(images/bannerLeft_bottom.jpg);
	background-repeat: no-repeat;
}


.boxGrid {
	width: 722px;
	background-image: url(images/box_grid.gif);
	background-repeat: repeat-y;
	padding: 3px 9px 3px 9px;
	clear: both;
}

.boxGridFirst {
	border-top: 6px solid #e1f2f6;
	clear: both;
}

.boxContainer {
	background-color: #fff;
	width: 722px;
	padding: 9px;
	clear: both;
}

.boxLogin {
	width: 435px; 
	float: left;
	padding: 5px;
	padding-top: 4px;
}



.boxUser {
	background-image: url(images/decoration_login.gif);
	background-repeat: no-repeat;
	width: 263px;
	float: left;
	margin-left: 11px;
	padding-left: 10px;
}


.box1 {
	width: 445px; 
	float: left;
}

.box2 {
	width: 266px;
	float: left;
	margin-left: 11px;
}

.box1 .title, .box2 .title {
	height: 38px;
	line-height: 38px;
	background-image: url(images/box_title1_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 1px 0;
}

.box1 .title h2, .box2 .title h2 {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica;
	color: #e1f2f6;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.box1 .title .author {
	float: right;
	padding-right: 10px;
}


.box1 .title2, .box2 .title2 {
	height: 31px;
	line-height: 31px;
	background-image: url(images/box_title2_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 1px 0;
}

.box1 .title2 h2, .box2 .title2 h2 {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica;
	color: #e1f2f6;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.box1 .title2 .linkMore {
	float: right;
	padding-right: 10px;
}

.boxItem {
	background-color: #f6f6f6;
	border-bottom: 2px solid #fff;
	padding: 13px;
}

.boxItemLast {
	padding-bottom: 0;
	border-bottom: 0px;
}

.boxItem2 {
	clear: both;
	padding: 13px 0 13px 0;
}

.commentBox {
	margin-top: 20px;
	background-color: #f6f6f6;
	padding: 13px;
}

.box1 p.indent, .box2 p.indent2 {
	margin-left: 83px;
}

.box1 p.indent2, .box2 p.indent {
	margin-left: 68px;
}

.boxIteHmenu a {
	margin-right: 10px;
	font-size: 1.1em;
}


.thumb1 {
	border: 2px solid #fff;
	margin: 0 15px 5px 0;
	float: left;
}

.boxItem h4,
.boxItem2 h4 {
	font-family: Tahoma, Arial, Helvetica;
	margin: 0;
	padding: 0;
	color: #1a88a7;
	font-size: 100%;
	font-weight: normal;
}

.boxItem h4 .topic {
	text-transform: uppercase;
}

.boxItem .topic2 {
	margin-bottom: 10px;
}

.formTbl TD {
	padding: 4px;
}

.galleryImgContainer,
.galleryImgContainer2 {
	width: 140px;
	margin: 0 8px 10px 0;
	float: left;
	display: inline; /* fix IE padding bug */
}

.galleryImgContainer2 {
	margin: 0 20px 10px 20px;
}


.galleryImgContainer h3,
.galleryImgContainer2 h3 {
	font-weight: normal;
	line-height: 100%;
}


.tbl01 td {
	padding: 3px;
}

.uploadImagesEdit {
	padding-top: 22px;
}

.uploadImagesEdit_leftCol {
	width: 153px;
	float: left;
}

.uploadImagesEdit_rightCol {
	width: 260px;
	float: left;
}

.uploadImagesEdit_imageWrapper {
	padding-top: 10px;
}

.boxLeftContainer1 {
	width: 153px;
	float: left;
}

.boxRightContainer1 {
	width: 290px;
	float: left;
}


.boxLeftContainer2 {
	width: 118px;
	float: left;
}

.boxRightContainer2 {
	width: 325px;
	float: left;
}


/**************  progress bar  *****************/

.progressBar {
	height: 21px;
	background-image: url(images/progress_bar_bg.gif);
	background-repeat: repeat-x;
	margin: 20px 0 10px 0;
}


/**************  pagination  *****************/

.pagination {
	margin: 0 0 25px 0;
	clear: both;
}


UL.paging {
 	margin: 0; 
 	padding: 0; 
  	list-style: none;
	float: left;
}

UL.paging a {
	font-size: 11px;
	color: #686868;
	background-color: #f5f6f7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	text-align: center;
  	display: block;
 	width: 20px;
  	height: 20px;
 	line-height: 20px;
	float: left;
	margin: 0 4px 0 0;
}

ul.paging a:link, ul.paging a:visited {
	color: #525351;
}
 
ul.paging a:hover {
    text-decoration: none;
	background-color: #e2e2e2;
}
 
ul.paging li {
 	display: inline; /* Removes gaps in IE/WIN */
}


UL.paging a.active, UL.paging a.active:visited {
	color: #fff;
  	background-color: #2a83a1;
}


/****************** tag box *******************/

.tagBox {
	margin-top: 3px;
	border-top: 6px solid #e1f2f6;
}





/************ horizontal menu ****************/

.menu {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.menu a {
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-image: url(images/menu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	float: left;
	padding: 0 8px 0 8px;
}

.menu a:link, .menu a:visited {
	color: #c3c3c3;
}

.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.menu li {
  	/*background-image: url(images/menu_item_bg.gif);
	background-position: right;
	background-repeat: no-repeat;*/
 	display: inline; /* Removes gaps in IE/WIN */
	float: left;
}

/* -- */

/*************** Full image preview ***********/

.headerFullImagePreview {
	width: 100%;
	height: 115px;
	background-color: #f9fafa;
}

.headerFullImagePreviewLogo {
	width: 230px;
	margin: 5px 0 0 0;
	float: left;
}

.headerFullImagePreviewlinks {
	margin: 10px 0 0 15px;
}

.fullImagePreviewImgArea {
	padding: 10px;
}

/**************** Text styles ****************/
.whiteText, .whiteText a, .whiteText a:visited {
	color: #fff;
}

.whiteText a:hover {
	text-decoration: underline;
}

.grayTxt, a.grayTxt, a.grayTxt:visited {
	color: #868686;
}

.lightGrayTxt, .lightGrayTxt a, .lightGrayTxt a:visited {
	color: #b7b7b7;
}

.lightGrayTxt a:hover {
	text-decoration: underline;
}

.lightGreenTxt {
	color: #a9c95d;
}

.lightGreenTxt, .lightGreenTxt a, .lightGreenTxt a:visited {
	color: #a9c95d;
}

.greenText, .greenText a, .greenText a:visited {
	color: #709a0d;
}

.greenText a:hover {
	text-decoration: underline;
}

.redTxt {
	color: #b71f1f;
}

.lightBlueTxt, .lightBlueTxt a, .lightBlueTxt a:visited {
	color: #cfebf1;
}

.lightBlueTxt a:hover {
	color: #cfebf1;
	text-decoration: underline;
}

.blueTxt, .blueTxt a, .blueTxt a:visited {
	color: #3a99b3;
}

.blueTxt a:hover {
	text-decoration: underline;
}

.whiteTxtBlueBg {
	color: #fff;
	background-color: #2d95b2;
	padding: 0 3px 0 3px;
	text-transform: uppercase;
	line-height: 1.4em;
}

.blueTxtUpCase {
	color: #2d95b2;
	text-transform: uppercase;
	font-size: 1.1em;
}

.darkTxt, .darkTxt a, .darkTxt a:visited {
	color: #333;
}



.txt1_1em {
	font-size: 1.1em;
}
.txt1_2em {
	font-size: 1.2em;
}
.txt1_3em {
	font-size: 1.3em;
}
.txt1_4em {
	font-size: 1.4em;
}
.txt1_5em {
	font-size: 1.5em;
}
.txt1_6em {
	font-size: 1.6em;
}
.txt1_7em {
	font-size: 1.7em;
}
.txt1_8em {
	font-size: 1.8em;
}
.txt2_2em {
	font-size: 2.2em;
}
.txt2_6em {
	font-size: 2.6em;
}




.txt18pxuUCase, .txt18pxuUCase a, .txt18pxuUCase a:visited {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #bcbcbc;
}

h2.titleRubrika {
	font-size: 18px;
	text-transform: uppercase;
	color: #1a7892;
	font-weight: normal;
	padding: 3px 0 0 0;	
	margin: 0;
}

.titleRubrikaText {
	height: 8px;
	padding: 3px 0 0 0;
	margin:0 0 0 15px; 
	float: left;
}

.grayTxt13px, a.grayTxt13px, a.grayTxt13px:visited {
	font-family: Tahoma, Arial, Helvetica;
	color: #929292;
}

/****************** Backgrounds *************/

.lightGrayBg {
	background-color: #f9f9fb;
}


/**************** MISC **********************/


.thumb {
	border: 12px solid #EEE;
	margin: 0 10px 10px 0;
	float: left;
}

.thumb2 {
	border: 0;
	margin: 0 9px 9px 0;
	float: left;
}

.thumb3,
.thumb3_active {
	border: 2px solid #fff;
}

.thumb3_active {
	border: 2px solid #84c9db;
}

.thumbBox1 {
	background-color: #f5f6f7;
	width: 120px;
	height: 85px;
	text-align: center;
	border: 10px solid #f5f6f7;
	overflow : hidden;
}

.thumbBox2 {
	background-color: #f5f6f7;
	width: 85px;
	height: 85px;
	text-align: center;
	border: 10px solid #f5f6f7;
	overflow : hidden;
}

.thumbBox3 {
	background-color: #f5f6f7;
	width: 66px;
	height: 66px;
	text-align: center;
	margin: 0 12px 12px 0;
	float: left;
	border: 5px solid #f5f6f7;
	overflow : hidden;
}

.thumbBox4 {
	background-color: #f5f6f7;
	width: 48px;
	height: 48px;
	text-align: center;
	margin: 0 2px 5px 2px;
	float: left;
	border: 3px solid #f5f6f7;
	overflow : hidden;
}

.thumbBox5 {
	background-color: #f5f6f7;
	width: 64px;
	height: 48px;
	text-align: center;
	margin: 0 5px 5px 5px;
	float: left;
	border: 3px solid #f5f6f7;
	overflow : hidden;
}


.thumbBox1 img,
.thumbBox2 img,
.thumbBox3 img,
.thumbBox4 img,
.thumbBox5 img {

	margin : 0px;
	padding : 0px;
}



.clear {
clear: both; height: 1px; font-size: 0.1px; border: none; margin: -1px 0 0 0; padding: 0; background: transparent;} 


hr {
 	height: 1px;
	background-color: #e2dcd2;
	color: #e2dcd2;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}


.floatLeft {
	float: left;
}

.icn {
	vertical-align: middle; 
	margin: 0 5px 0 0;
}


/*********** form ***************/


input.textfield {
	background-image: url(images/text_field_bg.gif);
	width: 150px;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #e7e7e7;
	padding: 3px 0 2px 0;
	padding-left: 3px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}

input.btn {
	width: 60px;
	height: 20px;
	background-color: #d7d7d7;
	background-image: url(images/btn_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 0;
	border: 1px solid #d5d5d5;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}

select.dropDownBox {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	height: 18px;
	vertical-align: middle;
}


.btnGo {
	width: 48px;
	height: 21px;
	background-color: transparent;
	background-image: url(images/btn_go.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 0;
	border: 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica;
}

input.chkbox {
	vertical-align: middle;
}

.searchField {
	font-size: 11px;
	padding: 3px;
	border: 0;
	width: 135px;
	background-image: url(images/search_text_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #666;
}

.searchField2 {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #d5d5d5;
	width: 135px;
	font-family: Tahoma, Arial, Helvetica;
	color: #666;
}


.textarea {
	padding: 2px;
	background-image: url(images/textarea_field_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #e7e7e7;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}

.textareaCommentBox {
	padding: 2px;
	width: 410px;
	background-image: url(images/textarea_field_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #e7e7e7;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}

input.radiobtn {
	vertical-align: middle;
}

.btnDodajFotke {
	width: 122px;
	height: 23px;
	background-color: transparent;
	background-image: url(images/btn_dodajFotke.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 30px 0 0 0;
	padding: 0 0 0 30px;
	border: 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica;
}


