@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;
    display:none;
}

.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 {
margin-bottom:10px;
margin-top:0;
padding:0;
text-align:left;
width:800px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background:#F8F8F8 url(/img/topbar/gradient.png) repeat-x scroll 0 -20px;
-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.4);
box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.4);
position:relative;
}
#dialog_box_content .cms_form {
}

.cms_header {
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius-bottomleft:0;
-webkit-border-radius-bottomright:0;
-webkit-border-radius-topleft:10px;
-webkit-border-radius-topright:10px;
background:#0078FF url(/img/topbar/gradient.png) repeat-x scroll 0 -100px;
color:#FFFFFF !important;
text-shadow: 0 1px 1px rgba(0,0,0, .4);
font-size: 16px;
font-weight: bold;
padding:5px;
text-align:center;
cursor: move;
}
.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:10px;
padding-top:10px;
width:97%;
}
.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:4px 10px 2px;

-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-webkit-border-radius-bottomleft:0;
-webkit-border-radius-bottomright:0;
-webkit-border-radius-topleft:3px;
-webkit-border-radius-topright:3px;
background:#CCCCCC url(/img/topbar/gradient.png) repeat-x scroll 0 -100px;
color:#FFFFFF !important;
}
.cms_ob_tab a {
	color:#333;
	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 {
	text-align: right;
	font-size: 11px;
	color: #999999;
    padding:0 10px;
}
.cms_ob_body_middle {
    overflow:auto;
    padding:0 10px;
}
.ob_explore {
    padding-left:25px;
}
.cms_ob_body_w {
width:100%;
}
.cms_gui_menu {
padding:7px;
position:absolute;
text-transform:none;
width:200px;
z-index:10;
text-align:left;
text-indent: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_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:#FFFFFF;
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_object_browser {
opacity:1;
padding:0px;
position:absolute;
width:300px;
z-index:10;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background:#F8F8F8 url(/img/topbar/gradient.png) repeat-x scroll 0 -20px;
-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.4);
box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.4);
}
.cms_ob_title {
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius-bottomleft:0;
-webkit-border-radius-bottomright:0;
-webkit-border-radius-topleft:10px;
-webkit-border-radius-topright:10px;
background:#0078FF url(/img/topbar/gradient.png) repeat-x scroll 0 -100px;
color:#FFFFFF !important;
text-shadow: 0 1px 1px rgba(0,0,0, .4);
font-size: 16px;
font-weight: bold;
padding:5px;
text-align:center;
margin:0 -10px;
cursor:move;
}

.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:10px;    
}
.cms_objectid_text {
background-color:#EEEEEE;
border:1px solid #777777;
height:20px;
padding:0 5px;
width:97%;    
}
.objectid a {
    
}
.cms_form .mceLayout {
width:98%; !important
}
.cms_pp_body {
padding:10px;    
}
.cms_popup_position {
top:0;    
position: absolute;
}

.cms_form_pp_buttons .cms_popup_position {
left:-600px;
top:40px;
}
.cms_form_pp_buttons .cms_pp_button_inline {
    margin-left:5px;
}

.cms_form_pp_buttons {
position:absolute;
right:5px;
top:34px;
}

.cms_popup_position .cms_position {
background-color:transparent;
border:none;
margin0;
padding:0px;    
}
.cms_popup_position_button {
position:absolute;   
    background: #bbb url(/img/topbar/gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 5px rgba(0,0,0, .5);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0, .5);
    box-shadow: 0 1px 5px rgba(0,0,0, .5); 
    
padding:2px 5px;
left:0;top:0;
}
.cms_popup_position_button a {
 font-size:10px;   
}
.cms_pp_button_inline {
position: relative;   
display:inline-block; 
}
.cms_autoc_wrap {
position:relative;
}
.cms_autoc {
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);

-moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.3);
background:#E5E5E5 url(/img/topbar/gradient.png) repeat-x scroll 0 0;
left:0px;
top:0;
position:absolute;
width:50%;
z-index:1; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.cms_autoc ul {
list-style:none;
margin:0;
padding:0;
}
.cms_autoc ul li {
list-style:none;
margin:0;
padding:5px 10px;
}
.cms_autoc ul li:hover {
background:#0078FF url(/img/topbar/gradient.png) repeat-x scroll 0 -100px;
}
.cms_autoc ul li a {
color:#333;
text-decoration: none;
}
.cms_autoc ul li:hover a{
color:#FFF;
text-decoration: none;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,aul,aol,ali,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ali{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;}{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g .yui-u{width:48.1%;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;} .yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{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 */

html {
background-color:#FFFFFF;
}

body {
background-color:#FFFFFF;
background-image:url(/cssl/images/di_blue_bck.gif);
background-repeat:repeat-x;
background-position: 0px 40px;
}
.company_box {
background-image:url(/cssl/images/di_box_middle.gif);
background-repeat:repeat-y;
margin-bottom:12px;
/*margin-top:12px;*/
width:655px;
position:relative;
}
.company_box_middle {
background-image:url(/cssl/images/di_box_top.gif);
background-repeat:no-repeat;
min-height:102px;
padding:15px 15px 1px;
position:relative;
}
.company_box_bottom {
background-image:url(/cssl/images/di_box_bottom.gif);
background-repeat:no-repeat;
height:9px;
clear:both;
position:relative;
}
h3 {
font-size:16px;
font-weight:bold;
margin-bottom:14px;
/*margin-top:18px;*/
color:#003399;
margin-top:0px; 
}
.company_box h3, .caption h3 {
font-size:14px; 
}
.company_box .thumb {
    width:115px;
    float:left;
}
.company_box .thumb small {
display:block;
font-size:10px;
line-height:10px;
text-align:center;
width:80px;
}
.company_box .thumb small a {
color:#BBBBBB;
text-decoration:none;
}
.company_box .thumb small a:hover {
color:#E57B47;
text-decoration:none;
}

.company_box .thumb img{
border: 1px solid #EEEEEE;
}

.company_box .address {
    width:450px;
    float:left;
    color:#444444;
}
.company_box .links {
margin-top:5px;
}

.company_box .star {
    position:absolute;
    top:10px;
    right:10px;
  /*  z-index:93;*/
}
.company_box .mag {
position:absolute;
right:17px;
top:61px;
/*z-index:93;*/
}
.company_box .reps {
margin-top:12px;
bottom:0;
/*position:absolute;*/
right:0px;
text-align:left;
/*width:300px;*/
/*z-index:90;*/
color:#BBBBBB;
font-size:10px;
margin-bottom:-8px;
*margin-bottom:0px;
}
.company_box .reps img {
vertical-align:middle;
margin-right:5px;
}
.company_box .reps span {
color:#777777;
font-weight: bold;
font-size:10px;
margin-right: 7px;
}
.desc {
color:#003399;
font-size:15px;
line-height:22px;
font-weight:bold;
}
.important {
background-color:#FFF8BF;
margin-top:16px;
padding:10px;
}
.selected_box {
margin-bottom:12px;
margin-top:0px;
width:230px;
}
.selected_box_middle {
background-image:url(/cssl/images/di_yel_box_middle.gif);
background-repeat:repeat-y;
min-height:100px;
padding:1px 15px 1px 14px;
position:relative;
}
.selected_box_bottom {
background-image:url(/cssl/images/di_yel_box_bottom.gif);
background-repeat:no-repeat;
height:13px;
position:relative;
}
.selected_box_top {
background-image:url(/cssl/images/di_yel_box_top.gif);
background-repeat:no-repeat;
height:21px;
position:relative;
}
.selected_box h3 {
color:#666666;
margin-top:-10px;  
*margin-top:0px;  
margin-bottom:15px;
font-style: italic;
font-size: 14px;
font-weight: normal;
}
.selected_box_middle .item {
color:#003399;
margin: 6px 0px 6px 0px;
border-bottom: 1px solid #BBBBBB;
font-weight: bold;
padding-bottom:1px;
font-size:12px;
}
.selected_box_middle a {
color:#003399;
text-decoration: none;
}
.selected_box_middle a:hover {
color:#E57B47;
text-decoration: none;
}
.selected_box .remove {
color:#CCCCCC;
font-size:10px;
margin-left:4px;
text-decoration:none;
}
.cms_o_company_address {
margin-top:15px;
margin-bottom:15px;
}
.company_desc {
color:#777777;
margin-bottom:15px;
margin-top:15px;
}

#di_companies_list {
    padding-left:15px;
    padding-right:15px;
}
#company_nav {
background-image:url(/cssl/images/di_nav_box.gif);
background-repeat:no-repeat;
height:121px;
width:688px;
padding:8px 15px;
margin-top:15px;
}
.nav_icon {
width:80px;
margin-left:10px;
margin-right:10px;
}
#nav_form {
margin-top:16px;
}
h1, h2 {
display: inline;
color:#FFFFFF;
display:inline;
font-size:22px;
font-weight:normal;
}
h1 {
font-weight:bold;
}
#bd.h2 {
color:#000000;
}

h4 {
background-color:#EAEAE8;
color:#555555;
font-size:12px;
font-weight:bold;
line-height:17px;
margin-bottom:10px;
margin-top:10px;
padding-left:10px;
}
h5 {
font-weight:bold;
}
strong {
font-weight: bold;
}
#right_column h4 {
color:#E18719;
}
a{
color:#E57B47;
text-decoration:underline;
outline: 0;
}
a:hover {
color:#D15918;
}
h1 a, h2 a,h3 a {
text-decoration: none;
}
p {
text-align: left;
margin-top: 8px;
margin-bottom: 8px;
}

#right_column a {
color:#000000;
text-decoration:none;
}
#right_column a:hover {
color:#D15918;
}
#custom-doc {
	width:76.77em;
	*width:74.92em;
	width:998px;
	min-width:998px;
	margin:auto;
	text-align:left;
	min-height:100%;
	font-size:13px;
	line-height:18px;
}
#hd {
border-bottom:5px solid #CCCCCC;
*padding-bottom:5px;
padding-top:0px;
position:relative;    
}
#hd_main {
	height: 135px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 12px;
}
#tools {
color:#616161;
font-size:12px;
padding-right:0;
padding-top:3px;
position:absolute;
right:0;
text-align:right;
top:0;
}
#tools a {
color:#616161;
text-decoration:none;
margin-left:12px;
}
#tools a:hover {
color:#000099;
}
#banner_top {
	position: absolute;
	right: 17px;
	*right:17px;
	top: 25px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 90px;
}
#top_menu {
background-image:url(/cssl/images/di_menutop.gif);
background-repeat:no-repeat;
color:#444444;
font-size:17px;
font-weight:bold;
height:40px;
padding-left:45px;
padding-right:0;
padding-top:9px;
position:absolute;
right:-10px;
text-align:left;
top:40px;
width:360px;
}
#top_menu ul {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
padding-left:0;
}
#top_menu ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#top_menu ul li a {
	color:#444444;
	text-decoration:none;
}
#top_menu ul li.menu_selected a {
    color:#0055BB;
    text-decoration:none;
}
#top_menu ul li a:hover {
	color:#000066;
	text-decoration:none;
}

#motto {
	position: absolute;
	width: 600px;
	left: 234px;
	top: 102px;
	color: #FFFFFF;
	font-size:100%;
}
#search {
	position: absolute;
	width: 212px;
	left: 735px;
	top: 96px;
}
#search input {
	vertical-align: middle;
}
#search .s_search {
	height: 22px;
	width: 22px;
	float: right;
}
#search .s_adv {
	height: 22px;
	width: 13px;
	float: right;
}
#search .s_input {
border:1px solid #ABABAB;
color:#818181;
height:19px;
padding-left:3px;
padding-top:1px;
width:167px;
}
#search_adv {
background-color:#FFFFFF;
border:1px solid #8D8D8D;
font-size:11px;
left:0;
margin-top:0;
padding:3px 10px 10px;
position:absolute;
top:24px;
width:100%;
z-index:100;
}
#top_menu .menu_selected {
	color: #020202;
}
#bd {
margin-top:25px;
*margin-top:15px;
}
#bd .yui-g .fp_col1 {
width:220px;
}
#bd .yui-g .fp_col2 {
width:263px;
}
#bd .yui-g .fp_col3 {
width:273px;
}
#bd .yui-g .fp_col4 {
width:180px;
}
.fp_col1 .fp_col_in {
padding-left:14px;
}
.fp_col2 .fp_col_in {
padding-left:5px;
}
.fp_col3 .fp_col_in {
padding-left:9px;
}
.fp_col4 .fp_col_in {
padding-left:5px;
}
.fp_banner_left {
	margin-bottom: 18px;
}
.fp_box {
	width: 255px;
}
.di_narrow .fp_box {
width:208px;
}
.fp_box_middle {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
}
.di_narrow .fp_box_middle {
	background-image: url(/cssl/images/m_fp_tab_gray_rep_n.gif);
	background-repeat: repeat-y;
}
.fp_box_bottom {
	background-image: url(/cssl/images/m_fp_tab_bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.di_narrow .fp_box_bottom {
	background-image: url(/cssl/images/m_fp_tab_bottom_n.gif);
	height: 6px;
}
.fp_col2 .fp_box .pf_box_top {
	height: 97px;
}
.fp_col3 .fp_box .pf_box_top {
	height: 97px;
}
.fp_box .pf_box_top {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
}
.di_narrow .fp_box .pf_box_top {
background-image:url(/cssl/images/m_fp_tab_gray_rep_n.gif);
background-repeat:repeat-y;
}
.cms_object_browser {
}
.cms_ob_alphabet {
	color: #717171;
}
.cms_ob_alphabet a{
	color: #717171;
}
.cms_ob_alphabet a:hover{
	color:#000066;
}
.cms_ob_body_middle, .cms_ob_body_middle a {
	color: #929292;
	font-size: 93%;
	text-decoration:none;
}
.cms_ob_body_middle a:hover {
	color:#000066;
}

.cms_ob_body_middle div {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
}
.cms_ob_body_middle div.di_ob_rep {
	padding-left:21px;
}
.cms_ob_head {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	color: #000000;
	text-align: left;
	padding-left: 13px;
	font-size: 100%;
	font-weight: bold;
	padding-bottom:12px;
	margin-left:-1px;
}
.ob_select {
	font-weight: bold;
	padding-left: 13px;
	vertical-align: middle;
	margin-bottom:5px;
}
.ob_select div {
margin-bottom:6px;
}
.ob_select select {
	width: 136px;
	margin-right: 12px;
	border:1px solid #000000;
}
.di_narrow .ob_select select {
	width: 95px;
}
.ob_select input {
	width: 130px;
	margin-right: 12px;
	border:1px solid #000000;
	padding:2px;
}
.di_narrow .ob_select input {
	width: 100px;
}
.ob_select label {
	display:block;
	width:89px;
	float:left;
	font-size:100%;
}
.di_narrow .ob_select label {
	width:82px;
	font-size:11px;
}

.ob_select p {
}
.ob_select .button {
margin-left:89px;
*margin-left:92px;
width:136px;
}
.cms_ob_head input {
	width: 130px;
	margin-right: 12px;
	border:1px solid #000000;
	padding:2px;	
    height:14px;
}
.cms_ob_head label {
	display:block;
	width:89px;
	float:left;
	font-size:100%;
}
.di_narrow .cms_ob_head label {
	width:82px;
	font-size:11px;
}
.di_narrow .cms_ob_head input {
width:90px;
}
#ft {
position:relative;
border-top: 1px solid #BBB9BA;
margin-left: 0px;
margin-right: 15px;
margin-top: 20px;
}
#ft div {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 13px;
	color: #A19FA0;
	font-size: 85%;
	padding-bottom: 14px;
	line-height: 170%;
    position:relative;
}
#ft div hr {
background-color: #BBB9BA;
color: #BBB9BA;
height:1px;
}
#ft a {
	color:#A19FA0;
	text-decoration:underline;
	}
#ft a:hover {
	color:#000066;
	}
#ob_company_tabs, #ob_ocene, #ob_praksa, #ob_objave, #ob_forum {
background-color:#EAEAEA;
margin-left:1px;
margin-right:1px;
}
.cms_ob_body_middle .di_ob_main_cat, .cms_ob_body_middle .di_ob_main_cat a {
font-weight:bold;
color:#000000;
}
.cms_ob_body_middle .di_ob_objave_sub_cat {
font-weight:normal;
color:#000000;
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:10px 10px;
background-repeat:no-repeat;
color:#929292;
padding-left:20px;
}
.cms_ob_body_middle .di_ob_objave_sub_cat a {
color:#4E4E4E;
}
.cms_ob_body_middle .di_ob_main_cat a:hover {
color:#000066;
}
.cms_ob_body_middle .di_ob_sub_cat, .cms_ob_body_middle .di_ob_sub_cat a {
font-weight:normal;
color:#000000;
}
.cms_ob_body_middle .di_ob_sub_cat {
padding-left: 5px;    
}
.di_ob_sub_cat .di_ob_company {
padding-left: 5px;    
}


.cms_ob_body_middle {
overflow:hidden;
}
.fp_box .desc {
color:#333333;
font-size:11px;
padding:1px 12px 12px;
}#object_content {
text-align: left;
}

.di_tab {
    height:27px;
    float:left;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/cssl/images/images/tabs_02.gif);
    background-repeat: repeat-x;
    position:relative;
    padding-right:1px;
    color:#999999;
}
#tab_nav .di_tab_selected {
    background-image: url(/cssl/images/images/tabs_act_02.gif);
}

.di_tab_beg_line {
    background-image: url(/cssl/images/images/tabs_03.gif);
    background-repeat: repeat-x;
    width:1px;
    height:27px;
    position:absolute;
}
.di_tab_first .di_tab_beg_line {
    background-image: none;
    background-color: #707170;
}
#tab_nav .di_tab_selected .di_tab_beg_line {
    background-image: url(/cssl/images/images/tabs_act_03.gif);
}
#tab_nav .di_tab_selected_first .di_tab_beg_line {
    background-image: none;
    background-color: #98560D;
}
 

.di_tab_inner {
    background-image: url(/cssl/images/images/tabs_07.gif);
    background-repeat: repeat-x;
    height:21px;
   /* padding-left:8px;*/
    padding-top:4px;
    border-bottom: 1px solid #747474;
   /* border-left: 1px solid #747474;*/
    border-top: 1px solid #575857;
   /* text-align:center;*/
}
#tab_nav .di_tab_selected .di_tab_inner {
    background-image: url(/cssl/images/images/tabs_act_07.gif);
    border-bottom: 1px solid #DB750A;
    border-top: 1px solid #9B6E27;
}

.di_tab_inner span {
    margin-left: 0px;
    display:block;
    text-align:center;
}
.di_tab a {
color:#FFFFFF;
text-decoration:none;
}
div.Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:502px;
	height:408px;
}

.s2-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:87px;
	height:27px;
}

.s2-02_ {
	position:absolute;
	left:87px;
	top:0px;
	width:196px;
	height:27px;
}

.s2-03_ {
	position:absolute;
	left:283px;
	top:0px;
	width:74px;
	height:27px;
}

.s2-04_ {
	position:absolute;
	left:357px;
	top:0px;
	width:68px;
	height:27px;
}

.s2-05_ {
	position:absolute;
	left:425px;
	top:0px;
	width:77px;
	height:27px;
}

.s2-06_ {
	position:absolute;
	left:0px;
	top:27px;
	width:502px;
	height:5px;
}

.s2-07_ {
	position:absolute;
	left:0px;
	top:32px;
	width:502px;
	height:65px;
	background-image: url(/cssl/images/images/s2_10.gif);
	background-repeat: repeat-y;
}

.s2-08_ {
	position:absolute;
	left:0px;
	top:36px;
	width:502px;
	height:66px;
}

.s2-09_ {
	position:absolute;
	left:0px;
	top:102px;
	width:502px;
	height:3px;
}

.s2-10_ {
	position:absolute;
	left:0px;
	top:105px;
	width:502px;
	height:303px;
}
.tabs_head {
	position: relative;
	height: 32px;
}
.tabs_head img {
vertical-align: top;
}
#tab {

}
.tab_content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
}

.di_narrow {
	padding-left:12px;
}
.di_product {
	margin-bottom: 4px;
	background-image: url(/cssl/images/bullet_square_black.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;	
	padding-left: 15px;
    position:relative;
}
.di_product_name {
	font-weight: bold;
	margin-bottom:5px;
}
.company_subtitle {
display:block;
font-weight:normal;
}
.tab_content ul, .di_product ul {
margin-bottom:5px;
margin-top:5px;
padding-left:0px;
margin-left:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;	
}
.tab_content li, .di_product li {
background-image:url(/cssl/images/bullet_square_black_small.gif);
background-position:0 4px;
background-repeat:no-repeat;
list-style-image:none;
list-style-type:none;
margin-left:0;
padding-left:15px;
position:relative;
}
.gallery div.cms_o_attachment {
background-color:#FFFFFF;
/* border:1px solid #BBBBBB; */
float:left;
height:65px;
margin-bottom:4px;
margin-right:4px;
width:80px;
}
div.cms_o_attachment_gallery {
/* border:1px solid #BBBBBB;*/
}

.gallery {
    margin-top: 0px;
    width:100%;
    *padding-bottom:8px;
}	    
.gallery_inner {
padding-top:0px;
padding-bottom:8px;
padding-right:8px;
}
.tab_inner {
padding: 8px;
}
div.company_name {
font-size:13px;
font-weight:bold;
margin-bottom:5px;
} 
div.cms_o_attachment_logo {
margin-bottom:26px;
}
.highslide img {
cursor:url(/js/highslide4/graphics/zoomin.cur), pointer;
border:none;
}
.highslide-active-anchor img {
visibility:visible;
}
.tabs_head ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs_head a {
	display: block;
}
.tabs_head li ul {
	position: absolute;
	left: -999em;
	width:200px;
	background-color:#2C2C2C;
/*	margin-top:5px;*/
	border-left:1px solid #484848;
	border-bottom:1px solid #484848;
	border-right:1px solid #484848;
}
.tabs_head li:hover ul, .tabs_head li.sfhover ul {
	left: auto;
}
.tabs_head li {
z-index:10;
}
.tabs_head li li {
background-image:url(/cssl/images/bullet_dropdown.gif);
background-position:5px 5px;
background-repeat:no-repeat;
border-bottom:1px solid #171717;
color:#CACACA;
font-size:11px;
padding-left:15px;
}
.tabs_head li li a {
color:#CACACA;
text-decoration:none;
}
.tabs_head li li a:hover {
color:#FFA719;
}
.cms_ob_alphabet {
color:#999999;
font-size:11px;
font-weight:bold;
line-height:15px;
padding-left:5px;
padding-top:0;
}
.cms_ob_hidden {
padding-top:10px;
background-color:#EAEAEA;
font-weight:bold;
text-align:center;
margin-left:1px;
margin-right:1px;
}
.cms_ob_hidden a {
color:#666666;
}
#right_column .cms_o_attachment_gallery {
margin-bottom:20px;
}
.cms_ob_alphabet_letter a {
	text-decoration:none;
	}
div.di_ob_rep {
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:10px 10px;
background-repeat:no-repeat;
color:#929292;
}
div.di_ob_rep a {
color:#929292;
}
.di_ob_ocene a {
	color:#828282;
}
.di_ob_ocene_demo a {
	color:#B7B7B7;
}
#user_info {
margin-bottom:0px;
}
.cms_ob_head {
padding-bottom:10px;
}
.cms_ob_body_middle div div {
padding-bottom:4px;
padding-left:0px;
padding-top:4px;
}
#ob_company_tabs .cms_ob_body_middle .di_ob_company_pad {
padding-left: 10px;
}

#bd #ob_company_tabs .di_ob_company, #bd #ob_company_tabs .di_ob_ocene {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #F4F4F4;
    color:#929292;
}
#bd #ob_company_tabs .di_ob_company a, #bd #ob_company_tabs .di_ob_ocene a {
    color:#929292;
}
#custom-doc #cd_inner #bd .fp_box .fp_box_middle .cms_ob_selected a {
font-weight: bold;
color: #E18719;
}
#ob_praksa {
padding-right:8px;
padding-left:8px;
padding-top:8px;
}
#ob_praksa ul {
list-style-position:outside;
margin-bottom:8px;
margin-top:4px;
padding-left:20px;
margin-left:0px;
}
#ob_praksa a {
text-decoration: none;
}
#ob_praksa .menu_selected a{
font-weight: bold;
color:#E18719;
}
#ob_praksa .menu_not_selected a{
font-weight: normal;
color:#828282;
}
.di_wide {
padding-left:12px;
}
.di_oi_table {
width:100%;
font-size: 12px;
}
.di_oi_table td {
text-align: left;
padding: 4px;
vertical-align:top;
}
.di_oi_table td.di_oi_4col, .di_oi_table td.di_oi_3col {
white-space: nowrap;
}
.di_oi_table select {
width:70px;
}
.di_oi_table .button {
width:70px;
border:1px solid #000000;
padding:2px;
}
.button:hover {
background-color: #CCCCCC;
}

h2.company_name {
border-bottom:none;
padding-bottom: 0px;
}
.di_title_tool {
width:20px;
margin-left:20px;
float:right;
padding-top:3px;
}
#breadcrumbs {
color:#969696;
font-size:11px;
margin-bottom:12px;
}
#breadcrumbs a {
color:#969696;
}
#breadcrumbs a:hover {
color:#E18719;
}
.di_ui_field {
margin-left: 89px;
}
.di_ui_field span{
background:#E1E1E1 none repeat scroll 0 0;
border:1px solid #2F2F2F;
color:#030303;
display:block;
font-weight:normal;
height:18px;
padding-left:4px;
width:129px;
overflow:hidden;
}
#bd .ob_search_button {
border:1px solid #000000;
height:20px;
margin-left:89px;
margin-right:12px;
margin-top:5px;
padding:1px;
width:136px;
}
#bd .di_narrow .ob_search_button {
margin-left:82px;
width:96px;
}
table.cms_forum_cats {
width:100%;
}
table.cms_forum_cats .cms_table_head {
background:#B7B7B7 none repeat scroll 0 0;
font-weight:normal;
}
table.cms_forum_cats thead td {
border:medium none;
}
table.cms_forum_cats .cms_table_body .row_1 {
background-color:#FFFFFF;
}
table.cms_forum_cats .cms_table_body .row_2 {
background-color:#FFFFFF;
}
table.cms_forum_cats h3 {
margin-bottom:0;
margin-top:5px;
font-size:13px;
}
table.cms_forum_cats p {
margin: 0;
}

table.cms_forum_topics {
width:100%;
}
table.cms_forum_topics .cms_table_head {
background:#B7B7B7 none repeat scroll 0 0;
font-weight:normal;
}
table.cms_forum_topics thead td {
border:medium none;
}
table.cms_forum_topics .cms_table_body .row_1 {
background-color:#FFFFFF;
}
table.cms_forum_topics .cms_table_body .row_2 {
background-color:#FFFFFF;
}
table.cms_forum_topics h3 {
margin-bottom:0;
margin-top:5px;
font-size:13px;
}
table.cms_forum_topics p {
margin: 0;
}
.cms_position_array {
width:100%;
}
#bd .cms_ob_forum_cat {
border-bottom:1px solid #FFFFFF;
font-size:13px;
margin-left:-5px;
padding-bottom:5px;
padding-left:7px;
padding-top:5px;
}
#bd .cms_ob_forum_cat a{
}
#bd .cms_ob_forum_cat a:hover {
}
#bd .cms_ob_faq_label {
color:#AAAAAA;
font-size:11px;
font-style:italic;
margin-top:30px;
}
.cms_comment_head {
float:left;
width:218px;
font-size:13px;
font-style:normal;
margin-bottom:0px;
}
.cms_comment_body {
background:none;
border:none;
margin:0 0 0 220px;
padding:0px;
}
.cms_comment_body h3 {
font-size:13px;
margin-bottom:5px;
margin-top:0;
}
.cms_comment_author {
font-weight:normal;
}
.cms_o_forumtopic,.cms_o_forumpost {
border-bottom:1px solid #BEB9B3;
padding:10px;
}
.cms_forumpost_row_1 {
background-color: #F6F1EB;
}
.cms_forumpost_row_0 {
background-color: #FFFFFF;
}
.di_forum_topic_head {
background:#B7B7B7;
padding:3px 10px;
}
html body #wait_box {
background-color:transparent;
background-image:url(/cssl/images/di_loading_bck.png);
*background-image:url(/cssl/images/di_loading_bck.gif);
background-repeat:no-repeat;
border:medium none;
height:80px;
padding:0;
text-align:left;
width:230px;
}
html body #wait_box img {
left:22px;
position:relative;
top:24px;
}
.di_table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.di_table td {
    border: 1px solid #000000;
    padding-bottom:3px;
    padding-left:8px;
    padding-right:3px;
    vertical-align: top;
}
.di_table_layout {
    text-align: left;
    vertical-align: top;
}
.di_table_layout td {
    border: none;
    vertical-align: top;
}
.di_table_icons {
    text-align: left;
    vertical-align: top;
    margin-top: 14px;
}
.di_table_icons td {
    border: none;
    vertical-align: top;
}
.di_table_icons tr {
margin-top:15px;
}
.di_table_icons p {
margin-top:0px;
margin-bottom:12px;
}
.di_table_gp_head {
background-color:#F5DBBA;
}
.di_table_gp h3 {
color:#E2851B;
margin-top:10px;
}
.di_table_gp {
font-size:11px;
line-height:14px;
text-align:left;
vertical-align:top;
}
.di_table_gp td {
    border-bottom: 1px solid #BFBFBF;
    vertical-align: top;
    padding-right:10px;
    padding-bottom:10px;
}
.di_table_gp ul {
margin-left:0;
padding-left:15px;
}
.di_table_gp li {
}
.list_item .thumbnail {
height:75px;
margin-bottom:0;
margin-right:10px;
margin-top:4px;
padding-bottom:0;
width:80px;
float:left;
}
.small_thumb .thumbnail {
height:48px;
width:64px;
}
.list_item .content_with_image {
padding-left:90px;
}
.small_thumb .content_with_image {
padding-left:80px;
}
.list_item h4 {
margin-bottom:0;
margin-top:4px;
}
.list_item h3 {
margin-bottom:0;
margin-top:4px;
}
.list_item p {
margin-bottom:2px;
margin-top:3px;
text-align:left;
line-height:16px;
}
.list_item {
margin-bottom: 18px;
width:100%;
}
.event_date {
color:#787878;
font-size:11px;
}
.more_link {
font-size:11px;
}
.di_og_box_top {
background-image:url(/cssl/images/m_oglas_top.gif);
background-repeat:no-repeat;
width:620px;
height:7px;
}
.di_og_box_bottom {
background-image:url(/cssl/images/m_oglas_bottom.gif);
background-repeat:no-repeat;
width:620px;
height:7px;
margin-bottom:8px;
}
.di_og_box_middle {
background-image:url(/cssl/images/m_oglas_middle.gif);
background-repeat:repeat-y;
width:618px;
padding: 0px 1px;
}
.di_og_box_c {
padding:4px 10px;
}

.di_og_box_middle h2 {
border:medium none;
font-size:14px;
margin-bottom:5px;
margin-left:12px;
margin-top:0;
padding-bottom:0;
}
.di_og_box_middle ul {
margin-left:0;
margin-top:0;
padding-left:19px;
}
.di_og_box_white {
background-color:#FFFFFF;
color:#E0881A;
font-size:14px;
font-weight:bold;
padding:15px 10px 8px 12px;
}
.di_og_box_white div {
float:right;
width:107px;
}
.di_ogl_item {
border-bottom:1px solid #DBDBDB;
margin-bottom:10px;
margin-top:10px;
padding-bottom:10px;
}
.di_ogl_cena {
float:right;
font-weight:bold;
width:100px;
}
.di_ogl_desc {
margin-right: 115px;
}
h3.di_ol_name {
margin-top:0;
font-size:13px;
}
.cms_o_skill_list_objects .cms_o_page_faq h4 {
margin-bottom:4px;
margin-top:4px;
}
.cms_o_skill_list_objects .cms_o_page_faq h4 a {
text-decoration: none;
}
.di_faq_list h3 {
margin-bottom:3px;
}
.info_box {
width:374px;
}
.info_box_top {
height:10px;
background-image:url(/cssl/images/info_box_top.gif);
background-repeat:no-repeat;
}
.info_box_middle {
background-color:#E0E0E0;
background-image:url(/cssl/images/info_box_middle.gif);
background-repeat:no-repeat;
min-height:36px;
padding:5px 10px 5px 60px;
}
.info_box_bottom {
height:8px;
background-image:url(/cssl/images/info_box_bottom.gif);
background-repeat:no-repeat;
}
.info_box_long {
width:605px;
}
.info_box_long_top {
height:10px;
background-image:url(/cssl/images/info_box_long_top.gif);
background-repeat:no-repeat;
}
.info_box_long_middle {
background-color:#E0E0E0;
background-image:url(/cssl/images/info_box_long_middle.gif);
background-repeat:no-repeat;
min-height:36px;
padding:5px 10px 5px 60px;
}
.info_box_long_bottom {
height:8px;
background-image:url(/cssl/images/info_box_long_bottom.gif);
background-repeat:no-repeat;
}
.banner_left {
margin-top:15px;
margin-left:20px;
}
.cms_faq_a {
padding-left:20px;
margin-top:20px;
}
.cms_faq_q {
}
#search_adv_close {
position:absolute;
width:100px;
text-align: right;
right:0px;
font-size: 10px;
padding-right:10px;
}
.cms_form {
width:100%;
}
#user_info #login_div .button {
margin-top:20px;
}
#user_info #login_div .cms_description {
margin-bottom:10px;
}
.fp_box #user_info #login_div .button {
margin-top:0px;
}
.cms_o_form h5 {
color:#E18719;
font-weight:bold;
margin-top:15px;
}
.required_star {
color:red;
}
.cms_button {
height:auto;
padding:2px 20px;
width:auto;
}
.cms_error_description, .error-message {
color:#CC0000;
font-size:12px;
font-weight:bold;
margin-top:2px;
padding-left:0;
}
.static_notice {
}
.di_wide .banner_left {
margin-left:43px;
}
.img_align_left {
float:left;
margin-bottom:3px;
margin-right:10px;
margin-top:3px;
}
.img_align_right {
float:right;
margin-bottom:3px;
margin-left:10px;
margin-top:3px;
}
.cms_position .cms_position {
border-bottom:none;
}
.no_data {
font-style: italic;
color:#999999;
}
label {
color:#333333;
display:block;
font-size:12px;
font-weight:bold;
margin-bottom:2px;
}
.important legend {
color:#003399;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}
.important label {
color:#000000;
font-size:13px;
}
.important .description {
color:#777777;
margin-bottom:15px;
padding-left:23px;
}
.important em {
color:#777777;
display:block;
margin-bottom:18px;
padding-left:24px;
}
.error {
background-color:#FFEFEF;
border:1px solid #FF6F6F;
margin-bottom:10px;
margin-top:10px;
}
#di_email_selected em {
color:#777777;
}
#di_email_selected .error {
background-color:transparent;
border:none;
}
.company {
color:#003399;
font-size:20px;
margin-bottom:22px;
}
.fp {
color:#003399;
font-size:13px;
}
.fp p {
margin-top:0;

}
.fp ul {
color:#888888;
font-size:13px;
margin-bottom:0;
margin-top:0;
}
.fp hr {
background-color:#E1E1E1;
border:0 none;
color:#E1E1E1;
height:1px;
margin-bottom:10px;
margin-top:20px;
}
.fp table {
margin-top:10px;
}
.fp td {
padding-left:53px;
}
.fp td img {
margin-left:-54px;
position:relative;
top:5px;
}

#di_newsletter em {
color:#888888;
display:block;
font-style:italic;
padding-left:0;
margin-bottom:8px;
font-size:13px; 
}
#di_no_selected {
color:#003399;
font-style:italic;
}
#di_no_selected a {
color:#E57B47;
}
.tos {
margin-top:10px;
color:#777777;
}
.company_box  h3 a {
color:#003399;
}
.company_box  h3 a:hover {
color:#E57B47;
}
#title {
position:absolute;
top:86px;
line-height:10px;
}
.checkbox .cms_checkbox {
*float:none;
}
.checkbox label {
*display:inline;
}
.section_body h2 {
color:#000000;
}
.highslide-caption {
text-align: left;
}
.cms_o_skill_list_objects .cms_o_attachment_reference {
width:80px;
float:left;
margin-right:5px;
margin-bottom:2px;
}
.cms_o_skill_list_objects h3 {
}
small {
font-size:9px;
line-height: 12px;
}
.cms_o_skill_list_objects .cms_o_action {
border-bottom:1px solid #DDDDDD;
margin-bottom:10px;
}
.cms_o_skill_list_objects {
margin-bottom:15px;
}
.cms_o_skill_list_objects h4 {
margin-top:0px;
}
.di_gal_item {
border:1px solid #CCCCCC;
float:left;
font-size:9px;
height:128px;
line-height:13px;
margin-bottom:8px;
margin-right:8px;
overflow:hidden;
text-align:center;
width:128px;
}
.di_gal_item a {
text-decoration: none;
color:#888888;
}
.di_gal_item_medium {
float:left;
width:256px;
height:200px;
}
.caption {
margin-bottom:8px;
color:#CCCCCC;
}
.caption a {
color:#FFFF00;
}
.caption a:hover {
text-decoration:none;
}
.caption .caption_title {
color:#FFFFFF;
font-size:14px;
}
.highslide-image {
border:2px solid #788195;
}
.highslide-caption {
background-color:#798397;
text-align:left;
}
.cms_o_webthumb {
border:1px solid #BBBBBB;
float:left;
height:100px;
margin-bottom:6px;
margin-right:6px;
overflow:hidden;
padding:0;
width:128px;
}
.cms_o_link_web_ref .thumbnail {
border:1px solid #BBBBBB;
float:left;
height:200px;
margin-bottom:0;
margin-right:10px;
margin-top:4px;
padding-bottom:0;
width:256px;
}
.section_body {
margin-right:0px;
padding-left:0px;
}
.link_description {
color:#888888;
margin-top:10px;
margin-bottom:10px;
}
.confirm_data {
background-color:#FFF9DF;
border:3px solid #00CC66;
font-size:13px;
margin-bottom:15px;
margin-right:50px;
padding-bottom:8px;
padding-left:8px;
padding-top:8px;
}
.confirm_data h3 {
font-size:18px;
}
.confirm_data p {
}
.confirm_data input {
margin-bottom:8px;
margin-top:8px;
padding:3px 10px;
}
em {
font-style: italic;
}
.di_price {
margin-bottom:10px;
}
.price_desc {
color:#888888;
font-size:11px;
}
.company_box .thumb {
width:145px;
}
.company_box .address {
width:420px;
}
.company_box .thumb small {
width:128px;
}
#di_companies_list {
padding-left:0px;
padding-right:0px;
}
