/* BASE SETTINGS */

HTML {
	width: 100%;
	height: 100%;
	overflow:-moz-scrollbars-vertical; /* puts empty scrollbar on firefox so content doesn't move when/if scrollbars appear */
}
BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
BODY, SELECT, TEXTAREA, INPUT, LI {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
BODY {
	font-size: 12px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

A {
	color: #004080;
}

#siteWrapper {
	width: 760px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

/* always at the bottom footer from http://www.themaninblue.com/writing/perspective/2005/08/29/ */
#everythingButTheFooter {
	min-height: 100%;
	position: relative;
}
* html #everythingButTheFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -35px;
	padding:  10px 0px;
	font-size: 11px;
	color: #5A6B7B;
	background: url(images/border-dotted-blue.gif) repeat-x 0 -1px;
}
#footer a {
	color: #5A6B7B;
}
#footer .copyright {
	float: left;
}
#footer .links {
	float:  right;
}

.login {
	padding:  42px 20px 73px 0px;
}

/* MASTHEAD */

#masthead {
	padding:  20px 0px 20px 0px;
}

#masthead H1 {
	padding: 0px;
	margin: 0px;
	text-indent: -5000px;
	background: url(images/logo-searchblox.gif) no-repeat;
	float: left;
	width: 250px;
	height: 65px;
}

#masthead .links {
	float: right;
	text-transform: lowercase;
	font-size: 11px;
}

#masthead .sde {
	float: right;
    margin: 0px 5px;
    margin-top: 15px;
    font-size: 14px;
}


#masthead .links a {
	text-decoration: none;
	color: #5A6B7B;
}
#masthead .links a.logout {
	padding-left: 10px;
	margin: 0px 5px;

}
#masthead .links a.support {
	padding-left: 10px;
	margin: 0px 5px;
	background: url(images/border-dotted-blue.gif) repeat-y left top;
}
#masthead .links a.help {
	padding-left: 10px;
	margin: 0px 5px;
	background: url(images/border-dotted-blue.gif) repeat-y left top;
}


/* GLOBAL NAVIGATION */

#globalNav {
	background: url(images/nav-bg.gif) repeat-x 0 bottom;
	height: 39px;
	padding: 0px;
	margin:  0px 132px 10px 0px; /*comment out this part when removing the message spot */
}
* html #globalNav {
	margin-right: 130px;
}
#globalNav ul {
	margin: 0px;
	color: #3C3C3D;
	padding: 0px 5px;
	height: 28px;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;

}
#globalNav li {
	float: left;
	list-style-type: none;
	margin: 3px 0px;
	padding: 0;
	white-space: nowrap;
}
#globalNav li a {
	text-decoration: none;
	float: left;
	display: block;
	line-height: 26px;
	padding: 0px 12px;
	white-space:nowrap;
	color: #3C3C3D;
	border: 0px;
	text-transform:uppercase;
}

#globalNav li a.selected {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #fff;
	line-height: 26px;
	background-image: url(images/nav-selected-bg.gif);
	color: #fff;
	text-shadow: #fff 0px 0px 5px;
}

/* optional message spot used in free version */
.msgSpot {
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-size: 11px;
	color: #3C3C3D;
	height: 39px;
	background: url(images/nav-bg-msgSpot.gif) repeat-x;

}
.msgSpot a {
	display: block;
	text-decoration: none;
	color: #3C3C3D;
	height: 27px;
	width: 125px;
	padding: 3px 0px;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	line-height: 12px;
}
.msgSpot p {
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	font-weight: bold;
}


/* BREADCRUMB */

#breadcrumb {
	margin-bottom: 15px;
}
#breadcrumb .trail {
	float: left;
	line-height: 16px;
	color: #666;
}
#breadcrumb select {
	float: right;
}


/* CONTENT AREA */

#contentArea {
	padding: 0px 5px 40px 5px;
}


/* PANES & LIST VIEW STYLES */

/* detail view */
.objectInfo {
	display: block;
	margin-bottom: 10px;
	background: url(images/divider-horizontal.gif) no-repeat center top;
	position: relative; /* fix peekaboo bug in MSIE */
}
.objectInfo table {
	background: url(images/divider-horizontal.gif) no-repeat bottom center;
}
.objectInfo TD {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0px;
}

.detailView {
	padding:  10px;
}
.detailView TD {
	padding: 5px;
}
.detailView TD TABLE TD {
	padding: 0px;
	padding-right: 5px;
}
.detailView .field {
	width: 97%;
}

.detailView .submitButtons {
	padding: 5px;
}
.detailView .submitButtons P {
	float: right;
	margin: 0px;
}

/* detail view columns */
.instructions {
	width: 180px;
}

.formField {
	width: 350px;
}
.label {
	width: 134px;
}
.controls {
	width: 20px;
}

/* add & remove buttons */
.add {
	display: block;
	background: url(images/buttons-addRemove.gif) 0px 0px;
	width: 18px;
	height: 18px;
	text-indent: -5000px;
	float: left;
	margin-right: 2px;
}
.remove {
	display: block;
	background: url(images/buttons-addRemove.gif) 18px 0px;
	width: 18px;
	height: 18px;
	text-indent: -5000px;
	float: left;
}

.divider-bottom {
	padding-bottom: 4px;
	margin-bottom: 4px;
	background: url(images/border-dotted-gray.gif) repeat-x 0 bottom;
	position: relative; /* fix msie peekaboo bug */
}

/* tabbed pane */
UL.tabs {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 22px;
}
UL.tabs LI {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
UL.tabs LI A {
	text-decoration: none;
	float: left;
	display: block;
	line-height: 22px;
	padding: 0px 20px;
	margin: 0px 2px 0px 0px;
	white-space:nowrap;
	font-weight: bold;
	color: #666;
	background: url(images/tab-notSelected.gif) no-repeat left top;
	border-right: 1px solid #4D4D4E;
}
UL.tabs LI A.selected {
	background: #4D4D4E url(images/tab-selected-corner.gif) no-repeat left top;
	color: #fff;
}
.titleBar-tabbed {
	background: url(images/titleBar-bg.gif) no-repeat -10px top;
	padding: 3px 10px;
	color: #fff;
}

/* normal pane */
.titleBar {
	background: url(images/titleBar-bg.gif) no-repeat left top;
	padding: 3px 10px;
	color: #fff;
}
.titleBar H2 {
	font-size: 14px;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	float: left;
}
.icon-help {
	float: right;
	display: block;
	width: 22px;
	height: 23px;
	background: url(images/icon-help.gif) no-repeat center center;
	text-indent: -5000px;
}
.box {
	border: 3px solid #363637;
	border-top: 0px;
	margin-bottom: 10px;
}
.decorator {
	height: 4px;
	background: #98BCDE;
	font-size: 4px;
	border-bottom:  1px solid #333;
}

/* action buttons */
.actionButtons {
	border-bottom: 1px solid #333;
	padding: 4px 10px 3px;
	background: url(images/actioButtonBar-bg.gif) repeat-x 0 bottom;
}
.actionButtons a {
	display: block;
	float: left;
	padding: 4px 10px;
	background: url(images/actionButton-bg.gif) repeat-x;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border: 1px solid #636363;
	text-shadow: #fff 0px 1px 1px;
}
.actionButtons span {
	float: left;
	border-bottom: 1px solid #fff;
	margin-right: 5px;
}


/* action buttons */
.actionButtons2 {
	/*border-bottom: 1px solid #333;*/
	padding: 4px 10px 3px;
	/*background: url(images/actioButtonBar-bg.gif) repeat-x 0 bottom;*/
}
.actionButtons2 a {
	display: block;
	float: left;
	padding: 4px 10px;
	background: url(images/actionButton-bg.gif) repeat-x;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border: 1px solid #636363;
	text-shadow: #fff 0px 1px 1px;
}
.actionButtons2 span {
	float: left;
	border-bottom: 1px solid #fff;
	margin-right: 5px;
}


/* search button */
.searchButtons {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	width: 80px;
}
.searchButton a {
	/*float: left; */
	padding: 4px 10px;
	background: url(images/actionButton-bg.gif) repeat-x;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border: 1px solid #636363;
	text-shadow: #fff 0px 1px 1px;
}
.searchButton span {
	border-bottom: 1px solid #fff;
	margin-right: 5px;
}

/* list view */
.listView TH {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #636363;
	background: #ccc;
}
.listView TH A, .listView .noLink {
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	padding: 5px;
	border-right: 1px solid #636363;
	border-left: 1px solid #fff;
	color: #333;
}
.listView TH A.sortAlpha {
	background: #B3B3B3 url(images/sort-alpha.gif) no-repeat right center;
	padding-right: 20px;
}
.listView TH A.sortAlpha {
	background: #B3B3B3 url(images/sort-alpha.gif) no-repeat right center;
	padding-right: 20px;
}
.listView TH A.sortReverse {
	background: #B3B3B3 url(images/sort-reverse.gif) no-repeat right center;
	padding-right: 20px;
}
.listView TD {
	padding: 5px;
	line-height: 25px;
	background: url(images/border-dotted-gray.gif) repeat-x 0 bottom;
	color: #333;
}
.listView TD A {
	color:  #333;
}

/* pagination */
.pagination {
	border-top: 1px solid #636363;
	background: #ccc;
	padding: 5px 10px;
	color: #666;
}
.pagination P.setting {
	float: left;
	margin: 0px;
	padding: 0px;
}
.pagination P.page {
	float: right;
	margin: 0px;
	padding:  0px;
	line-height: 20px;
}
.pagination .disabled {
		color:  #999;
}
.pagination a {
	text-decoration: none;
}

/* legend */
#legend {
	background: url(images/legend-botmCap.gif) no-repeat right bottom;
	padding-bottom: 8px;
	margin: -10px 0px 10px;
}
#legend table {
	border-right: 1px solid #ccc;
	float: right;
}
#legend td {
	white-space: nowrap;
	padding: 8px 15px 0px 0px;
	color: #666;
	line-height: 25px;
	font-size: 11px;
}
#legend td b {
	float: right;
}

/* icons */
.icon-collections {
	background: url(images/icons-collections.gif) left center;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -5000px;
	float: left;
	margin-right: 5px;
}
.custom {
	background-position: 0px;
}
.filesystem {
	background-position: -27px;
}
.http {
	background-position: -54px;
}
.rss {
	background-position: -81px;
}

.icon-status-ready {
	display: block;
	background: url(images/icon-status-ready.gif) no-repeat center center;
	width: 14px;
	height: 25px;
	text-indent: -5000px;
}
.icon-status-indexing {
	display: block;
	background: url(images/icon-status-indexing.gif) no-repeat center center;
	width: 14px;
	height: 25px;
	text-indent: -5000px;
}

.icon-calendar {
	display: block;
	float: left;
	background: url(images/icon-cal.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	text-indent: -5000px;
}

/* ERROR & CONFIRMATION DIALOGS */

#notification .content {
	border: 2px solid #49A849;
	margin: 0px 50px 15px 50px;
	padding: 10px 10px 10px 52px;
	background: url(images/icon-notification.gif) no-repeat 10px 10px;
	color: #666;
	position: relative; /* fixes peekaboo bug in msie */
}
#notification H3 {
	font-size: 14px;
	color: #008000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


#error .content {
	border: 4px solid #FFBF00;
	margin: 0px 50px 15px 50px;
	padding: 10px 10px 10px 52px;
	background: url(images/icon-alert.gif) no-repeat 10px 10px;
	color: #666;
	position: relative; /* fixes peekaboo bug in msie */
}
#error H3 {
	font-size: 14px;
	color: #800000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#notification P, #error P {
	margin-bottom:  0px;
	padding-bottom: 0px;
	margin-top: 8px;
}

#mirror {
	border: 2px solid #49A849;
	padding:  5px 10px;
	margin: 0px 50px 10px 50px;
}
#mirror B {
	float:  left;
	color: #008000;
}
#mirror A {
	float:  right;
	text-decoration: none;
}


/* HELP POP-UP */

#help {
	width: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#help .titleBar {
	font-size: 14px;
	line-height: 23px;
	background: url(images/titleBar-help-bg.gif) no-repeat left top;
}
#help .box {
	padding: 10px;
	background: #fff;
	border: 1px solid #666;
}
#help H2 {
	margin:  0px;
	padding: 0px;
	font-size: 16px;
	color: #004080;
}
#help .overview {
	color: #666;
	font-size: 14px;
}

#shim {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #666;
	top: 0px;
	left: 0px;
}

/* CALENDAR DIV */
#calendar {
	border: 3px solid #999;
	position: absolute;
	background: #fff;
	width: 155px;
	top: 0px;
	left: 0px;
    z-index:10;
}
#calendar  TABLE {
	width: 100%;
}
#calendar TH {
	padding: 4px;
}
#calendar A {
	display: block;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}
#calendar A:hover {
	background: #FFDFBF;
}

/* calendar heading */
#calendar .heading {
	background: #535355 url(images/titleBar-bg.gif) repeat-x 0 bottom;
}
#calendar .heading TD,  #calendar .heading A {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#calendar .heading A:hover {
	background: none;
}

/* ADMIN - 2 COL LAYOUT */

#wideColumn {
	width: 440px;
	float: left;
}

#wideColumnLeft {
	width: 440px;
	float: left;
}
#wideColumnRight {
	width: 440px;
	float: right;
}

#narrowColumn {
	width: 300px;
	float: right;
}

#narrowColumnLeft {
	width: 300px;
	float: left;
}

#narrowColumnRight {
	width: 300px;
	float: right;
}


/* CLEARFIX PROVIDES DESIRED DISPLAY OF A DIV WHEN A NESTED ELEMENT IS FLOATED */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

/*
    File input type*/
form.example input {
    width: 100px;
	height: 19px;
}

form.example div.fileinputs {
	position: relative;
	height: 19px;
	width: 100px;
}

form.example input.file {
	width: 200px;
	margin: 0;
}

form.example input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.example div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

form.example div.fakefile input {
    margin-bottom: 18px;
	margin-left: 0;
    margin-right: 2px;
}

form.example div.fakefile img{
    margin-bottom: 14px;
	margin-left: 0;
    margin-right: 2px;
}

.example {
	padding:  10px;
}
.example TD {
	padding: 5px;
}
.example TD example TD {
	padding: 0px;
	padding-right: 5px;
}
.example .field {
	width: 97%;
}.fxpo p {
	font-weight: bold;
	font-size: 4px;
}
.form {
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	height: 5px;
	width: 50px;
}
