
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic);

html {
	height: 100%;
}
body {
	margin: 0;
	background-color: #f4f2e7;
	text-align: center;
	height: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body, td {
	font: 14px/1.4em 'Quattrocento Sans', Verdana, sans-serif;
	color: #333;
}

/* *******************************************************************************************
 *         Generic fonts                                                                     *
 ******************************************************************************************* */

h1, h2, h3, h4, h5, h6, p {
	margin: 1.5em 0 0 0;
	padding: 0;
	text-align: left;
}
h1, p {
	margin: 0 0 1em 0;
}

h1 {
	font: bold 24px/1.1em 'Quattrocento Sans', Verdana, sans-serif;
	color: #333;
}
h2 {
	text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
	font: 14px/1.1em 'Quattrocento Sans', Verdana, sans-serif;
	color: #7d1b7f;
}
.small {
	font: 12px/1.3em 'Quattrocento Sans', Verdana, sans-serif;
}

/* *******************************************************************************************
 *         Generic links                                                                     *
 ******************************************************************************************* */

a:link,
a:visited {
	color: #9f904b;/*#b6a75f;*/
	text-decoration: none;
}

a:hover,
a:active {
	color: #7d1b7f !important;
	text-decoration: underline;
}

.blacklink A,
.list A {
	color: #333;
}

a img {
	border: 0;
}

/* *******************************************************************************************
 *         Layout                                                                            *
 ******************************************************************************************* */

#outer_container {
	width: 988px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #cdcdcd;
	border-width: 0 1px;
	background-color: #fff;
	text-align: left;
}

/* *******************************************************************************************
 *         Doc head                                                                          *
 ******************************************************************************************* */

#logo {
	padding: 22px 0 20px 0;
}

#doc_head_right {
	position: relative;
}
#doc_head_right #doc_head_links {
	position: absolute;
	top: 22px;
	right: 0;
	font: 12px/12px 'Quattrocento Sans', Verdana, sans-serif;
	color: #d6c77f;
	text-align: right;
}
#doc_head_right #doc_head_links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#doc_head_right #doc_head_links ul li {
	display: block;
	float: right;
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #b6a75f;
}
#doc_head_right #doc_head_links ul li.first {
	border-right: 0;
	padding-right: 0;
}
#doc_head_right #doc_head_links A {
	color: #b6a75f;
}

#doc_head_right #doc_head_search {
	position: absolute;
	top: 88px;
	right: 0;
	width: 357px;
	height: 27px;
	background: transparent url(../images_gui/bg_doc_head_search.png) 0 0 no-repeat;
}
#doc_head_right #doc_head_search .fld {
	position: absolute;
	width: 320px;
	top: 3px;
	left: 5px;
	border: 0;
	background: transparent;
}
#doc_head_right #doc_head_search .btn {
	position: absolute;
	top: 2px;
	left: 309px;
	width: 44px;
	height: 19px;
	border: 1px;
}

/* *******************************************************************************************
 *         Doc foot                                                                          *
 ******************************************************************************************* */

#doc_foot {
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 988px;
	padding: 20px 0 0 0;
	background: transparent url(../images_gui/bg_doc_foot_gradient.png) 0 0 repeat-x;
}
#doc_foot #doc_foot_inner {
	width: 638px;
	min-height: 39px;
	border-top: 2px solid #b6a75f;
	padding: 30px 35px 10px 315px;
	background: #fff url(../images_gui/logo_doc_foot.gif) bottom left no-repeat;
	font: 11px/14px 'Quattrocento Sans', Verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
}
#doc_foot #doc_foot_inner a:link,
#doc_foot #doc_foot_inner a:visited {
	color: #000;
}
#doc_foot #doc_foot_inner p {
	margin: 0 0 8px 0;
	padding: 0;
}

/* *******************************************************************************************
 *         Top menu                                                                          *
 ******************************************************************************************* */

#top_menu {
	border: 1px solid #b6a75f;
	border-width: 1px 0;
}
#top_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 24px;
}
#top_menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#top_menu ul li a {
	display: block;
	padding: 15px 17px 14px 17px;
	font: bold 14px/14px 'Quattrocento Sans', Verdana, sans-serif;
	color: #9f904b;
	text-decoration: none !important;
	border-right: 1px solid #b6a75f;
}
#top_menu ul li.first a {
	border-left: 1px solid #b6a75f;
}
#top_menu ul li.active a,
#top_menu ul li a:hover,
#top_menu ul li a:active {
	background-color: #b6a75f;
	color: #fff !important;
	border-color: #fff !important;
}

/* *******************************************************************************************
 *         Content container                                                                 *
 ******************************************************************************************* */

#content_container {
	position: relative;
	padding: 19px 0 0 22px;
}

/* *******************************************************************************************
 *         Content                                                                           *
 ******************************************************************************************* */

#main_content {
	margin-top: 20px;
	padding-bottom: 80px;
}
#content {
	padding: 0 25px 10px 25px;
}
#siteMap #content {
	padding: 0 0 10px 25px;
}

#top_image {
	width: 988px;
	height: 140px;
}
#top_image.start {
	height: 280px;
}

.plateImg {
	clear: both;
	text-align: center;
}

/* *******************************************************************************************
 *         Left menu                                                                         *
 ******************************************************************************************* */

.left_menu .items A {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	font: 12px 'Quattrocento Sans', Verdana, sans-serif;
	font-style: normal !important;
	font-weight: normal !important;
	color: #333 !important;
	text-decoration: none !important;
}
.left_menu .items A B {
	display: block;
	margin: 0;
	padding: 5px 5px 5px 15px;
	font-style: normal !important;
	font-weight: normal !important;
}
.left_menu .items A.first {
	border-top: 0;
}

.left_menu .items A.lev1 {}

.left_menu .items A.lev2 {
	margin-bottom: 1px;
	border-top: 0;
}
.left_menu .items A.lev3 {
	margin-bottom: 1px;
	border-top: 0;
}
.left_menu .items A.lev4 {
	margin-bottom: 1px;
	border-top: 0;
}

.left_menu .items A.lev1 B {
	padding: 5px 5px 5px 15px;
}
.left_menu .items A.lev2 B {
	padding: 3px 5px 3px 23px;
}
.left_menu .items A.lev3 B {
	padding: 3px 5px 3px 33px;
}
.left_menu .items A.lev4 B {
	padding: 3px 5px 3px 43px;
}

.left_menu .items A:active,
.left_menu .items A:hover {
	color: #fff !important;
	background-color: #7d1b7f;
	text-decoration: underline;
}
.left_menu .items A.act_page {
	color: #fff !important;
	background-color: #7d1b7f;
}


.left_menu .items A.disabled,
.left_menu .items A.disabled:active
.left_menu .items A.disabled:hover {
	color: #999 !important;
	background-color: inherit;
	text-decoration: none !important;
	cursor: default;
}

.left_menu .items A.act_tree_lev1 B {
	background: #b6a75f url(../images_gui/icons/leftmenu_down.gif) 4px 10px no-repeat;
	color: #fff !important;
}
.left_menu .items A.act_tree_lev2 B {
	background: #b6a75f url(../images_gui/icons/leftmenu_down.gif) 12px 8px no-repeat;
	color: #fff !important;
}
.left_menu .items A.act_tree_lev3 B {
	background: #b6a75f url(../images_gui/icons/leftmenu_down.gif) 22px 8px no-repeat;
	color: #fff !important;
}
.left_menu .items A.act_tree_lev4 B {
	background: #b6a75f url(../images_gui/icons/leftmenu_down.gif) 32px 8px no-repeat;
	color: #fff !important;
}

.left_menu .items A.inact_tree_lev1 B {
	background: transparent url(../images_gui/icons/leftmenu_right.gif) 4px 10px no-repeat;
}
.left_menu .items A.inact_tree_lev2 B {
	background: transparent url(../images_gui/icons/leftmenu_right.gif) 12px 8px no-repeat;
}
.left_menu .items A.inact_tree_lev3 B {
	background: transparent url(../images_gui/icons/leftmenu_right.gif) 22px 8px no-repeat;
}
.left_menu .items A.inact_tree_lev4 B {
	background: transparent url(../images_gui/icons/leftmenu_right.gif) 32px 8px no-repeat;
}

.left_menu .items A.act_tree_lev1:active B,
.left_menu .items A.act_tree_lev2:active B,
.left_menu .items A.act_tree_lev3:active B,
.left_menu .items A.act_tree_lev4:active B,
.left_menu .items A.act_tree_lev1:hover B,
.left_menu .items A.act_tree_lev2:hover B,
.left_menu .items A.act_tree_lev3:hover B,
.left_menu .items A.act_tree_lev4:hover B,
.left_menu .items A.act_tree_and_page B {
	background-color: #7d1b7f;
	background-image: url(../images_gui/icons/leftmenu_down_act.gif);
}

.left_menu .items A.inact_tree_lev1:active B,
.left_menu .items A.inact_tree_lev2:active B,
.left_menu .items A.inact_tree_lev3:active B,
.left_menu .items A.inact_tree_lev4:active B,
.left_menu .items A.inact_tree_lev1:hover B,
.left_menu .items A.inact_tree_lev2:hover B,
.left_menu .items A.inact_tree_lev3:hover B,
.left_menu .items A.inact_tree_lev4:hover B {
	background-color: #7d1b7f;
	background-image: url(../images_gui/icons/leftmenu_right_act.gif);
}

/* *******************************************************************************************
 *         Plate narrow - 220px                                                              *
 ******************************************************************************************* */

.plateNarrow {
	clear: both;
	position: relative;
	width: 220px;
	background: #fff url(../images_gui/plate_narrow/bg_plate_mid.gif) 0 0 repeat-y;
}
.plateNarrow .plate_outer {
	position: relative;
	background: transparent url(../images_gui/plate_narrow/bg_plate_top.gif) 0 0 no-repeat;
	height: 1%;
}
html>body .plateNarrow .plate_outer {
	height: auto;
}
.plateNarrow .plate_outer .plate_inner {
	position: relative;
	background: transparent url(../images_gui/plate_narrow/bg_plate_bottom.gif) 0 bottom no-repeat;
}
.plateNarrow .plate_outer .plate_inner H3.plate_heading {
	position: relative;
	height: auto;
	margin: 0;
	padding: 8px 10px 8px 14px;
	background-color: #b6a75f;
	font: bold italic 14px/14px 'Quattrocento Sans', Verdana, sans-serif;
	color: #fff !important;
	text-align: left;
	text-transform: none;
}
.plateNarrow .plate_outer .plate_inner H3.plate_heading A {
	color: #fff !important;
}
.plateNarrow .plate_outer .plate_inner H5 {
	padding-top: 5px;
}
.plateNarrow .plate_outer .plate_inner .plate_content {
	position: relative;
	padding: 5px 10px;
}
.plateNarrow.plateNoPadd .plate_outer .plate_inner .plate_content {
	padding: 5px 1px;
}
.plateNarrow .plate_outer .plate_inner .plate_content .image {
	padding-bottom: 4px;
}

/* *******************************************************************************************
 *         Plate wide - 460px                                                                *
 ******************************************************************************************* */

.plateWide {
	clear: both;
	position: relative;
	width: 460px;
	background: #fff url(../images_gui/plate_wide/bg_plate_mid.gif) 0 0 repeat-y;
}
.plateWide .plate_outer {
	position: relative;
	background: transparent url(../images_gui/plate_wide/bg_plate_top.gif) 0 0 no-repeat;
	height: 1%;
}
html>body .plateWide .plate_outer {
	height: auto;
}
.plateWide .plate_outer .plate_inner {
	position: relative;
	background: transparent url(../images_gui/plate_wide/bg_plate_bottom.gif) 0 bottom no-repeat;
}
.plateWide .plate_outer .plate_inner H3.plate_heading {
	position: relative;
	height: auto;
	margin: 0;
	padding: 8px 10px 8px 14px;
	background-color: #b6a75f;
	font: bold italic 14px/14px 'Quattrocento Sans', Verdana, sans-serif;
	color: #fff;
	text-align: left;
	text-transform: none;
}
.plateWide .plate_outer .plate_inner H3.plate_heading A {
	color: #fff !important;
}
.plateWide .plate_outer .plate_inner H5 {
	padding-top: 5px;
}
.plateWide .plate_outer .plate_inner .plate_content {
	position: relative;
	padding: 5px 25px;
}
.plateWide.plateNoPadd .plate_outer .plate_inner .plate_content {
	padding: 5px 1px;
}
.plateWide .plate_outer .plate_inner .plate_content .image {
	padding-bottom: 4px;
}



.plateMT {
	margin-top: 20px;
}
.plateMB {
	margin-bottom: 20px;
}
.plateMTB {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* *******************************************************************************************
 *         Mid column news                                                                   *
 ******************************************************************************************* */

.news_items {
	padding-top: 22px !important;
	padding-bottom: 10px !important;
}

.news_items .item {
	clear: both;
	margin: 12px 0;
	padding: 12px 0 0 0;
	border-top: 1px solid #ccc;
}
.news_items .item.first {
	margin: 0 !important;
	padding: 0 !important;
	border-top: 0 !important;
}
.news_items .item .image {
	float: right;
	padding: 3px 0 18px 15px !important;
}
.news_items .item H1,
.news_items .item H2,
.news_items .item .text {
	padding-right: 0;
}
.news_items .item.small .text {
	font-size: 13px;
}
.news_items .item H1 {
	margin: 0 0 .5em 0;
	padding: 0;
}
.news_items .item H2 {
	margin: 0 0 .5em 0 !important;
	padding: 0 !important;
	font: 18px/1.1em 'Quattrocento Sans', Verdana, sans-serif !important;
	color: #333 !important;
	text-transform: none !important;
}
.news_items .item H1 A,
.news_items .item H2 A {
	color: #333;
}
.news_items .item .date {
	display: block;
	font-size: 110%;
	color: #999;
}
.news_items .item .section {
	display: inline;
	padding-right: 5px;
	color: #7d1b7f;
}
.news_items .item_image .text {}

/* *******************************************************************************************
 *         Narrow column listings                                                            *
 ******************************************************************************************* */

.plateListing .item {
	clear: both;
	margin: 0;
	padding: 0 0 8px 0;
}
.plateListing .item .date {
	display: block;
	font-size: 90%;
	color: #999;
}
.plateListing .item .text {
	margin: 0;
	padding: 0;
}

/* *******************************************************************************************
 *         Search                                                                            *
 ******************************************************************************************* */

#searchFormDiv {
	padding-bottom: 15px;
}

.searchResult .item {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}
.searchResult .item.last {
	border-bottom: 0;
}
.searchResult .itemHover {
	background-color: #faf8ee;
}

.searchResult .item h3 {
	margin-top: 0;
}
.searchResult .item .image {
	float: right;
	padding: 3px 0 5px 15px !important;
}
.searchResult .item .text {
	display: block;
	font: 12px 'Quattrocento Sans', Verdana, sans-serif;
	color: #000;
}
.searchResult .item .facts {
	font: 12px 'Quattrocento Sans', Verdana, sans-serif;
	padding-top: 5px;
}
.searchResult .item .facts A {
	font: 12px 'Quattrocento Sans', Verdana, sans-serif;
}
.searchResult .item .facts IMG.fileIcon {
	vertical-align: middle;
	margin-right: 5px;
}
.searchResult .item .facts .fileInfo {
	vertical-align: middle;
	padding-right: 5px;
	color: #999;
}
.searchResult .item .facts .date {
	color: #999;
}
.searchResult .item .facts .name,
.searchResult .item .facts .name A {
	color: #9f904b;
}

/* *******************************************************************************************
 *         Paging                                                                            *
 ******************************************************************************************* */

.paging {
	clear: both;
	margin: 0 auto 10px auto;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
	font: 10px Verdana,Geneva,sans-serif !important;
	color: #616d98 !important;
}
.pagingTop {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.paging A,
.paging A:link,
.paging A:visited,
.paging SPAN {
	display: inline-block;
	margin: 1px;
	padding: 2px 3px;
	font: 10px Verdana,Geneva,sans-serif !important;
	text-decoration: none !important;
	background: #b1b8bd url(/images_gui/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	color: #fff;
	text-shadow: #333 0 1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
.paging SPAN.paging_dots {
	margin: 2px !important;
	background: transparent !important;
	border: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}
.paging .oneDigit {
	padding: 2px 5px !important;
}
.paging .prevBtn {
	margin-right: 5px !important;
	padding: 2px 10px !important;
}
.paging .nextBtn {
	margin-left: 5px !important;
	padding: 2px 10px !important;
}
.paging .dim {
	color: #aaa;
	text-shadow: #999 0 -1px 0;
}
.paging A:active,
.paging A:hover,
.paging .active {
	background: #3075a8 url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #105588;
	color: #fff !important;
	text-shadow: #333 0 1px 0 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

/* *******************************************************************************************
 *         Lists                                                                             *
 ******************************************************************************************* */

@media screen, handheld, projection, speech, braille, embossed, tty, tv {
	#main_content UL {
		margin: 10px 0;
		padding: 0 ;
		list-style-type: none;
	}
	#main_content UL LI {
		background: transparent url(../images_gui/icons/icon_listdot.png) 0 7px no-repeat;
		list-style-type: none;
		margin: 0 0 0.5em 0;
		padding: 0 0 0 15px;
		vertical-align: middle;
	}
	#main_content OL {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#main_content OL LI {
		margin: 0 0 0.5em 0;
	}
}
#left_col UL,
#right_col UL,
UL.list,
UL.arrow {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#left_col UL LI,
#right_col UL LI,
UL.list LI,
UL.arrow LI {
	margin-left: 0 !important;
	padding-bottom: 5px !important;
	padding-left: 25px !important;
	font-size: 12px !important;
	background: transparent url(../images_gui/icons/icon_listdot_arrow.png) 0 2px no-repeat !important;
}

UL.nodot,
.ul_nodot UL {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
UL.nodot LI,
.ul_nodot UL LI {
	margin-left: 0 !important;
	padding-bottom: 5px;
	padding-left: 0 !important;
	background: none !important;
}

/* *******************************************************************************************
 *         Icons                                                                             *
 ******************************************************************************************* */

button, a {
	outline: 0 none !important;
}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner { border: none;}



/* *******************************************************************************************
 *         ToolTip                                                                           *
 ******************************************************************************************* */

.helper {
	text-decoration: none;
	border-bottom: 1px dashed #0b0;
	cursor: help;
}
.helper IMG {
	border: 0 !important;
}
#toolTipPop {
	display: none !important;
	position: absolute;
	border: 1px solid #000;
	max-width: 450px;
	padding: 5px 5px 5px 25px;
	font-size: 90%;
	line-height: 1.3em;
	text-align: left;
	background: #fff url(/images_gui/icons/icon_info.gif) 4px 5px no-repeat;
	color: #000;
	z-index: 100000;
	display: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.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;
}

/* *******************************************************************************************
 *         Custom selectbox                                                                  *
 ******************************************************************************************* */

DIV.selectbox-wrapper {
  position: absolute;
	z-index: 10000;
  width: 150px;
  background-color: white;
  border: 1px solid #ccc;
  margin: -11px 0 0 5px;
  padding: 0;
  font: 13px 'Quattrocento Sans', Verdana, sans-serif;
  text-align: left;
  overflow: auto;
  display: none;
}
DIV.selectbox-wrapper {
}
DIV.selectbox-wrapper ul,
#right_col DIV.selectbox-wrapper ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
DIV.selectbox-wrapper ul li.selected,
#right_col DIV.selectbox-wrapper ul li.selected { 
  background-color: #eee !important;
	color: #999 !important;
}
DIV.selectbox-wrapper ul li.current,
#right_col DIV.selectbox-wrapper ul li.current { 
  background-color: #b6a75f !important;
	color: #fff !important;
}
DIV.selectbox-wrapper ul li,
#right_col DIV.selectbox-wrapper ul li {
  display: block !important;
  list-style-type: none !important;
  margin: 0 !important;
  margin: 1px !important;
  padding: 4px !important;
  cursor: pointer !important;
  background: none !important;
}

#customSelectboxContainer {
	display: none;
}
.customSelectbox {
  display: block;
	position: relative;
  width: 167px;
	height: 24px;
  margin: 0 5px 10px 0;
  padding: 3px 44px 0 9px;
  font: italic 12px 'Quattrocento Sans', Verdana, sans-serif;
	color: #666 !important;
  text-align: left; 
  background: transparent url(/images_gui/bg_select_sprite.gif) 0 0 no-repeat;
  cursor: pointer;
	border: 0;
}
.customSelectboxHover {
	color: #333 !important;
}
.customSelectboxAnim1 { background-position: 0 0; }
.customSelectboxAnim2 { background-position: 0 -50px; }
.customSelectboxAnim3 { background-position: 0 -100px; }
.customSelectboxAnim4 { background-position: 0 -150px; }

/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */


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;
	text-transform: none;
	text-align: left;
}
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;
}

.margT0 {
	margin-top: 0 !important;
}
.margT5 {
	margin-top: 5px !important;
}
.margB0 {
	margin-bottom: 0 !important;
}
.margB5 {
	margin-bottom: 5px !important;
}
.margTB0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.margR5 {  margin-right: 5px !important; }
.margR10 { margin-right: 10px !important; }
.margR15 { margin-right: 15px !important; }

.borderT {
	margin-top: 10px !important;
	padding-top: 10px !important;
	border-top: 1px solid #ccc;
}
UL.list.borderT {
	margin-top: -5px !important;
}

.clear,
.clearer {
	clear: both;
}


.articleLayoutBtn span,
.entreLayoutBtn span {
	display: block;
	float: left;
	width: 19px;
	height: 11px;
	margin: 2px 3px 2px auto;
	background: transparent url(/images_gui/icons/icon_layout_19x11_sprite.png) 0 0 no-repeat;
}
.articleLayoutBtn.wide span {
	background-position: 0 -11px;
}

/* *******************************************************************************************
 *         /css/gallery.css.jsp                                                              *
 ******************************************************************************************* */



/* *******************************************************************************************
 *         Gallery                                                                           *
 ******************************************************************************************* */

#gallery {
	padding: 15px 0;
	text-align: center;
}
#gallery .item_table {
	margin: 0 auto;
}

#gallery .item_table TD.itemImage {
	padding: 5px 0 5px 15px;
	text-align: center;
	vertical-align: bottom;
}
#gallery .item_table TD.itemImageFirstCol {
	padding-left: 0;
}
#gallery .item_table TD.itemText {
	padding: 5px 0 20px 15px;
	text-align: center;
	vertical-align: top;
}
#gallery .item_table TD.itemTextFirstCol {
	padding-left: 0;
}

#gallery .item_table TD.itemText,
#gallery .item_table TD.itemText A {
	font: 12px 'Quattrocento Sans', Verdana, sans-serif;
	color: #666;
	text-decoration: none;
}
#gallery .item_table TD.itemText A:hover {
	text-decoration: underline;
}



/* *******************************************************************************************
 *         /css/admin.css.jsp                                                                *
 ******************************************************************************************* */


/*
.fieldNormal {
	border: 2px solid #fff;
}
.fieldActive {
	border: 2px solid #9ccfff;
}
.fieldMandatory,
.fieldError,
.fieldRed {
	border: 2px solid red;
}
.fieldGreen {
	border: 2px solid #a0cb3e;
}
*/





/* *******************************************************************************************
 *         Tables - dataTable, for displaying data in lists                                  *
 ******************************************************************************************* */

.dataTable {
	width: 100%;
}
.dataTableMarginTop {
	margin-top: 35px;
}
.dataTableMarginBottom {
	margin-bottom: 35px;
}
.dataTable TH {
	padding: 2px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
	white-space: nowrap;
}
.dataTable TD {
	padding: 2px 10px;
	border-left: 1px solid #fff;
}
.dataTable TH.first,
.dataTable TD.first {
	border-left: 0;
}
.dataTable TR.tr_odd TD {
	background-color: #fff;
}
.dataTable TR.tr_even TD {
	background-color: #eff7ff;
}
.dataTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}


.dataTable .paging {
	padding: 4px 10px;
	border-top: 1px solid #4a8aad;
	border-bottom: 1px solid #4a8aad;
	text-align: center;
}
.dataTable .paging A {
}
.dataTable .paging A:active,
.dataTable .paging A:hover {
}
.dataTable .paging .dim {
	color: #999;
}
.dataTable .paging .active {
	color: #000;
}


.dataTable A.sortable {
	display: block;
	float: left;
	padding-right: 15px;
	background: transparent url(/images_gui/icons/sortable_white.gif) right 1px no-repeat;
}
.dataTable A.sortable:link,
.dataTable A.sortable:visited,
.dataTable A.sortable:hover,
.dataTable A.sortable:active {
	color: #fff;
	background-color: transparent;
}
.dataTable A.sortableAsc {
	background-image: url(/images_gui/icons/sortable_white_up.gif);
}
.dataTable A.sortableDesc {
	background-image: url(/images_gui/icons/sortable_white_dn.gif);
}


/* inc_list_documents_XX.jsp */

.dataTable TR.hilite TD {
	font-weight: bold !important;
}

.dataTableDocListingPage TD {
	padding: 3px 10px;
}



/* *******************************************************************************************
 *         Tables - formTable, for displaying forms                                          *
 ******************************************************************************************* */

.formTable {
	width: 100%;
}
.formTableMarginTop {
	margin-top: 35px;
}
.formTableMarginBottom {
	margin-bottom: 35px;
}
.formTable TH {
	padding: 3px 10px 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
}
.formTable TD {
	padding: 2px;
	text-align: left;
}
#personData .formTable TD {
	padding-bottom: 5px;
}
.formTable TD LABEL,
#personData H4 {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #e58147 !important;
}
.formTable TR.formHeight TD {
	padding-top: 5px;
	padding-bottom: 5px;
}
.formTable TD TD {
	padding: 0 !important;
}
.formTable TH.first,
.formTable TD.first {
	padding-right: 10px;
	white-space: nowrap;
}
.formTable TR.tr_odd TD {}
.formTable TR.tr_even TD {}
.formTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}
.formTable TR.tr_odd TD TD {}
.formTable TR.tr_even TD TD {}
.formTable TR.tr_last TD TD {
	border-bottom: 0 !important;
}
.formTable TR.tr_first TD {
	padding-top: 10px !important;
}
.formTable TR.spaceTop TH,
.formTable TR.spaceTop TD {
	padding-top: 10px;
}
.formTable TR.spaceBottom TH,
.formTable TR.spaceBottom TD {
	padding-bottom: 10px;
}
.formTable TR.space TH,
.formTable TR.space TD {
	padding-top: 10px;
	padding-bottom: 10px;
}
.formTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #4a8aad;
	border: none;
}
html>body .formTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #4a8aad;
	border: 0px solid #4a8aad;
}
.formTable HR.grey {
	color: #ccc;
}
html>body .formTable HR.grey {
	background-color: #ccc;
	border-color: #ccc;
}
.formTable TR.lineGrey TD {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
DIV.lineGrey {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
.formTable span label {
	display: block;
	float: left;
	width: 80px;
}


.textTable {
	width: 100%;
}
.textTableMarginTop {
	margin-top: 35px;
}
.textTable TH {
	padding: 3px 10px 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
}
.textTable TD {
	padding: 3px 2px;
}
.textTable TD TD {
	padding: 0 !important;
}
.textTable TH.first,
.textTable TD.first {
	padding-right: 10px;
	white-space: nowrap;
}
.textTable TR.tr_odd TD {}
.textTable TR.tr_even TD {}
.textTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}
.textTable TR.tr_odd TD TD {}
.textTable TR.tr_even TD TD {}
.textTable TR.tr_last TD TD {
	border-bottom: 0 !important;
}
.textTable TR.spaceTop TH,
.textTable TR.spaceTop TD {
	padding-top: 10px;
}
.textTable TR.spaceBottom TH,
.textTable TR.spaceBottom TD {
	padding-bottom: 10px;
}
.textTable TR.space TH,
.textTable TR.space TD {
	padding-top: 10px;
	padding-bottom: 10px;
}
.textTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #4a8aad;
	border: none;
}
html>body .textTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #4a8aad;
	border: 0px solid #4a8aad;
}
.textTable HR.grey {
	color: #ccc;
}
html>body .textTable HR.grey {
	background-color: #ccc;
	border-color: #ccc;
}

.textTable LABEL {
	font-weight: bold;
	color: #555;
}



.panelTable {
	width: 100%;
	border: 1px solid #bed6f8;
}
.panelTableFirst {
	margin-bottom: 20px !important;
}
.panelTableMargTop {
	margin-top: 35px !important;
}
.panelTable TH DIV {
	font-weight: bold;
	margin: 1px;
	padding: 2px 3px;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelTable TD {
	padding: 3px 5px !important;
}
.panelTable TD.noPadd {
	padding: 0 !important;
}
.panelTable TR.tr_first TD {
	padding-top: 6px !important;
}
.panelTable TR.tr_last TD {
	padding-bottom: 6px !important;
}

.panelTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #bed6f8;
	border: none;
}
html>body .panelTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #bed6f8;
	border: 0px solid #bed6f8;
}
.panelTable HR.narrow { /* For Internet Explorer */
	margin: 0;
}
html>body .panelTable HR.narrow { /* For Opera and Gecko-based browsers */
	margin: 4px 0;
}

/* Panel/Box div */



.panelBox {
	margin-bottom: 20px !important;
	border: 1px solid #bed6f8;
}
.panelBox H1 {
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 1px;
	padding: 4px 3px;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelBox H2 {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 1px;
	padding: 2px 3px;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelBox H2 A {
	text-decoration: none;
	color: #000;
}
.panelBox H2 A:hover,
.panelBox H2 A:active,
.panelBox H2 A:hover SPAN,
.panelBox H2 A:active SPAN {
	text-decoration: underline !important;
	color: #000;
}
.panelBox H2.icon SPAN {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
.panelBox H2.iconPlus SPAN {
	background: transparent url(/images_gui/icons/icon_plus.gif) top left no-repeat;
}
.panelBox H2.iconMinus SPAN {
	background: transparent url(/images_gui/icons/icon_minus.gif) top left no-repeat;
}




.panelBox .text {
	padding: 6px 5px !important;
}

.panelBox HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #bed6f8;
	border: none;
}
html>body .panelBox HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #bed6f8;
	border: 0px solid #bed6f8;
}

.panelBox .link_bottom {
	padding: 0 5px 10px 5px;
	font-size: 12px;
}





.toolbar {
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.toolbar LABEL {
	display: block;
	margin: 5px;
	padding-top: 4px;
	font: bold 10px Arial,Helvetica,sans-serif;
	color: #000;
}
.toolbar .iconBtn {
	display: block;
	width: 23px;
	height: 22px;
	margin: 5px 0;
	padding: 0;
	border: 0;
	line-height: 100px; /* IE */
	text-indent: -1000px; /* Gecko */
	background-color: #4e88ad;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	filter: Alpha(opacity=80);
}

.toolbar .iconBtnText {
	display: block;
	height: 22px;
	margin: 5px 0;
	padding: 0 0 0 20px;
	font: 10px Arial,Helvetica,sans-serif;
	color: #fff;
	border: 0;
	background-color: #4e88ad;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	filter: Alpha(opacity=80);
}
.toolbar .textBtn {
	display: block;
	margin: 5px 0;
	font: 10px Arial,Helvetica,sans-serif;
	color: #fff;
	border: 0;
	background-color: #4e88ad;
	cursor: pointer;
	filter: Alpha(opacity=80);
}
.toolbar .iconBtnHover {
	filter: Alpha(opacity=100);
}

.toolbar .iconEdit {
	background-image: url(/images_gui/icons/toolbar/edit.gif);
}
.toolbar .iconSave {
	background-image: url(/images_gui/icons/toolbar/save.gif);
}
.toolbar .iconDelete {
	background-image: url(/images_gui/icons/toolbar/delete.gif);
}
.toolbar .iconAbort {
	background-image: url(/images_gui/icons/toolbar/abort.gif);
}
.toolbar .iconMoveUp {
	background-image: url(/images_gui/icons/toolbar/move_up.gif);
}
.toolbar .iconMoveDn {
	background-image: url(/images_gui/icons/toolbar/move_dn.gif);
}
.toolbar .iconNewBefore {
	background-image: url(/images_gui/icons/toolbar/new_before.gif);
}
.toolbar .iconNewAfter {
	background-image: url(/images_gui/icons/toolbar/new_after.gif);
}

.toolbar .divider {
	display: block;
	width: 9px;
	height: 22px;
	margin: 5px 0;
	font-size: 1px;
	background: transparent url(/images_gui/icons/toolbar/separator.gif) 0 3px no-repeat;
}
.toolbar .posLeft {
	float: left;
	margin-left: 5px;
}
.toolbar .posRight {
	float: right;
	margin-right: 5px;
}



/* *******************************************************************************************
 *         Forms                                                                             *
 ******************************************************************************************* */

.formField, SELECT, INPUT, TEXTAREA, BUTTON {
	font: 11px Verdana,Geneva,sans-serif;
	color: #333;
}

.formField,
.formFieldFile,
TEXTAREA,
SELECT {
	border: 1px solid #999;
}
.formField:focus,
.formFieldFile:focus,
TEXTAREA:focus,
SELECT:focus,
.formFieldFocus {
	border-color: #fe9900;
	background-color: #f7f7f7;
}

.formFieldBlur {}

.formFieldError {
	border-color: #f00 !important;
	background-color: #fee !important;
}

TEXTAREA {
	overflow: auto;
}


.formBtn,
.formBtnAdmin {
	position: relative;
	background: #3075a8 url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #105588;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font: bold 11px Verdana, Geneva, sans-serif !important;
	color: #fff;
	text-shadow: #666 0 1px 0;
	cursor: pointer !important;
	padding: 2px 4px 3px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtnDisabled,
.formBtn.disabled,
.formBtnAdminDisabled,
.formBtnAdmin.disabled {
	position: relative;
	background: #b1b8bd url(/images_gui/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font: bold 11px Verdana, Geneva, sans-serif !important;
	color: #eee;
	text-shadow: #666 0 -1px 0;
	cursor: default !important;
	padding: 2px 4px 3px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtnSmall,
.formBtnAdminSmall {
	position: relative;
	background: #3075a8 url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #105588;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 9px Verdana, Geneva, sans-serif !important;
	color: #fff;
	text-shadow: #666 0 1px 0;
	cursor: pointer !important;
	padding: 1px 4px 2px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtn.active,
.formBtnSmall.active,
.formBtnAdmin.active,
.formBtnAdminSmall.active {
	top: 1px;
	background: #508b4d url(/images_gui/buttons/bg_btn_active.gif) 0 0 no-repeat;
	border: 1px solid #367033;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}

.formBtn.hilite,
.formBtnSmall.hilite,
.formBtnAdmin.hilite,
.formBtnAdminSmall.hilite {
	background: #508b4d url(/images_gui/buttons/bg_btn_active.gif) 0 0 no-repeat;
	border: 1px solid #367033;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtn:hover,
.formBtnSmall:hover,
.formBtnAdmin:hover,
.formBtnAdminSmall:hover {
	background: #508b4d url(/images_gui/buttons/bg_btn_active.gif) 0 0 no-repeat;
	border: 1px solid #367033;
}

.formBtnSmallDisabled,
.formBtnSmall.disabled,
.formBtnAdminSmallDisabled,
.formBtnAdminSmall.disabled {
	position: relative;
	background: #b1b8bd url(/images_gui/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 9px Verdana, Geneva, sans-serif !important;
	color: #eee;
	text-shadow: #666 0 -1px 0;
	cursor: default !important;
	padding: 1px 4px 2px 4px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.formBtnAdminLarge {
	font-size: 13px !important;
}

.formBtnLeft {
	float: left !important;
	margin-right: 8px;
}
.formBtnRight {
	float: right !important;
	margin-left: 8px;
}

TD.ar,
TR.ar TD,
TD.ar FORM,
TR.ar TD FORM {
	text-align: right !important;
}

#adminPanelDiv {
	float: left;
	margin: 0 10px 10px 0;
}

#changePageDiv {
	float: left !important;
	margin: 0 0 0 10px !important;
}

.imcmsAdmBgHead,
.imcmsAdmBgHead td {
	background-color: #20568D;
	color: #fff;
	font: normal 11px/14px Verdana, Geneva, sans-serif;
}
.imcmsAdmBgCont,
.imcmsAdmBgCont td {
	background-color: #f5f5f7;
	color: #000;
	font: normal 11px/14px Verdana, Geneva, sans-serif;
}

.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;
}


.formTable TH.heading,
.dataTable TH.heading,
.panelTable TH.heading {
	margin: 0;
	padding: 0;
	background: transparent;
}
.formTable TH.heading H4,
.dataTable TH.heading H4,
.panelTable TH.heading H4 {
	margin: 0 0 10px 0;
	padding: 3px 10px 4px 10px;
	text-align: left;
	color: #000;
	font: normal 11px Verdana,Geneva,sans-serif;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}

.formTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}



.red {
	color: #c00000 !important;
}


DIV.adminMess {
	margin: 10px 0;
	padding: 10px;
	background-color: #ffc;
	border: 1px solid #eee;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

DIV.adminMess H3 {
	margin: 0 0 10px 0;
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #000;
}

DIV.adminMess UL {
	margin: 0 0 0 14px;
	padding: 0;
	list-style-type: square;
	list-style-image: url(/images_gui/icons/list_dot_admin.gif);
}
* html DIV.adminMess UL {
	list-style-image: url(/images_gui/icons/list_dot_admin_ie.gif);
}
DIV.adminMess LI {
	padding-bottom: 3px;
	font: 11px Verdana, Geneva, sans-serif;
}



.adminTabInactive {
	position: relative;
	background: #b1b8bd url(/images_gui/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	border-bottom: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: Arial,Helvetica,sans-serif;
	color: #999;
	cursor: pointer;
	padding: 4px 8px;
}
.adminTab,
.adminTabInactive:hover {
	position: relative;
	background: #bc0007 url(/images_gui/buttons/bg_btn_red.gif) 0 0 no-repeat;
	border: 1px solid #ac0000;
	border-bottom: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 4px 8px;
}

/* *******************************************************************************************
 *         External Contact - Card                                                           *
 ******************************************************************************************* */

.externalContactCard {
	border: 1px solid #ccc;
	border-color: #ccc #000 #000 #ccc;
	margin-bottom: 10px;
	padding: 10px;
}
.externalContactCard h2,
.formTable td h2 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
.formTable td h2.preview {
	margin: 5px 0 8px 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}
.externalContactForm {
	padding: 5px 0;
}
.externalContactFormNew {
	background-color: #ffc;
}
.externalContactCardNew {
	background-color: #ff9;
}
.externalContactCard th,
.externalContactCard td,
.formTable .externalContactCard th,
.formTable .externalContactCard td {
	font-size: 10px !important;
	padding: 0 0 4px 0 !important;
}


/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.ui-sortable-placeholder {
	background-color: #ffc;
	border: 1px dashed red;
	visibility: visible !important;
}

.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clear {
	clear: both !important;
}
.clearheight {
	clear: both;
	height: 0;
	overflow: hidden;
}



/* *******************************************************************************************
 *         /javascript/jquery/jquery.fancybox-1.3.4/jquery.fancybox-1.3.4.css.jsp            *
 ******************************************************************************************* */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/javascript/jquery/jquery.fancybox-1.3.4/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/javascript/jquery/jquery.fancybox-1.3.4/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascript/jquery/jquery.fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }

