

HTML {
	height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(/images_gui/bg_body.png) top left repeat-x;
	overflow: -moz-scrollbars-vertical;
	font: 11px/15px Verdana,Geneva,sans-serif;
	color: #444;
}

TD, TH {
	font: 11px/15px Verdana,Geneva,sans-serif;
	color: #444;
}

DIV, FORM {
	margin: 0;
	padding: 0;
}
FORM,
TABLE {
	position: relative;
}


H1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font: normal 18px/1.3em Verdana, Geneva, sans-serif;
	color: #000;
}
H2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font: normal 14px/1.3em Verdana, Geneva, sans-serif;
	color: #000;
}
H5 {
	margin: 0;
	padding: 0;
	font: 14px/18px Verdana,Geneva,sans-serif;
	color: #000;
}
H6 {
	margin: 0;
	padding: 0;
	font: 12px/15px Verdana,Geneva,sans-serif;
	color: #000;
}

DIV.text,
P {
	margin: 0 0 0.6em 0;
}


/* *******************************************************************************************
 *         Links                                                                             *
 ******************************************************************************************* */

A:link,
A:visited {
	position: relative;
	color: #922224;
	text-decoration: none;
}

#left_col A:link,
#left_col A:visited,
#right_col A:link,
#right_col A:visited {
	color: #922224;
}

.news_items A:link,
.news_items A:visited,
LI A:link,
LI A:visited,
#right_col LI A:link,
#right_col LI A:visited {
	color: #000;
}

.text A:link,
.text A:visited {
	color: #922224;
}

.blacklink A:link,
.blacklink A:visited,
.list A:link,
.list A:visited {
	color: #000 !important;
}

#doc_foot A:link,
#doc_foot A:visited {
	color: #1b5585;
}

A:hover,
A:active,
.blacklink A:hover,
.blacklink A:active,
.list A:hover,
.list A:active {
	position: relative;
	color: #922224 !important;
	text-decoration: underline !important;
}


/* *******************************************************************************************
 *         Layout                                                                            *
 ******************************************************************************************* */

#outer_container_top {
	position: relative;
	width: 980px;
	height: 13px;
	margin: 30px auto 0 auto;
	padding: 0;
	font-size: 1px;
	background: transparent url(/images_gui/bg_content_top.png) bottom left no-repeat;
}
#outer_container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(/images_gui/bg_content.png) top left repeat-y;
}
#outer_container_bottom {
	position: relative;
	width: 980px;
	height: 13px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(/images_gui/bg_content_bottom.png) bottom left no-repeat;
}

#inner_container {
	padding: 0 12px 0 4px;
}

#content_container {
	padding: 10px 19px 0 27px;
}

.startpage #content_container #left_col {
	padding-top: 5px;
}


#start_container_left {
	float: left;
	width: 676px;
}
#article_container_right {
	float: right;
	width: 676px;
}
#right_col {
	float: right;
	width: 217px;
}
#left_col {
	float: left;
	width: 217px;
	margin-right: 19px;
}
#content {
	float: left;
	width: 440px;
}
.article_wide #content {
	float: none;
	width: 676px;
}
.article_full_width {
	float: none !important;
	width: 100% !important;
}
.article_full_width #content {
	float: none !important;
	width: 100% !important;
}

#content_container #top_image { /* startsidan */
	position: relative;
	padding-bottom: 17px;
}
#content_container #top_image .image_text {
	padding: 3px 0 0 0;
	font-size: 10px;
	font-style: italic;
	color: #777;
	text-align: right;
}
#content .top_image { /* artikel */
	position: relative;
	padding-top: 5px;
}
#content .content_text {
	padding: 0 21px 0 18px;
}
.article_wide #content .normal_content {
	width: 440px;
}

#doc_foot {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 5px 5px 15px 5px;
	color: #333;
}


/* *******************************************************************************************
 *         Dochead                                                                           *
 ******************************************************************************************* */

#dochead {
	position: relative;
	color: #000;
}

#dochead_top {
	position: relative;
	padding: 0 14px 18px 20px;
}

#dochead_top #dochead_links {
	position: absolute;
	top: 0;
	right: 26px;
}
#dochead_top #dochead_links IMG {
	margin-left: 7px;
	vertical-align: middle;
}
#dochead_top #dochead_links A:link,
#dochead_top #dochead_links A:visited {
	color: #000;
}
#dochead_top #dochead_links A:active,
#dochead_top #dochead_links A:hover {
	color: #922224;
}

#dochead_top #dochead_search {
	position: absolute;
	top: 48px;
	right: 34px;
	width: 337px;
	height: 50px;
	background: #fff url(/images_gui/bg_search_dochead.gif) top left no-repeat;
}
#dochead_top #dochead_search .fld {
	position: absolute;
	width: 262px;
	top: 15px;
	left: 14px;
	border: 0;
}
#dochead_top #dochead_search .btn {
	position: absolute;
	width: 268px;
	top: 12px;
	left: 284px;
	border: 1px;
}


/* *******************************************************************************************
 *         Top menu                                                                          *
 ******************************************************************************************* */

#topmenu {
	background: #ee7c1f url(/images_gui/bg_topmenu.gif) bottom left repeat-x;
}

#topmenu_links {
	padding: 6px 5px 14px 20px;
}

#topmenu A {
	display: block;
	position: relative;
	float: left;
	margin: 0 1px 0 0;
	font: 13px/13px 'CG Omega', Verdana, sans-serif;
	color: #fff;
	text-decoration: none !important;
}
#topmenu A SPAN {
	display: block;
	position: relative;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#topmenu A SPAN EM {
	display: block;
	position: relative;
	padding: 4px 9px 5px 9px;
	font-style: normal !important;
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
}

#topmenu A:hover SPAN,
#topmenu A:active SPAN,
#topmenu A.active SPAN {
	background-image: url(/images_gui/bg_topmenu_item_left.gif);
}
#topmenu A:hover SPAN EM,
#topmenu A:active SPAN EM,
#topmenu A.active SPAN EM {
	display: block;
	position: relative;
	margin-left: 4px;
	padding-left: 5px;
	background-image: url(/images_gui/bg_topmenu_item_right.gif);
	color: #444;
}


/* *******************************************************************************************
 *         Left menu                                                                         *
 ******************************************************************************************* */

.leftmenu .items A {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eaeaea;
	font: 11px Verdana, Geneva, sans-serif;
	color: #333 !important;
	text-decoration: none !important;
}
.leftmenu .items A SPAN {
	display: block;
	margin: 0;
	padding: 5px 5px 5px 23px;
}
.leftmenu .items A.first {
	border-top: 0;
}

.leftmenu .items A.lev1 {}

.leftmenu .items A.lev2 {
	margin-bottom: 1px;
	border-top: 0;
}
.leftmenu .items A.lev3 {
	margin-bottom: 1px;
	border-top: 0;
}
.leftmenu .items A.lev4 {
	margin-bottom: 1px;
	border-top: 0;
}

.leftmenu .items A.lev1 SPAN {
	padding: 5px 5px 5px 23px;
}
.leftmenu .items A.lev2 SPAN {
	padding: 3px 5px 3px 35px;
}
.leftmenu .items A.lev3 SPAN {
	padding: 3px 5px 3px 47px;
}
.leftmenu .items A.lev4 SPAN {
	padding: 3px 5px 3px 59px;
}

.leftmenu .items A:active,
.leftmenu .items A:hover {
	color: #fff !important;
	background: #942423 url(/images_gui/bg_leftmenu_act.gif) top left repeat-x;
	text-decoration: underline;
}
.leftmenu .items A.act_page {
	color: #fff !important;
	background: #942423 url(/images_gui/bg_leftmenu_act.gif) top left repeat-x;
}


.leftmenu .items A.disabled,
.leftmenu .items A.disabled:active
.leftmenu .items A.disabled:hover {
	color: #999 !important;
	background-color: inherit;
	text-decoration: none !important;
	cursor: default;
}

.leftmenu .items A.act_tree_lev1 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.gif) 5px 8px no-repeat;
}
.leftmenu .items A.act_tree_lev2 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.gif) 17px 6px no-repeat;
}
.leftmenu .items A.act_tree_lev3 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.gif) 29px 6px no-repeat;
}
.leftmenu .items A.act_tree_lev4 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.gif) 41px 6px no-repeat;
}

.leftmenu .items A.inact_tree_lev1 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.gif) 6px 6px no-repeat;
}
.leftmenu .items A.inact_tree_lev2 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.gif) 18px 4px no-repeat;
}
.leftmenu .items A.inact_tree_lev3 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.gif) 30px 4px no-repeat;
}
.leftmenu .items A.inact_tree_lev4 SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.gif) 42px 4px no-repeat;
}

.leftmenu .items A.act_tree_lev1:active SPAN,
.leftmenu .items A.act_tree_lev2:active SPAN,
.leftmenu .items A.act_tree_lev3:active SPAN,
.leftmenu .items A.act_tree_lev4:active SPAN,
.leftmenu .items A.act_tree_lev1:hover SPAN,
.leftmenu .items A.act_tree_lev2:hover SPAN,
.leftmenu .items A.act_tree_lev3:hover SPAN,
.leftmenu .items A.act_tree_lev4:hover SPAN,
.leftmenu .items A.act_tree_and_page SPAN {
	background-image: url(/images_gui/icons/leftmenu_down_act.gif);
}

.leftmenu .items A.inact_tree_lev1:active SPAN,
.leftmenu .items A.inact_tree_lev2:active SPAN,
.leftmenu .items A.inact_tree_lev3:active SPAN,
.leftmenu .items A.inact_tree_lev4:active SPAN,
.leftmenu .items A.inact_tree_lev1:hover SPAN,
.leftmenu .items A.inact_tree_lev2:hover SPAN,
.leftmenu .items A.inact_tree_lev3:hover SPAN,
.leftmenu .items A.inact_tree_lev4:hover SPAN {
	background-image: url(/images_gui/icons/leftmenu_right_act.gif);
}


/* *******************************************************************************************
 *         Plate / Shaded boxes                                                              *
 ******************************************************************************************* */

.plate {
	clear: both;
	position: relative;
	width: 217px;
	background: #fff url(/images_gui/plate/bg_plate_mid.gif) 0 0 repeat-y;
}
.plate .plate_outer {
	position: relative;
	background: transparent url(/images_gui/plate/bg_plate_top.gif) 0 0 no-repeat;
	height: 1%;
}
html>body .plate .plate_outer {
	height: auto;
}
.plate .plate_outer .plate_inner {
	position: relative;
	background: transparent url(/images_gui/plate/bg_plate_bottom.gif) 0 bottom no-repeat;
}
.plate .plate_outer .plate_inner H3.plate_heading {
	position: relative;
	height: auto;
	margin: 0;
	padding: 0;
	background: #942323 url(/images_gui/plate/bg_plate_heading_top.gif) 0 0 no-repeat;
	font: bold 13px/13px 'CG Omega', Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.plate .plate_outer .plate_inner H3.plate_heading SPAN {
	position: relative;
	display: block;
	margin: 0;
	padding: 7px 7px 12px 14px;
	background: transparent url(/images_gui/plate/bg_plate_heading_bottom.gif) bottom left no-repeat;
}
.plate .plate_outer .plate_inner H3.plate_heading A {
	color: #fff !important;
}
.plate .plate_outer .plate_inner H3.plate_heading SPAN SPAN {
	position: inherit;
	display: inline;
	padding: 0;
	font-size: 12px;
	text-transform: none;
	background: none;
}
.plate .plate_outer .plate_inner H5 {
	padding-top: 5px;
}
.plate .plate_outer .plate_inner .plate_content {
	position: relative;
	padding: 5px 18px 14px 12px;
}
.plateNoPadd .plate_outer .plate_inner .plate_content {
	padding: 5px 8px 14px 0;
}
.plate .plate_outer .plate_inner .plate_content .image {
	padding-bottom: 4px;
}
.plateMT {
	margin-top: 7px;
}
.plateMB {
	margin-bottom: 7px;
}
.plateMTB {
	margin-top: 7px;
	margin-bottom: 7px;
}


/* *******************************************************************************************
 *         Mid column news                                                                   *
 ******************************************************************************************* */

.news_items {}

.news_items .item {
	clear: both;
	margin: 12px 0;
	padding: 12px 0 0 18px;
	border-top: 1px solid #eaeaea;
}
.startpage .news_items .item_first,
.entrepage .news_items .item_first {
	margin: 0 !important;
	padding: 0 0 0 18px !important;
	border-top: 0 !important;
}
.startpage .news_items .item_small_first,
.entrepage .news_items .item_small_first {
	border-top: 3px solid #eaeaea;
}
.news_items .item .image {
	float: right;
	padding: 3px 0 18px 15px;
}
.news_items .item H1,
.news_items .item H2,
.news_items .item .text {
	padding-right: 18px;
}
.news_items .item H1 {
	margin: 0 0 .5em 0;
	padding: 0;
	font: normal 18px/1.3em Verdana, Geneva, sans-serif;
	color: #000;
}
.news_items .item H2 {
	margin: 0 0 .5em 0 !important;
	padding: 0 !important;
	font: normal 14px/1.3em Verdana, Geneva, sans-serif;
	color: #000;
}
.news_items .item .section,
.news_items .item .date {
	display: inline;
	padding-right: 5px;
	color: #999;
}
.news_items .item_image .text {}


/* *******************************************************************************************
 *         Article/Entrepage docfoot                                                         *
 ******************************************************************************************* */

#article_bottom,
.article_bottom {
	clear: both;
	margin: 0 7px 0 0;
	padding: 15px 0;
}
#article_bottom .toolbar {
	margin: 0;
	padding: 10px 18px;
	background-color: #f3f3f3;
	border: 1px solid #d1d2d4;
	border-width: 1px 0;
}
#article_bottom .toolbar .toolbar_left {
	float: left;
}
#article_bottom .toolbar .toolbar_left LABEL,
#article_bottom .toolbar .toolbar_left A {
	display: block;
	float: left;
	margin-right: 15px;
}
#article_bottom .toolbar .toolbar_right {
	float: right;
}
#article_bottom .toolbar .toolbar_right A {
	display: block;
	float: left;
	margin-left: 15px;
	padding-left: 25px;
	background: transparent url(/images_gui/icons/icon_listdot_arrow.gif) 0 0 no-repeat;
}
#article_bottom #comment_page,
#article_bottom #tip_friend {
	position: relative;
	display: none;
	width: auto;
	margin: auto;
	padding: 10px;
	float: right;
	background-color: #f2f2f2;
	border-bottom: 1px solid #d1d2d4;
}
#article_bottom #comment_page .form,
#article_bottom #tip_friend .form {
	width: 450px;
	float: right;
}
#article_bottom .doc_foot {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	color: #444;
}


#news_subscribe {
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #d1d2d4;
	border-width: 1px 0;
}
#news_subscribe .form {
	width: 100%;
}

.testSend {}
.testSendHidden {
	display: none;
}


/* *******************************************************************************************
 *         Right column event / calendar                                                     *
 ******************************************************************************************* */

#right_col .event .item,
#right_col .calendar .item {
	padding: 0 0 10px 0;
}

#right_col .event .item_first,
#right_col .calendar .item_first {}

#right_col .event .item .date,
#right_col .calendar .item .date {
	color: #444;
}
#right_col .event .more_links,
#right_col .calendar .more_links {
	padding: 10px 0 0 0;
	border-top: 1px solid #eaeaea;
}


/* *******************************************************************************************
 *         Custom selectbox                                                                  *
 ******************************************************************************************* */

DIV.selectbox-wrapper {
  position: absolute;
	z-index: 10000;
  width: 150px;
  background-color: white;
  border: 1px solid #ccc;
  margin: 0 0 0 5px;
  margin-top: -7px;
  padding: 0;
  font-size: 0.8em;
  text-align: left;
  overflow: auto;
  display: none;
}
DIV.selectbox-wrapper {
}
DIV.selectbox-wrapper ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
DIV.selectbox-wrapper ul li.selected { 
  background-color: #f6bb8b !important;
}
DIV.selectbox-wrapper ul li.current { 
  background-color: #fbdfc9 !important;
}
DIV.selectbox-wrapper ul li {
  display: block !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 2px !important;
  cursor: pointer !important;
  background: none !important;
}

#customSelectboxContainer {
	display: none;
}
.customSelectbox {
  display: block;
	position: relative;
  width: 164px; 
  margin: 0 5px 10px 0;
  padding: 9px 44px 13px 9px;
  text-align: left; 
  background: transparent url(/images_gui/bg_select.gif) top right no-repeat;
  cursor: pointer;
	border: 0;
}
.customSelectboxHover {
  background-image: url(/images_gui/bg_select_hover.gif);
}


/* *******************************************************************************************
 *         Postcards                                                                         *
 ******************************************************************************************* */



#postcard_container {
	padding: 0 14px 10px 0;
}
#postcard_container .item_table {}

#postcard_container .item_table TD.itemImage {
	padding: 0 0 0 10px;
	text-align: center;
	vertical-align: bottom;
}
#postcard_container .item_table TD.itemImageFirstCol {
	padding-left: 0;
	text-align: left;
}
#postcard_container .item_table TD.itemText {
	padding: 5px 0 20px 10px;
	text-align: center;
	vertical-align: top;
}
#postcard_container .item_table TD.itemTextFirstCol {
	padding-left: 0;
}
#postcard_container .item_table TD.itemText H4 {
	margin: 0;
	padding: 0;
	font-size: 12px !important;
}

#postcard_container .item_table TD.itemText,
#postcard_container .item_table TD.itemText A {
	font: 10px Verdana,Geneva,sans-serif;
	text-decoration: none;
}
#postcard_container .item_table TD.itemText A:hover {
	text-decoration: underline;
}
#postcard_container .item_table TR.row_admin TD {
	padding-top: 25px;
}
#postcard_container .item_table TR.row_admin TD DIV {
	border: 2px solid #009;
	border-width: 2px 0;
	padding: 5px;
	background-color: #f0f0f2;
	text-align: left;
}

BODY.postcard_body {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	background: none;
	overflow: -moz-scrollbars-vertical;
	font: 11px/15px Verdana,Geneva,sans-serif;
	color: #444;
}


.postcard .top_image {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}
.postcard .top_image .image_text {
	padding: 3px 0 5px 0;
	font-size: 10px;
	font-style: italic;
	color: #777;
	text-align: right;
}

.postcard .successMessTop,
.postcard .errorMessTop {
	padding: 10px !important;
}

.postcard .postcard_text {
	clear: both;
	margin: 5px 0 15px 0 !important;
	padding: 0 10px 0 20px !important;
}
.postcard .postcard_text_view H1 {
	clear: both;
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}
.postcard .postcard_text_view .text_paragraph {
	clear: both;
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}
.postcard .view_form {
	padding-right: 10px !important;
}


/* *******************************************************************************************
 *         Forms                                                                             *
 ******************************************************************************************* */


.formField, SELECT, INPUT, TEXTAREA, BUTTON {
	font: 11px Verdana,Geneva,sans-serif;
	color: #333;
}

.formField,
.formFieldFile,
TEXTAREA,
SELECT {
	border: 1px solid #7d736b;
}

.formFieldBlur {}

.formFieldFocus {
	border-color: #983334;
	background-color: #fff3ef;
}
.formFieldError {
	border-color: #f00 !important;
	background-color: #fee !important;
}

TEXTAREA {
	overflow: auto;
}

.formBtn,
.formBtnSmall,
.formBtnSmallActive {
	position: relative;
	background: #983334 url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #882324;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
HTML>BODY .formBtn,
HTML>BODY .formBtnSmall,
HTML>BODY .formBtnSmallActive {
	padding: 0 2px;
}

.formBtnAdmin,
.formBtnAdminSmall,
.formBtnAdminSmallActive {
	position: relative;
	background: #446b83 url(/images_gui/buttons/bg_btn_admin.gif) 0 0 no-repeat;
	border: 1px solid #6b94ae;
	/*border-color: #999 #000 #000 #999;*/
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
HTML>BODY .formBtnAdmin,
HTML>BODY .formBtnAdminSmall,
HTML>BODY .formBtnAdminSmallActive {
	padding: 0 2px;
}

.formBtnDisabled,
.formBtnSmallDisabled {
	position: relative;
	background: #b7b7b7 url(/images_gui/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #a7a7a7;
	font-family: Arial,Helvetica,sans-serif;
	color: #444;
	cursor: default;
	padding-right: 2px;
	padding-left: 2px;
}
HTML>BODY .formBtnDisabled,
HTML>BODY .formBtnSmallDisabled {
	padding: 0 2px;
}

.formBtn,
.formBtnDisabled {
	font-size: 11px !important;
}
.formBtnSmall,
.formBtnSmallDisabled {
	font-size: 10px !important;
}
.formBtnSmallActive {
	font-size: 10px !important;
	color: #8e8;
	border-color: #000 #ccc #ccc #000;
}

.formBtnLeft {
	float: left !important;
	margin-right: 8px;
}
.formBtnRight {
	float: right !important;
	margin-left: 8px;
}

.formGroup {
	clear: both;
	padding-bottom: 10px;
}
.formGroup TD {
	vertical-align: top;
	padding-bottom: 5px;
}
.formGroup TD.td0 {
	padding-top: 3px;
	padding-right:10px;
}
.formGroup LABEL {
	display: block;
	padding-bottom: 3px;
}
.formGroup .errorMess {
	display: none;
	clear: both;
	margin: 0;
	padding: 3px 0 10px 0;
	font-weight: bold;
	font-size: 10px;
	color: #c00;
}
.formGroupError .errorMess {
	display: block;
}
.successMess {
	clear: both !important;
	margin: 0 !important;
	padding: 10px 0 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color: #000 !important;
}
#noSendError {
	clear: both;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	font-size: 12px;
	color: #c00;
}
.formGroupCb LABEL {
	display: inline;
	padding-bottom: 0;
	padding-left: 5px;
}
.formGroupBtn,
.formGroupBtn TD {
	padding-top: 10px;
	text-align: right;
}


/* *******************************************************************************************
 *         Paging                                                                            *
 ******************************************************************************************* */

.paging {
	clear: both;
	margin: 10px 0;
	padding: 10px;
	border-top: 1px solid #d6d3d6;
	text-align: center;
	font: 10px Verdana;
	color: #000;
}
.paging .dim {
	color: #999;
}
.paging A {
}
.paging A:active,
.paging A:hover {
	color: #fff;
	background-color: #ce5110;
	text-decoration: none;
}
.paging .active {
	color: #fff;
	background-color: #ce5110;
	text-decoration: none;
}


/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.toolTip {
	cursor: help;
}
.helper {
	text-decoration: none;
	border-bottom: 1px dashed #0b0;
	cursor: help;
}
.helper IMG {
	border: 0 !important;
}
#toolTipPop{
	position: absolute;
	border: 1px solid #000;
	
	padding: 5px 5px 5px 25px;
	text-align: left;
	background: #fff url(/images_gui/icons/icon_info.gif) 4px 5px no-repeat;
	color: #000;
	z-index: 100000;
	display: none;
}

.toolTipIcon_JPG {
	background: #fff url(/images_gui/icons/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PNG {
	background: #fff url(/images_gui/icons/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_GIF {
	background: #fff url(/images_gui/icons/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_MP3 {
	background: #fff url(/images_gui/icons/icon_file_audio.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_AVI {
	background: #fff url(/images_gui/icons/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_MPG {
	background: #fff url(/images_gui/icons/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_EXT_LINK {
	background: #fff url(/images_gui/icons/icon_link_ext.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_URL {
	background: #fff url(/images_gui/icons/icon_link_ext.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PDF {
	background: #fff url(/images_gui/icons/icon_file_pdf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_DOC {
	background: #fff url(/images_gui/icons/icon_file_doc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ZIP {
	background: #fff url(/images_gui/icons/icon_file_zip.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_XLS {
	background: #fff url(/images_gui/icons/icon_file_xls.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_PPT {
	background: #fff url(/images_gui/icons/icon_file_ppt.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_IMAGE {
	background: #fff url(/images_gui/icons/icon_file_image.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SWF {
	background: #fff url(/images_gui/icons/icon_file_swf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_VIDEO {
	background: #fff url(/images_gui/icons/icon_file_video.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_AUDIO {
	background: #fff url(/images_gui/icons/icon_file_audio.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_TXT {
	background: #fff url(/images_gui/icons/icon_file_txt.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_RTF {
	background: #fff url(/images_gui/icons/icon_file_rtf.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_HTM {
	background: #fff url(/images_gui/icons/icon_file_htm.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-WRITE {
	background: #fff url(/images_gui/icons/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-CALC {
	background: #fff url(/images_gui/icons/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-DRAW {
	background: #fff url(/images_gui/icons/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OO-IMPRESS {
	background: #fff url(/images_gui/icons/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODT {
	background: #fff url(/images_gui/icons/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTT {
	background: #fff url(/images_gui/icons/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXW {
	background: #fff url(/images_gui/icons/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STW {
	background: #fff url(/images_gui/icons/icon_file_oo-write.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODS {
	background: #fff url(/images_gui/icons/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTS {
	background: #fff url(/images_gui/icons/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXC {
	background: #fff url(/images_gui/icons/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STC {
	background: #fff url(/images_gui/icons/icon_file_oo-calc.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODG {
	background: #fff url(/images_gui/icons/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTG {
	background: #fff url(/images_gui/icons/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXD {
	background: #fff url(/images_gui/icons/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STD {
	background: #fff url(/images_gui/icons/icon_file_oo-draw.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_ODP {
	background: #fff url(/images_gui/icons/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_OTP {
	background: #fff url(/images_gui/icons/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_SXI {
	background: #fff url(/images_gui/icons/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}
.toolTipIcon_STI {
	background: #fff url(/images_gui/icons/icon_file_oo-impress.gif) 4px 5px no-repeat !important;
	padding-left: 27px !important;
}


#weatherDiv {
	background: transparent url(/images_gui/bg_weather.gif) top left no-repeat;
	width: 187px;
	height: 80px;
}
#weatherRightDiv {
	background: transparent url(/images_gui/bg_weather_217.gif) top left no-repeat;
	width: 217px;
	height: 80px;
}
#weatherDiv DIV,
#weatherRightDiv DIV {
	padding: 3px;
}

.newWinIconSpan {
	font-size: 1px;
	white-space: nowrap;
}
* html .newWinIconSpanMenu {
	text-decoration: none !important;
	padding-left: 5px;
}
.newWinIcon {
	margin: 0 0 0 5px;
}
.newWinIconSpanMenu .newWinIcon {
	margin-left: 0;
}

LI {
	padding-bottom: 3px;
}



#left_col UL,
#right_col UL,
UL.list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#left_col UL LI,
#right_col UL LI,
UL.list LI {
	margin-left: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	background: transparent url(/images_gui/icons/icon_listdot_arrow.gif) 0 0 no-repeat;
}


UL.nodot,
.ul_nodot UL {
	list-style: none !important;
	margin-left: 0 !important;
}
UL.nodot LI,
.ul_nodot UL LI {
	margin-left: 0 !important;
	padding-bottom: 5px;
	padding-left: 0 !important;
	background: none !important;
}

.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clear {
	clear: both !important;
}
.clearheight {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clearheightIE {
	display: none;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.marg0 {
	margin: 0 !important;
}
.margT0,
.ul_margT0 UL {
	margin-top: 0 !important;
}
.margB0,
.ul_margB0 UL {
	margin-bottom: 0 !important;
}
.margTB0,
.ul_margTB0 UL {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


A IMG {
	border: 0;
}

.dim {
	color: #999;
}
.red {
	color: #c00;
}
.black {
	color: #000;
}

.small {
	font-size: 10px;
}



/* *******************************************************************************************
 *         SPECIAL                                                                           *
 ******************************************************************************************* */

.imcms_label {
	color: #c00000 !important;
}

.imcmsAdmBgHead { background-color:#20568D; color:#fff; }
.imcmsAdmBgCont { background-color:#f5f5f7; color:#000; }

.imcmsFormBtnPanel {
	font: 9px Verdana,Geneva,sans-serif;
	color: #000;
	background-color:#e7e7e7;
	height: 20px;
	border: 1px outset #000;
	border-color: #fff #000 #000 #fff;
	text-align: center;
	cursor: pointer;
}

.imcmsFormBtnPanelActive {
	font: 9px Verdana,Geneva,sans-serif;
	color: #000;
	background-color:#e7e7e7;
	height: 20px;
	border: 1px inset #000;
	border-color: #000 #fff #fff #000;
	text-align: center;
	cursor: pointer;
}

.imcmsFormBtnSmall {
	background-color: #20568d;
	color: #fff;
	font: 10px Tahoma, Arial, sans-serif;
	border: 1px outset #668db6;
	border-color: #668db6 #000 #000 #668db6;
	cursor: pointer;
	padding: 1px 2px;
}

.imcmsFormBtnSmallDisabled {
	background-color: #b8c6d5;
	color: #fff;
	font: 10px Tahoma, Arial, sans-serif;
	border: 1px outset #dae4ef;
	border-color: #dae4ef #999 #999 #dae4ef;
	cursor: pointer;
	padding: 1px 2px;
}

#adminLinksDiv BUTTON {
	float: left;
	margin-right: 5px;
}

PRE{
	font-size: 11px;
}


DIV.postit {
	position: relative;
	display: block;
	margin: 10px auto;
	font: 10px/11px verdana,geneva,sans-serif !important;
	color: #000;
	border: 1px solid #ccc;
	border-width: 0 2px 2px 1px;
	border-color: #999 #000 #000 #999;
	background-color: #ffa;
}
DIV.postit H2 {
	margin: 0;
	padding: 3px 5px;
	font: bold 11px/13px verdana,geneva,sans-serif !important;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #000;
	background-color: #ff5;
}
DIV.postit DIV {
	padding: 5px;
	font: 11px/13px verdana,geneva,sans-serif !important;
	color: #000;
}
DIV.postit DIV DIV {
	padding: 2px;
}
DIV.postit PRE {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 1.4em;
}



/* ****************************************************************************************************
 *                                                                                                    *
 *         CSS FOR ALL BUT PRINT                                                                      *
 *                                                                                                    *
 **************************************************************************************************** */

.printHidden  { display: inherit; }
.printVisible { display: none; }
#PrintDocHead { display: none; }
	


/* ****************************************************************************************************
 *                                                                                                    *
 *         CSS FOR PRINT ONLY                                                                         *
 *                                                                                                    *
 **************************************************************************************************** */

@media print {	
	.printHidden  { display: none !important; }
	.printVisible { display: inherit; }
}
