



/* =================== PAGE LAYOUT ======================= */

* {
	margin: 0;
	padding: 0;
}

html {
	
}

body,#contents {
	/* ce ni tudi za body, bo v ie v standard compliant mode (z doctype) v kratkih besedilih problem */
	width: 100%;
	min-height: 100%; /* mozilla za kratka besedila */
	height: 100%; /* ie za kratka besedila */
}

html>body,html>body #contents {
	height: auto; /* ce odstranim, se v mozilli pri dolgih besedilih pojavi na sredi */
}

body {
	margin: 0;
}

#contents {
	/*margin-top: 2em;*/
	position: absolute; /* pomembno firefox */
} 

#header_container {
	margin: 0 auto;
	width: 900px;
	/*height: 106px;*/
	overflow: hidden;
}

#header {
	height: 150px;
	/*
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;*/
	overflow: hidden;
}


#main_container {
	width: 900px;
	min-width: 900px;
	min-height: 20em;
	margin: 0 auto;
}

#sidecolumn {
	display: inline; /* IE double margin bug */
	margin: 0px 0px 0px 0px;
	width: 180px;
	float: left;
	overflow: hidden;
}

#maincolumn {
	margin: 0px 0px 0px 20px;
	width: 700px;
	float: left;
	overflow: hidden;
}



.heightspacer {
	width: 1px;
	height: 10px;
}

#footer_container {
	margin: 0 auto;
	width: 900px;
	min-width: 900px;
	overflow: hidden;
	height: 48px;
	background: url(/images/footer.gif) repeat-x;
}

/* =================== END PAGE LAYOUT ======================= */

/* COLORS for Talentiran.si
/* #DDE9FB - svetlo modra
/* #253c7f - temno modra
/* najnizja barva gradienta modra: #6575a4
/* rde�a za hover: #BF1600;
/* siva za hover: #9D9090;


/* additional styles */
/* =================== GENERAL STYLES ======================= */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	/*font-align: left;*/
	line-height: 1.3em; 
}

h1, .title {
	font-size: 20px;
	font-weight: normal;
	padding: 0.3em 0 0.4em 0;
	line-height: 1.0em;
}

h2, .subtitle {
	font-weight: bold;
	font-size: 14px;
	padding: 0.3em 0 0.4em 0;
	font-style: italic;
	color: #253c7f;

}

.h2small {
	font-size: 12px;
	
}

h1 a, h2 a {

	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}

blockquote {
	padding-left: 15px;
}


td {
	border: 0;
	font-size: 12px;
}


ul li {
	margin-left: 2.5em;
}

a {
	text-decoration: none;
	/*color: #241aa7;*/
	color: #253c7f;
}

a:hover {
	color: #9D9090;
}

fieldset {
	border: 1px solid lightgrey;
	padding: 10px;

}

/*
legend {
	margin-left: 0px;
	font-weight: bold;
}*/

/* =================== END GENERAL STYLES ======================= */

/* =================== FOOTER STYLES ======================= */


.footer {
	margin: 5px 0px 0px 10px;
	font-size: 12px;
	color: #DDE9FB;	
}


.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #DDE9FB;	
}

.footer a:hover {
	color: #BF1600;
}


/* =================== FOOTER END STYLES ======================= */

/* =================== MAIN MENU ======================= */

.main_navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 900px;
	height: 28px; /*PORUSI SE ZARADI TEGA!*/
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-x;

}

#nefiks a{
	color: #253c7f;
	height: 21px;
	background-color: #DDE9FB;
	
}

#nefiks a:hover {
	background-color: #253c7f;
	color: #DDE9FB;
	}


.main_navigation li {
	display: inline;
	
}

.main_navigation a:link,
.main_navigation a:visited {
	padding: 7px 10px 0px 10px;
	/*height: 28px;*/
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #DDE9FB;
	
	/*text-shadow: 2px 2px 2px #555;*/ /* CSS3 FTW */

}

.main_navigation a:hover {
	/*background-color: #BF1600;
	color: #000000;*/
	background-color: #DDE9FB;
	color: #253c7f;
	height: 21px;
	/*background-color: #ffffff;
	color: #000000;*/
}




/* =================== END MAIN MENU ======================= */

/* =================== APPLICATION MENU ======================= */


#applicationmenu_top {
	width: 900px;
	height: 23px;
	background-color: #DDE9FB;
	padding-top: 5px;
}

#applicationmenu_top .menuselecteddefault,
#applicationmenu_top .menuselecteddefault a {
	font-weight: bold;
	color: #253c7f;
	display: inline;
	text-decoration: none;
	margin: 7px 10px 0px 5px;
}

#applicationmenu_top .menudefaultselectedparent,
#applicationmenu_top .menudefaultselectedparent a {
	font-weight: bold;
	color: #253c7f;
	display: inline;
	text-decoration: none;
	margin: 7px 10px 0px 5px;
}

#applicationmenu_top .menudefault,
#applicationmenu_top .menudefault a {
	display: inline;
	margin: 7px 10px 0px 5px;
	text-decoration: none;
}
	
#applicationmenu_top .menuroot,
#applicationmenu_top .menuroot a {
	display: inline;
	margin: 7px 10px 0px 5px;
	text-decoration: none;
}

#applicationmenu_side .menuselecteddefault,
#applicationmenu_side .menuselecteddefault a {
	font-weight: bold;
	background-color: #DDE9FB;
	/*display: inline;*/
}

#applicationmenu_side .menudefault,
#applicationmenu_side .menudefault a {
	/*display: inline;*/	
}


.selected_1 {
	
	}

.selected_2 {
	
	}
	
.selected_3 {
	
	}
	
.default {
	
	}

.menuindent {
	margin-left: 20px;
}
.menuindentt a:hover {
	text-decoration: none;
	color: #253C7F;
}

.indent {
	background-image: red;
	
	}

.selectedparentdefault {
	font-weight: bold;
	background-color: #ece2fd;	
	}

.selectedparent_1 {
	
	}
	
.selectedparent_2 {
	
	}

.selectedparent_3 {
	
	}

.menuselecteddefault {
	font-weight: bold;
}



.menudefaultselectedparent {

}
	

/* =================== END APPLICATION MENU ======================= */

/* =================== SIDE COLUMN STYLES ======================= */


#sidecolumn a,
#sidecolumn {
	text-decoration: none;

	
}

#sidecolumn img {
	width: 180px;
	border: none;
}

.sidemenu_caption {
	background-image: url(/images/left_menu_caption.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 37px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 11px 0px 0px 10px;
	
}

.sidemenu_caption a {
	/*text-decoration: none;*/
}

.sidemenu_caption a:hover {
color: #FFFFFF;
}

.sidecolumn2 p {
	
	}

.sidecolumn2 a {
	text-decoration: none;
}


/* =================== END SIDE COLUMN STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #f8fafc url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

.nefiksDescriptionLinksDiv {
	display: inline;
}

.nefiksDescriptionLink {
	margin-left: 10px;
	float: right;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/

.bold {
	font-weight: bold;
	margin: 1 0 15px 0;	
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	/*color: black;*/
}

.tablenopadding th,.tableheader {
	font-weight: bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	text-align: left;
	padding: 10px 0px 0px 0px;
}

.tablenopadding td {
	padding: 2px 0px 0px 0px;
}

.tablepadding th {
	font-weight: bold;
	text-align: left;
	padding: 2px 5px 2px 0px;
}

.tablenopadding td {
	padding: 2px 5px 2px 0px;
}

.tablepadding th,.tablepadding td {
	padding: 2px 5px 2px 5px;
	text-align: left;
}

.tablepadding td img,
.tablenopadding td img {
	padding-left: 4px;	
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #e7e5e5;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
}

.cellsubcaption {
	font-size: 8pt;
	text-align: center;
}

.cellcaption {
	font-size: 10pt;
	text-align: center;
}

/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/button.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

.formfield_narrow {
	width: 120px;
}

.formfield_narrower {
	width: 50px;
}

.formfield_textarea_wide, .formfield_textarea_wider, .formfield_textarea_recommendation {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	font-size: 12px;
	
	width: 350px;
	height: 150px;
}

.formfield_textarea_wider {
	width: 600px;
}

.formfield_textarea_recommendation {
	width: 270px;
	height: 50px;
}

.formfield_textarea_competence {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	font-size: 12px;
	
	width: 270px;
	height: 30px;	
}

.formfield_inputtext_wide, .formfield_inputtext_wider, .formfield_textarea_wider_half, .formfield_textarea_wider_3of4 {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	font-size: 12px;
	
	width: 350px;

}

.formfield_inputtext_wider, .formfield_textarea_wider_half, .formfield_textarea_wider_3of4 {
	width: 600px;
}

.formfield_textarea_wider_half {
	height: 50px;
}

.formfield_textarea_wider_3of4 {
	height: 80px;
}

.formfield_disabled {
	background: #DDE9FB;
}

/*
.formfield_wide {
	width: 300px;
}*/

.formfield_combo {
	width: 100px;
}

.formfield_combo_nefiksTable {
	width: 200px;
}

.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

.selectlist {
	border: none;
	margin-left: 30 px;
	left: 40px;
}

.listindent {
	margin-left: 15px;
}

.searchField {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}


.enabled {
  color: green;	
}

.disabled {
  color: red;
}

.collapseHeader_container {
	/*background-color: aqua;*/
	/*background: url(/images/menu_bg2.gif) repeat-x;*/
	height: 2em;
	
}

.collapseHeaderLabel {
	float: left;
	padding: 5px 0px 0px 10px;
	font-weight: bold;
	color: black;
}

.collapseHeaderLabel_image {	
	float: right;
}

.collapseHeaderButton {
}

.cv_chi_importbutton {
	padding: 0px 0px 10px 10px;
}


.toggleDiv {
	border-style: solid; 
	border-color: #253c7f;
	border-width: 1px;
	margin-top: 2px;
}

.collapsableContentFieldset {
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.linearlist {
	width: 100%;
	text-align: center;
	background-color: #DDE9FB;
	font-size: 15px;
	font-weight: bold;
	color: #253c7f;
}

.newAnnexContainerDiv {
	width: 430px;
	border: solid;
	border-color: #253c7f;
	border-width: 1px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.newAnnexContainerTitleDiv {
	font-weight: bold;
	font-style: italic;
	color: #253c7f;
	display: inline;
	/*float: left;*/
	width: auto;
}

.newAnnexHeaderButton {
	display: inline;
	float: right;
}

.newCompanyNefiksPersonDiv {
	border: solid; 
	border-color: blue; 
	border-width: 1px; 
	padding-left: 10px; 
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.newCompanyNefiksPersonTitleLabel {
	display: inline; 
	font-weight: bold;
	/*float: left;*/
}
.newCompanyNefiksPersonTitleImage {
	display: inline; 
	float: right;
}

.userDataPropertyName {
	margin-top: 5px;
}

.userDataPropertyValue {
	font-style: italic;
	padding-left: 10px;
}

.userDataTitle {
	font-weight: bold;
	font-style: italic;
	color: #253c7f;
}

.sideListDiv {
	border: solid;
	border-color: #253c7f;
	border-width: 1px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;	
	vertical-align: top;
}

.helpDivCssClass {
	border: solid;
	border-color: #edc809;
	border-width: 1px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;		
}

.expertTitleDiv {
	display: inline;
	width: 80%;
	font-weight: bold;
}

.expertDeleteDiv {
	display: inline;
	float: right;
	width: 16px;
}

.chatSpecialPersonDiv {
	border: solid;
	border-color: #253c7f;
	border-width: 1px;
	width: 360px;	
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mailTypeParametersDiv {
	border: 1px solid #253c7f;
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	height: 500px;
}

.mailTypeParametersTitleDiv {
	font-weight: bold;
	font-size: 14px;
	color: #253c7f;
	width: 100%;
}

.mailTypeParameterDiv {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mailTypeParameterDiv:hover {
	border: 1px solid #DDE9FB;
	cursor: move;
}

.mailCheckResults {
	display: none;
	width: 100%;
}

.checkMailMessagesDiv {
	padding-left: 10px;
	display: none;
}

.checkTitleDiv {
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding-left: 10px;
	margin-top: 25px;
}

.checkOKDiv {
	color: green;
}

.checkWarningDiv {
	color: #FF8A00;
}

.checkErrorDiv {
	color: red;
}

.checkTitleIconDiv {
	float: left;
	width: 64px;
	height: 64px;	
}

.parameterCheckIconDiv {
	float:left;
	width: 32px;
	height: 32px;
}

.parameterCheckMessageDiv {
	padding-left: 10px;
	margin-top: 10px;	
	float: left;
}

.parameterCheckMainDiv {
	overflow: auto;
	margin-top: 5px;
	padding-left: 30px;
}

.radioLabel {
	margin-left: 15px;
	font-style: italic;
}

.bookLearningAchievmentCertificate {
	border: 1px #253c7f solid;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 10px;
	float: left;
	
}

.bookLearningAchievmentCertificateHeaderDiv {
	float: left;
	width: 100%;
}

.bookLearningAchievmentCertificateTitleDiv {
	float: left;
	font-weight: bold;
	font-style: italic;
	color: #253c7f;	
}

.bookLearningAchievmentCertificateNavigationDiv {
	float: right;
	text-align: left;
}

.bookLearningAchievmentCertificateMainDiv {
	float: left;
	width: 100%;
}

.learningAchievmentCertificateUl, .bookLearningAchievmentCertificateLi {
	list-style: none;
	width: 100%;
	margin: 0px;
}

.bookLearningAchievmentCertificateLi {
	float: left;
}
/* =================== END FORM ELEMENTS ======================= */

/* =================== BOOKS FORM ELEMENTS ======================= */
.instructionsText {
	font-weight: bold;
	display: table;
	width: 100%;
}

.exampleText {
	font-style: italic;
	font-size: 11px;
}

.booksTableCellInstructions {
	padding: 5px 2px 5px 15px;
}

.exerciseNumber {
	float: left;
	width: 3%;
}

.exerciseText {
	float: left;
	width: 97%;
}

.learningAchievmentEntityDiv {
	margin-bottom: 5px;
}

.learningAchievmentEntityDiv :hover {
	font-weight: bold;
}
/* =================== END BOOKS FORM ELEMENTS ======================= */

/* =================== ROUNDED ======================= */

	
.t {
	background: url(/images/round/dot.gif) 0 0 repeat-x; 
	width: 100%;
	/*margin: 0 auto;*/
}

.b {
	background: url(/images/round/dot.gif) 0 100% repeat-x;
}

.l {
background: url(/images/round/dot.gif) 0 0 repeat-y;
}

.r {
	background: url(/images/round/dot.gif) 100% 0 repeat-y;
}

.bl {
	background: url(/images/round/levo-spodaj.gif) 0 100% no-repeat;
}

.br {
	background: url(/images/round/desno-spodaj.gif) 100% 100% no-repeat;
}

.tl {
	background: url(/images/round/levo-zgoraj.gif) 0 0 no-repeat;
}

.tr {
	background: url(/images/round/desno-zgoraj.gif) 100% 0 no-repeat;
	padding:10px;
}	

	
/* =================== END OF ROUNDED ======================= */


/* =================== COLORS FOR NEFIX ======================= */

.small-cube-1 {
	width: 10px;
	height: 10px;
	background-color: black;
	border: 1px #000000 solid;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.small-cube-2 {
	width: 10px;
	height: 10px;
	background-color: blue;
	border: 1px #000000 solid;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.small-cube-3 {
	width: 10px;
	height: 10px;
	background-color: aqua;
	border: 1px #000000 solid;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.small-cube-4 {
	width: 10px;
	height: 10px;
	background-color: maroon;
	border: 1px #000000 solid;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.small-cube-5 {
	width: 10px;
	height: 10px;
	background-color: olive;
	border: 1px #000000 solid;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.small-cube-6 {
	width: 10px;
	height: 10px;
	background-color: yellow;
	border: 1px #000000 solid;
	display: inline;
	margin: 0px 10px 0px 0px;
}
/* =================== END OF COLORS FOR NEFIX ======================= */




/* =================== SIDEMENU NAVIGATION ======================= */

.sidemenu_navigation{
	display:block;
}
.sidemenu_navigation *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#DDE9FB;
}
.sidemenu_navigation1{
	border-right:1px solid #f0f5fd;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #f0f5fd;
	padding-left:1px;
	margin-left:3px;
	background:#e5eefc;
}
.sidemenu_navigation2{
	border-right:1px solid #fbfcfe;
	border-left:1px solid #fbfcfe;
	padding:0px 1px;
	background:#e3edfb;
	margin:0px 1px;
}
.sidemenu_navigation3{
	border-right:1px solid #e3edfb;
	border-left:1px solid #e3edfb;
	margin:0px 1px;
}
.sidemenu_navigation4{
	border-right:1px solid #f0f5fd;
	border-left:1px solid #f0f5fd;
}
.sidemenu_navigation5{
	border-right:1px solid #e5eefc;
	border-left:1px solid #e5eefc;
}
.sidemenu_navigation_content{
	padding:0px 5px;
	background:#DDE9FB;
}

.sidemenu_navigation_application_menu{
	display:block;
}
.sidemenu_navigation_application_menu *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#DDE9FB;
}
.sidemenu_navigation_application_menu1{
	border-right:1px solid #f0f5fd;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #f0f5fd;
	padding-left:1px;
	margin-left:3px;
	background:#e5eefc;
}
.sidemenu_navigation_application_menu2{
	border-right:1px solid #fbfcfe;
	border-left:1px solid #fbfcfe;
	padding:0px 1px;
	background:#e3edfb;
	margin:0px 1px;
}
.sidemenu_navigation_application_menu3{
	border-right:1px solid #e3edfb;
	border-left:1px solid #e3edfb;
	margin:0px 1px;
}
.sidemenu_navigation_application_menu4{
	border-right:1px solid #f0f5fd;
	border-left:1px solid #f0f5fd;
}
.sidemenu_navigation_application_menu5{
	border-right:1px solid #e5eefc;
	border-left:1px solid #e5eefc;
}
.sidemenu_navigation_application_menu_content{
	padding:0px 5px;
	background:#DDE9FB;
} 


/* =================== END OF SIDEMENU NAVIGATION ======================= */

#applicationmenu_side,
#applicationmenu_side a {
	cursor: pointer;
}

/*
.sidemenu_navigation_application_menu_content div.menudefault a,
.sidemenu_navigation_application_menu_content div.menudefaultselectedparent a{
	font-size: 20px;
	font-weight: normal;
}

.sidemenu_navigation_application_menu_content div.menudefault a,
.sidemenu_navigation_application_menu_content div.menudefaultselectedparent a{
	color: #253c7f;
}*/

.sidemenu_navigation_application_menu_content div.menuindent {
	color: #253c7f;
	margin-top: 0.3em;
}
	
.sidemenu_navigation_application_menu_content div.menuselecteddefault {
	font-weight: bold;
	margin-top: 0.3em;
}

.sidemenu_navigation_application_menu_content div.menuroot {
	font-size: 20px;
	font-weight: normal;
}

.student_work li {
	cursor: pointer;
	text-decoration: underline;	
	/*list-style: none;*/
}

.student_work_pop_up li {
	list-style: none;
	width: 350px;
}

.student_work_choosen_children li {
	list-style: none;
	padding-left: 30px;
	text-decoration: none;
	cursor: default;
	color: #253c7f;
}

.floated100l {
	width: 100%;
	float: left;
}

.bookborder {
	text-align: center;
	border: 1px solid black;
}

.socialFolderContactTextarea {
	width: 100%;
	height: 50px;
}

.socialFolderContactEditCell {
	width: 25%;
}

.socialFolderConnectionRow {
	padding-top: 10px;
}

.nefiksArchiveTypeDiv, .nefiksArchiveTypeDivSelected, .nefiksArchiveTypeDivBlank {
	color: #253c7f;
	float: left;
	border: 1px solid graytext;
	line-height: 2em;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
} 

.nefiksArchiveTypeDivSelected {
	color: black;
	background-color: #DDE9FB;
	border-bottom: 1px solid white;
	cursor: default;
	font-weight: bold;
}

.nefiksArchiveTypeDivBlank {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	padding: 0px;
	cursor: default;
}

.flink {
	color: blue;
	cursor: pointer;
}

.commonnBottomNavigation {
	margin-top: 15px;
}

.commonnBottomNavigationButtonMiddle {
	margin-left: 10px;
}

.draftCaptionDiv {
	color: blue; 
	font-style: italic; 
	padding-left: 4px;
	display: inline;
}

.cb {
	clear: both;
}

.linkInner a,
.linkInner a :visited {
	cursor: pointer;
	color: red;
	font-size: 11px;
	text-decoration: none;
}

.eventContainerDiv {
	border-bottom: 1px solid #DDE9FB;
	padding-bottom: 10px;
}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* COLORS for Talentiran.si */
/* #DDE9FB - svetlo modra
/* #253c7f - temno modra
/* ##FFFFCC - lemmon chiffon
/* #F7FBD4 - ozadje adminPostDiv
/* #FFD100 - kvazi gold (obroba parentResponseDiv
/* najnizja barva gradienta modra: #6575a4
/* rdeca za hover: #BF1600;
/* siva za hover: #9D9090; */

.chatWindowDiv {
	background-color: #DDE9FB;
	border: 1px solid #253c7f;
	width: 98%;
	height: 400px;
	margin-bottom: 10px;
	overflow: auto;
	padding-left: 5px;
}

.parentResponseDiv {
	display: none;
	background-color: #F7FBD4;
	width: 98%;
	border: 1px solid #FFD100;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
}

.parentResponseTitleDiv {
	color: #253c7f;
	font-weight: bold;
	width: 100%;
}

.parentResponseAuthorDiv {
	font-style: italic;
	font-weight: bold;
}

.parentResponseTextDiv {
	font-style: italic;
}

.parentResponseCancelDiv {
	color: red;
	cursor: pointer;
	width: 100%;
	margin-bottom: 3px;
	margin-top: 5px;
	text-align: right;
}

.inputMessageBox {
	margin-left: 15px;
	float: left;
	width: 65%;
	height: 100px;
	vertical-align: middle;
}

.inputMessageLabelDiv {
	max-width: 20%;
	float: left;
	vertical-align: middle;
}

.loginTitle {
	font-weight: bold;	
	margin-left: 50px;
}

.logLabel {
	float: left;
	width: 60px;
	font-weight: bold;	
}

.logInput {
	width: 200px;
}

.logInputWrapper {
	margin-top: 10px;
	width: auto;
}

.chatContainer {
	border: 1px solid #253c7f;
	width: 98%;
	padding-left: 5px;
	padding-bottom: 10px;
	overflow: auto;
}

.chatTitleLabelDiv {
	color: #253c7f;
	font-weight: bold;
	font-size: large;
	margin-top: 5px;
	margin-bottom: 10px;
	color:#f49923;
}

.loginDiv {
	vertical-align: middle;
	background-color: #eaf2fd;
	border: 1px solid #253c7f;
	padding: 5px 5px 5px 5px;
	width: 270px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 150px;
}

.tchatLabel {
	background-image: url(/images/tchat_sm.gif);	
}

.loginbutton {
	margin-top: 10px;
	margin-left: 60px;
}

.chatMessageDiv {
	display: none;
	margin-top: 5px;
}

.chatLoginErrorMessage {
	color: red;
}

.chatLoginOKMessage {
	color: green;
}

.chatErrorMessage {
	color: red;
}

.chatOKMessage {
	color: #253c7f;
}

.chatAdminOKMessage {
	color: green;
}

.chatAdminErrorMessage {
	color: red;
}

.chatTalkDiv {
	margin-top: 10px;
}

.serverMessageDiv {
	display: none;
	background-color: #FFFFCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

.postAuthorLabelDiv {
	color: red;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: top;
	float: left;
	display: inline;
	font-style: italic;
}

.postAuthorExpertLabelDiv {
	color: #006317;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: top;
	float: left;
	display: inline;
	font-style: italic;
}

.postAuthorModeratorLabelDiv {
	color: #253c7f;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: top;
	float: left;
	display: inline;
	font-style: italic;
}

.postAuthorMineLabelDiv {
	color: #EFC400;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: top;
	float: left;
	display: inline;
	font-style: italic;
}

.postTextDiv {
	color: black;
	display: inline;
}

.postTextExpertDiv {
	color: #068322;
	display: inline;
}

.postTextModeratorDiv {
	color: #253c7f;
	display: inline;
}

.postTextMineDiv {
	color: #EFC400;
	display: inline;
}

.postDiv {

}

.postDiv:hover {
	background-color: #FFFFCC;
}

.postingMessageDiv {
	height: 100px;
}

.adminChatDiv {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	/*height: 500px;*/
}

.adminTitleLabel {
	color: #253c7f;
	font-weight: bold;
	font-size: large;
}

.adminServerMessageDiv {
	display: none;
	margin-top: 5px;
	background-color: #FFFFCC;
}

.mainAdminDiv {
}

.cmsPostsDiv {
	display: inline;
	float: left;
	width: 75%;
	margin-top: 5px;
	height: 450;
}

.cmsPostsDivTitleDiv {
	font-weight: bold;
}

.cmsUsersDiv {
	display: inline;
	float: left;
	width: 24%;
	height: 450;
	margin-top: 5px;
	border-left: 1px solid gray;
}

.cmsUsersDivTitleDiv {
	font-weight: bold;
}

.showOnlyPostsLabel {

}

.showOnlyPostsSelect {

}

.showOnlyPostsSelectOption {
}

.selectorDiv {
}

.divGroupWrapper {
	display: block;
	margin-top: 3px;
	width: 100%;
	float: left;
}

.divGroupLabel {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
}

.cmsPostDiv {
	width: 95%;
	border: 1px solid #253c7f;
	margin-bottom: 3px;
	margin-top: 5px;
	padding: 5px 3px 5px 3px;
	background-color: #F7FBD4;
	float: left;
	/*height: auto;
	overflow: auto;*/
}

.cmsPostAuthorDiv {
	display: inline;
	font-weight: bold;	
}

.cmsPostTextDiv {
	display: inline;
	width: 98%;
	font-style: italic;
}

.cmsPostStatusDiv {
	display: inline;
}

.cmsPostPostedDiv {
	display: inline;
}

.cmsPostLastChangeDiv {
	display: inline;
}

.cmsPostAdminDataDiv {
	width: 100%;
	float: left;
	border-top: 1px solid black;
	margin-top: 5px;
	/*height: 40px;*/
	/*display: block;*/
}

.cmsPostAdminDataTextDiv {
	/*display: inline;*/
	width: 60%;
	float: left;

}

.cmsPostAdminDataLinksDiv {
	/*display: inline;*/
	width: 40%;	
	float:right;

}

.cmsPostAdminLink {
	display: block;
	float: right;
	text-align: right;
	cursor: pointer;
	color: #253c7f;
	width: 100%;
}

.userWrapperDiv {
	width: 100%;
	display: block;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.userNicknameDiv {
	width: 80%;
	display: inline;
	float: left;
}

.userNicknameModeratorDiv {
	color: blue;
}

.userNicknameExpertDiv {
	color: green;
}

.userNicknameInactiveDiv {
	color: graytext;
}

.userNicknameUserDiv {
	color: black;
}

.banUserDiv {
	background-image: url(/images/ban_user.gif);
	width: 16px;
	height: 16px;
	display: inline;
	float: left;
	cursor: pointer;
}

.parentPostAutorLabel {
	margin-left: 3px;
	margin-right: 5px;
	color: #636363;
}

.parentPostTextLabel {
	font-style: italic;
	color: graytext;
}

.postParentDiv {
}

/*================= MAIN PAGE ================*/
.selectChatContainer {
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
	display: table-cell;
}


.chatroomGroupDiv {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: auto;
}

.chatroomListDiv {
	width: 100%;
	
}

.chatroomDiv {
	width: 80%;
	display: table-row;;
}

.chatIconDiv {
	display: table-cell;
	float: left;
	width: 35;
}

.chatDataContainerDiv {
	width: auto;
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
}

.chatTitleDiv {
	color: #f49923;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
}

.chatDescriptionDiv {
	padding-left: 10px;
	font-style: italic;
}

.chatJoinDiv {
	color: #253c7f;
	cursor: pointer;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.cmsPostIsCommentDiv {
	color: green;
	font-weight: bold;
}
/*================= END MAIN PAGE ================*/

/*================= ARCHIVE PAGE ================*/
/*
#EBF3FF - ozadje za viewMessageDiv
#DDE9FB - obroba za viewMessageDiv

#B7D5FF - ozadje za viewMessageDivModerator
#57A0FF - obroba za viewMessageDivModerator

#D3FFE5 - ozadje za viewMessageDivExpert
#6FFFA8 - obroba za viewMessageDivExpert

#F7FBD4 - ozadje za mouseOver na viewMessageDiv
#FFD100 - obroba za mouseOver na viewMessageDiv
*/
.chatDescriptionDiv {
	font-style: italic;
	
}

.forumChatCannotCooperate {
	color: red;
}

.forumChatCanCooperate {
	color: #253c7f;
}

.viewMessageDiv {
	overflow: visible;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 1px 1px 1px;
}

.viewMessageDivModerator {
	border: 1px solid #57A0FF;
	background-color: #B7D5FF;
}

.viewMessageDivExpert {
	border: 1px solid #6FFFA8;
	background-color: #D3FFE5;
}

.viewMessageDivUser {
	border: 1px solid #DDE9FB;
	background-color: #EBF3FF;
}

.viewMessageNickDiv {
	font-weight: bold;
	margin-left: 5px;
}

.viewMessageChangedDiv {
	font-style: italic;
	margin-left: 5px;
}

.viewMessageTextDiv {
	margin-top: 10px;
	margin-left: 5px;
}

.viewMessageTextDiv:hover {
	background-color: #F7FBD4;
	border-color: #FFD100;
}

.viewMessageTopDiv {
	width: 100%;
}

.viewMessageNickTopDiv {
	font-weight: bold;
	margin-left: 5px;
	width: auto;
}

.viewMessageAdminLinkDiv {
	color: red;
	margin-left: 15px;
	display: inline;
	float: right;	
}

.viewMessageAdminLinkDiv:hover {
	font-weight: bold;
	cursor: pointer;
}

.viewChatResponseDiv {
	background-color: #F7FBD4;
	overflow: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.loginViewDiv {
	vertical-align: middle;
	background-color: #eaf2fd;
	border: 1px solid #253c7f;
	padding: 5px 5px 5px 5px;
	width: 270px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
}

.loginTitleView {
	font-weight: bold;	
	margin-left: 50px;
}

.chatViewMessageDiv {
	display: none;
	margin-top: 5px;
}

.chatViewLoginErrorMessage {
	color: red;
}

.chatViewLoginOKMessage {
	color: green;
}

.loginViewContainer {
	width: 100%;
	background-color: white;
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.viewChatResponseNicknameDiv {
	font-weight: bold;
	width: auto;
	display: inline;
	float: left;
}

.viewResponseMainDiv {
	overflow: auto;
	width: 100%;
}

.viewResponseBottomDiv {
	margin-top: 5px;
}

.viewChatResponseSendButtonDiv {
	margin-left: 15px;
}

.viewResponseServerMessageDiv {
	width: auto;
	display: none;
}

.editMessageDiv {
	width: 100%;
	overflow: auto;
	display: none;
	margin-left: 2px;
	margin-right: 2px;
}

.editMessageTopDiv {
	overflow: visible;
	height: auto;
}

.editMessageBottomDiv {
}

.editMessageBox {
	width: 99%;
	height: 100px;
}

.viewChatEditSendButtonDiv {
	margin-top: 5px;
}

.viewAdminServerMessageDiv {
	width: auto;
	display: none;	
}
/*================= END ARCHIVE PAGE ================*/
