@CHARSET "UTF-8";

body {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	color: #505050;
	font-size: 12px;
	}
	
.std_font, .std_font a {
	font-family: verdana, arial,sans-serif;
	color: #505050;
	font-size: 12px;
	}


.fieldset_header_font {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	}	



#main {
	width: 950px;
	margin: 0 auto;
	text-align: left;	
	}

#current_account {
	font-size: 12px;
	}


#navbar {
	margin-top: 5px;
	}

#navbar_table {
	background-image: url("../images/clc/navbar_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
	color: #FFFFFF;
	}

#navbar_table td {
	vertical-align: top;
}

#navbar_table div {
	float: left;
}

#navbar_table div.menuitem {
	padding: 5px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}


#navbar_table .nav_font, .static_link a, .static_link {
	color: #FFFFFF;
	}
	
#navbar_table .navbar_left_end {
	width: 2px; 
	height: 25px; 
	background-image: url('../images/clc/navbar_left_end.gif');
	}

#navbar_table .navbar_right_end {
	width: 2px; 
	height: 25px; 
	background-image: url('../images/clc/navbar_right_end.gif');
	}	

div.closed_menu {
	display: none;
	}


.open_menu {
 	height: auto;
	float: none;
	position: absolute;
	z-index: 101;
	border: 1px solid #CC0000;
	border-top-width: 0px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 5px;
	display: block;
}

.open_menu_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.open_menu_list li {
	margin: 5px;
	color: #CC0000;
	font-size: 11px;
}

.open_menu_list li.active_menuitem {
	background-color: #CC0000;
	}
	
.open_menu_list li.active_menuitem a {
	color: #FFFFFF;
	}	

.open_menu_list li a {
	text-decoration: none;
	color: #006666;
	padding: 2px;
	}

.fieldset {
	width: 100%;
	font: inherit;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-bottom-width: 0px;
	}


.fieldset_bg {
	border-color: #808080;
	background-image: url("../images/clc/fieldset_bg.jpg");
	background-position: right top;
	background-repeat: repeat-y;
	}

.fieldset_header {
	width: 100%;
	padding-left: 20px;
}

.fieldset_header th {
	text-align: left;
	}

.fieldset_table {
	font: inherit;
	width: 100%;
	}

.fieldset_table input, .fieldset_table select {
	border: 1px solid #a1a1a1;
	}

.fieldset_table input[type="text"], .fieldset_table select {
	padding-left: 2px; 
	}

.fieldset_content {
	font: inherit;
	padding: 5px;
	padding-left: 20px;
	padding-top: 15px;
}

.fieldset_content td, .fieldset_content th {
	padding-right: 10px;
	vertical-align: top;
	}

.fieldset_content th {
	text-align: left;
	padding-bottom: 5px;
	}
	
.fieldset_content th.tight {
	padding-bottom: 0px;
	}	

.fieldset_wrapper {
	margin-top: 15px;
	}

.error {
	color: red;
	font-weight: bold;
}

.error_block {
	padding-left: 20px;
	}

.cnr_ne {
	background-image: url("../images/clc/cnr_ne.gif");
}

.cnr_nw {
	background-image: url("../images/clc/cnr_nw.gif");
}

.cnr_se {
	background-image: url("../images/clc/cnr_se.gif");
}

.cnr_sw {
	background-image: url("../images/clc/cnr_sw.gif");
}

.bottom_closed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.cnr_rounder {
	border-color: inherit;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color:transparent;
	display: block;
	height: 6px;
	line-height: 0px;
	position: relative;
}


.top_rounder {
	border-style: solid;
	border-top-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	width: 100%;
	height: 6px;	
}

.bottom_rounder {
	border-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	width: 100%;
	height: 6px;	
}


div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  font-size: 12px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

div.submit_div {
	margin-top: 15px;
	width: 100%;
	text-align: right;
	}
	
	
div.submit_div input {
	border: 1px solid #a1a1a1;
/*	padding-left: 5px; */
	}	
	
div.tipbox {
	position: absolute;
	visibility: hidden;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: grey;
	padding: 5px;
	color: black;
}

#frontpage_items a:hover {
	text-decoration: underline;
	}

#frontpage_items div {
	font-size: 13px;
	padding-bottom: 2px;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

.weight_normal {
	font-weight: normal;	
}

.mandatory {
	font-weight: bold;	
}

.disabled {
	font-weight: normal;
	color: #888888;
	}

.button_left {
    background-image: url('../images/button_leftarrow.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.button_right {
    background-image: url('../images/button_rightarrow.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.button_search {
    background-image: url('../images/button_search.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.button_mail {
    background-image: url('../images/button_mail.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.button_print {
    background-image: url('../images/button_print.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.button_add {
    background-image: url('../images/button_add.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.button_remove {
    background-image: url('../images/button_remove.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.button_apply {
    background-image: url('../images/button_apply.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
}
	