@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;
}

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%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;	
	margin:0;
	line-height:18px;
}

/*Reset*/
*{margin:0; padding:0;}
ul{}
li{
    margin-left:40px;
    padding-left:0px;
}
a{text-decoration:none; color:#696969; outline: none; }
a:hover{text-decoration:underline}
img{border:0;}

ul,p,h1,h2,h3,h4,h5 {
margin:10px 0;    
}
h1 {
font-size:20px;
line-height:24px;    
}
h2 {
font-size:16px;
line-height:20px;    
}
h3 {
font-size:12px;
font-weight:bold;
line-height:18px;
}
h4 {
    
}
h5 {
    
}
a {
    
}
a:hover {
    
}
fieldset {
    border:0;
}
/*Global classes*/
.fl{float:left;}
.clr{clear:both;}
.caps{ text-transform:uppercase;}
.lpad5{padding-left:5px;}
.lgrey{color:#939393;}

/*Layout*/
#wrapper{ width:898px; margin:0;}

#side{ width:212px;position: relative;z-index:1;}
#stage{ width:498px; padding-left:5px;/*overflow:hidden;*/}
#side2{ width:178px; padding-left:5px; /*overflow:hidden;*/}

#logo{ width:151px; padding:30px;height:94px;}
#head-promo{ width:498px; position:relative; /*overflow:hidden;*/ height:180px;}

#head-txt{ width:243px;  }
#head-txt h1{ font-size:14px; font-weight:normal; margin-bottom:12px; padding-top:40px; letter-spacing:8px;line-height:14px;}
#head-txt p{ margin-bottom:12px; font-size:10px; padding-right:5px;}
.bnr-grey-m{ height:16px; width:100%; position:absolute; zoom:1;bottom:0; left:0;z-index:1;}
#head-promo .bnr-grey-m{ background:url(/themes/default/cssl/images/bnr-grey-green.gif) left 0 no-repeat;}

#lang{display:block; float:right; margin-bottom:2px;}
#lang ul, #lang li {list-style: none; margin:0;}
#lang ul li{float:right; text-align:right; margin-right:5px;}
#lang ul li,#lang ul li a{color:#2c2c2c; font-size:10px;}
#lang ul li.active,#lang ul li.active a{color:#ccc;}

.srch-field{ border:solid 1px #999; width:107px; height:18px; line-height:1.25em; font-size:11px; float:left;}
.srch-btn{background:#999; border:0; padding:0px; width:63px; height:20px; float:left; font-size:9px; color:#fff; line-height:1.25em;}

#adress{ color:#939393; font-size:10px;height:120px;}
#adress a{color:#686868;}
#adress p{
line-height:14px;
margin:0;
padding-bottom:10px;
}

#content{ padding:10px 10px;width:480px;position:relative;}

 a {
color:#777777;
text-decoration:underline;    
}
 a:hover {
color:#053063;    
}

#vesti{
background:#CCCCCC url(/themes/default/cssl/images/bnr-grey-small.png) no-repeat scroll left top;
color:#373737;
margin:4px 0 0;
padding:15px 10px 0;
width:150px;
}


.vest{background:#ccc; margin-right:8px; padding: 10px 13px 15px 13px; }
.date{ display:block;}

img.img_align_left {                                                            
    float:left; 
    margin:1px 15px 1px 0px;
}

img.img_align_right {                                                            
    float:right; 
    margin:1px 0px 1px 15px;
}
#breadcrumbs {
font-size:10px;    
}
/*Navigation Menu*/
#navmenu{
	padding: 16px 0 0 0;
	background: #cccccc url(/themes/default/cssl/images/bnr-grey-mid.png) top left no-repeat;
	float : left;
}
#navmenu,#navmenu ul { /* all lists */
	float : left;
	width : 212px;
}
#navmenu ul, #navmenu li {
list-style:none;  
margin-left:0;
padding-left:0;  
}
#navmenu li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : 0px;
	width: 212px;
}
#navmenu li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 212px;
	margin-top : -30px;
    z-index:1;
    display: block;
}
#navmenu li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#navmenu li.active ul {
left:0;
margin-left:0;
margin-top:0;
position:static;    
}
#navmenu li.active {
background-color:#013237;    
}
#navmenu li.active li {
    
}
#navmenu li.active ul ul {
    
}
#navmenu li.active li {
float:none;    
}
#navmenu li li {
    z-index:1;
}
#navmenu li a {
	width: 212px;
	display : block;
	color : #030303;
	font-weight : bold;
	font-size:11PX;
	text-decoration : none;
	background-color : #ccc;
	padding : 7px 0;
	text-align:center;
}
#navmenu li a:hover {
	color : white;
	background-color : #013237;
}
#navmenu li.active a {
background-color:#013237; 
color:#FFFFFF;    
}

#navmenu li.active li a {
background-color:transparent;
margin:0;
padding:3px 0;
text-align:center;  
color:#CCCCCC;  
}
#navmenu li li.active a:hover {
    
}
/*2nd level list*/
#navmenu li ul li{ }
#navmenu li li a {
	width: 100%;
	display : block;
	color : #87a5a5;
	font-weight : bold;
	font-size:10px;
	text-decoration : none;
	padding : 3px 7px;
	margin:0 0 0 5px;
	text-align: left;
	background-color : #013237;
}
/*2nd level list*/
#navmenu li li a:hover {
	color:#e7ffff;
	background-color : #013237;
}
#navmenu li:hover ul ul, #navmenu li:hover ul ul ul, #navmenu li.sfhover ul ul, #navmenu li.sfhover ul ul ul {
	left: -999em;
}
#navmenu li:hover ul, #navmenu li li:hover ul, #navmenu li li li:hover ul, #navmenu li.sfhover ul, #navmenu li li.sfhover ul, #navmenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*Image gallery*/
.gallery {
margin-bottom:0;
margin-left:-4px;
margin-top:-8px;
}
.gallery .cms_o_image {
display:block;
float:left;
margin:4px 0 0 4px;    
}
.next_object,.prev_object {
width:40%;
font-size:10px;
}
.toc {
margin:10px 0;
text-align:left;
width:458px; 
background-color:#EFF6FF;
padding: 10px; 
}
.toc .toc_page_number {
color:#777777;
font-size:16px;
margin:0;    
}
.toc .toc_authors {
    
}
#content .toc h3 a{
color:#3C71B5;    
}
.toc .toc_thumb {
float:right;
margin-right:0px;
margin-top:5px;
width:100px;   
}
.toc .toc_left {
float:left;
margin-right:10px;
width:340px;  
}
.toc em {
display:block;    
}
.tocrow1 {
    
}
.tocrow0 {
    
}
.author {
margin:10px 0;    
}
.author div {
    
}
.author p {
color:#777777;
margin:0;    
}
.notice {
background-color:#FEFF9F;
padding:10px;    
}
.right_notice {
float:left;
margin-bottom:20px;
margin-right:10px;
margin-top:30px;
width:250px;  
}
.highslide-controls li {
margin:0;
}
.two_columns {
}
.two_columns .column1{
float:left;
width:235px;    
}
.two_columns .column2{
float:left;
margin-left:10px;
width:235px;    
}
.two_columns .cms_o_page_block {
background-color:#F5F5FF;
font-size:11px;
line-height:14px;
margin-bottom:10px;
padding:1px 10px;
}

.required_star {
    color:red;
    font-weight: bold;
}
.show_all_link {
    margin:10px 0;
}
.event_date {
    font-size: 9px;
    color:#444444;
}
/*Colors*/
.red #navmenu li.active {background-color:#660032;}
.red #navmenu li.active a {background-color: #660032;}
#side #navmenu li.red a:hover {background-color:#660032;}
#side #navmenu li.red li a {background-color:#660032;}
.red #head-promo > .bnr-grey-m{ background:url(/themes/default/cssl/images/bnr-grey-red.gif) left 0 no-repeat;}

.blue #navmenu li.active {background-color:#030067;}
.blue #navmenu li.active a {background-color: #030067;}
#side #navmenu li.blue a:hover {background-color:#030067;}
#side #navmenu li.blue li a {background-color:#030067;}
.blue #head-promo > .bnr-grey-m{ background:url(/themes/default/cssl/images/bnr-grey-blue.gif) left 0 no-repeat;}

.orange #navmenu li.active {background-color:#9A3334;}
.orange #navmenu li.active a {background-color: #9A3334;}
#side #navmenu li.orange a:hover {background-color:#9A3334;}
#side #navmenu li.orange li a {background-color:#9A3334;}
.orange #head-promo > .bnr-grey-m{ background:url(/themes/default/cssl/images/bnr-grey-orange.gif) left 0 no-repeat;}

.viola #navmenu li.active {background-color:#660032;}
.viola #navmenu li.active a {background-color: #660032;}
#side #navmenu li.viola a:hover {background-color:#660032;}
#side #navmenu li.viola li a {background-color:#660032;}
.viola #head-promo > .bnr-grey-m{ background:url(/themes/default/cssl/images/bnr-grey-violet.gif) left 0 no-repeat;}

.brown #navmenu li.active {background-color:#330000;}
.brown #navmenu li.active a {background-color: #330000;}
#side #navmenu li.brown a:hover {background-color:#330000;}
#side #navmenu li.brown li a {background-color:#330000;}
.brown #head-promo > .bnr-grey-m{ background:url(/themes/default/cssl/images/bnr-grey-brown.gif) left 0 no-repeat;}

.lila #navmenu li.active {background-color:#333367;}
.lila #navmenu li.active a {background-color: #333367;}
#side #navmenu li.lila a:hover {background-color:#333367;}
#side #navmenu li.lila li a {background-color:#333367;}
.lila #head-promo > .bnr-grey-m{ background:url(/themes/default/cssl/images/bnr-grey-lila.gif) left 0 no-repeat;}


/*Magazine*/
ul.magazine_volume_grid {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0;
padding:0;    
}
ul.magazine_volume_grid li {
color:#555555;
display:inline-block;
font-size:10px;
margin:0 0 10px 10px;
padding:0;
vertical-align:top;
width:230px;

min-height: 250px;
display: -moz-inline-stack;
zoom: 1;
*display: inline;
_height: 250px;
}

ul.magazine_volume_grid h3 {
font-size:14px;
margin:4px 0;
}
ul.magazine_volume_grid p {
margin:4px 0;
}

ul.magazine_archive_list {
list-style: none;    
}
ul.magazine_archive_list li.magazine_archive_list_item {
font-size:16px;
font-weight:bold;
margin:0 0 20px;  
}
ul.magazine_archive_list li.magazine_archive_list_item h2{
}

/*Search list*/
table.cms_list_box {
background-color:#FEFF9F;
padding:10px;
width:478px;
margin-bottom:20px;    
}
table.cms_list_box tr{
}
table.cms_list_box td{
padding:4px 0 2px 4px;    
}
table.cms_list_box .cms_list_filter {
}
table.cms_list_box .cms_list_filter_date {
}
table.cms_list_box .ol_order_item {
margin-right:10px;    
}
table.cms_list_box .order_field {
font-weight:bold;
}
table.cms_list_box .button {
margin:5px 20px 5px 0;
padding:3px 10px;
}
.cms_user_form {
background-color:#F5F5F5;
padding:10px;
}
