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;
}

.left {
	float: left;
	padding: 0 20px;
}

.right {
	text-align: right;
	padding: 0 20px; 
}

#divContent {
	padding: 20px 20px 0 20px;
	background-color: #E0E0E0;
}

#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: 230;
	margin: 0;
	padding: 0;
}

.mainlabel {
	float: left;
	width: 210px;
	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;
}

.popuplink {
	font-size:10px;
	line-height:14px;
	vertical-align:baseline;
}

.smallprint {
	font-size:18px;
	line-height:20px;
}

.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;
}

.metadata td {
	line-height: normal;
	padding: 0 3px 6px 0;
}

.resultslist td {
	font-size: 11px;
	line-height: 13px;
}

.resultslist a {
	font-size: 12px;
	line-height: 17px;
}

.resultslist a.smallprint {
	font-size: 11px;
}

.resultslist a.smallprint {
	font-size: 11px;
}

.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:171px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-bottom: 12px;
	background-color: white;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid white;
}

div.galleryitem div.thumbnail {
	height:100px;
	width:140px;
	margin-bottom:2px;
}

div.galleryitem a {
	text-align: center;
	font-size: 12px;
}

div.galleryfocal {
	background-color:#FFFFCC;
	z-index:500;
	overflow:visible;
	position:absolute;
	height: auto;
	border: 1px solid khaki;
}

.galleryblog{
	background-color: #5A6B7D;
}

.thumbnail img {
	border: 1px solid silver; 
}

.floatright {
	float:right; 
	margin: 0 0 20px 20px
}

.field50 {
	width: 50px;	
	font-size: 12px;
}

.field100 {
	width: 100px;	
	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;
}

.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;
}

.flag {
	font-size:9px; 
	color: #B00000; 
	padding-left: 6px
}

.recordDetailIframeSectionlabel{
	padding: 3px 5px 0 0
}

#divFocalScroll {
	overflow: auto;
}

.localeDisplayName {
	color: #777;
}

.localeDropDownLabel {
	font-size: 12px;
	padding-left: 12px;
	padding-right: 3px;
}

/********** Tag Cloud Styles ************/
.tagcloud 
{
	text-align: center;
	font-family: Arial, sans-serif;
	border: 2px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 3px;
}

/* CloudItem renditions, from smallest to largest */
.ajax__CloudItem1, .ajax__CloudItem2, .ajax__CloudItem3, .ajax__CloudItem4, .ajax__CloudItem5, .ajax__CloudItem6
{
                margin: 0px;
                padding: 0px;
                display: inline;
}

.ajax__CloudItem1
{
                text-decoration: none;
                margin-right: 6px;
                color: #00bbad;
                font-size: 85%;
                font-weight: 200;
}

.ajax__CloudItem2
{
                text-decoration: none;
                margin-right: 6px;
                color: #009b9d;
                font-size: 100%;
                font-weight: 300;
}

.ajax__CloudItem3
{
                text-decoration: none;
                margin-right: 6px;
                color: #007b8d;
                font-size: 115%;
                font-weight: 500;
}

.ajax__CloudItem4
{
                text-decoration: none;
                margin-right: 6px;
                color: #005b7d;
                font-size: 130%;
                font-weight: 600;
}

.ajax__CloudItem5
{
                text-decoration: none;
                margin-right: 6px;
                color: #003b6d;
                font-size: 145%;
                font-weight: 800;
}

.ajax__CloudItem6
{
                text-decoration: none;
                margin-right: 6px;
                color: #440b5d;
                font-size: 175%;
                font-weight: 900;
}

/********** 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;
}

/********** 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;
}

.modalSmallPrint
{
	font-size:11px;
	line-height:13px;
	text-align: left; 
	color: #999999; 
}

/********** Comment Window Styles ************/
.cmtFormWindow
{
	width: 600px;
	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;
}

.cmtListingArea
{
	width: 100%;
}

.cmtListItemArea
{
	width: 100%;
	text-align: left; 
	font-size: 9pt; 
	padding: 0px 0px 10px 0px;
}

.cmtListTitleArea
{
	width: 100%;
	padding: 0px 0px 3px 0px;
}

.cmtTextArea
{
	width: 100%;
	padding: 5px 0px 5px 0px;
}

#procSpinner
{
	height: 20px;
	overflow: visible;
}

/********** Tag Record Overlay Styles ************/
.tagRecordFormWindow
{
	width: 405px;
	height: 600px;
}

.tagWorkArea
{
	padding: 10px 15px 10px 15px;
}


/********** '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;
}


	#footer {margin:10px auto 0 auto;padding:10px 0;border-top:1px solid #999;text-align:center;color:#666;}
	#footer a {color:#006699;text-decoration:underline;}
	#footer a:hover {text-decoration:none;}

	#printWatermark {display:none;}



