/* Presto Copyright(C) 2015 by Inmagic Canada Software, a division of SydneyPLUS International Library Systems, Inc., Richmond BC Canada. All rights reserved. This code is proprietary to Inmagic Canada Software. */

/**** JQUERY UI THEME OVERRIDES ****/
.ui-widget-content a {color: #003c79;} 


/************************ PRESTO BASE STYLES ************************/

body {
	margin: 0;
	background-color: #E0E0E0;
	min-width: 100px;
}

body.framed {
	background-color: #FFFFFF;
	padding: 15px 15px;
}

body.framedtight {
	background-color: #FFFFFF;
	padding: 0;
}

div p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.bold {
	font-weight: bold
}

.italic {
	font-style: italic
}

form {
	padding: 0;
	margin: 0;
}

hr {
	padding: 0;
}

h1 {
	font-size: 20px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 .5em 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 .5em 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	line-height: 1.25em;
	font-weight: bold;
	color: #171717;
	margin: 0 0 .3em 0;
	padding: 0;
}
.contenttype-header {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    /*line-height: 1.25em;*/
    /*margin: 0 0 0.5em;*/
    padding: 0;
}

.left {
	float: left;
	padding: 0 20px;
}

.right {
	text-align: right;
	padding: 0 20px; 
}

.HiddenText label {display:none;}

input.wm { color: #555555; background-color: #E0E0E0; }

#divContent {
	padding: 10px 20px 0 20px;
	background-color: #E0E0E0;
}

div#inmg-content
{
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}

#divContentFull 
{
	padding: 10px 5px 0px 20px;
	background-color: #E0E0E0;
}

#divSearchBar
{
	position: absolute; 
	float: left; 
	top: 122px; 
	width: 95%; 
	text-align: right;
	vertical-align: middle;
}

#divTabs {
	width: 100%;
	margin: 0 0 0 0; 
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	height: 27px;
	padding: 0;
	position: relative;
	top: 1px;
}

#divTabs ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#divTabs li {
	float: left;
	background: url("../images/ui/tabright.gif") no-repeat right top;
	margin: 0 3px 0 0;
	padding: 0;
}

#divTabs a {
	display: block;
	float: left;
	background: url("../images/ui/tableft.gif") no-repeat left top;
	padding: 6px 15px 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #505050;
	height: 30px;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	height: 14px;  /* Applies to all other browsers */
}

#divTabs li.current {
	float: left;
	background: url("../images/ui/tabright-current.gif") no-repeat right top;
}

#divTabs li.current a {
	display: block;
	background: url("../images/ui/tableft-current.gif") no-repeat left top;
	padding: 5px 15px 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #505050;
	height: 16px;
	border-bottom: 3px solid #FFFFFF;
}

#divTabs a:hover {
	text-decoration: none;
	color: #000000;
}

#divBreadcrumbs {
	font-size: 12px;
	color: #666666;
	margin: 0 0 14px 0;
}

.widecol {
	float: left;
	width: 72%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: 77%;  /* Applies to all other browsers */
}	

.contentbox {
	padding: 15px;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

.focalbox {
	padding: 20px;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

#frameInline {
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	float:left; 
	/*margin-right:20px*/
}

#frameIFrame {
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	float:left; 
	margin-right:20px
}

.frmInlineSource {
	padding-top: 8px;
	font-size: 10px;
	color: #171717;
	text-align: left;
	width: auto
}

.divider {
	height: 1px;
	background-color: #E0E0E0;
	background-image: url(../images/ui/divider-background.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 0;
	margin: 12px 0;
}

.dividertight {
	height: 1px;
	background-color: #E0E0E0;
	background-image: url(../images/ui/divider-background.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 0;
	margin: 6px 0;
}

.sidebar {
	float: left;
	width: 250px;
}

.sidebar_td 
{
	padding-left:18px;
	width: 250px;
}

.sidebarDropdown {
	width: 190px;
}

.sidebarSearch {
	width: 206px;
	margin-right: 5px;
}

.sidebarLabel {
	width: 45px;
}

.sidebarModifier {
	padding: 8px 0 0 0;
}

* html .sidebarSearch {
	margin-right: 3px;  /* Applies to Windows IE */
}

.shimheight {
	min-height:350px;  /* Applies to all other browsers */
}

* html .shimheight {
	height:350px;  /* Applies to Windows/IE */
}

.buttonshim {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
}

.mainlabel {
	float: left;
	width: 210px;
	text-align: right;
	margin: 0;
	padding: 1px 5px 0 0
}

.mainlabelcolumn {
	float: left;
	width: 100px;
	text-align: right;
	margin: 0;
	padding: 1px 5px 0 0
}


.boldlabel {
	font-weight: bold;
	font-size: 14px;
}

.boldlabelmedium {
	font-weight: bold;
	font-size: 12px;
}

.boldlabelreg {
	font-weight: bold;
	font-size: 10px;
}

.sublabel {
	float: left;
	width: 85px;
	text-align: right;
	margin: 0;
	padding: 3px 8px 0 0
}

.labelleft {
	float: left;
	text-align: right;
	margin: 0;
	padding: 3px 5px 0 0
}

.labelright {
	text-align: left;
	margin: 0;
	padding: 3px 0 0 2px
}

.labelrightfine {
	font-size: 9px;
	color: #666666;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 4px
}

.searchsubhead {
	font-size: 18px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
}

.searchsummary {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	color: #333333;
}

.search-summary-header-text {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	color: #333333;
}

.listing-records-container {

	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	
}


.listing-records-container-gnenabled {

	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
	width:70%
	
}

.popuplink {
	font-size:10px;
	line-height:14px;
	vertical-align:baseline;
}

.smallprint {
	font-size:11px;
	line-height:13px;
}

.verylargeprint {
	font-size:20px;
	line-height:30px;
}

.fineprint {
	color: #333333;
	font-size:9px;
	line-height:12px;
}

.finehelp {
	color: #333333;
	font-size:11px;
	line-height:12px;
	margin: 6px 0;
}

#divPaging {
	font-size:11px;
	line-height:18px;
 	text-align: right; 
 	position:absolute; 
 	top:95px; 
 	right: 298px;
 	width: 500px; 
 	height: 17px;
 }
	
#divPaging a, select, input, textarea {
	font-size:11px;
	line-height:17px;
}

.paging {
	font-size:11px;
	line-height:17px;
}

.paging select, input {
	font-size:11px;
}

.sorting {
	float:right;
	padding: 0 0 0 20px;
}

.sorting select {
	font-size: 10px
}

.error {
	color: #990000;
}

.confirm {
	color: #509900;
}

.required {
	color: #CC0000;
}

.alertnotice {
	color: #FFAA00;
	font-weight: bold
}

.greyed {
	color: #999999;
}

.subtable {
	width: 65%
}

.subtable th {
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-align: left;
}

.subtable td {
	padding-bottom: 2px
}

.subtable2 {
	border-bottom: 1px solid #E0E0E0;
	width: 98%  /* Applies to all other browsers */
}

.subtable2 th {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding: 4px;
	text-align: center;
}

.subtable2 td {
	padding: 4px 6px;
	text-align: center;
	border-top: 1px solid #E0E0E0;
}
.silverback {
	background-color: #E6E6E6;
}

.noline td {
	border-top: none;
}

.cuidetailcell {
	line-height: normal;
	padding: 0 3px 6px 0;
}

.resultslist td {
	font-size: 11px;
}

.resultslist a {
	font-size: 12px;
	line-height: 17px;
}

.resultslist a.smallprint {
	font-size: 11px;
}

.resultslist a.smallprint {
	font-size: 11px;
}

.resultsgrid a {
	font-size: 12px;
	line-height: 17px;
}

.showallmatching  {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.backtotop  {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

div.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
}

div.gallery {
	clear: both;
}

div.galleryitem {
	float: left;
	width: 150px;
	height:175px;
	min-height: 175px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 0px;
	padding: 10px 5px 12px 5px;
	line-height: 12px;
	margin: 0px 3px 10px 3px;
	background-color: white;
	border: 1px solid white;
}

div.galleryitem_hover {
	float: left;
	width: 150px;
	height:175px;
	min-height: 175px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 10px 5px 12px 5px;
	line-height: 12px;
	margin: 0px 3px 10px 3px;
	border: 1px solid khaki;
	background-color: #FFFFCC;
}

div.galleryitem div.thumbnail {
	width:100%;
	margin-bottom:2px;
    text-align: center;
}

div.galleryitem_hover div.thumbnail {
	width:100%;
	margin-bottom:2px;
    text-align: center;
}

div.galleryitem, div.galleryitem_hover a {
	text-align: center;
	font-size: 12px;
}

    div.galleryitem .tblFileDisplay, .galleryitem_hover .tblFileDisplay
    {
        width:100%;
    }

.galleryblog{
	background-color: #5A6B7D;
}

.thumbnail img {
	border: 1px solid silver; 
}

.floatright {
	float:right; 
	margin: 0 0 20px 20px
}

.field50 {
	width: 50px;	
	font-size: 12px;
}

.field75 {
	width: 100px;	
	font-size: 12px;
}

.field100 {
	width: 100px;	
	font-size: 12px;
}

.field110 {
	width: 110px;	
	font-size: 12px;
}

.field120 {
	width: 120px;	
	font-size: 12px;
}

.field130 {
	width: 130px;	
	font-size: 12px;
}

.field150 {
	width: 150px;	
	font-size: 12px;
}

.field175 {
	width: 175px;	
	font-size: 12px;
}

.field190 {
	width: 175px;	
	font-size: 12px;
}

.field200 {
	width: 200px;
	font-size: 12px;
}

.field225 {
	width: 225px;
	font-size: 12px;
}

.field250 {
	width: 250px;
	font-size: 12px;
}


.field300 {
	font-size: 12px;
	width: 300px;	
}

.field350 {
	width: 350px;	
	font-size: 12px;
}

.field400 {
	width: 400px;
	font-size: 12px;
}

.field500 {
	width: 500px;
	font-size: 12px;
}

.field600 {
	width: 600px;
	font-size: 12px;
}

.guideme {
	border: 1px dotted #666666;
	background-color: #E9E9E9;
	color: #333333;
	padding: 3px;
}

.swatch {
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	margin-top: 3px;
}

.footer {
	padding: 20px;
	font-size: 9px;
	line-height: 12px;
	color: #505050
}

.build {
	color: #888888
}

.inactive {
	color: #808080;
}

.inactive a:link {
	color: #666666;
}

.inactive a:visited {
	color: #666666;
}

.inactive-record-layout {
	background-color:lightgray;
	filter:alpha(opacity=70);
	opacity:0.70;
}

.flag {
	font-size:9px; 
	color: #B00000; 
	padding-left: 6px
}

.recordDetailIframeSectionlabel{
	padding: 3px 5px 0 0
}

#divFocalScroll {
	overflow: auto;
	position: relative; /* SPR 7248 */
}

.localeDisplayName {
	color: #777;
}

.localeDropDownLabel {
	font-size: 12px;
	padding-left: 12px;
	padding-right: 3px;
}

a.category_path_link:link,a.category_path_link:active,a.category_path_link:visited
{
    color: #003C79;
    text-decoration: underline;
}

a.category_path_link:hover
{
    color: #CC0000;
    text-decoration: underline;
}

.category_path_folder {
	height: 16px;
    width: 16px;
	background-color: transparent;
	background-image: url(../images/tree/folder.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
	padding: 0;
}

.category_path_folder_inactive {
	height: 16px;
        width: 16px;
	background-color: transparent;
	background-image: url(../images/tree/folder_inactive.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
	padding: 0;
}

.category-folder-image
{
    vertical-align:bottom;
    padding: 0px 3px;
}

.collection-folder-image
{
    vertical-align:bottom;
    padding-right:3px;
}

.imgProfile
{
    width: 80px;
    border:0px;
}

.imgProfileSmall
{
    width: 48px;
    border:0px;
}

.imgProfileMini
{
    width: 28px;
    border:0px;
}

.appConfigModuleHeader
{
	font-weight: bold;
    text-align:left;
    padding: 5px 0px 5px 15px;
    border: solid 1px #000000;
}

#cart-listing-container
{
	overflow:auto;
}

div.browse-value-list-item {
padding: 3px;
border: solid 1px transparent;
}

td.browse-value-show-next-link {
  padding: 5px;  
  font-size: 11px;
  text-align: center;
}

div.browse-value-show-next-link {
  padding: 5px;  
  font-size: 11px;
  text-align: center;
}
/********** Login Page Styles ***********/
#login-outer-container
{
    width:450px;
    border:0px;
    margin:0 auto;
}

#login-inner-container
{
    padding:5px;
    border-radius: 5px;
}

#login-left-container
{
     vertical-align:top;
}

#login-right-container
{
     vertical-align:top;
     width:240px;
     border-radius: 5px;
     border:1px solid #A0A0A0;
     background-color: #eeeeee;
     padding:10px 8px 5px 5px;
     margin:0px;
}

/********** Tag Cloud Styles ************/
.tagcloud 
{
	text-align: center;
	/*font-family: Arial, sans-serif;*/
	/*border: 2px solid #C0C0C0;*/
	/*background-color: #FFFFFF;*/
	min-height:40px;
	padding: 3px;
}

.tagcloud span
{
    font-family: Trebuchet MS, Sans-Serif, Courier, Verdana
}

/* CloudItem renditions, from smallest to largest */
.inmagic-cloud-item1, .inmagic-cloud-item2, .inmagic-cloud-item3, .inmagic-cloud-item4, .inmagic-cloud-item5, .inmagic-cloud-item6
{
                margin: 0px;
                padding: 0px;
                display: inline;
}

a.inmagic-cloud-item1:link,a.inmagic-cloud-item1:visited,a.inmagic-cloud-item1:active
{
                text-decoration: none;
                margin-right: 6px;
                color: #A9C5EB;
                font-size: 110%;
                /*font-weight: 200;*/
}

a.inmagic-cloud-item2:link,a.inmagic-cloud-item2:visited,a.inmagic-cloud-item2:active
{
                text-decoration: none;
                margin-right: 6px;
                color: #7BA7E1;
                font-size: 130%;
                /*font-weight: 300;*/
}

a.inmagic-cloud-item3:link,a.inmagic-cloud-item3:visited,a.inmagic-cloud-item3:active
{
                text-decoration: none;
                margin-right: 6px;
                color: #6094DB;
                font-size: 150%;
                /*font-weight: 500;*/
}

a.inmagic-cloud-item4:link,a.inmagic-cloud-item4:visited,a.inmagic-cloud-item4:active
{
                text-decoration: none;
                margin-right: 6px;
                color: #4985D6;
                font-size: 160%;
                /*font-weight: 400;*/
}

a.inmagic-cloud-item5:link,a.inmagic-cloud-item5:visited,a.inmagic-cloud-item5:active
{
                text-decoration: none;
                margin-right: 6px;
                color: #2F74D0;
                font-size: 175%;
                /*font-weight: 800;*/
}

a.inmagic-cloud-item6:link,a.inmagic-cloud-item6:visited,a.inmagic-cloud-item6:active
{
                text-decoration: none;
                margin-right: 6px;
                color: #2966B8;
                font-size: 190%;
               /* font-weight: 900;*/
}

a.inmagic-cloud-item1:hover,a.inmagic-cloud-item2:hover,a.inmagic-cloud-item3:hover,a.inmagic-cloud-item4:hover,a.inmagic-cloud-item5:hover,a.inmagic-cloud-item6:hover
{
	color: #991700;
}

/********** Content Rating Styles ************/
.RatingStar 
{
	cursor: pointer;
	display: block;
    
    }

.FilledRatingStar {
    background-image: url(../images/ui/FilledStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.EmptyRatingStar {
    background-image: url(../images/ui/EmptyStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.SavedRatingStar {
    background-image: url(../images/ui/SavedStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.ReadOnlyFilledStars {
    background-image: url(../images/ui/FilledStar.gif);
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: default;
}

.ReadOnlySavedStars {
    background-image: url(../images/ui/SavedStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: default;
}

.ReadOnlyEmptyRatingStar {
    background-image: url(../images/ui/EmptyStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: default;
}

.rating-stars-label { font-size: 1em; padding-left: 3px;}
.rating-totals-container { text-align:left; clear:both; display:block; padding-top:2px; }

.overall-stars-container 
{
    margin: 0;
    padding: 3px 0 0 16px;
    text-align: left;
    width: 80%;
    min-width: 145px; 
}
.overall-text-container  
{
    text-align:left;
    width:auto;
    padding:0;
    margin:0;
    vertical-align: top;
}

.rating-totals-container
{
    text-align:left;
    width:auto;
    padding:0px 0px 0px 16px;
    margin:0;
}

/********** Modal Popup Styles ************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#modalBox
{
	background-color: #FFFFFF; 
	border: 2px outset #666666;
	width: 600px;
	height: 400px;
	font-family: Verdana, Arial, Courier;
}

#modalOverlay {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}*/

/********** Modal Overlay Window Styles ************/
.modalDialog
{
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
	font-family: Verdana, Arial, Courier;
}

.modalFormWindowTitle
{
	padding: 5px 0px 0px 10px; 
	border-width: 0px;
	height: 40px;
	font-size: 11pt; 
	font-weight: bold; 
	text-align: left;
	background-image:url(../images/branding/header-background.gif);
}

.modalFormDivider
{
	padding: 0px;
	background-color: #000000;
	font-size: 1px;
	height: 1px;
	color: #000000;
}

.modalFormLabel
{
	text-align: left; 
	font-size: 9pt; 
	color: #999999; 
	font-weight: bold;
}

.modalFormPrint
{
	text-align: left; 
	font-size: 9pt; 
	color: #999999; 
}

.modalSmallPrint
{
	font-size:11px;
	line-height:13px;
	text-align: left; 
	color: #999999; 
}

.modalSmallPrintDark
{
	font-size:11px;
	line-height:13px;
	text-align: left; 
	color: #666666; 
}

.modalLabelColumn200
{
    text-align: right;
    vertical-align: top;
    width: 200px;
}

/********** Comment Window Styles ************/
.cmtFormWindow
{
	height: 100px;
	width: 300px;
	padding-bottom: 10px;
}

.rptFormWindow
{
	width: 1000px;
	padding-bottom: 10px;
}

.rptFormRecordLengthWindow
{
	height: 100px;
	width: 1000px;
	padding-bottom: 10px;
}

.cmtFormArea
{
	padding: 0px 10px 10px 10px;
}

.cmtFormErrorArea
{
	color: Red;
	height: 20px;
	font-size: 12px;
	position:static;
	display: block;
	padding: 10px 0px 0px 10px;
}

.comments-container
{
    width:100%;
    min-width: 240px;
}

.cmtListingArea
{
	width: 100%;
}

.cmtListItemArea
{
	width: 100%;
	text-align: left; 
	font-size: 9pt; 
	padding: 0px;
}

.comment-odd-item
{
    background-color: #E1EFF4;
}

.comment-even-item
{
    background-color: #FFFFFF;
}

.comment-item-table
{
    width:100%;
    padding: 10px 5px;
    border-bottom: 1px solid #666666;
}

.cmtListTitleArea
{
	width: 100%;
	padding: 0px 0px 3px 0px;
}

.comment-title-text
{
    font-weight: bold;
}

.comment-info-container
{
}

.comment-date-text
{
    float:left;
    font-size: 8pt;
}

.comment-user-image-container
{
    vertical-align:top; 
    padding: 0px 10px;
}

.comment-user-text
{
    font-weight:bold;
    font-size: 12pt;
    color: #4AB2C6;
}

.cmtTextArea
{
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.inmg-cmt-header-container
{
	width: 597px;
	padding:3px 0px 3px 5px;
	text-align:left;
	font-weight:bold;
}

.comment-vote-area-container
{
    font-size: 8pt;
    color: #666666;
    /*ight:16px;*/
}

.comment-date-text
{
    float:left;
    padding-right: 5px;
    margin-top:2px;
}

.comment-vote-btn-container
{
    float:left;
    padding-right: 5px; 
    margin-top:2px;
   
}
.comment-vote-btn-container a, .comment-vote-btn-container a:hover, .comment-vote-btn-container a:active, .comment-vote-btn-container a:visited
{
    text-decoration:none;
    font-size: 8pt;
    line-height:1.4em;
    
}
.comment-helpful-count-container
{
    float:left;
}

.comment-helpful-count-text
{
    float:left;
    margin-top:2px;
    height:16px;
}

.comment-helpful-count-icon
{
    float:left;
    margin-right:.3em;
    width:13px;
    height:14px;
}

.inline-comment-container
{
    margin:0 auto;
    text-align:center;
    padding-top: 10px;
}

.cmtInputContainer 
{
	width: 600px;
	padding-top:5px;
}

.cmtTitleInputContainer 
{
	width: 600px;
}

.cmtTitleInputLabel 
{ 
	width: 100%;
	text-align:left; 
	margin-top: 3px;
}

.cmtTitleInputField
{ 
	text-align:left;
	width:100%;
}

.cmtTextAreaContainer
{
	padding-top:5px;
	clear:both;
	width:600px;
}

.cmtButtonContainer
{
	width:600px;
	padding-top:5px;
	text-align:right;
}

.inmg-cmt-post-button
{
	font-weight:bold;
}

textarea.cmtTextArea
{
	width: 100%;
	height: 100px;
	color: #555555;
	border: solid 1px #999999;
	background-color: #EEEEEE;
}

textarea.cmtTextAreaFocus
{
	color: #555555;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}

input.cmtTitleInput
{
	width: 595px;
	color: #555555;
	border: solid 1px #999999;
	background-color: #EEEEEE;
    padding: 3px;
}


input.cmtTitleInputFocus
{
	color: #555555;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	padding: 3px;
}

#procSpinner
{
	height: 20px;
	width: 20px;
	text-align: left;
	overflow: visible;
	background: url("../images/ui/processing.gif") no-repeat left top;
}

.processingSpinner
{
	height: 20px;
	width: 20px;
	text-align: left;
	overflow: visible;
	background: url("../images/ui/processing.gif") no-repeat left top;
}


/********** Tag Record Overlay Styles ************/
.tagRecordFormWindow
{
	width: 405px;
	height: 600px;
}

.tagWorkArea
{
	padding: 10px 15px 10px 15px;
}

.tagFormErrorArea
{
	color: Red;
	height: 15px;
	font-size: 12px;
	position:static;
	display: block;
	padding: 20px 0px 0px 20px;
}



/********** 'Select Role & Locale Window Styles ************/
.srlFormWindow
{
	width: 380px;
	height: 200px;
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
	font-family: Verdana, Arial, Courier;
}

.srlFormArea
{
	padding: 0px 10px 10px 10px; 
	width: 355px;
}

/*********************** Jtip Styles ***********************/

/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}


#JT_arrow_left{
	background-image: url(../jscript/widgets/jtip/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../jscript/widgets/jtip/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../jscript/widgets/jtip/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:pointer;
}

/*********************** ComboBox Styles ***********************/

.ComboBox {
	width:60px;
	height:22px;
	background-color:#eaf2fb;
	background-image:url("../images/ComboBox/Background.png");
	background-repeat:no-repeat;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	border:0;
	cursor:default;
}

.ComboBoxHover {
	width:auto;
	height:22px;
	background-color:#ffffff;
	background-image:url("../images/ComboBox/BackgroundHover.png");
	background-repeat:no-repeat;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	border:0;
	cursor:default;
}

.ComboTextBox {
	color:#000000;
	background-color:transparent;
	padding-left:4px;
	border:0;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	cursor:default;
}

.ComboTextBoxHover {
	color:#000000;
	padding-left:4px;
	background-color:transparent;
	border:0;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	cursor:default;
}

.ComboItem
{
	background-image:url("../images/ComboBox/comboItemBg.gif.png");
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size: 11px; 
	padding: 2px;
}

.ComboItemHover
{
	color: White;
	background-color: #191970;
	background-image:url("../images/ComboBox/comboItemBg.gif.png");
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size: 11px; 
	border: 1px solid #DBCE99;
	padding: 2px;
	cursor:default;
}

.DropDown {
	background-color:#fafafa;
	border:1px solid #c5c5c5;
	display:block;
	padding:1px;
	cursor:default;
}

.DropDownResizer {
	height:8px;
	background-image:url("../images/ComboBox/ResizerBackground.png");
	background-repeat:repeat-x;
	text-align:center;
	cursor:default;
}

.DropDownItemTitle {
	color:#00156e;
	background-color:#dde7ee;
	text-align:left !important;
	vertical-align:middle;
	height:23px;
	border-bottom:1px solid #c5c5c5;
	cursor:default;
}

.DropDownItemTitle span {
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:12px;
	line-height:20px;
	cursor:default;
}

.FontDropDownItem {
	background-color:#fafafa;
	height:24px;
	text-align:left !important;
	color:#000000;
	cursor:default;
}

.FontDropDownItemHover {
	height:24px;
	text-align:left !important;
	background-image:url("../images/ComboBox/FontItemHoverBackground.png");
	background-repeat:no-repeat;
	color:#000000;
	cursor:default;
}

/*********************** WebPartEditor Styles ***********************/
.WebPartEditorLabel 
{
	width: 100%;
	text-align: left;
	padding: 8px 0px 5px 0px;
	font-weight: bold;
}

.WebPartSectionLabel 
{
	width: 100%;
	text-align: left;
	padding: 8px 0px 5px 0px;
	font-size: 14px;
}

/*********************** Profile Page Styles ***********************/
.HeaderSectionStyle
{
	color:White;
	background-color:#5D7B9D;
	font-size:12pt;
	font-weight:bold;	
}
.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #eef4d3 url(left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

/* ****** COMPONENTART File Upload Styles ****** */

a:active,a:focus { outline:none; }

/* Form elements */
.sel { width:304px; }
    .sel .file { height:25px;width:304px;cursor:default;margin:0 0 10px 0; }
    .sel div.filename { width:144px;height:21px;border:1px solid #bbb;background-color:#fff;padding:2px 0 0 4px;margin:0;display:block;float:left;margin:0 1px 0 0; }
    .sel div input { background-color:transparent;width:144px;padding:2px !important;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:11px;border:none;color:#666;cursor:default !important; }
    .sel div.empty { background-color:#f6f6f6; }
    .sel div.empty input { color:#999; }
    .sel a.browse { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:none;width:68px;height:25px;border:0; }
    .sel a.browse img { border:0; }
    /*.sel a.remove,.sel a.remove-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:right;background:url("../images/fileupload/static.png") no-repeat -189px -83px;width:76px;height:25px; }
    .sel a.remove:hover { background-position:-189px -108px; }
    .sel a.remove:active { background-position:-189px -133px;outline:none; }
    .sel a.remove-d { background-position:-189px -158px; }*/ /* Disabled class */
.actions { height:25px;width:304px;cursor:default; }
    /*.actions a.add,.actions a.add-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:url("../images/fileupload/static.png") no-repeat -113px -183px;width:219px;height:25px; }
    .actions a.add:hover { background-position:-113px -208px; }
    .actions a.add:active { background-position:-113px -233px;outline:none; }
    .actions a.add-d { background-position:-113px -258px; }*/ /* Disabled class */
    /*.actions a.add-d:active { outline:none; }*/ /* Disabled class */

    .actions a.upload,.actions a.upload-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:url("../images/fileupload/static.png") no-repeat -189px -83px;width:76px;height:25px; }
    .actions a.upload:hover { background-position:-189px -108px; }
    .actions a.upload:active { background-position:-189px -133px;outline:none; }
    .actions a.upload-d { background-position:-189px -158px; } /* Disabled class */

/* Dialogue titlebar */
.ttl { width:100%;height:38px;cursor:move; }
    .ttl a { margin-top:4px;display:block;float:right;width:23px;height:21px;background:transparent url("../images/fileupload/static.png") no-repeat -18px 0;cursor:default; }
    .ttl a:hover { background-position:-18px -21px; }
    .ttl a:active { background-position:-18px -42px;outline:none; }
    .ttl a:focus { outline:none; }

    .ttlt { width:100%;height:30px; }
        .ttlt-l { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat;float:left; }
        .ttlt-m { height:100%;background:#000 url("../images/fileupload/horizontal.png") repeat-x;float:left; }
        .ttlt-r { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat -9px 0;float:left; }
    .ttlt span { cursor:inherit;margin-left:4px;line-height:32px;color:#333;font-weight:bold;font-family:Arial,Helvetica,sans-serif;font-size:12px; }

    .ttlb { width:100%;height:8px;overflow:hidden; } /*** overflow:hidden to prevent IE6 from rendering the div at the current font height ***/
        .ttlb-l { width:9px;height:100%;background:#000 url("../images/fileupload/static.png") no-repeat 0 -30px;float:left; }
        .ttlb-m { height:100%;background:#fff url("../images/fileupload/horizontal.png") repeat-x 0 -30px;float:left; }
        .ttlb-r { width:9px;height:100%;background:#000 url("../images/fileupload/static.png") no-repeat -9px -30px;float:left; }


/* Dialogue contents */
.con { background:#fff url("../images/fileupload/vertical.png") repeat-y;font-family:Arial,Helvetica,sans-serif;font-size:11px;padding:4px 7px;min-height:20px; }

/* Dialogue footer */
.ftr { width:100%;height:37px;font-family:Arial,Helvetica,sans-serif;font-size:11px; }
    .ftr-l { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat 0 -83px;float:left; }
    .ftr-m { height:100%;background:#eee url("../images/fileupload/horizontal.png") repeat-x 0 -83px;float:left; }
    .ftr-r { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat -9px -83px;float:left; }

    /* Footer buttons */
    .ftr .btns { float:right;margin-top:6px; }
    .ftr .btns a { text-decoration:none;color:#333;cursor:default !important;display:inline; }
    .ftr .btns a span.l { display:block;float:left;width:10px;height:25px;background:transparent url("../images/fileupload/static.png") no-repeat -93px 0;margin-left:2px; }
    .ftr .btns a span.m { display:block;float:left;padding:0;height:25px;line-height:25px;background:transparent url("../images/fileupload/horizontal.png") repeat-x 0 -120px; }
    .ftr .btns a span.r { display:block;float:left;width:10px;height:25px;background:transparent url("../images/fileupload/static.png") no-repeat -103px 0; }
    .ftr .btns a:hover { text-decoration:none;color:#000; }
    .ftr .btns a:hover span.l { background-position: -93px -25px; }
    .ftr .btns a:hover span.m { background-position:0 -145px; }
    .ftr .btns a:hover span.r { background-position: -103px -25px; }
    .ftr .btns a:active span.m { height:23px;line-height:24px;padding-top:2px; }


/* Upload dialogue styles */
.dlg-up { color:#999;cursor:default !important; }
.dlg-up .ttlt-m,.dlg-up .ttlb-m,.dlg-up .ftr-m { width:440px; }

.dlg-up .stat,.dlg-up .list { padding:0 15px; }

.dlg-up h3 { margin:0;font-weight:normal;font-size:11px;padding:0 0 4px 0;color:#666; }
.dlg-up .blue { color:#3c7e9d; }
.dlg-up strong { color:#3c7e9d;font-weight:normal; }

.dlg-up .files { height:auto;margin:0 8px 8px 8px;}
.dlg-up .list ul { margin:0;padding:0;list-style-type:none; }
.dlg-up .list ul li { line-height:16px;background:#fff url("../images/fileupload/static.png") no-repeat -384px -32px;padding-left:16px; }
.dlg-up .list ul li.done { color:#000;background-position:-384px 0; }
.dlg-up .list ul li.cur { color:#3c7e9d;background-position:-384px -16px;}

.dlg-up .info { float:left;font-size:11px;cursor:default !important;margin:2px 0 0 8px;height:34px;line-height:34px;font-size:10px; }

/* Progress bar and related elements */
.prog { width:412px;height:18px !important;border:1px solid #ccc;border-bottom-color:#ddd;border-right-color:#ddd;padding:0;margin:0;float:left;display:inline;overflow:hidden; }
.prog .con { width:410px;height:16px !important;background:transparent url("../images/fileupload/horizontal.png") repeat-x 0 -170px;border:0;margin:0;padding:1px; }
.prog .con .bar { height:16px;background:transparent url("../images/fileupload/horizontal.png") repeat-x 0 -188px; }

/* ****** COMPONENTART File Upload Styles ****** */

/* ****** Discussion Forum Styles ****** */

/* ****** Shared Styles ******* */

 .forumModeratorLabel
 {
 	font-weight: bold;
 	color: #6699CC;
 }

/* ****** Shared Styles ******* */

/* ****** Forum Group List Styles ******* */

 #divForumGroupListing
 {
 	width: 98.8%;
 }
 
 .forumGroupContainer
 {
 	width: 100%;
 	height: 45px;
 	background-color: #6699CC;
 	border-top: solid 1px #333333;
 	border-left: solid 1px #333333;
 	border-right: solid 1px #333333;
 }
 
 .forumGroupRow
 {
 	height: 45px;
 	color: White;
 	vertical-align: middle;
 }
 
 .forumGroupIcon
 {
 	width: 5px;
 	/*float: left;*/
 	text-align: center;
 	vertical-align: middle;
 	white-space: nowrap;
 }
 
 .forumGroupInfoContainer
 {
    width: 70%;
    /*float: left;*/
    text-align: left;
    vertical-align: middle;
    height: 45px;
    /*width: 74%;*/
    white-space: nowrap;
    padding: 6px 0px 6px 0px;
 }
 
 .forumGroupName
 {
 	font-weight: bold;
    /*font-size: .85em;*/
 }
 .forumGroupDesc
 {
    font-size: .9em;
 }
 .forumGroupLastPost
 {
 	width: 30%;
 	white-space: nowrap;
    /*float: left;*/
    text-align: right;
    vertical-align: middle;
    font-size: .9em;
 }
  
 #divForumListing
 {
 	width:100%;
 	border-top: solid 1px #333333;
 }
 
 .fgListingContainer
 {
 	width: 100%;
 	background-color: #CCCCCC;
 	color: #333333;
 	vertical-align: middle;
 	border-left: solid 1px #333333;
 	border-right: solid 1px #333333;
 }
 
 .fgListingHeader
 {
 	height: 25px;
 	color: #333333;
 	font-weight: bold;
    text-align: center;
    vertical-align:middle;
 	background-color: #CCCCCC;
 }
 
 .colOneHeader
 {
 	width: 50px;
	text-align: center;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
 }
 
 .colOne
 {
	text-align: center;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	background-color: #CCCCCC;	
 }
 
 .colForumInfoHeader
 {
 	width: auto;
 	text-align:center;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
 }

 .colForumInfo
 {
 	padding: 3px;
	text-align: left;
	background-color:#FFFFFF;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
 }

 .colNumOfTopicsHeader
 {
 	width: 50px;
 	text-align: center;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
 }
 
 .colNumOfTopics
 {
 	width: 50px;
	text-align: center;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	background-color: #CCCCCC;	
 }

 .colNumOfPostsHeader
 {
 	width: 50px;
 	text-align: center;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
 }
 
 .colNumOfPosts
 {
 	width: 50px;
	text-align: center;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	background-color: #CCCCCC;	
 }

 .colLatestPostHeader
 {
 	width: 250px;
 	text-align: center;
	border-bottom: solid 1px #333333;
 }
 
 .colLatestPost
 {
 	width: 250px;
	text-align: left;
	border-bottom: solid 1px #333333;
	background-color: #FFFFFF;	
 }
 
 #divLatestTopicDate
 {
 	font-size: .85em; 
 	color:#6699CC;
 }
 
 #forumName
 {
 	font-weight: bold;
    /*font-size: .85em;*/
 }
 
 /* ****** Forum Group List Styles ******* */
 
 /* ***** Topic Listing Styles ***** */
 #divForumTopicListing
 {
 	width: 100%;
 }
 #forumTopicListHeader
 {
 	width: 99.8%;
 	height: 25px;
 	background-color: #6699CC;
 	color: White;
 	vertical-align: middle;
 	border-top: solid 1px #333333;
 	border-left: solid 1px #333333;
 	border-right: solid 1px #333333;
 }
 
 .ftHeaderContainer
 {
 	width: 100%;
 	height: 25px;
 	background-color: #6699CC;
 	color: White;
 	vertical-align: middle;
 	border-top: solid 1px #333333;
 	border-left: solid 1px #333333;
 	border-right: solid 1px #333333;
 }
 
 .ftHeaderItemBorder
 {
 	border-right: solid 1px #333333;
 	text-align: center;
 	vertical-align: middle;
 }
 
 .ftHeaderItemNoBorder
 {
 	text-align: center;
	vertical-align: middle;
 }
 
 .topicLockIcon
 {
 	width: 3%;
 	vertical-align: middle;
 	white-space: nowrap;
 }
 
 .topicUnreadIcon
 {
 	width: 3%;
 	vertical-align: middle;
 	white-space: nowrap;
 	padding-right: 3px;
 }
 
 .topicTitle
 {
 	width: 41%;
 	vertical-align: middle;
 	white-space: nowrap;
 }
 
 .topicStarter
 {
 	width: 15%;
 	text-align: center;
 	vertical-align: middle;
 	white-space: nowrap;
 	padding-left: 2px;
 }
 
 .topicReplyCount
 {
 	width: 5%;
 	vertical-align: middle;
 	white-space: nowrap;
 	padding-left: 1px;
 }
 
 .topicViewCount
 {
 	width: 5%;
 	text-align: center;
 	vertical-align: middle;
 	white-space: nowrap;
 }
 
 .topicRating
 {
 	width: 10%;
 	vertical-align: middle;
 	white-space: nowrap;
 }
 
 .topicLastPost
 {
 	width: 18%;
 	vertical-align: middle;
 	white-space: nowrap;
 }
 
 .topicTypeHeader
 {
 	height: 20px;
 	padding: 5px 0px 0px 10px;
 	font-weight: bold;
 	text-align: left;
 	background-color: #E0E0E0;
 	border-top: solid 1px #333333;
 	border-left: solid 1px #333333;
 	border-right: solid 1px #333333;
 	
 }
 
 /******* Topic List Grid Styles *****/
 .colTopicLockIcon
 {
    border-color: #333333;
    background-color:#E9E9E9;
    width: 3%;
    text-align: center;
 }
 
 .colTopicUnreadIcon
 {
    border-color: #333333;
    background-color:#E9E9E9;
    width: 3%;
    text-align: center;
 }
 
 .colTopicTitle
 {
 	width: 41%;
 	height: 35px;
    background-color:#FFFFFF;
    text-align: left;
    border-color: #333333;
    padding-left: 5px;
	font-weight: bold;
 }
 
 .colTopicTitleInactive
 {
 	width: 41%;
 	height: 35px;
    background-color: #EEF2B5;
    text-align: left;
    border-color: #333333;
    padding-left: 5px;
	font-weight: bold;
 }
 
 .colTopicStarter
 {
 	width: 15%;
 	height: 30px;
    background-color:#FFFFFF;
    text-align: center;
    border-color: #333333;
 }
 
  .colTopicReplyCount
 {
 	width: 5%;
 	height: 30px;
    background-color:#E9E9E9;
    text-align: center;
    border-color: #333333;
 }
 
 .colTopicViewCount
 {
 	width: 5%;
 	height: 30px;
    background-color:#E9E9E9;
    text-align: center;
    border-color: #333333;
 }
 
 .colTopicRating
 {
 	width: 10%;
 	height: 30px;
    background-color:#FFFFFF;
    text-align: left;
    border-color: #333333;
    padding-left: 5px;
    font-size: .9em;
 }
 
  .colTopicLastPost
 {
 	width: 18%;
 	height: 30px;
    background-color:#E9E9E9;
    text-align: left;
    border-color: #333333;
    padding-left: 5px;
 }
 
 /******* Topic List Grid Styles *****/
 
 .ftLockImage
 {
 	background-repeat: no-repeat;
 	background-image: url(../images/icons/lock.png); 
 }
 
 .ftNewTopicImage
 {
 	height: 16px;
 	width: 16px;
 	background-repeat: no-repeat;
 	background-image: url(../images/sentItems.gif); 
 }
 
/* ***** Topic Listing Styles ***** */

/* ***** Topic Display Styles ***** */

 #divTopicDisplayContainer
 {
 	padding: 5px;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	width: 98.8;  /* Applies only to Windows IE5.x */
 }

 .topicDisplayListContainer
 {
	width: 100%;
	border: solid 1px #333333;
	text-align: left;
 }

 .topicDisplayItemContainer
 {
 	text-align:left; 
	width: 100%; 
	padding-bottom: 10px;
    background-color: #E9E9E9;
 }
 
 .topicDisplayAltItemContainer
 {
 	text-align:left; 
	width: 100%; 
	padding-bottom: 10px;
    background-color: #FFFFFF;
 }
 
 .topicDisplayInactiveItemContainer
 {
 	text-align:left; 
	width: 100%; 
	padding-bottom: 10px;
    background-color: #EEF2B5;
 }
 
 .topicDisplayPostDate
 {
 	width: 100%;
 	font-weight: bold; 
 	text-align: right;
 	font-size: 12px;
 	color: #6699CC;
 	padding: 2px 0px 0px 0px;
 }
 
#tdTopicActions
{
	width: 30%; 
	font-size: .9em; 
	text-align: right; 
	vertical-align: top; 
	padding-top: 3px; 
	padding-right: 2px;
}
 
/* ***** Topic Display Styles ***** */

/* ***** Configure Topic Styles ***** */

.configTopicContainer {
	padding: 20px;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	/* width: 98;  Applies only to Windows IE5.x */
	height: 400px;
}

/* ***** Configure Topic Styles  ***** */

/* ****** Discussion Forum Styles ****** */

/* JQUERY OVERLAY BUG FIX */
ui-widget-overlay { position: fixed !important; }
ui-widget-overlay { _position: fixed !important; }

/* 508 Compliance Skip nav link class */
img.skip-nav-508
{
	width:1px;
	height:1px;
	border:solid 0px #FF0000;
	padding:0px;
	margin:0px;
	display:none;
}

.bool-search-options {
    width: 60px;
}

/************************ END PRESTO BASE STYLES ************************/

/************************ PRESTO BUTTON STYLES ************************/

div.formbuttonbak {
	float:left;
	height:32px;
	background-image:url(../images/buttons/formButtonBackground.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding-left: -4px;
	margin:0 16px 0 0;
}

div.formbuttonbak a {
	float:left; 
	text-decoration: none;
	color: #000000;
	height:32px;
	padding: 10px 10px 6px 33px; 
	line-height:12px;
	margin: 0;
	background-repeat: no-repeat; 
	background-position: 0 0
}

div.formbutton {
	float:left;
	height:30px;
	padding-left: 27px;
	margin:0 16px 0 0;
	background-repeat: no-repeat; 
	background-position: 0 0
}

div.formbutton a {
	float:left; 
	text-decoration: none;
	color: #000000;
	height:30px;
	background-image:url(../images/buttons/formButtonBackground.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 10px 10px 5px 3px; 
	line-height:12px;
	margin: 0;
}

span.formbutton {
	float:left;
	height:30px;
	padding-left: 27px;
	margin:0 16px 0 0;
	background-repeat: no-repeat; 
	background-position: 0 0
}


span.formbutton a {
	float:left; 
	text-decoration: none;
	color: #000000;
	height:30px;
	background-image:url(../images/buttons/formButtonBackground.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 10px 10px 5px 3px; 
	line-height:12px;
	margin: 0;
}

div.formbutton a:visited {
	color: #000000;
}

div.formbutton a:hover {
	color: #CC0000;
}

div.buttonSearchForm {
	background-image: url(../images/buttons/searchForm.gif); 
}

div.buttonCancelForm {
	background-image: url(../images/buttons/cancelForm.gif); 
}

div.buttonOKForm {
	background-image: url(../images/buttons/okForm.gif); 
}

div.buttonAddForm {
	background-image: url(../images/buttons/addForm.gif); 
}

div.buttonRemoveForm {
	background-image: url(../images/buttons/deleteForm.gif); 
}

div.buttonDeleteForm {
	background-image: url(../images/buttons/deleteForm.gif); 
}

div.buttonSaveForm {
	background-image: url(../images/buttons/saveForm.gif); 
}

div.buttonDownloadForm {
	background-image: url(../images/buttons/downloadSolid.gif); 
}

div.buttonRepeatForm {
	background-image: url(../images/buttons/repeatForm.gif); 
}

div.buttonViewForm {
	background-image: url(../images/buttons/viewForm.gif); 
}

div.buttonRightForm {
	background-image: url(../images/buttons/rightForm.gif); 
}

.buttonRightForm {
	background-image: url(../images/buttons/rightForm.gif); 
}

div.buttonLeftForm {
	background-image: url(../images/buttons/leftForm.gif); 
}

div.buttonPopupForm {
	background-image: url(../images/buttons/popupForm.gif); 
}

div.buttonEditForm {
	background-image: url(../images/buttons/editForm.gif); 
}

div.buttonCopyForm {
	background-image: url(../images/buttons/copyForm.gif); 
}

div.buttonStartService {
	background-image: url(../images/buttons/rightForm.gif); 
}

div.buttonStopService {
	background-image: url(../images/buttons/leftForm.gif);
}

div.buttonRefresh {
	background-image: url(../images/buttons/repeatForm.gif);
}

.buttonright {
	float: right;
	margin: 3px 0 0 20px;
}

a.buttonAddBig {
	color: #171717;
	text-decoration: none; 
	font-size: 12px; 
	line-height: 1.5em;
	padding: 1px 0 1px 20px; 
	margin: 0;
	background-image: url(../images/buttons/addBig.gif); 
	background-repeat: no-repeat; 
	background-position: 2px 0px
}

a.buttonAddBig:visited {
	color: #171717;
}

a.buttonAddBig:hover {
	color: #339917;
	text-decoration: underline; 
	background-image: url(../images/buttons/addBig-on.gif); 
}

a.buttonAddBig {
	color: #171717;
	text-decoration: none; 
	font-size: 12px; 
	line-height: 1.5em;
	padding: 1px 0 1px 20px; 
	margin: 0;
	background-image: url(../images/buttons/addBig.gif); 
	background-repeat: no-repeat; 
	background-position: 2px 0px
}

a.buttonAddBig:visited {
	color: #171717;
}

a.buttonAddBig:hover {
	color: #339917;
	text-decoration: underline; 
	background-image: url(../images/buttons/addBig-on.gif); 
}

.labelSmallButtonReplace {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
}

a.buttonAddSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/addSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonAddSmall:visited {
	color: #666666;
}

a.buttonAddSmall:hover {
	color: #339917;
	text-decoration: underline; 
	background-image: url(../images/buttons/addSmall-on.gif); 
}

a.buttonSubtractSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/subtractSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonSubtractSmall:visited {
	color: #666666;
}

a.buttonSubtractSmall:hover {
	color: #991700;
	text-decoration: underline; 
	background-image: url(../images/buttons/subtractSmall-on.gif); 
}

.buttonEditSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/editSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonEditSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/editSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonEditSmall:visited {
	color: #666666;
}

a.buttonEditSmall:hover {
	color: #173399;
	text-decoration: underline; 
	background-image: url(../images/buttons/editSmall-on.gif); 
}

a.buttonReplaceSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/replaceSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonReplaceSmall:visited {
	color: #666666;
}

a.buttonReplaceSmall:hover {
	color: #173399;
	text-decoration: underline; 
	background-image: url(../images/buttons/replaceSmall-on.gif); 
}

a.buttonLookupSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/lookupSmall2.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonLookupSmall:visited {
	color: #666666;
}

a.buttonLookupSmall:hover {
	color: #173399;
	text-decoration: underline; 
	background-image: url(../images/buttons/lookupSmall2-on.gif); 
}

a.buttonSortSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/sortSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonSortSmall:visited {
	color: #666666;
}

a.buttonSortSmall:hover {
	color: #173399;
	text-decoration: underline; 
	background-image: url(../images/buttons/sortSmall-on.gif); 
}

a.buttonDeleteSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/deleteSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonDeleteSmall:visited {
	color: #666666;
}

a.buttonDeleteSmall:hover {
	color: #991700;
	text-decoration: underline; 
	background-image: url(../images/buttons/deleteSmall-on.gif); 
}

a.buttonUpSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/upSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonUpSmall:visited {
	color: #666666;
}

a.buttonUpSmall:hover {
	color: #173399;
	text-decoration: underline; 
	background-image: url(../images/buttons/upSmall-on.gif); 
}

a.buttonDownSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/downSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonDownSmall:visited {
	color: #666666;
}

a.buttonDownSmall:hover {
	color: #173399;
	text-decoration: underline; 
	background-image: url(../images/buttons/downSmall-on.gif); 
}

a.buttonLeftSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/leftSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonLeftSmall:visited {
	color: #666666;
}

a.buttonLeftSmall:hover {
	color: #991700;
	text-decoration: underline; 
	background-image: url(../images/buttons/leftSmall-on.gif); 
}

a.buttonRightSmall {
	color: #666666;
	text-decoration: none; 
	font-size: 11px; 
	line-height: 1.2em;
	padding: 2px 10px 2px 20px; 
	margin: 0;
	background-image: url(../images/buttons/rightSmall.gif); 
	background-repeat: no-repeat; 
	background-position: 4px 3px
}

a.buttonRightSmall:visited {
	color: #666666;
}

a.buttonRightSmall:hover {
	color: #339917;
	text-decoration: underline; 
	background-image: url(../images/buttons/rightSmall-on.gif); 
}

.actionbuttons {
	list-style-type:none;
	line-height:22px;
	margin: 7px 0;
	padding: 0;
}

.toolbarbuttons {
	list-style-type:none;
	line-height:22px;
	margin: 2px 0;
	padding: 0;
}

.toolbarbuttonsAJAX {
	list-style-type:none;
	height: 20px;
	margin: 2px;
	padding: 0;
}

.toolbarbuttonsJUI {
	padding: 3px;
}

.toolbarbuttonsAJAX img 
{
    padding: 2px 0px 0px 1px;
}

.actionbuttons li {
	list-style-type:none;
	padding:0;
	line-height: 22px;
}

.actionbuttons a {
	color: #171717;
	text-decoration: none;
	background-repeat: no-repeat; 
	background-position: 0 0;
	padding: 4px 24px 4px 24px; 
	margin: 0;
}

.actionbuttons_notext a 
{
	line-height: 22px;
	text-decoration: none;
	background-repeat: no-repeat; 
	background-position: 0 0;
	padding: 4px 22px 4px 2px; 
	margin: 0;
}

.actionbuttons_topBar a 
{
	color: #171717;
	line-height: 22px;
	text-decoration: none;
	background-repeat: no-repeat; 
	background-position: 0 0;
	padding: 4px 15px 10px 24px; 
	margin:0;
	text-align: center;
}

.actionbuttons a:visited {
	color: #171717;
}

.actionbuttons a:hover {
	color: #CC0000;
}

a.buttonPopupSolid {
	background-image: url(../images/buttons/popupSolid.gif); 
}

a.buttonPrintSolid {
	background-image: url(../images/buttons/printSolid.gif); 
}

a.buttonEmailSolid {
	background-image: url(../images/buttons/emailSolid.gif); 
}

a.buttonDownloadSolid {
	background-image: url(../images/buttons/downloadSolid.gif); 
}

a.buttonFavoritesSolid {
	background-image: url(../images/buttons/favoritesSolid.gif); 
}

a.buttonActivateFolderSolid {
	background-image: url(../images/buttons/activateFolderSolid.gif); 
}

a.buttonLoginAs {
	background-image: url(../images/buttons/loginAs.gif); 
}

a.buttonDeactivateFolderSolid {
	background-image: url(../images/buttons/deactivateFolderSolid.gif); 
}

a.buttonActivateFileSolid {
	background-image: url(../images/buttons/activateFileSolid.gif); 
}

a.buttonDeactivateFileSolid {
	background-image: url(../images/buttons/deactivateFileSolid.gif); 
}

a.buttonDeleteSolid {
	background-image: url(../images/buttons/deleteSolid.gif); 
}

a.buttonCopySolid {
	background-image: url(../images/buttons/duplicateSolid.gif); 
}

a.buttonLeftSolid {
	background-image: url(../images/buttons/leftSolid.gif); 
}

a.buttonRightSolid {
	background-image: url(../images/buttons/rightSolid.gif); 
}

a.buttonSaveSolid {
	background-image: url(../images/buttons/saveSolid.gif); 
}

a.buttonEditSolid {
	background-image: url(../images/buttons/editSolid.gif); 
}

a.buttonAddFileSolid {
	background-image: url(../images/buttons/addFileSolid.gif); 
}

a.buttonManageSolid {
	background-image: url(../images/buttons/manageSolid.gif); 
}

a.buttonAddFolderSolid {
	background-image: url(../images/buttons/addFolderSolid.gif); 
}

a.buttonListSolid 
{
	background-image: url(../images/buttons/listSolid.gif);
}

a.buttonCloseSolid {
	background-image: url(../images/buttons/closeSolid.gif); 
}


a.buttonSearchSolid {
	background-image: url(../images/buttons/searchSolid.gif); 
}

a.buttonAlertSolid {
	background-image: url(../images/buttons/alertSolid.gif); 
}

a.buttonRssSolid {
	background-image: url(../images/buttons/rssSolid.gif); 
}

a.buttonAddSolid {
	background-image: url(../images/buttons/addSolid.gif); 
}

a.buttonRemoveSolid {
	background-image: url(../images/buttons/removeSolid.gif); 
}

a.buttonLockSolid {
	background-image: url(../images/icons/lock.png); 
}

a.buttonGray {
    color: gray;
}

/************************ END PRESTO BUTTON STYLES **************************/

/************************ PRESTO BRANDING STYLES ****************************/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

p, ul, dl, ol, td, input, textarea, select, label {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #003C79
}

a:visited {
	color: #003C79
}

a:hover {
	color: #CC0000
}

a:active {
	color: #990000
}

/* SPR 8842: these styles are apparently not needed, since they repeat the above styles; and incorrectly override the .inactive style.
Remove commented styles if QA confirms fix
.jui-listing-container a {
	color: #003C79
}

.jui-listing-container a:visited {
	color: #003C79
}

.jui-listing-container a:hover {
	color: #CC0000
}

.jui-listing-container a:active {
	color: #990000
}
*/

#header {
	background-image:url(../images/branding/header-background.gif);
	background-position:center;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
	clear:both;
	height:65px;
}

#header .inside 
{
	padding-top:5px;
	height:auto;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
}

#header .left-header
{
	text-align: left;
	vertical-align:top;	
	margin-bottom: 3px;
}

#header .right-header 
{
	text-align: right;
	margin-bottom: 3px;
}

.branding-image
{
	width: 260px;
    height: 33px;
	overflow: hidden;
	border:0px none;
	background-position: left center; 
	background-repeat: no-repeat; 
	background-image:url(../images/branding/presto-logo.gif);
}

#header .branding-image
{
	margin-left:5px;
	margin-top: 7px;
}

#header .poweredby-image 
{
	/*margin-top:10px;
	margin-right:5px;*/
}
#header td.poweredby-image-container
{
    padding-right:5px;
    width:95px !important;
}

td#inm-headerbar-screen-select-container
{
    padding-right:5px;
    width:85%;
}

.poweredby-image 
{
 	width: 85px;
    height: 37px;
	overflow: visible;
	border:0px none;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image:url(../images/branding/poweredby.gif);
}

#header #inm-menubar-hp-select-input-container .k-dropdown-wrap .k-input
{
    height: 18px;
}
#header #inm-menubar-hp-select-input-list .k-item
{
    padding:0px 0px 2px 0px !important;
    line-height:1.3em !important;
    width:auto !important;
}

#header #inm-menubar-hp-select-input-list ul li
{
    
    width:auto !important;
}

#divBranding {
	background-color: #FFFFFF;
	color: #FFFFFF;
	min-width: 750px;
	font-size: 11px;
	line-height: 1.2em;
}

#divBranding td {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.2em;
}

#divBranding a {
	color: #FFFFFF;
}

.searchmatch {
	font-weight:bold;
    background-color: #FFFF83;
    text-decoration: inherit;
}

div.subheadbar {
	background-color: #003C79;
	color: #FFFFFF;
	background-image: url(../images/ui/subheadbar-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.subheadbar h3 {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 4px 13px;
	background-image: url(../images/ui/subheadbar-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.subheadbar2 {
	background-color: #648F3F;
	background-image: url(../images/ui/subheadbar-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.subheadbar2 h3 {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 4px 13px;
	background-image: url(../images/ui/subheadbar-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#tblScrim {
	z-index: 1000;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/ui/scrimback.png);
	visibility: visible;
}

* html #tblScrim {
	background-image: url(../images/ui/scrimback.gif);  /* Applies to Windows IE */
}

#divBusybox {
	margin: 0 auto;
	width: 350px;
	text-align: center;
	position: absolute;
	left: -1000px;
	top: -1000px;
}

div.fc-browse-all-link-container
{
    padding-top:10px;
}

/************** Voting Plugin Styles **************/

/******* Normal Layout Styles *******/

.inmg-vote-count-container
{
	width:90px;
	height:60px;
	text-align:center;
	font-weight:bold;
	font-size: 12pt;
}

.inmg-vote-inner-container
{
	padding-top:10px;
	font-weight:bold;
}

.inmg-vote-count 
{
    font-weight:bold;
	font-size: 12pt;
}

.inmg-vote-count-text
{
    font-weight:bold;
	font-size: 12pt;
}

.inmg-vote-button-container
{
	width:90px;
	text-align:center;
	padding-top:5px;
	padding-left:3px;
	font-weight:bold;
	font-size: 12pt;
}

.inmg-vote-button span.ui-button-text
{ font-weight:bold; font-size: 12pt; }

.inmg-vote-button-disable
{ 
	font-weight:bold;
	color: #EEEEEE;
	text-decoration: none;
}

.inmg-unvote-button span.ui-button-text
{ font-weight:bold; font-size: 12pt; }

/******* Small Layout Styles *******/

.inmg-vote-count-container-sm
{
	text-align:center;
	font-weight:bold;
	font-size: 8pt;
	float:left;
}

.inmg-vote-inner-container-sm
{
	padding: 7px;
}

.inmg-vote-count-sm
{
	float:left;
	padding: 0px 0px 6px 5px;
}

.inmg-vote-count-text-sm
{
	float:left;
	padding: 0px 0px 6px 3px;
}

.inmg-vote-button-container-sm
{
	width:auto;
	text-align:left;
	padding-left:3px;
    vertical-align:middle;
	float:left;
}

.inmg-vote-button-sm
{
	font-weight:bold;
	font-size:8pt;
	padding: 0px;
}

.inmg-vote-button-disable-sm
{
	font-weight:bold;
	font-size:8pt;
	color: #EEEEEE;
	text-decoration:none;
	padding: 0px;
}

.inmg-unvote-button-sm
{
	font-weight:bold;
	font-size:8pt;
	padding: 0px;
}

/******* View Voting Layout Styles *******/

.inmg-view-vote-ctrl-container
{
	padding-top: 1px;
	padding-bottom: 1px;
	text-align:inherit;
}
.inmg-view-vote-ctrl-container table { text-align:inherit;min-width:95px; }
.inmg-view-vote-ctrl-container table td {font-size: 8pt; vertical-align:middle;text-align:center;}
.inmg-view-vote-ctrl-container table a {font-size: 8pt;}
.inmg-view-vote-ctrl-container table a:hover {font-size: 8pt;}

.inmg-view-vote-ctrl-inner-container
{
	text-align: inherit;
}

.inmg-vote-count-container-vw
{
	width:auto;
	font-size: 8pt;
}

.inmg-vote-inner-container-vw { margin:2px; }

.inmg-vote-button-container-vw
{
	width:auto;
	margin-left: 3px;
	font-size: 8pt;
}



.inmg-vote-count-vw { margin-left: 3px;}

.inmg-vote-count-text-vw { }



.inmg-vote-button-vw
{
	padding: 0px;
}

.inmg-vote-button-disable-vw
{
	color: #EEEEEE;
	text-decoration:none;
	padding: 0px;
}

.inmg-unvote-button-vw
{
	font-size:8pt;
	padding: 0px;
}

/************** Voting Plugin Styles **************/



/************** JUIRecordPaging widget Styles **************/
.jui-record-paging-main
{
    border: 1px solid #B0B0B0;
    background-color: beige;
    height: 2.7em;
}

.jui-record-paging-main-header
{
    margin-bottom: .3em;
}

.jui-record-paging-main-footer
{
    margin-top: .3em;
}

.jui-record-paging-padding
{
    padding: .3em;
}

.jui-record-paging-subdiv
{
    float: left;
    padding-right: 2.5em;
}

.jui-record-paging-label
{
   	font-size:11px;
}

.jui-record-paging-pager
{
    width: 160px;   /* Shouldn't be necessary, but IE 9 has problems on SearchResults page' */
    text-align:center;
}

.search-searchresults .jui-record-paging-pager {
    width: 20%;
    text-align:center;
}

.jui-record-paging-pager-slider
{
    width: 135px;
    margin: 4px auto;
    text-align:center;
}

.search-searchresults .jui-record-paging-pager-slider {
    width: 70%;
    margin: 0px auto;
}

.jui-record-paging-pager-currentpage
{
	font-weight: bold !important;
	font-size: 14px !important;
	margin: .15em 0 .15em .15em;
}

.jui-record-paging-pager-currentpage-not-ie
{
    margin-right: .15em;
}


/* Override JQuery UI button styling to produce 'small' buttons (text) */
.jui-button-text-only-small .ui-button-text { padding: .15em .3em !important; font-size: 11px !important; }

/* Override JQuery UI slider styling to produce thin slider  */
.jui-slider-horizontal { height: 2px !important; }

/* Override JQuery UI slider handle (all themes) */
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 8px; height: 6px; cursor: default; line-height: 6px; font-size: 6px; }
.ui-slider-horizontal .ui-slider-handle { top: -3px; margin-left: -3px; }


/************** JUIBusyBox Styles **************/
.jui-busybox-message-area
{
	border:0;
	padding-top:20px;
	background-color: white;
	text-align: center;
}
.jui-busybox-mask-area
{
    background-color: silver
}

.record-table {
	border-spacing: 0px;   
}

div.record-separator {
	border: 0px;
    height: 6px;
	padding: 0px;
}

/****** Minimum Resolution screen classes ******/
@media only screen and (min-width:768px) and (max-width:1269px) {
    .jui-record-paging-subdiv {
        padding-right: 1.1em;
    }
}

/************************ END PRESTO BRANDING STYLES ************************/

/************************ PRESTO MENU STYLES ****************************/

/***** MAIN MENU BAR CLASSES *****/

#inmg-main-menu-container
{ 
	width: 100%; 
	height: 32px;
	padding-left:10px;
	margin:0px;
	border-width:0 !important;
}

#inmg-main-menu-outter-container
{
    border-bottom: 5px solid #4AB2C6;
}

td#inmg-menu
{
	position:relative;
	width: auto;
	z-index:200;
}

.menu 
{
	display:none;
	z-index: 3000;
	overflow:visible;
	background-color: #f5f5f5;  /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/ 
}

.action_submenu 
{
	display:none;
	z-index: 3000;
	overflow:visible;
	background-color: #f5f5f5;  /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/ 
}

.rootVoices{ padding-left: 10px; }

/* layuout for each root item */
.rootVoices td.rootVoice {
  vertical-align:middle;
  font-size: 1em;
  cursor: pointer;
  font-weight: normal;
  width: auto;
  border: 0px;
  height: 28px;
  text-align:left;
}

/* default root item padding */
.rootVoices td.rootVoice a { padding: 7px 20px 7px 3px; }

.rootVoices td.rootVoice.selected {
	/*color:#ffffff;*/
	cursor: pointer;
	border-width: 0px;
}

.rootVoices td.rootVoice.disabled.selected {
  -moz-box-shadow:#ddd 2px 2px 10px;
  -webkit-box-shadow:#ddd 2px 2px 10px;
  background:#f9f9f9!important;
  color:#aaa;
  text-shadow:#fff 1px 1px 1px;
}

.rootVoices li
{
    display: inline;
    margin: 0;
    width: auto;
}

/*.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:1px;
}*/


.menuContainer{
	overflow:visible;
	position:absolute;
	background-color:#f5f5f5;
	margin-top:0px;
	z-index:3000;
	height: auto;
	border: solid 1px #00025C;
	
	/* Sub Menu Drop Shadow */
	-moz-box-shadow: 3px 3px 3px #414141;
	-webkit-box-shadow: 3px 3px 3px #414141;
	box-shadow: 3px 3px 3px #414141;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#414141')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#414141');
	
	/* Sub Menu Rounded Corners */
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}

.menuContainer.submenuContainer{
  border-top:none!important;
  
}



.menuContainer.disabled{
  -moz-box-shadow:#ddd 2px 5px 10px;
  -webkit-box-shadow:#ddd 2px 5px 10px;
  border-top:5px solid #f9f9f9;
  background-color: #f3f3f3;
}

.menuContainer .line{ background-color:transparent;	width:100%; }

.menuContainer .line.title { }

.menuContainer.disabled .line.title { }

.menuContainer .line.title a {
	font-size:.9em;
	color:#FFF;
	padding:0px;
}

.menuContainer.disabled .line.title a{ font-size:.9em; color:#aaa; /*text-shadow:#fff 1px 1px 1px;*/ }

.menuContainer td.voice{ font-size:.9em; font-weight: normal; }

.menuContainer td.img{
	/*font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	font-size:.9em;
	color: #c3c3c3;
	background-color:transparent;
	width:24px;
	padding:5px;*/
}
.menuContainer td.img img{/*width:20px;*/}

.menuContainer .textBox{
	padding: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #999;
}

/*.menuContainer td  { background-color: #f5f5f5; }*/
/*.menuContainer .selected td  { display: block; }*/

/*** To change the appearence of the link update this class ***/
.menuContainer td a
{
	text-decoration:none;
	color: #00025C;
	display: block;
	padding: 5px 10px;
	background-color: #f5f5f5; /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/
	border: solid 1px #f5f5f5;
}


/*** To change the appearence of the link on HOVER update this class ***/
.menuContainer .selected td a
{
	text-decoration:none;
	color: #00025C;
	display:block;
	font-weight: normal;
	padding: 5px 10px;
	border: 0px;
	background-color:Transparent; /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/
}

.menuContainer .disabled td, .menuContainer .disabled td a { color:#bbb; text-shadow:#fff 1px 1px 4px; }

.menuContainer .separator
{
	background-image:url("../images/menu/break.gif");
	height:1px;
	padding:0;
	margin:0;
	width:100%;
}

.lastRootItem {}

/*
.menuContainer .subMenuOpener{ background-image:url("images/menuArrow.gif"); background-repeat:no-repeat;	background-position:right; }
.menuContainer .selected .subMenuOpener{ background-image:url("images/menuArrow.gif"); background-repeat:no-repeat;	background-position:right; }
*/

#inm-menubar-search-container 
{
	width: 200px;
	text-align:right;
	vertical-align: middle;
	padding-right: 15px;
}

input#inm-menubar-search-box
{
	width: 150px;
	padding-right: 3px;
	border: solid 1px #f5f5f5;
	font-size: 1.1em;
	vertical-align:middle;
}

#inm-menubar-search-button
{
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	background-image:url("../images/buttons/searchSolid.gif");
	vertical-align:middle;
}

/***** END MAIN MENU BAR CLASSES *****/

/* ******************* Action Bar ********************* */

div.ActionBarLayout
{
	position:relative;
	height: 28px;
	width: 100%;
	background-color:#f5f5f5;
	border-left: solid 0px #404040;
	border-bottom: solid 1px #404040;
	border-right: solid 0px #404040;
	z-index:100;
	padding-left:0px;
}

#actionRootMenuItems
{
	margin:0;
    padding:0px 0px 0px 10px;
    width: 98.8%;
}

#actionRootMenuItems li {
    display:inline;
    padding-top: 7px;
    padding-right:15px;
    padding-left: 3px;
    padding-bottom:0px;
    margin:0px;
    width:auto;
    float:left;
    height:21px;
    font-size: 12px;
}

#actionRootMenuItems li a {font-size: 12px; text-decoration: none;}

#actionRootMenuItems li a.group{
	padding-right: 15px;
	padding-left: 8px;
	display: block;
	text-decoration: none;
	background: url(../images/menu/nav_arrow_down.png) no-repeat;
	background-position: right center;
	z-index:99;
}
.action_submenu 
{
	display:none;
	z-index: 3000;
	overflow:visible;
	background-color: #f5f5f5;  /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/ 
}

.actionRootVoices{ padding-left: 10px; background: #f5f5f5;}

/* layuout for each root item */
.actionRootVoices li.rootVoice {
  vertical-align:middle;
  font-size: 1em;
  cursor: pointer;
  font-weight: normal;
  width: auto;
  border: 0px;
  text-align:left;
  padding:0px;
  margin:0px;
}

/* default root item padding */
.actionRootVoices li.rootVoice a 
{ /*padding: 7px 20px 7px 3px;*/  font-size: 12px; }

.actionRootVoices li.rootVoice.selected {
	/*color:#ffffff;*/
	cursor: pointer;
	border-width: 0px;
}

.actionRootVoices li.rootVoice.disabled.selected {
  -moz-box-shadow:#ddd 2px 2px 10px;
  -webkit-box-shadow:#ddd 2px 2px 10px;
  background:#f9f9f9!important;
  color:#aaa;
  text-shadow:#fff 1px 1px 1px;
}

/* Child Menu Container Class */
.actionMenuContainer {
	overflow:visible;
	position:absolute;
	background-color:#f5f5f5;
	margin-top:0px;
	z-index:3000;
	height: auto;
	border: solid 1px #00025C;
	min-width: 50px;
	width: auto;
	/* Sub Menu D;rop Shadow */
	-moz-box-shadow: 3px 3px 3px #414141;
	-webkit-box-shadow: 3px 3px 3px #414141;
	box-shadow: 3px 3px 3px #414141;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#414141')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#414141');
	
	/* Sub Menu Rounded Corners */
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}

/* Controls the indiviual child items */
.actionMenuContainer .line
{ 
	background-color:transparent;	
	width:100%; 
	padding: 5px; 
	font-weight:normal; 
	margin:0px;
}

.actionMenuContainer li.voice{ font-size:.9em; font-weight: normal; }

/*** To change the appearence of the link update this class ***/
.actionMenuContainer a
{
	text-decoration:none;
	padding:0px;
	color: #00025C;
	display: block;
	background-color: #f5f5f5; /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/
	border: solid 1px #f5f5f5;
}

/*** To change the appearence of the link on HOVER update this class ***/
.actionMenuContainer .selected a
{
	text-decoration:none;
	display:block;
	font-weight: normal;
	border: 0px;
	background-color:Transparent; /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/
}

.actionMenuContainer .disabled li, .actionMenuContainer .disabled li a { color:#bbb; text-shadow:#fff 1px 1px 4px; }

.actionMenuContainer .separator
{
	background-image:url("../images/menu/break.gif");
	height:1px;
	padding:0;
	margin:0;
	width:100%;
}

/* ******************* END Action Bar ********************* */

/**************************** Context Menu ****************************/
.contextMenuOverlay 
{
	height: 500px;
	width: 500px;
	z-index: 9999;
	position: absolute; 
	filter:alpha(opacity=00); 
	-moz-opacity: 0.0; 
	opacity: 0.0;
}

/* Generic context menu styles */
ul.contextMenu {
	position: absolute;
	z-index: 99999;
	border: solid 1px #404040;
	background: #eeeeee;
	padding: 0px;
	margin: 0px;
	display: none;
	width: 180px;
}

ul.contextMenu LI {
	list-style: none;
	/*padding:0px;
	margin: 0px;*/
	white-space:nowrap;
	width:auto;
}

.contextMenu A {
	color: #00025c;
	font-size: .9em;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 25px;
	/*padding: 1px 50px 1px 25px;*/
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)

*/
.contextMenu LI.PrintPreview A { background-image: url(../images/menu/print_menu_icon.png); }
.contextMenu LI.Email A { background-image: url(../images/menu/email_menu_icon.png); }
.contextMenu LI.Download A { background-image: url(../images/menu/download_menu_icon.png); }
.contextMenu LI.DownloadHTML A { background-image: url(../images/menu/download_menu_icon.png); }
.contextMenu LI.DownloadXML A { background-image: url(../images/menu/download_menu_icon.png); }
.contextMenu LI.DownloadFile A { background-image: url(../images/menu/download_menu_icon.png); }
.contextMenu LI.AddToCart A { background-image: url(../images/menu/cart_menu_icon.png); }
.contextMenu LI.AddToCategory A { background-image: url(../images/menu/add_menu_icon.png); }
.contextMenu LI.RemoveFromCart A { background-image: url(../images/menu/remove_menu_icon.png); }
.contextMenu LI.Edit A { background-image: url(../images/menu/edit_menu_icon.png); }
.contextMenu LI.DuplicateRecord A { background-image: url(../images/menu/copy_menu_icon.png); }
.contextMenu LI.Moderate A { background-image: url(../images/menu/remove_menu_icon.png); }
.contextMenu LI.Tag A { background-image: url(../images/menu/user_menu_icon.png); }
.contextMenu LI.Comment A { background-image: url(../images/menu/add_menu_icon.png); }
.contextMenu LI.Deactivate A { background-image: url(../images/menu/deactivate_menu_icon.png); }
.contextMenu LI.Activate A { background-image: url(../images/menu/activate_menu_icon.png); }
.contextMenu LI.Delete A { background-image: url(../images/menu/delete_menu_icon.png); }

/************************* Top Right Configurable Menu *******************************/


#inmgRightMenuContainer
{
	width: 100%; 
	text-align: right; 
	height: auto;
	padding-bottom: 3px;
}

#inmgRightMenuOuter
{
	text-align: right;
	padding-bottom: 3px;
}

.inmgRightMenuItem
{
	margin-right: 5px; 
	width: auto; 
	padding: 0px 3px 0px 3px;
}

a.inmgRightMenuLink { color: #003C79; font-size: .9em; text-decoration: underline; }

a.inmgRightMenuLink:link { color: #003C79; font-size: .9em; text-decoration: underline; }

a.inmgRightMenuLink:visited { color: #003C79; font-size: .9em; text-decoration: underline; }

a.inmgRightMenuLink:hover {	color: #CC0000; font-size: .9em; text-decoration: underline; }

a.inmgRightMenuLink:active { color: #990000; font-size: .9em; text-decoration: underline; }

/* **** !!OBSOLETE!! Presto Menu Bar **** */
ul.inm-menu-root {
	list-style: none;
	margin: 0px;
	float: left;
	width: auto;
	font-size: 1em;
	font-weight:normal;
	z-index:199;
	padding: 0px 0px 0px 10px;
}
ul.inm-menu-root li {
	float: left;
	margin: 0;
	padding: 5px 20px 5px 5px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index:199;
}

ul.inm-menu-root li a{
	display: block;
	text-decoration: none;
	float: left;
	z-index:199;
}

ul.inm-menu-root li div.inm-sub-menu-container {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 2px; top:26px; /* -- Dynamically get this from root -- */
	/*background: #f5f5f5;*/
	margin: 0; 
	padding:0px;
	display: none;
	width: auto;
	white-space: nowrap;
	border-top: solid 1px #00025C;
	border-bottom: solid 1px #00025C;
	color: #00025C;
	z-index:199;
	/* Sub Menu Drop Shadow */
	-moz-box-shadow: 3px 0px 3px #414141;
	-webkit-box-shadow: 3px 0px 3px #414141;
	box-shadow: 3px 0px 3px #414141;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#414141')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#414141');
	
	/* Sub Menu Rounded Corners */
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}

ul.inm-menu-root li div.inm-sub-menu-container div.inm-sub-menu-item{
	margin: 0;
	clear: both;
	width: auto;
	font-size: .9em;
	z-index:199;
    background-color: #f5f5f5;  /** IMPORTANT!  IF MISSING MENU WILL DISPLAY BEHIND PDF VIEWER **/
    font-size: .9em;
    font-weight: normal;
    display:block;
    float: none;
    border-right: solid 1px #00025C;
	border-left: solid 1px #00025C;
    
    /* Sub Menu Drop Shadow */
	-moz-box-shadow: 0px 3px 3px #414141;
	-webkit-box-shadow: 0px 3px 3px #414141;
	box-shadow: 0px 3px 3px #414141;
}

ul.inm-menu-root li div.inm-sub-menu-container div.inm-sub-menu-break
{
	background-image:url("../images/menu/break.gif");
	height:1px;
	padding:0;
	margin:0;
	width:98.5%;
	display:block;
	background-color: #f5f5f5;
}

html ul.inm-menu-root li div.inm-sub-menu-container div a {
	z-index:199;
	display: block;
	color: #00025C;
	float: none;
	width:auto;
	/*height:20px;*/
	padding:5px;	
}

html ul.inm-menu-root li div.inm-sub-menu-container div a.selected {
	z-index:199;
	display: block;
	color: #f5f5f5;
	float: none;
	font-weight: normal;
	width:auto;
	/*height:20px;*/
	padding: 5px;
}
/* **** Presto Menu Bar **** */


/* **** Auxiliary uses, e.g. 'Actions' on SearchResults page **** */

.auxRootVoices {
    padding-left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.auxRootVoices li.rootVoice {
  vertical-align:middle;
  font-size: 1em;
  cursor: pointer;
  font-weight: normal;
  width: auto;
  border: 0px;
  height: 28px;
  text-align:left;
}

.auxRootVoices li {
    display: inline;
    margin: 0;
    width: auto;
	border-width: 0px;
	padding: 0px;
}

.auxRootVoices li.selected {
	cursor: pointer;
	border-width: 0px;
	padding: 0px;
}

.auxMenu-group 
{
    margin: 5px 5px 2px 5px;
    padding-right: 15px;
	display: block;
	text-decoration: none;
	background: url(../images/menu/nav_arrow_down.png) no-repeat;
	background-position: right center;
	z-index:99;
}

.auxMenu-backlink 
{
    margin: 5px 5px 2px 5px;
    padding-left: 12px;
	display: block;
	text-decoration: none;
	background: url(../images/menu/nav_arrow_left.png) no-repeat;
	background-position: left center;
	z-index:99;
    text-decoration: none;
}


.auxMenu-item 
{
	text-decoration: none;
	background-repeat: no-repeat; 
	background-position: 0 0;
	padding: 4px 15px 4px 24px !important;
	margin:0;
	text-align: left;
}


/************************ END PRESTO MENU STYLES ************************/

/************************ PRESTO LIST STYLES ****************************/

.quicklist {
 	padding: 0;
 	margin: 6px 0 0 16px;
}

.quicklist li {
	line-height: 1.6em;
	margin: 4px 0 7px 0;
}

.browsetree a:active {
	color: #000000;
	text-decoration: underline;
}

.browsetree a:visited {
	color: #000000;
}

.browsetree {
 	list-style-type: none;
 	padding: 0;
 	margin: 2px 0 0 0;
}

.browsetree li {
	font-size: 11px;
	color: #505050;
	line-height: 1.2em;
	padding: 4px 0 4px 22px;
}

.browsetree a {
	font-size: 12px;
	color: #171717;
	text-decoration: none;
}

.browsetree a:hover {
	color: #3366CC;
	text-decoration: underline;
}

.browsetree a:active {
	color: #000000;
	text-decoration: underline;
}

.branch { 
	display: none;
}

.invisible { 
	display: none;
}

.visible { 
	display: block;
}

.jumplist {
 	list-style-type: none;
 	padding: 0;
 	margin: 7px 0 0 0;
}

.jumplist li {
	line-height: 1.2em;
	padding: 3px 0 5px 22px;
}

li.bullet {
	list-style-type: disc;
	padding: 3px 0 6px 0;
	margin-left: 15px;
}

li.tight {
	list-style-type: disc;
	padding: 3px 0 0px 0;
	margin-left: 15px;
}

li.wide {
	padding: 3px 0 6px 0;
	list-style-type: none;
}


.collection {
	background-image: url(../images/icons/types/collection16.gif);
	background-repeat: no-repeat;	
	background-position: 0 0;
}

.folder {
	background-image: url(../images/icons/types/folder16.gif);
	background-repeat: no-repeat;	
	background-position: 0 0;
}

.drillup {
	background-image: url(../images/icons/types/drillup16.gif);
	background-repeat: no-repeat;	
	background-position: 0 0;
	margin-bottom:6px;
}

.file {
	background-image: url(../images/icons/types/file16.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
}

.article {
	background-image: url(../images/icons/types/article16.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
}

.pdf {
	background-image: url(../images/icons/types/pdf16.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
}

.link {
	background-image: url(../images/icons/types/link16.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
}

.news {
	background-image: url(../images/icons/types/news16.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
}

.image {
	background-image: url(../images/icons/types/image16.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
}

.alert {
	background-image: url(../images/icons/types/alert16.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
}

ul.fc-directory-container-w-bullet
{
    padding: 0px 0px 0px 25px;
}

ul.fc-directory-container-w-icon
{
    margin:0px;
    padding:0px;
    width:100%;
}

ul.fc-directory-container
{
    padding: 0px 0px 0px 10px;
}

ul.fc-directory-container li
{
    padding-bottom:5px;
}

li.fc-li-icon
{
    background: url(../images/tree/folder.gif) no-repeat 3px 0px transparent;
    list-style-type: none;
    margin: 0;
    overflow:visible;
    padding: 0px 0px 1px 22px;
    vertical-align: top;
}

li.fc-li-icon-open
{
    background: url(../images/tree/folder_open.gif) no-repeat 3px 0px transparent;
    list-style-type: none;
    margin: 0;
    overflow:visible;
    padding: 0px 0px 1px 22px;
    vertical-align: top;
}

li.fc-li-bullet
{
    list-style-type:disc;
}

li.fc-li-none
{
    list-style-type:none;
}

li.fc-dir-item{margin-bottom: 10px;}

/************************ END PRESTO LIST STYLES ************************/

/************************ PRESTO GRID STYLES ****************************/

.Grid 
{ 
  background-color: #FFFFFF; 
  border: 1px solid #7C7C94; 
  font-family:Arial, sans-serif;
  font-size: 12px; 
  cursor: pointer;
  border-collapse: collapse;
}

.GridHeader
{
  background-image: url("../images/grid/grid_headerBg.gif"); 
  background-color: #8988A5; 
  height: 24px;
  padding-left: 3px;
  cursor: default;
}

.GridHeaderText
{
  color: #FFFFFF;  
  font-family:Arial, sans-serif;
  font-size: 12px; 
}

.HeadingRow 
{ 
  background-color: #E0DFE3; 
  background-image: url("../images/grid/header_rowBg.gif");   
  height: 25px;
  border-bottom: 1px solid #7C7C94;
}

.HeadingCell 
{ 
  background-image: url("../images/grid/header_bg.gif");   
  padding-left: 3px !important; 
  padding-top: 2px !important; 
  padding-bottom: 0px !important; 
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url("../images/grid/header1stCell_bg.gif"); 
}

.HeadingCellText
{
  font-family:Arial, sans-serif;
  font-size: 12px; 
  font-weight: bold; 
  text-align: center;
  padding-left: 3px !important; 
  padding-top: 2px !important; 
  padding-bottom: 5px !important; 
}

.JUIHeadingRow 
{ 
  background-color: #E0DFE3; 
  background-image: url("../images/grid/header_rowBg.gif");   
  height: 25px;
  border-bottom: 1px solid #7C7C94;
  padding-left: 3px;
  cursor: default;
}

.JUIGridHeadingCell
{
  background-image: url("../images/grid/header_bg.gif");   
  padding-left: 6px !important; 
  padding-top: 2px !important; 
  padding-bottom: 1px !important; 
  font-family:Arial, sans-serif;
  font-size: 12px; 
  font-weight: bold; 
}

.Row 
{ 
  background-color: #FFFFFF; 
}


.InactiveRow
{
  color: #808080;
  padding-left: 2px; 
}

.InactiveRow a:link {
	color: #666666;
}

.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  padding-top: 3px; 
  padding-bottom: 3px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family:Arial, sans-serif;
  font-size: 12px; 
  line-height: 17px;
  vertical-align: top;
} 

.InactiveRow td.DataCell 
{ 
  border-bottom: 1px solid #EAE9E1; 
  vertical-align: top;
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  background-color: #99CCFF; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 3px; 
  padding-bottom: 3px; 
  font-family:Arial, sans-serif;
  font-size: 12px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
  vertical-align: top;
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.GridFooter
{
  background-image: url(../images/grid/footer_bg.gif);
  cursor: default;
  height: 24px;
}

.GridFooter td
{
  padding: 0px !important; 
  border: 0px !important; 
}

.GridPagerText
{
  color: #000000;  
  font-family:Arial, sans-serif;
  font-size: 11px;
}

.GridButtonLink {
	padding: 0;
	margin: 0px 8px 0px 4px;
	border: 0;
	vertical-align: top;
}

.GridButtonLink a:hover {
	color: #CC0000;
}

.popup-grid {
}

.popup-grid-header-cell {
    padding:3px;
    margin:0px;
    border-right:1px #ffffff solid;
    cursor: pointer;
    text-align:left;
    white-space: nowrap;

}

.last-cell {
 border-right: 0px;
}

.popup-grid-header-text {
 display:inline;
 float:left;
 text-align:left;
 height:19px;
 width:auto;
}

.popup-grid-header-icon {
 display:inline; 
 float:right;
 width:15px;
 overflow:visible;
}

/************************ END PRESTO GRID STYLES ************************/

/************************ PRESTO HOME PAGE STYLES ************************/

.loginlabel {
	color: #999999
}

.loginname {
	color: #FFFFFF
}

div.homesection {
	background-color: #A00000;
	background-image: url(../images/ui/homesection-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.homesection h3 {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 3px 13px;
	background-image: url(../images/ui/homesection-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.announcements {
	background-color: #6C7B94;
	background-image: url(../images/ui/announcements-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
}

div.announcements h3 {
	background-image: url(../images/ui/announcements-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 3px 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0
}

div.announcementstext {
	padding: 3px 5px 6px 5px;
}

div.announcementstext ul {
 	padding: 0;
 	margin: 7px 0 0 0;
}

div.announcementstext li {
	list-style-type: disc;
	padding: 3px 0 6px 0;
	margin-left: 15px;
	line-height: 1.2em
}

.searchbox {
	background-image:url('../images/ui/home-search.gif'); 
	background-position:top left; 
	background-repeat:no-repeat;
	padding: 18px;
	border: 1px solid #B0B0B0;
	background-color: #FFFFFF;
	margin: 0px; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

.loginbox {
	background-position:top left; 
	background-repeat:no-repeat;
	padding: 18px;
	border: 1px solid #B0B0B0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

.searchlist {
 	list-style-type: none;
 	padding: 0;
 	margin: 0;
}

.searchlist li {
	line-height: 1.2em;
	padding: 2px 0 3px 16px;
}

.toolbox {
	border: 1px solid #A9A9A9; 
	background-color: #EEEEEE; 
	padding: 6px;
	text-align: center
}

.toolbox a {
	margin: 0 5px
}


.norn {
}

.viewall {
	color: #333333;
	font-size:9px;
	line-height:11px;
	margin-bottom: 0;
}

/********************  RSS Short Description Feed Styles *********************/
.rssTitle
{
	font-size:12px;
    font-weight:bold !important;
    text-decoration:none !important;
}

.rssDate
{
	font-size: 10px;
}

.rssDescription
{
	font-size: 12px;
	width:100%;
	vertical-align:top;
}

div.rss-desc-container
{
    width:100%;
    margin:2px;
    vertical-align:top;
}

.rssMainBox
{
	border: solid 1px #000000; 
}

.rssImage
{
	width: 75px;
}

.rss-image-container
{
    vertical-align:top;
}

/********************** Widget home page specific styles *********************/

/* RSS */
body.home-home .rssMainBox
{
    border: 0px !important;
}

body.home-home .qTip-item-link, body.home-home .qTip-item-link-no-desc
{
    text-decoration: none;
}

/************************ END PRESTO HOME PAGE STYLES ************************/

/************************ PRESTO TREE STYLES ************************/

.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 0px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 13px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 13px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 13px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:#CC0000;
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 13px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 13px;
}

.HomepageTreeView 
{ 
  background-color:Transparent;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 0px solid; 
  cursor:default;
}

.HomepageTreeNode 
{ 
  font-family: Arial, sans-serif;
  font-size: 12px; 
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:#003C79;
}

.HomepageHoverTreeNode 
{ 
  font-family: Arial, sans-serif;
  font-size: 12px; 
  text-decoration:underline; 
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:#CC0000;
  cursor: hand; 
}

.HomepageSelectedTreeNode 
{ 
  font-family: Arial, sans-serif;
  font-size: 12px; 
  color:#CC0000; 
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: hand; 
}

/************************ END PRESTO TREE STYLES ************************/

/************************ PRESTO TAB STRIP STYLES ************************/

.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url("../images/tabstrip/tab_bg.gif");
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url("../images/tabstrip/hover_tab_bg.gif");
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url("../images/tabstrip/selected_tab_bg.gif");
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
  background-color:White;
  overflow:visible;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
  border: 1px solid #919B9C;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}

.PageHeader
{
  font-size:22px;
  font-weight:bold;
  letter-spacing:-0.2mm;
  font-family: verdana; 
  color: #3F3F3F; 
  margin-top:0px;
  margin-bottom:0px;
}

/************************ END PRESTO TAB STRIP STYLES ************************/

/************************ PRESTO BLOG STRIP STYLES ************************/



.blogleft {
	float: left;
	padding: 0 20px;
}

.blogright {
	text-align: right;
	padding: 0 20px; 
}

.blogfocalbox {
	padding: 20px;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

.blogURLDisplaylabel
{
	width: 205px;
	text-align: left;
	color: Gray;
	margin: 0;
	padding: 1px 5px 0 0
}

.blogdivider {
	height: 1px;
	background-color: #E0E0E0;
	background-image: url(../images/ui/divider-background.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 0;
	margin: 12px 0;
}

div.buttonCancelForm {
	background-image: url(../images/buttons/cancelForm.gif); 
}

div.buttonOKForm {
	background-image: url(../images/buttons/okForm.gif); 
}

.blogfield200 {
	width: 200px;
	height: 60px;
	font-size: 12px;
}


.blogfield400 {
	width: 400px;
	font-size: 12px;
}

.blogmainlabel {
	width: 205px;
	text-align: right;
	margin: 0;
	padding: 1px 5px 0 0
}

.blogMessageLabel{
	width: 600px;
	text-align: center;
}

.blogDashLabel
{
	width: 600px;
	color: Silver;
}

.PostTitleDisplayLabel
{
	font-size: 14px;
	color: White;
}

.blogboldlabel {
	font-weight: bold;
	font-size: 14px;
}

.blogsublabel {
	float: left;
	width: 85px;
	text-align: right;
	margin: 0;
	padding: 3px 8px 0 0
}

.bloglabelleft {
	float: left;
	text-align: right;
	margin: 0;
	padding: 3px 5px 0 0
}

.bloglabelright {
	text-align: left;
	margin: 0;
	padding: 3px 0 0 2px
}


.blogverylargeprint {
	font-size:20px;
	line-height:30px;
}

.blogstyle1
{
	width: 65%;
}

.bloggallery{
	background-color: #B4DCD8;
}

.blogTitleDisplayLabel
{
	font-size:16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.blogFrozenDisplayLabel
{
	font-size:12px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: Red;
}

.blogpostinfolabel
{
	font-family: Arial, sans-serif;
	font-size:10px;
	color: Silver;
}

.blogauthorlabel
{
	font-style: italic;
}

.blogpremodifydatelabel
{
	font-weight: bold;
}

.blogmodifydatelabel
{
	font-style: italic;
}

.blogpretimelabel {
	font-weight: bold;
}

.blogtimelabel {
	font-style: italic;
}

.bloglargeprinthplnk 
{
	font-size: 20px;
	font-family: Arial, sans-serif;
	line-height: 30px;
	text-decoration: none;
}

.bloglargeprinthplnk:active 
{
	font-size: 20px;
	font-family: Arial, sans-serif;
	line-height: 30px;
	text-decoration: none;
}

.bloglargeprinthplnk:hover
{
	color: Gray;
	text-decoration: none;
}

.bloglargeprinthplnk:visited 
{
	font-size: 20px;
	font-family: Arial, sans-serif;
	line-height: 30px;
	text-decoration: none;
}

.blogposthplnk 
{
	font-size:16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.blogposthplnk:active 
{
	font-size:16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.blogposthplnk:visited
 {
	font-size:16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.blogposthplnk:hover
{
	color: Gray;
	text-decoration: underline;
}

.PostTitleDisplayLabel
{
	font-size:14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.blogpostcommenthplnk
 {
	color: Silver;
	font-size:10px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.blogpostcommenthplnk:link
 {
	color: Silver;
	font-size:10px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
.blogpostcommenthplnk:active
 {
	color: Silver;
	font-size:10px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.blogpostcommenthplnk:visited 
{
	color: Silver;
	font-size:10px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.blogpostcommenthplnk:hover
{
	color: Orange;
	text-decoration: underline;
}

/************************ END PRESTO BLOG STRIP STYLES ************************/

/************************ PRESTO FILE LAYOUT STYLES ************************/

.Grid .tblFileDisplay
{
    width:100%;
}

td.fileLayoutCell {
    padding-right:5px;
}

div.fileLayoutNumFiles {
	
	padding-top:1px;
	padding-bottom:2px;
	font-size:9px;
    text-align:center;
}

div.fileLayoutTileName {
	
	padding-top:1px;
	padding-bottom:2px;
	font-size:9px;
    text-align:center;
}

div.fileLayoutDeleteButton {
	
	padding-top:5px;
	padding-bottom:10px;
    text-align:center;
}

div.fileLayoutImage {
	padding-bottom:2px;
	padding-top:5px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
}

.galleryitem div.fileLayoutImage, .galleryitem_hover div.fileLayoutImage, .Grid div.fileLayoutImage {
    display: block;
}


/************************ END PRESTO FILE LAYOUT STYLES ************************/

/*************** qTip Styles *****************/
.ui-tooltip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:1000px;min-width:100px;font-size:12px;line-height:12px;border-width:1px;border-style:solid;}.ui-tooltip-fluid{display:block;visibility:hidden;position:static!important;float:left!important;}.ui-tooltip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word;overflow:hidden;}.ui-tooltip-titlebar{position:relative;min-height:14px;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:bold;}.ui-tooltip-titlebar+.ui-tooltip-content{border-top-width:0!important;}/*!Default close button class */ .ui-tooltip-titlebar .ui-state-default{position:absolute;right:4px;top:50%;margin-top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;}* html .ui-tooltip-titlebar .ui-state-default{top:16px;}.ui-tooltip-titlebar .ui-icon,.ui-tooltip-icon .ui-icon{display:block;text-indent:-1000em;}.ui-tooltip-icon,.ui-tooltip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.ui-tooltip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em;}/*!Default tooltip style */ .ui-tooltip-default{border-color:#F1D031;background-color:#FFFFA3;color:#555;}.ui-tooltip-default .ui-tooltip-titlebar{background-color:#FFEF93;}.ui-tooltip-default .ui-tooltip-icon{border-color:#CCC;background:#F1F1F1;color:#777;}.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{border-color:#AAA;color:#111;}.ui-tooltip .ui-tooltip-tip{margin:0 auto;overflow:hidden;z-index:10;}.ui-tooltip .ui-tooltip-tip,.ui-tooltip .ui-tooltip-tip *{position:absolute;line-height:.1px!important;font-size:.1px!important;color:#123456;background:transparent;border:0 dashed transparent;}.ui-tooltip .ui-tooltip-tip canvas{top:0;left:0;}#qtip-overlay{position:fixed;left:-10000em;top:-10000em;}#qtip-overlay.blurs{cursor:pointer;}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:black;opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}/*!Light tooltip style */ .ui-tooltip-light{background-color:white;border-color:#E2E2E2;color:#454545;}.ui-tooltip-light .ui-tooltip-titlebar{background-color:#CCCCCC;}/*!Dark tooltip style */ .ui-tooltip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3;}.ui-tooltip-dark .ui-tooltip-titlebar{background-color:#404040;}.ui-tooltip-dark .ui-tooltip-icon{border-color:#444;}.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}/*!Cream tooltip style */ .ui-tooltip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35;}.ui-tooltip-cream .ui-tooltip-titlebar{background-color:#F0DE7D;}.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{background-position:-82px 0;}/*!Red tooltip style */ .ui-tooltip-red{background-color:#F78B83;border-color:#D95252;color:#912323;}.ui-tooltip-red .ui-tooltip-titlebar{background-color:#F06D65;}.ui-tooltip-red .ui-state-default .ui-tooltip-icon{background-position:-102px 0;}.ui-tooltip-red .ui-tooltip-icon{border-color:#D95252;}.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{border-color:#D95252;}/*!Green tooltip style */ .ui-tooltip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219;}.ui-tooltip-green .ui-tooltip-titlebar{background-color:#B0DE78;}.ui-tooltip-green .ui-state-default .ui-tooltip-icon{background-position:-42px 0;}/*!Blue tooltip style */ .ui-tooltip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD;}.ui-tooltip-blue .ui-tooltip-titlebar{background-color:#D0E9F5;}.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{background-position:-2px 0;}/*!Add shadows to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE9+,Safari 2+*/ .ui-tooltip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);}/*!Add rounded corners to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE9+,Safari 2+*/ .ui-tooltip-rounded,.ui-tooltip-tipsy,.ui-tooltip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}/*!Youtube tooltip style */ .ui-tooltip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:white;border-width:0;background:#4A4A4A;background-image:-moz-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));background-image:-webkit-linear-gradient(top,#4A4A4A 0,black 100%);background-image:linear-gradient(to bottom,#4A4A4A 0,black 100%);}.ui-tooltip-youtube .ui-tooltip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0);}.ui-tooltip-youtube .ui-tooltip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";}.ui-tooltip-youtube .ui-tooltip-icon{border-color:#222;}.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-jtools{background:#232323;background:rgba(0,0,0,0.7);background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333;}.ui-tooltip-jtools .ui-tooltip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";}.ui-tooltip-jtools .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";}.ui-tooltip-jtools .ui-tooltip-titlebar,.ui-tooltip-jtools .ui-tooltip-content{background:transparent;color:white;border:0 dashed transparent;}.ui-tooltip-jtools .ui-tooltip-icon{border-color:#555;}.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{border-color:#333;}.ui-tooltip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.4);box-shadow:4px 4px 5px rgba(0,0,0,0.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-titlebar{background-color:#87876A;color:white;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-icon{border-color:#808064;}.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{border-color:#696952;color:#696952;}.ui-tooltip-tipsy{background:black;background:rgba(0,0,0,.87);color:white;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:bold;line-height:16px;text-shadow:0 1px black;}.ui-tooltip-tipsy .ui-tooltip-titlebar{padding:6px 35px 0 10;background-color:transparent;}.ui-tooltip-tipsy .ui-tooltip-content{padding:6px 10;}.ui-tooltip-tipsy .ui-tooltip-icon{border-color:#222;text-shadow:none;}.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:normal;font-family:serif;}.ui-tooltip-tipped .ui-tooltip-titlebar{border-bottom-width:0;color:white;background:#3A79B8;background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";}.ui-tooltip-tipped .ui-tooltip-icon{border:2px solid #285589;background:#285589;}.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{background-color:#FBFBFB;color:#555;}.ui-tooltip-bootstrap{font-size:13px;line-height:18px;color:#333;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.ui-tooltip-bootstrap .ui-tooltip-titlebar{font-size:18px;line-height:22px;border-bottom:1px solid #ccc;background-color:transparent;}.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default{right:9px;top:49%;border-style:none;}.ui-tooltip-bootstrap .ui-tooltip-icon{background:white;}.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);}.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40);}.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{filter:none;-ms-filter:none;}

/****** RSS Specific ****/
.qTip-item-container, .qTip-item-container a, .qTip-item-container a:active,.qTip-item-container a:visited
{
    font-weight: normal;
    /*text-decoration: none !important;*/
}

.qTip-item-link
{
    text-decoration: underline;
}

.qTip-item-link a:hover
{
    text-decoration: underline !important;
}

.qTip-item-title
{
    font-family:Arial !important;
}

.qTip-item-copy-inner
{
    color: #999999; 
    text-align: left;
    height: 10px; 
    padding-bottom: 5px;
    font-size: 10px;
}

/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	 
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
*/

/* GALLERY LIST */
/* IMPORTANT - Change '#myGallery' to the ID of your gallery list to prevent a flash of unstyled content */
#myGallery { display: none; }

.gv_galleryWrap  
{
    position: relative; 
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
   /* background: #222; */
    font-size: 10pt;
}

/* GALLERY DIV */
.gv_gallery { overflow: hidden; position: relative;}

.gv_imageStore { visibility: hidden; position: absolute; top: -10000px; left: -10000px; }


/*************************************************/
/**   PANEL STYLES								**/
/*************************************************/

.gv_panelWrap { filter: inherit; position: absolute; overflow: hidden; }

.gv_panel-loading { background: url(galleryview/img-loader.gif) 50% 50% no-repeat #aaa; }
.gv_frame-loading { background: url(galleryview/img-loader.gif) 50% 50% no-repeat #aaa; }

/* GALLERY PANELS */
.gv_panel { filter: inherit; position: absolute; top: 0; left: 0; overflow: hidden; z-index: 100; }
.gv_panel img { position: absolute; }

.gv_overlay { position: absolute; background: #222; color: white; z-index: 200; }
.gv_showOverlay { 
	position: absolute; 
	width: 20px; 
	height: 20px; 
	background: url(galleryview/themes/light/info.png) #222; 
	cursor: pointer;
	z-index: 200;
}
.gv_overlay h4 { color: white; margin: 1em; font-weight: bold; }
.gv_overlay p { color: white; margin: 1em; }

.gv_infobar {
	background: #222;
	padding: 0 0.5em;
	line-height: 1.5em;
	height: 1.5em;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
	vertical-align: middle;
	z-index: 2000;
	
}


/*************************************************/
/**   FILMSTRIP STYLES							**/
/*************************************************/

.gv_filmstripWrap { overflow: hidden; position: absolute; }


/* FILMSTRIP */
.gv_filmstrip { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.gv_frame { 
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

/* WRAPPER FOR FILMSTRIP IMAGES */
.gv_frame .gv_thumbnail { position: relative;overflow: hidden !important; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.gv_frame.current .gv_thumbnail {}

/* FRAME IMAGES */
.gv_frame img { border: none; position: absolute; }

/* FRAME CAPTION */
.gv_frame .gv_caption { height: 14px; line-height: 14px; font-size: 10px; text-align: center; color:white; }

/* CURRENT FRAME CAPTION */
.gv_frame.current .gv_caption { }

/* POINTER FOR CURRENT FRAME */
.gv_pointer {
	border-color: black;
}

/* NAVIGATION BUTTONS */
.gv_navWrap {
	text-align: center;
	position: absolute;
}
.gv_navPlay,
.gv_navPause,
.gv_navNext,
.gv_navPrev {
	
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:alpha(opacity=30);
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
}
.gv_navPlay:hover,
.gv_navPause:hover,
.gv_navNext:hover,
.gv_navPrev:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}

.gv_panelNavPrev,
.gv_panelNavNext {
	position: absolute;
	display: none;
	opacity: 0.50;
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	filter:alpha(opacity=50);
	z-index: 200;
}

.gv_panelNavPrev:hover,
.gv_panelNavNext:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=90);
}

.gv_navPlay {
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(galleryview/themes/light/play-big.png) top left no-repeat;
}
.gv_navPause {
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(galleryview/themes/light/pause-big.png) top left no-repeat;
}
.gv_navNext {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(galleryview/themes/light/next.png) top left no-repeat;
}
.gv_navPrev {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(galleryview/themes/light/prev.png) top right no-repeat;
}
.gv_panelNavNext {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(galleryview/themes/light/panel-next.png) top left no-repeat;
}
.gv_panelNavPrev {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(galleryview/themes/light/panel-prev.png) top right no-repeat;
}

/* ************** Page Control Panel styles  ********************** */ 
#pcp-outer-container
{
    width:100%;
    padding-bottom: 10px;
    
}

#pcp-main-container
{
    width:90%;
    margin: 0 auto;
    border-right: 2px solid #999999;
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    background-color: #FFFFFF;
}

#pcp-panel-container
{
    width:100%;
}

#pcp-hp-type-container
{
    border-right: 2px solid #999999;
    width:30%;
}

#pcp-page-layout-container
{
    border-right: 2px solid #999999;
    width:30%;
}

#pcp-page-actions-container
{
    border-right: 2px solid #999999;
    width:19%;
}

#pcp-panel-actions
{
    width:19%;
}

.pcp-item-container
{
    padding:3px 5px;
}

.pcp-item-label
{
    padding-top:2px;
    padding-right:3px;
    font-weight:bold;
}

/* ************************ Screen Layout Styles ************************** */
.cntrl-list-container 
{ list-style-type: none; margin: 0; padding: 0; }

.zone-container
{
    width:100%;
}

.zone-config-mode
{
    border:dashed 1px #cccccc;
    min-height:100px;
}

.zone-config-name-div
{
    padding: 3px;
    font-weight:bold;
}

.widget-item-action-container
{
    width:35%;
    padding-top:3px;
}
.widget-title-config
{
    width:65%;
}

#pcp-panel-container span.ui-button-text {padding:0.1em 1em 0.1em 2.1em; font-size: 9pt;}

.highlight-list-item { width: auto; height: 100px; padding: 0px 10px 20px 0px; margin: 0px 10px 10px 10px; }
.default-list-item { width: auto; height: auto; margin: 0px 23px 10px 10px; }

.widget-form-option-row
{
    height:30px;
}
.widget-info-option-row
{
}
.widget-option-label-container
{
    width:180px;
    text-align:right;
}

.widget-option-input-container
{
    text-align: left;
}
.widget-option-html-input
{
    height:200px;
    width:450px;
}


/* ************************ Guided Nav Styles ************************** */
div.facetContainer {
	float:left; 
	padding:10px;
	width: 27%;
	margin-left: 10px;
	
}
div.facetContainerColor {
	background-color:#F9F9F9;
	border-left:1px solid #EDEDED;
	color: #333333;

}
span.facetTitle {
	font-size:1.1em;
	font-weight:bold;
}
.facetGroupTitle {
	border-top:1px solid #EDEDED;
	font-weight:bold;
}
.facetGroupItemRange 
{
	white-space:nowrap;
	margin-left: 10px;	

}

.facetRemovedFacets 
{
    color: #915608;
	padding-top: 5px;
    padding-left: 5px;
}

.facetGroupItemText 
{
	margin-left: 10px;	
}

.facetGroupItemCount {
	color:#666666;
}

.facetRemoveFilter {
	font-size:.9em;
	padding-left: 8px;
	position: relative;
	top: -1px;
}

.facetGroupMoreFewerClear {
	font-size:.9em;

}

a.facetLinkMore {
	
	margin-left:5px;
	margin-right:25px;
	text-decoration: none;
}

a:hover.facetLinkMore {
	
	margin-left:5px;
	margin-right:25px;
	text-decoration: underline;
}

a.facetLinkFewer {
	margin-left:5px;	
	text-decoration: none;
}

a:hover.facetLinkFewer {
	margin-left:5px;	
	text-decoration: none;
	text-decoration: underline;
}


.facetRangeBox {
	height: 2.12em;
	box-sizing: border-box;
	padding: 2px .3em;
	border-style: solid;
	border-width: 1px;
	border-color: #c5c5c5;
	margin: 7px; 
	border-radius: 4px;
}

.facetRangeBoxNumber {
	width: 5em;
}

.facetRangeBoxDate {
	width: 8em;
}

.facetGoButton {
	width: 21px;
	height: 21px;
	margin: 8px 0px 8px;
	border: 0px;
}

.facetGroupRangeText {
	font-size:1em;
}


/* ************************ Wizard (step by step) Styles ************************** */
.wizardLabelColumn150
{
    text-align: right;
    vertical-align: middle;
    width: 150px;
    padding: 0px 3px 8px 0px;
}

/******************* Look up Modal Styles **********************************/
.lookup-search-for-items-container {
    text-align: left; 
    margin-top:10px;
    margin-bottom: 10px;

}


/**********************************/
/**** Jquery Chosen Plugin CSS ****/
/**********************************/
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}

.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../images/ui/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../images/ui/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('../images/ui/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/ui/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/ui/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/ui/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/ui/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/ui/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../images/ui/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzn-container .chzn-results .disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.chzn-container .chzn-results .disabled-result em {
  background: transparent;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../images/ui/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../images/ui/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
.chzn-rtl .chzn-single-with-deselect span { margin-left: 38px; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl .chzn-search { left: 9999px; }
.chzn-rtl.chzn-with-drop .chzn-search { left: 0px; }
.chzn-rtl .chzn-drop { left: 9999px; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('../images/ui/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/ui/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/ui/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('../images/ui/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/ui/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/ui/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('../images/ui/chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */

/**** Inmagic override for Chosen ***/
.chzn-choices{ border-radius: 4px; }
.chzn-container-active .chzn-choices { border-color: #4AB2C6; }
.chzn-container-active .chzn-single { border-color: #4AB2C6; }

.chzn-container .chzn-results .highlighted {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #4AB2C6 0%, #2F6596 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #4AB2C6 0%, #2F6596 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom right, #4AB2C6 0%, #2F6596 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #4AB2C6), color-stop(1, #2F6596));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #4AB2C6 0%, #2F6596 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top left, #4AB2C6 0%, #2F6596 100%);
 
  color: #fff;
}

#ddl_searched_ct_list_chzn .chzn-choices { border-radius: 0px; }

/* For non-action bar Actions dropdown */
.launcherContainerClass {
    padding-bottom: 1px;
}

.launcherClass {
    padding: 2px;
}

.menuClass {
    position: absolute;
    width: 150px;
    margin-top: 3px !important;
}

.jui-dropdown-launcher-container
{
    padding-bottom: 1px;
}

.jui-dropdown-launcher {
    padding: 4px 15px 2px 2px;
	display: block;
	text-decoration: none;
	background: url(../images/menu/nav_arrow_down.png) no-repeat;
    background-repeat: no-repeat !important;
	background-position: right center;
}

.jui-dropdown-menu {
    position: absolute;
    margin-top: 3px !important;
	z-index:99;    
}


/**** Inmagic override for Kendo ***/
select.k-textbox {
    overflow:auto !important;
}

