@charset "utf-8"; 


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/js/highslide4/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/js/highslide4/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/js/highslide4/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/js/highslide4/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/js/highslide4/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/js/highslide4/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/js/highslide4/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 0.8em;
    
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* stop commented backslash hack */

a img {
    border: none;
}

.input {
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 2px;
}
label {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 3px;
}
.cms_input {
    width: 98%;
    font-size: 1em;
    font-weight: normal;
    padding-top: 3px;
    padding-left: 2px;
}
.cms_required {
    font-size: 0.9em;
    font-weight: normal;
    color: #FF9900;
    margin-left: 10px;
}
.cms_field_description {
    color: #999999;
    font-size: 8pt;
    margin-top: 2px;
    padding-left: 5px;
}
.cms_invalid_field {
    background-color: #FFE3E0;
    border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
    color: #CC0000;
    font-size: 0.8em;
    margin-top: 2px;
    padding-left: 5px;    
}
form {
    margin: 0px;
    padding: 0px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 


.pagination {
    text-align:left;
    margin-bottom:2em;
    font-size: 8pt;
    margin-top: 10px;
}
.pagination_page {
    margin-bottom:1em;
    font-weight: bold;
    color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
}

.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1, .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}

.highslide-caption {
    background-color: #FFFFFF;
}
.cms_ob_loading {
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:4em;
}
.cms_icon_item {
    margin-bottom: 5px;
}
.cms_icon_large {
    float: left;
}
.cms_icon_body {
    padding-left: 55px;
}
.cms_icon_body .description {
    /*font-size: 8.5pt;*/
    color: #666666;
    margin-bottom: 3px;
}
.cms_icon_body .name {
    margin-bottom: 4px;
    font-weight: bold;
}
.cms_icon_body .cms_action {
    margin-left: 0px;
    margin-right: 10px;
}
.cms_form_fields .checkbox {
margin-bottom:8px;
}

/*PreviousNext*/
.prev_next_object {
    width:100%;
}
.prev_object {
 float:left;   
}
.next_object {
 float:right;   
 text-align:right;
}
.highslide-active-anchor img {
visibility:visible;
}
.highslide img {
border:none;
}
@charset "utf-8";

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#container #sidebar1 br {
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 1em;
    color:#333333;
}
#wait_box {
    width:200px;
    box-shadow: 5px 5px 8px #222222;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;   
     -moz-box-shadow:5px 5px 8px #222222;
    margin-top:-100px;
    opacity:0.6;
    width:200px;
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.aclearfix {
   /* overflow:hidden;*/
}
.aclearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .aclearfix {zoom: 1;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.aclearfix { display: block; }
/* stop commented backslash hack */

a img {
    border: none;
}

.cms_header h1, .cms_header h2, .cms_header h3, .cms_header h4 {
	display: inline;
    color:#FFFFFF;
    background-image:none;
}

.cms_action {
/*	font-size: 8pt;
	margin-left: 10px;
	font-weight: normal;
    display:inline-block;
    color:#0000FF;   */
}
.cms_action_position, .cms_action {
background-image:url(/img/gui_arrow.gif);
background-position:0 4px;
background-repeat:no-repeat;
color:#444488;
font-size:13px;
font-weight:normal;
line-height:15px;
margin-bottom:3px;
padding-bottom:3px;
padding-left:12px;
text-decoration:none;
margin-right:20px;
/*width:100%;*/
}
.cms_gui_menu .cms_action_position, .cms_gui_menu .cms_action {
border-bottom:1px solid #FFFFFF;
width:190px;
display:inline-block;
}

.cms_action_size {
margin-left:20px;
width:170px;
}
.cms_object_actions {
/*	border-right:4px solid #DAF2FF;
	display:inline-block;
	padding-left:4px;	*/
}
.cms_has_actions {
	display:none;
	border-right:4px solid #DAF2FF;
}
.cms_position_title .cms_action_position {

	/*display:none;*/
}
.cms_position_title:hover .cms_action_position {
	/*display:inline;*/
}
.aaacms_form .cms_position_title .cms_action_position {
	/*display:inline;*/
}
* html .cms_position_title .cms_action_position {
   /* display:inline;*/
}
.cms_position_title:hover {
/*	background-color:#DAF2FF;*/
}
.cms_object_title .cms_action {
	/*display:none;*/
}
.cms_object_title:hover .cms_action{
	/*display:inline;*/
}
* html .cms_object_title .cms_action{
    /*display:inline;*/
}
.cms_object_title:hover {
	/* background-color:#DAF2FF; */
}
.aaacms_form .cms_object_title .cms_action {
	opacity:1;
}
.cms_o_image {
	position:relative;
	display:inline-block;	
}
.cms_o_image .cms_object_actions {
background-color:#FFFFFF;
left:0;
line-height:1em;
opacity:1;
position:absolute;
top:0;
width:70%;
}
* html .cms_action { display: inline; }
* html .cms_o_image .cms_object_actions {
    opacity:1;
}

.cms_action:hover {
    color:#4444FF;
}

.cms_action_button {
    text-decoration: none;
    cursor: pointer;
}
.input {
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 2px;
}
label {
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 3px;
}
.cms_input {
	width: 98%;
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 2px;
}
.cms_required {
	font-size: 0.9em;
	font-weight: normal;
	color: #FF9900;
	margin-left: 10px;
}
.cms_field_description {
	color: #999999;
	font-size: 8pt;
	margin-top: 2px;
	padding-left: 5px;
}
.cms_invalid_field {
	background-color: #FFE3E0;
	border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
	color: #CC0000;
	font-size: 0.8em;
	margin-top: 2px;
	padding-left: 5px;	
}
form {
	margin: 0px;
	padding: 0px;
}
.cms_form {
background:transparent url(/img/form_bck.png) repeat-y scroll right bottom;
margin-bottom:10px;
margin-top:0;
padding:0 22px 22px 0;
text-align:left;
width:100%;
*width:97%; 
min-width:500px;
}
#dialog_box_content .cms_form {
width:100%;
*width:97%
}

.cms_header {
background-color:#6989AF;
padding:2px;
text-align:center;
}
.cms_form_fields {
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.cms_form_buttons {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.submit {
	display: inline;
}
.history_unread {
    background-color: #E0FCE2;
}
.pagination {
	text-align:left;
	margin-bottom:2em;
	font-size: 8pt;
	margin-top: 10px;
}
.pagination_page {
	margin-bottom:1em;
	font-weight: bold;
	color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
} 
.cms_button {
	height: 36px;
	width: 170px;
	padding-left: 6px;
}
.cms_button_small {
	height: 16px;
	width: 120px;
	padding-left: 5px;
	margin-bottom: 4px;
}

.cms_button_green {
	background-image: url(/css/agui/buttons/green_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_red {
	background-image: url(/css/agui/buttons/red_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_blue {
	background-image: url(/css/agui/buttons/blue_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_gray {
	background-image: url(/css/agui/buttons/gray_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_small {
	background-image: url(/css/agui/buttons/gray_button_16_01.gif);
	background-repeat: no-repeat;
}
.cms_button_inner_green {
	background-image: url(/css/agui/buttons/green_button_35_02.gif);
}
.cms_button_inner_red {
	background-image: url(/css/agui/buttons/red_button_35_02.gif);
}
.cms_button_inner_blue {
	background-image: url(/css/agui/buttons/blue_button_35_02.gif);
}
.cms_button_inner_gray {
	background-image: url(/css/agui/buttons/gray_button_35_02.gif);
}
.cms_button_small .cms_button_inner_gray {
	background-image: url(/css/agui/buttons/gray_button_16_02.gif);
}

.cms_button_inner {
	background-repeat: no-repeat;
	background-position: right;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	line-height: normal;
}
.cms_button_small .cms_button_inner {
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	position: relative;
}

.cms_button_label {
	position: absolute;
	top: 9px;
	left: -4px;
	width:100%;
	text-align:center;
}
.cms_button_small .cms_button_label {
	top: 2px;
	text-align:left;
	padding-left:8px;
}
.cms_button_shadow {
	color: #999999;
	position: absolute;
	left: -4px;
	top: 8px;
	width:100%;
	text-align:center;
}
.cms_button_inner_gray .cms_button_label {
	color:#808080;
}
.cms_button_small .cms_button_inner_gray .cms_button_label {
	color:#333333;
}
.cms_button_inner_gray .cms_button_shadow {
	display:none;
}

	
.cms_buttons_left .cms_button, .cms_buttons_left .cms_button_small {
	float: left;
	margin-right: 20px;
}
.section_body {
	padding-left: 8px;
	margin-right: 8px;
}
.cms_comment_head {
	font-style: italic;
	font-size: 8.5pt;
	margin-bottom: 4px;
}
.cms_comment_author {
	font-weight: bold;
}
.cms_comment_body {
	margin-bottom: 8px;
	padding-left: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #F8F8F8;
}

.cms_buttons_left {
	margin-top: 0px;
}
.cms_form_connections {
	padding-right: 3px;
	padding-left: 3px;
}
.cms_form .cms_position {
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cms_position .cms_o_attachment_gallery {
	margin: 4px;
	/*float: left;*/
    display: inline-block;
	width: 110px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 
.cms_fc_right {
    float:right;
    width:220px;
}
.cms_description {
	font-size: 8.5pt;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 14px;
}
.cms_flash_msg {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #FFF3CE;
    color: #000000;
    padding: 8px;
}
.cms_form_section {
    background-color:#F0F0FF;
    border:1px solid #999999;
    margin:12px 10px 8px 16px;
    padding:4px;
}
.cms_form_section_label {
    font-weight: bold;
}

.cms_ob_loading{
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:80px;
}
.cms_form_tabs {
border-bottom:1px solid #CCCCCC;
padding-left:10px;
padding-right:80px;
padding-top:10px;
width:50%;
}
.cms_ob_tab {
background-color:#DDDDDD;
border-color:#223399 #223399 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
display:inline-block;
float:left;
font-size:15px;
font-weight:bold;
margin-right:4px;
padding:2px 10px;
}
.cms_ob_tab a {
	color:#000000;
	text-decoration:none;
}
.cms_ob_tab a:hover {
	color:#FFFF00;
}

.cms_ob_tab_selected {
background-color:#2B67AF;
font-weight:bold;
}
.cms_ob_tab_selected a{
color:#FFFFFF;
}
.cms_ob_alphabet {
	font-size: 8pt;
	line-height: 1.1em;
	font-weight: bold;
	color: #999999;
	padding-top: 0px;
    padding-left:5px;
}
.cms_ob_alphabet a {
	color:#BBBBBB;
}
.cms_ob_alphabet a:hover {
	color:#0066FF;
}

.cms_ob_alphabet_letter {
	margin: 0px;
	line-height: normal;
	padding:0px 0px 1px 2px;
}
.cms_ob_body {
	padding-right: 5px;
	padding-left: 5px;
}
.cms_ob {
	background-color: #F9F9F9;
}
.cms_position_title {
/*	font-size: 12pt;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
	padding-left: 8px;      */
}
.cms_form .cms_position_title {
    background-color: none;
}
.cms_position_array {
}
.cms_position_array .cms_position_array {
}
.cms_position_array .cms_position_title {
	font-size:10pt;
    position:relative;
}
.cms_position {
	margin-top:14px;
}
.cms_position .cms_position {
	border-bottom:2px solid #EEEEEE;
	border-left:4px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
}
.cms_form_narrow {
    padding-right: 225px;
}
.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}
.cms_faq_a {
    padding-left:20px;
}
.cms_faq_q {
}
.list_item .thumbnail {
    float:left;
    height:105px;
    margin-bottom:0;
    margin-right:10px;
    margin-top:4px;
    padding-bottom:0;
    width:105px;
}
.list_item .content_with_image {
    padding-left:110px;
}
.highslide-caption {
    background-color: #FFFFFF;
}.cms_ob p {
	margin: 0px;
}
.cms_ob_head {
	margin-top: 8px;
	margin-bottom: 4px;
	padding-left: 20px;
	text-align: right;
	font-size: 8.5pt;
	color: #999999;
}
.cms_ob_body_middle {
    overflow:auto;
}
.cms_ob_body_w {
width:100%;
}
.cms_gui_menu {
background-color:#F5F5F5;
border:1px solid #A482DD;
opacity:1;
padding:7px;
position:absolute;
text-transform:none;
width:200px;
z-index:10;
text-align:left;
text-indent:0;
}
.cms_magic_wand {
display:none;
height:21px;
margin-left:8px;
width:16px;
opacity:0.3;
}
.cms_magic_wand_active {
opacity:1;
}
.cms_magic_wand_wand {
background:transparent url(/img/magic_wand.png) no-repeat scroll 0 3px;
}
.cms_magic_wand_dust {
background:transparent url(/img/magic_dust.png) no-repeat scroll 0 0px;
}
.cms_magic_wand img.gui_img {
border:none;
}
.gui_red {
color:red;
}
.cms_position_title:hover .cms_magic_wand, .cms_object_title:hover .cms_magic_wand {
display:inline-block;
}
.cms_o_attachment {
position:relative;
}
.cms_o_image .cms_magic_wand, .cms_o_attachment .cms_magic_wand {
left:4px;
position:absolute;
top:4px;
z-index:5;
opacity:1;
}

.cms_o_image:hover .cms_magic_wand, .cms_o_attachment:hover .cms_magic_wand {
display:inline-block;
}

.cms_gui_position {
color:#A482DD;
display:inline-block;
font-size:12px;
font-weight:bold;
line-height:16px;
}
.cms_gui_desc {
color:#989898;
display:inline-block;
font-size:12px;
font-weight:normal;
line-height:16px;
margin-top:10px;
}
.cms_gui_menu strong {
color:#000000;
}
.cms_ob_object {
overflow:hidden;
}
.cms_ob_thumbnail {
}
.cms_form_languages {
background-color:#EEEEFF;
border-bottom:1px solid #CCCCCC;
font-size:15px;
font-weight:bold;
margin-bottom:8px;
padding:8px;
}
.cms_form_languages a {
text-decoration:none;
}
.cms_form_languages strong {
background-color:#109546;
color:white;
display:inline-block;
padding-left:10px;
padding-right:10px;
}
.cms_position .cms_object_browser {
background-color:#E6E6E6;
border:4px solid #CCCCCC;
opacity:1;
padding:8px;
position:absolute;
width:300px;
z-index:10;
}
.cms_ob_title {
font-size:20px;
text-align:left;
}
.cms_inherited {
background-color:#FFFF00;
line-height:20px;
padding:2px 4px;
}
.cms_o_image .cms_inherited {
position:absolute;
bottom:6px;
left:0;
}
.cms_magic_hl {
    background-color:#FFF9CF;
}
.cms_not_translated {
font-style:italic !important;
font-weight:normal !important;    
}
.cms_admin_object_info {
background-color:#DDFFDD;
border:1px solid #AAFFAA;
margin:10px 0;
padding:10px;    
}
.cms_admin_object_info p.error {
color:red;
font-weight: bold;    
}
.objectid {
margin-bottom:20px;    
}
.cms_objectid_text {
background-color:#EEEEEE;
border:1px solid #777777;
height:20px;
padding:0 5px;
width:97%;    
}
.objectid a {
    
}
.cms_todo {
background-color:#FFF8F8;
border:1px solid #FF8888;
padding:8px;    
}
.cms_todo_bl {
 border-bottom:1px solid #CCCCCC;
padding:3px 8px;  
}
.cms_todo_name {
float:left;
width:150px;    
}
.cms_todo_desc {
float:left;
width:300px;    
}
.cms_todo_parent {
float:left;
width:200px;    
}
.cms_todo_user {
float:left;
width:100px;    
}
.cms_todo_done {
text-decoration: line-through;    
}
div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
 background: #FFFFFF;
 font-size: 10px;
 padding: 0px;
}
div.datepicker table {
 font-size: 10px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 width: 180px;
}
div.datepicker table thead tr th {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 0px;
 margin: 0px;
}
div.datepicker table tbody tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker table tbody tr td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker table tbody tr td:hover,
div.datepicker table tbody tr td.outbound:hover,
div.datepicker table tbody tr td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker table tbody tr td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker table tbody tr td.outbound {
 background: #e8e4e4;
}
div.datepicker table tbody tr td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}
div.datepicker table tbody tr td.nclick,
div.datepicker table tbody tr td.nclick_outbound {
 cursor:default; color:#aaa;
}
div.datepicker table tbody tr td.nclick_outbound {
 background:#E8E4E4;
}
div.datepicker table tbody tr td.nclick:hover,
div.datepicker table tbody tr td.nclick_outbound:hover {
 border: 1px #eaeaea solid;
 background: #FFF;
}
div.datepicker table tbody tr td.nclick_outbound:hover {
 background:#E8E4E4;
}
div.datepicker table tfoot {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 0px;
}


.at_red {
    color:red;
}
.at_green {
    color:green;
    font-size:20px; 
}
.at_blue {
    color:blue;
}

#cms_top_bar {
    height:40px;
    width:100%;
    box-shadow: 0px 1px 8px #888888;
    -moz-box-shadow:0 1px 8px #888888;
    -webkit-box-shadow:0 1px 8px #888888;
    border-bottom: 1px solid #BBB;
    margin-bottom:10px;
}

.cms_tb_nav {
    margin: 0;
    padding: 8px 6px 0;
   /* background: transparent url(/img/topbar/gradient.png) repeat-x 0 -110px;*/
    line-height: 100%;
    vertical-align:middle;
    
line-height:100%;
margin:0 0 0;
padding:6px 6px 0;
top:0;
vertical-align:middle;    
/*
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    */
}
.cms_tb_nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
    text-align:left;
}


/* main level link */
.cms_tb_nav a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding:  8px 20px;
    margin: 0;
    background-color:#BBBBBB;
    color:#FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
.cms_tb_nav a:hover {
    background: #000;
    color: #fff;
}

/* main level link hover */
.cms_tb_nav .current a, .cms_tb_nav li:hover > a {
    background: #666 url(/img/topbar/gradient.png) repeat-x 0 -40px;
    color: #444;
    border-top: solid 1px #f8f8f8;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);

    text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
.cms_tb_nav ul li:hover a, .cms_tb_nav li:hover li a {
    background: none;
    border: none;
    color: #666;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.cms_tb_nav ul a:hover {
    background: #0078ff url(/img/topbar/gradient.png) repeat-x 0 -100px !important;
    color: #fff !important;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
.cms_tb_nav li:hover > ul {
    display: block;
}

/* level 2 list */
.cms_tb_nav ul {
    display: none;

    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #ddd url(/img/topbar/gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;
    z-index:10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
.cms_tb_nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

.cms_tb_nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
.cms_tb_nav ul ul {
    left: 181px;
    top: -3px;
}

/* rounded corners of first and last link */
.cms_tb_nav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;

    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}
.cms_tb_nav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;

    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}

/* clearfix */
.cms_tb_nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.cms_tb_nav {
    display: inline-block;
} 
ul.cms_tb_nav_single {
    padding:0;
}
.cms_tb_nav_single li {
    margin:0;
}
/*
html[xmlns] .cms_tb_nav {
    display: block;
}
 */
* html .cms_tb_nav {
    height: 1%;
}
.mgs_title {
left:0;
position:absolute;
top:0px;
}
.mgs_title div.small {
}
.mgs_display {
position:relative;
}
.mgs_display img {
position:absolute;
top:0;
left:0;
}
.mgs_thumbs {
bottom:10px;
left:658px;
position:absolute;
width:280px;
z-index:1;
}
.mgs_thumb {
float:left;
height:60px;
margin-left:5px;
margin-top:5px;
width:60px;
opacity:0.4;
}
.mgs_thumb:hover, .mgs_thumb_selected{
opacity:1;
}
.no_mgs_thumbs {
bottom:0;
margin-left:8px;
position:absolute;
}
.mgs_show {
height:380px;
left:0;
position:absolute;
top:0;
width:929px;
}
.mgs_title {
position:absolute;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;	
	background: #f5f5f5 url(/cssl/images/head-bg.png) top repeat-x;
	margin:20px 0 0 0;
	line-height:18px;
}
h1{ font-size:17px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h2{ font-size:16px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h3{ font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

/*Reset*/
*{margin:0; padding:0;}
ul,ul li{list-style:none}
a{text-decoration:none; color:#000; outline: none; }
a:hover{text-decoration:underline}
img{border:0;}

/*Layout*/
#wrapper {
	width: 960px;
	margin: 0px auto;
}
#header{
	width:960px;
	height:147px;
	background:url(/cssl/images/adress-bg.png) 0 100px no-repeat;
	position:relative;
}
#logo {
	margin:20px 0 -14px;
	border:0;
	display:block;
	width:272px;
	height:72px;
	float:left;
}
#submenu{
float:right;
overflow:visible;
padding:0 24px 0 0;
position:absolute;
right:0;
text-align:right;
top:30px;
width:620px;
z-index:100;
}
#submenu a{
	color:#575757;
	font-weight:bold;
}
#language{
	margin:10px 0;
	background:#CCCCCC;
}
#adress{
float:left;
font-size:11px;
height:40px;
overflow:hidden;
padding:29px 0 0 20px;
width:630px;
}
#program{
	width:300px;
	float:right;
	padding: 0px 0 0 0;
}
.toppad30{
	padding-top:39px;
}
#carousel{
	padding-bottom:10px;
	background: #f5f5f5;
	overflow:hidden;
    position:relative;
    height:294px;
}

/*Product Program Icons*/
#progicons{
	padding:0 0 0 7px;
}
#progicons li, #progicons li a{
	width:75px;
	height:69px;
	margin-right:0;
	overflow:hidden;
}
#progicons li a{
	display: block;
	text-indent: -9999px;
	background: transparent url(/cssl/images/icons_product.png) no-repeat;
}
#progicons #prenap a{ background-position: -79px -4px; }
#progicons #strelov a{ background-position: 0 -4px; }
#progicons li#prenap.current a{	background-position: -79px -83px; }
#progicons li#strelov.current a{ background-position: 0 -83px; }

/*Main Navigation Menu*/
#navigation{
	width:960px;
	display:block;
	height:42px;
	background:url(/cssl/images/menu-bg.png) no-repeat;
	overflow: hidden;
}
#navigation li{
	line-height:3.8em;
}
#navigation li,#navigation li a{
	height:42px;
}
#navigation li{
	background:url(/cssl/images/separator-menu.png) top right no-repeat;
	padding:0;
	margin:0;
	padding-right:2px;
}
#navigation li a{
	display:block;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	padding:0 10px 0 10px;
	margin:0;
}
#navigation li a:hover{
	text-decoration:none;
	background: url(/cssl/images/menu-bg-over1.png) -10px 0 no-repeat;	
}
#navigation li.first a:hover {
	background-position: 0 0;	
}
#navigation li.active a{
	background: url(/cssl/images/menu-bg-over1.png) -10px -42px no-repeat;		
}
#navigation li.first a{
	background-position: 0 -42px;		
}

/*Client Type Menu*/
#clientmenu{
	width:326px;
	height:294px;
	background: url(/cssl/images/clients-menu.png) 0 0 no-repeat;
	margin:0;
	padding:0 0 0px 0;
	position:relative;
}
#clientmenu.small{
    height:82px;
    background:none;
}
#clientmenu h2 a,
#clientmenu li{
	color:#fff;
}
#clientmenu li{
	height:72px;
	margin:0 0 2px 0;
	position:relative;
	overflow:hidden;
}
#clientmenu h2 {
	margin-left:10px;
	padding-top:5px;
	display:block;
}
#clientmenu span,
#clientmenu span a{
	color:#fff;
	font-size:11px;
	line-height:1.2em;
}
#clientmenu span{
	display: inline-block;
	padding: 3px 72px 5px 10px;
	}

#clientmenu li.iskanje{
	background: url(/cssl/images/clients-menu.png) -331px -222px no-repeat;
	height:72px;
}
.invlink{
	position: absolute;
	width: 72px;
	height: 72px;
	background: url(/cssl/images/clients-menu.png) -257px 0 no-repeat;
	right: 0;
	top: 0;
	overflow: hidden;
}
.invlink2{ background-position: -257px -74px; }
.invlink3{ background-position: -257px -148px; }

a:hover.invlink {
	text-decoration:none;
}
.field{ 
	width:240px;
	height:25px;
	border:0;
	background: none;
	margin: 10px 0 0 0px;
	padding: 4px 2px 5px 18px;
	font-size:16px;
	line-height:1.2em;
	}
#searchbtn{
	cursor:pointer;
	background: transparent url(/cssl/images/clients-menu.png) no-repeat scroll -594px -257px;
	border:0 none;
	text-indent: -9999px;
	line-height:2em;
	width:25px;
	height:25px;
	position: absolute;
	right: 36px;
	top: 35px;
	overflow: hidden;
}
/*Select Box for Language menu*/
div.selectbox-wrapper {
  position:absolute;
  width:87px;
  background-color:white;
  border:0px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
#langchange label {
    display: block;
}
.selectbox 
{
  margin: 0px 0px 10px 5px;
  padding-left:17px;
  width : 87px; 
  display : block;
  text-align:left; 
  background: url(/cssl/images/arrow_lang.png) no-repeat  left;
  cursor: pointer;
  border:0px solid #D1E4F6;
  color:#333;
}

/*Page Investitorji*/
.page-investitorji #clientmenu{	background-position:-330px 0; }
.page-investitorji #clientmenu li.investitorji{	background: url(/cssl/images/clients-menu.png) 0 0 no-repeat; }
.page-investitorji .invlink2,
.page-investitorji .invlink3{ background-position: -583px -74px; }
.page-investitorji #clientmenu .projektanti span,.page-investitorji #clientmenu .projektanti span a,
.page-investitorji #clientmenu .projektanti h2,.page-investitorji #clientmenu .projektanti h2 a,
.page-investitorji #clientmenu .izvajalci span,.page-investitorji #clientmenu .izvajalci span a,
.page-investitorji #clientmenu .izvajalci h2,.page-investitorji #clientmenu .izvajalci h2 a{
	color:#575757;
}
/*Page Projektanti*/
.page-projektanti #clientmenu{ background-position:-330px 0; }
.page-projektanti #clientmenu li.projektanti{ background: url(/cssl/images/clients-menu.png) 0 -74px no-repeat; }
.page-projektanti .invlink,
.page-projektanti .invlink3{background-position: 0 -584px;}
.page-projektanti .invlink2{ background-position: -656px -74px;}
.page-projektanti #clientmenu .investitorji span,.page-projektanti #clientmenu .investitorji span a,
.page-projektanti #clientmenu .investitorji h2,.page-projektanti #clientmenu .investitorji h2 a,
.page-projektanti #clientmenu .izvajalci span,.page-projektanti #clientmenu .izvajalci span a,
.page-projektanti #clientmenu .izvajalci h2,.page-projektanti #clientmenu .izvajalci h2 a{
	color:#575757;
}
/*Page Izvajalci*/
.page-izvajalci #clientmenu{ background-position:-330px 0; }
.page-izvajalci #clientmenu li.izvajalci{ background: url(/cssl/images/clients-menu.png) 0 -148px no-repeat; }
.page-izvajalci .invlink,
.page-izvajalci .invlink2{background-position: 0 -584px;}
.page-izvajalci #clientmenu .investitorji span,.page-izvajalci #clientmenu .investitorji span a,
.page-izvajalci #clientmenu .investitorji h2,.page-izvajalci #clientmenu .investitorji h2 a,
.page-izvajalci #clientmenu .projektanti span,.page-izvajalci #clientmenu .projektanti span a,
.page-izvajalci #clientmenu .projektanti h2,.page-izvajalci #clientmenu .projektanti h2 a{
	color:#575757;
}


/*Body*/
#body{
	background:#fff;
	width:960px;
	overflow:hidden;
}

/*Content*/
#content{
	margin:0;
	padding:25px;
	width: 660px;
	color:#575757;
	overflow:hidden;
}
#content h1{ font-size:17px; color:#000; line-height:23px; margin-bottom:15px; font-weight:normal;}
#content h2{ font-size:14px; text-transform:uppercase; line-height:18px;}
#content h3{ margin-bottom:8px;}
#content h4{margin-bottom:8px;}
#content h5{margin-bottom:8px;}
#content p{ font-size:12px; line-height:18px; margin-bottom:10px;}

#content ul{
	margin:12px 0 15px 0;
	}
#content ul.bullet li{
	background: url(/cssl/images/bullet-green.gif) 0 7px  no-repeat;
	padding-left:15px;
	line-height:18px;
	}
#content ul li{
	background:  url(/cssl/images/bullet-arrow.gif) 0 7px  no-repeat;
	padding-left:12px;
	}
#content ol li {
list-style-position:inside;
list-style-type:inherit;
margin-left:20px;    
}	
#content .gallery img{
	padding:4px;
	background:#fff;
	border:1px solid #e4e4e4;
	margin-bottom:18px;	
}
#content img.fl{
	margin-right:18px;
}
#content img.fr{
	margin-left:18px;
}
#content img.img_align_right {
    float:right;
}
#content img.img_align_left {
    float:left;
}
#content .subtitle {
font-size:13px;
font-weight:bold;
line-height:22px;
margin-bottom:20px;    
}


#content a{ color:#72be44; font-weight:bold;}

#content.inside{
	width: 730px;
	padding:0 25px 25px;
}
#content.narrow-inside{
padding:0 25px 25px;
width:488px;
}
#breadcrumbs{
	margin:0 0 25px 0;
	padding:10px 0;
	background:url(/cssl/images/dot-line-bg.gif) bottom repeat-x;
}
#breadcrumbs,#breadcrumbs a{
	font-size:11px;
	font-weight:normal;
}
/*News*/
.newshead {
    background:url(/cssl/images/news-head-bg.png) top left no-repeat;
    margin:0;
    padding:15px;
}
.news h3{
margin-bottom:20px;
margin-top:-30px;
}
.news{
	width:231px;
	overflow: hidden;
	background:#FFF url(/cssl/images/news-bottom-bg.png) 0 bottom no-repeat;
	margin:20px 10px 10px 0;
	padding:0 0 10px 0;
}
.news a{
	color:#72be44;
}
.newsbody{
	padding:1px 15px;
	border:1px solid #e4e4e4;
	border-top:0;
	border-bottom:0;
	line-height:18px;
	color:#575757;
}
.date{
	color:#acacac;
	line-height:12px;
}
.newsbody h4,.newsbody h4 a{
	font-size:13px;
}
.newsbody h4{
	margin-bottom:5px;
	}
.newsbody p{
	margin-bottom:10px;
	}
.item{
	padding:10px 0 15px 0;
	
}
/*Side Menu*/
#body.side{
	background: #fff url(/cssl/images/side-menu-bg.png) 130px top repeat-y;
}
#side-menu{
	width: 180px;
	color:#575757;
	overflow:hidden;
}
#side-menu ul{
	margin:3px 10px;
	line-height:15px;
	font-size:13px;
	color:#000;
}
#side-menu ul li{
	background:transparent url(/cssl/images/dot-line-bg.gif) repeat-x scroll center bottom;
	padding:9px 0 13px 0;
}
#side-menu ul li.selected{
	background: url(/cssl/images/arrow-black.png) 150px 16px no-repeat;
}
#side-menu ul ul{
	margin:0px 0 0 10px;	
}
#side-menu ul ul a{
	font-size:13px;
	color:#8f8f8f;
}
#side-menu ul ul li{
	background:none;
	padding:0;
	margin:10px 0;
}

/*Footer*/
#footer{
	background:url(/cssl/images/footer-bg.png) no-repeat;
	height:52px;
	padding:18px 25px;
}
#footer,#footer a{
	color:#575757;
	font-size:11px;
}
#footer .fl ul {
    
}
#footer .fl li {
display:inline;    
}
/*Global Class*/
.green{color:#72be44;}
.grey{ color:#575757;}

.vernav li{
	float:left;
	margin-right:.5em;
}

.box320{ width:320px;}

.padtop10{ padding-top:10px;}
.padtop20{ padding-top:20px;}
.padtop30{ padding-top:30px;}
.padleft20{ padding-left:20px;}

.fl { float:left;}
.fr { float:right;}
.clr{ clear:both;}

/* Menu Drop Down */
#wrapper #navigation .dd_menu {
padding:10px 12px 28px;
position:absolute;
width:340px;
z-index:10;
background:transparent url(/cssl/images/dropdown.png) no-repeat scroll center bottom;
white-space:normal;
}
#navigation .dd_menu ul {
    
}
#navigation .dd_menu li {
background-color:transparent;
background-image:none;
border-left:1px solid #CCCCCC;
float:left;
height:auto;
line-height:15px;
margin-left:0;
padding-left:10px;
width:160px;
}
#navigation .dd_menu li.first {
border:medium none;
margin-left:0;
padding-left:0;   
}
#navigation .dd_menu ul ul {
margin-top:8px;    
}
#navigation .dd_menu li li {
background:transparent url(/cssl/images/bullet-arrow.gif) no-repeat scroll 0 5px;
border:medium none;
float:none;
margin-bottom:5px;
margin-left:5px;
padding-left:12px;
width:auto;
}
#wrapper #navigation .dd_menu a {
display:inline;
padding:0;   
background:transparent none repeat scroll 0 0;
}
#wrapper #navigation .dd_menu a:hover {
background:transparent none repeat scroll 0 0;
text-decoration:underline;    
}

#wrapper #navigation .dd_menu li a {
font-size:14px;
}
#wrapper #navigation .dd_menu li li a {
font-size:12px;
color:#444;
}
#wrapper #navigation .dd_menu li a {
font-size:14px;
}
#wrapper #navigation .dd_menu li li a {
font-size:12px;
color:#444;
}
#wrapper #navigation .dd_menu a.more {
font-size:12px;    
}
/* top menu */
#submenu ul.top_menu {
display:inline;
text-align:right;    
}
#submenu .top_menu li {
display:inline;
float:none;
margin-left:0;
margin-right:0;
text-align:right;   
}
#submenu .top_menu li.first {
    
}
/*Right Column*/
.rc {
width:241px;
}
/*Image gallery */
.cms_o_image_thumb {
float:left;
margin-right:8px;
width:108px;    
}
.gallery {
    
}
/*Search Results*/
.search_results h3 {
margin-bottom:5px;
margin-top:20px;    
}
.search_results div {
}
/*Lists*/
.list_item {
margin-bottom:20px;
width:100%;
}
.more_links {
font-size:12px;
line-height:25px;
}
#wrapper #navigation .more_links a {
color:#000000;
font-size:12px;
font-weight:bold;
height:auto;
line-height:15px;    
}
#content .more_link a {
    font-weight: normal;
}
#content .list_item p {
margin-bottom:0px;
}
/*Tables*/
#content td {
    vertical-align: top;
}
/*Highslide*/
.highslide img {
border:1px solid #E4E4E4;
padding:4px;
}
/*MomoShow*/
.mgs_show {
height:294px;
position:relative;
width:628px;
}
.mgs_thumbs{
top:258px;
left:340px;
position:absolute;
width:280px;
z-index:1;
}
.mgs_thumb {
float:right;
height:20px;
margin-right:2px;
margin-top:2px;
opacity:1;
width:20px;
}
.mgs_title {
background-image:url(/cssl/images/caption_bck.png);
background-position:left bottom;
background-repeat:no-repeat;
color:white;
font-family:"Times New Roman",Times,serif;
font-size:30px;
font-style:italic;
left:0;
line-height:30px;
padding:10px 20px;
position:absolute;
top:244px;
width:600px;
height:30px;
}
.mgs_display img {
    position: absolute;
    top:0;
    left:0;
}
.title_small {
color:white;
font-family:"Times New Roman",Times,serif;
font-size:25px;
font-style:italic;
left:0;
line-height:25px;
padding:10px 20px;
position:absolute;
top:10px;
width:600px;
}
/*Searchresults*/
#search_results h3 {
    margin-top: 15px;
}
.required_star {
    color:#CC0000;
}
fieldset {
    border:none;
}
legend {
    font-weight: bold;
    margin-bottom:5px;
}
#ts_select{
    
}
#ts_select a{
background-color:#DDDD88;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
color:#555555;
display:block;
float:left;
margin-right:4px;
padding:2px 5px;
position:relative;
top:1px;    
}
#ts_select a.ts_selected{
background-color:#FFFF99;    
}
#ts_select div.ts_box{
background-color:#FFFF99;
border:1px solid #DDDDDD;
padding:0;
width:100%;
clear:both;    
}
.prev_next_object {
background:transparent url(/cssl/images/dot-line-bg.gif) repeat-x scroll center top;
font-size:11px;
margin-top:10px;
padding-top:5px;    
}
.event_date {
color:#AAAAAA;
font-size:11px;
margin-bottom:7px;    
}
.nowrap {
    white-space: nowrap;
}
#content .cms_sitemap li a {
font-size:20px;
font-weight:normal;
line-height:24px;    
}
#content .cms_sitemap li li a {
font-size:12px;
font-weight:bold;
line-height:18px;    
}
#content .cms_sitemap li li li a {
color:#888888;    
font-weight:normal;
}
#content .cms_checkbox {
    clear:left;
    margin:2px 5px 0 2px;
}
