



/* =================== 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;

}
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 .menudefault,
#applicationmenu_top .menudefault 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 {

}



.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 {
	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_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 {
	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_disabled {
	background: #DDE9FB;
}

/*
.formfield_wide {
	width: 300px;
}*/

.formfield_combo {
	width: 100px;
}

.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;		
}

/* =================== END 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;
}


.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;
}

/* 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;
}
