@charset "UTF-8";
/* CSS Document */

  /*  FORMS   */
  
input, textarea {font: 12px/15px Verdana, Arial, Helvetica, sans-serif; color: #000}

/*Transparent items*/
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*multiple select*/
.multiple {
	width:250px;
	height:64px;
	line-height:12px;
	font-size:12px;
	border:1px solid #BBB;
	padding:2px;
	background:#FFF url(../images/core/form-input-bg.gif) left top repeat-x;
	margin-bottom:10px;
}


/*dropdowns*/

.dropdown {
	width:200px;
	height:24px;
	font-size:12px;
	border:1px solid #BBB;
	padding:2px;
	background:#FFF url(../images/core/form-input-bg.gif) left top repeat-x;
}

.menu{font-weight:bold; color:#000; font-size:11px; background:#B1D7E8; padding:2px; text-indent:3px; border-top:1px solid #FFF; border-bottom:1px solid #FFF}
.menu option:hover{background:#000}
.submenu {font-weight:bold; color:#000; font-size:11px; background:#D8EBF4 url(/images/core/dd-arrows-small.png) 0 4px no-repeat; padding:2px; margin-left:5px;  text-indent:6px; border-top:1px solid #FFF; border-bottom:1px solid #FFF}
.subsubmenu{font-weight:normal; color:#222; font-size:11px; background:#F0F5F9 url(/images/core/dd-arrows-small.png) 0 4px no-repeat; padding:2px; margin-left:10px; text-indent:9px; border-top:1px solid #FFF; border-bottom:1px solid #FFF}


/*Text inputs*/

.titletextinput{
	width:590px;
	font-size:14px;
}

.textinput, .textinputHovered {
	width:186px;
	height:18px;
	line-height:18px;
	background:#FFF url(../images/core/form-input-bg.gif) left top repeat-x;
	border:1px solid #BBBBBB;
	padding:3px 6px 1px 8px;
}

.textinputHovered {
	border:1px solid #0F2263;
	color:#000
}

/*Text areas*/
.textarea, .textareaHovered {
	width:186px;
	height:125px;
	background:#FFF url(../images/core/form-input-bg.gif) left top repeat-x;
	border:1px solid #BBBBBB;
	padding:2px 6px 2px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textareaHovered {
	border:1px solid #EF832A;
	color:#333
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
	border:1px solid #BBB
}
.checkboxAreaUnchecked {
	background: #333333;
}
.checkboxAreaChecked {
	background:url(../images/form/checkbox.gif) no-repeat left bottom;
}

/* SEARCH PANEL */
#searchPanel .buttonSubmit, #searchPanel .buttonSubmitHovered {
	width:69px;
	height:26px;
	line-height:26px;
	color:#FFD373;
	font-weight:bold;
	background:#045D83 url(/images/core/searchPanelHeader-bg.png) left top repeat-x;
	cursor:pointer;
	border:1px solid #015965;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	display:block;
	overflow : hidden; /* hides button text */
}
#searchPanel .buttonSubmitHovered {
	background:#FF7A00;
	color:#FFF;
	border:1px solid #FFB673;
}
#formFunctions
{
	margin-top:15px;
}
#formFunctions a
{
	font-size:11px;
	line-height:50px;
	margin-top:12px
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	line-height:26px;
	color:#CCC;
	font-weight:bold;
	background:#0F2263 url(../images/navigation/bg.gif) left top repeat-x;
	cursor:pointer;
	border:1px solid #0F2263;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	display:block;
	overflow : hidden; /* hides button text */
	margin-top:10px;
}
.buttonSubmitHovered {
	background:#CCC url(../images/navigation/bg-current.gif) ;
	color:#0F2263;
	border:1px solid #000;
}


/* register CV Form */

#cv-register-form fieldset{margin-bottom:20px; border:1px solid #BBBBBB; padding:0 20px 20px 20px; background: url(/images/content/register-cv-bg.png) left bottom repeat-x }
#cv-register-form legend{font-size:12px; color:#0E1644; font-weight:bold; margin-left:-10px; margin-bottom:22px; background:#BBBBBB; padding:2px 5px}
#cv-register-form label {}
#cv-register-form .textinput, #cv-register-form .textinputHovered {
	width:245px;
	height:16px;
	line-height:16px;
	background:#fff8df url(/images/form/required-bg.gif) !important;
	border:1px solid #BBBBBB;
	padding:3px 0px 3px 4px;
	margin-bottom:10px;
}

#cv-register-form .textinputHovered {
	border:1px solid #0F2263;
	color:#333;
	background:#fff8df url(/images/form/required-hovered-bg.gif) !important
}

#cv-register-form .textarea, .textareaHovered {
	width:242px;
	height:125px;
	background:#FFF;
	border:1px solid #BBBBBB;
	padding:6px 0px 1px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#cv-register-form .textareaHovered {
	border:1px solid #0F2263;
	color:#333
}
.ResetbuttonSubmit, .ResetbuttonSubmitHovered {
	width:69px;
	height:26px;
	line-height:26px;
	color:#0C1033;
	font-weight:bold;
	background:#FFD373;
	cursor:pointer;
	border:1px solid #0F2263;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	display:block;
	overflow : hidden; /* hides button text */
	margin-top:10px;
}
.ResetbuttonSubmitHovered {
	background:#CCC url(../images/navigation/bg-current.gif) ;
	color:#0F2263;
	border:1px solid #000;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	width:1px;
	height:1px;
}
