/* Primary Structure*/
body
{
	min-width: 980px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #868686 url(../images/bg_repeat.jpg) top center repeat-x;
}

#header-container
{
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: -260px 0;
}

/*Header Logo*/
#head-bg
{
	width: 150%;
	display: block;
	position: relative;
	left: -239px;
}

#head-bg #holder
{
	margin: 0 auto;
	display: block;
	position: relative;
	width: 100%;
}

#head-bg #holder #block
{
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* End Header Logo*/

#multi-column-container
{
	position: relative;
	background: #FFFFFF url(../images/main-repeat.png) top left repeat-x;
	padding-left: 0px;
	padding-right: 230px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

#main-container
{
	position: relative;
	float: left;
	width: 100%;
	min-height: 400px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

#sideBar-container
{
	position: relative;
	float: left;
	width: 200px;
	margin-right: -230px;
	min-height: 400px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

/* RTC Removed the div associated with uid-comply.png from the project: It is obsolete.  Leaving this to preserve a record of the prior layout area.*/
/*
div.uid-comply
{
	position: absolute;
	display: block;
	width: 243px;
	height: 0px;
	padding-top: 58px;
	overflow: hidden;
	top: -45px;
	right: 40px;
}
*/

.container-heading
{
	height: 30px;
}

.container-heading h1
{
	font-size: 16px;
	font-weight: bold;
	color: #103d5d;
}

.bracket
{
	font-size: 22px;
	margin: 0 2px;
	font-weight: normal;
	color: #103d5d;
}

.bracket-content
{
	letter-spacing: -0.5px;
	font-size: 16px;
	font-weight: bold;
	color: #103d5d;
}

.page-subtitle-content
{
	margin-left: 1em;
	letter-spacing: -0.5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #103d5d;
}

#footer-container
{
	position: relative;
	margin-top: -10px;
	border-top-width: 0px;
	padding-top: 0px;
}

/* End Primary Structure*/

/*Header Main Menu*/
ul#nav
{
	position: relative;
	float: left;
	top: 52px;
	left: 75px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

ul#nav li
{
	float: left;
	color: White;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}

ul#nav li.divider
{
	color: Red;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#nav li a
{
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

ul#nav li a:link, ul#nav li a:visited
{
	text-decoration: none;
	color: White;
}

ul#nav li a:hover, ul#nav li a:active
{
	text-decoration: none;
	color: White;
	background-color: Gray;
}

.active
{
	background-color: Gray;
}

/*End Header Main Menu*/

ul#signin
{
	height: 19px;
	float: right;
	top: 45px;
	right: 4px;
}

ul#signin li
{
	float: left;
	height: 19px;
}

ul#signin li.left
{
	display: block;
	width: 7px;
	background: url(../images/login-left.png) top left no-repeat;
}

ul#signin li.mid
{
	color: #fff;
	padding: 0 8px;
	background: url(../images/login-repeat.png) top left repeat-x;
}

ul#signin li.mid a:link, ul#signin li.mid a:visited
{
	font-size: 11px;
	color: #bfbfbf;
	text-decoration: none;
	line-height: 18px;
}

ul#signin li.mid a:hover, ul#signin li.mid a:active
{
	color: #fff;
}

ul#signin li.center
{
	width: 1px;
	background: url(../images/login-divider.png) top left no-repeat;
	display: block;
}

ul#signin li.right
{
	display: block;
	width: 7px;
	background: url(../images/login-right.png) top left no-repeat;
}

ul.menu-sidebar
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu-sidebar li
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 15px; /*background: url(../images/bullet_orange.png) no-repeat 0px 50%;*/
}

#footer-menu
{
	width: 100%;
	background-color: #000000;
	padding-top: 0px;
	height: 45px;
}

ul#footer-nav
{
	padding-left: 25px;
	text-decoration: none;
}

ul#footer-nav li
{
	color: #d7143f;
	float: left;
	font-size: 10px;
	line-height: 45px;
}

ul#footer-nav li a:link, ul#footer-nav li a:visited
{
	color: #827f7f;
	text-decoration: none;
}

ul#footer-nav li a:hover, ul#footer-nav li a:active
{
	color: #fff;
	text-decoration: none;
}

p.footer-copy
{
	color: #d0d0d0;
	font-size: 9pt;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Standard HTML Elements*/

form
{
	margin: 0;
	padding: 0;
}

input
{
	padding: 2px;
	border: 1px solid #626262;
}

select
{
	padding: 1px;
	border: 1px solid #626262;
	vertical-align: top;
}

textarea
{
	padding: 2px;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a
{
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	color: #444444;
}

h1
{
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	letter-spacing: -1px;
	font-size: 2em;
}

h3
{
	font-size: 1em;
}

p, ol, ul
{
	/*line-height: 150%;*/
}

blockquote
{
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

ol, ul
{
	list-style: none;
}

/* TABLES
----------------------------------------------------------*/
table
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}

table td
{
	padding: 5px;
	border: solid 1px #e8eef4;
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}
/*----------------------------------------------------------*/

/* End Standard HTML Elements*/

/*Editing forms*/
.dataentry-condensed
{
	padding: 0;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

fieldset
{
	width: auto;
	border: groove thin;
	padding: 4px 7.5px 9px 7.5px;
}

fieldset.fieldset-Hidden
{
	border: none;
	padding: 0;
	vertical-align: top;
	min-width: inherit;
	width: 100%;
	word-wrap: break-word;
}

@-moz-document url-prefix() { /* HACK: This is to work around a Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=504622 */
	fieldset.fieldset-Hidden
	{
		display: table-cell;
	}
}

fieldset.fieldset-Hidden > legend
{
	display: none;
}

fieldset p, fieldset div
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

fieldset .ui-jqgrid div, fieldset div.ui-jqgrid
{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

fieldset p label, fieldset div label
{
	display: inline-block;
	width: 10em;
	vertical-align: top;
	text-align: left;
}

fieldset label:not(.noExtraContent):after
{
	content: ":";
}

fieldset p input[readonly], fieldset div input[readonly]
{
	background-color: LightGoldenRodYellow;
}

fieldset p textarea[readonly], fieldset div textarea[readonly]
{
	background-color: LightGoldenRodYellow;
}

fieldset p input[type=text]
{
	vertical-align: top;
	width: 45em;
}

fieldset form p input[type=file]
{
	width: 45em;
}

.field-container, .field-container table
{
	width: 400px;
	display: inline-table;
}

fieldset p textarea
{
	width: 45em;
}

/*End Editing forms*/

body.popup
{
	min-width: 400px;
	background: #FFFFFF;
}
/*
.popup-container-heading, .popup-container-heading h1
{
	background:#cccccc;
	margin:0px -5px 0px -5px;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-weight: bold;
	font-size: 18px;
	color: #103D5D;
}
*/
.popup-container-heading
{
	background: #cccccc;
	margin: 0px -5px 0px -5px;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-weight: bold;
	font-size: 18px;
	color: #103D5D;
}

.popup-container-heading h1
{
	background: #cccccc;
	margin: 0px -5px 0px -5px;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-weight: bold;
	font-size: 18px;
	color: #103D5D;
	padding: 2px 0px 2px 10px;
}

.help-block
{
	background-color: LightGoldenRodYellow;
	border: 1px solid #626262;
	padding: 1px 3px 1px 3px;
}

/* A2B MVC HtmlExtensions
----------------------------------------------------------*/
.label-box
{
	/*border-style:solid; 	border-width: 1px;*/
	border: 1px solid #626262;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: LightGoldenRodYellow;
	width: 45em;
	height: 1.5em;
	display: inline-block;
	overflow: hidden;
}
/* END A2B MVC HtmlExtensions */
/*----------------------------------------------------------*/

/* Utility Styles
----------------------------------------------------------*/
.clear-both
{
	clear: both;
}

.spinner-big
{
	background: url(../images/Roller_Big_D5760F.gif) no-repeat 2px 2px;
	padding-left: 42px;
	padding-bottom: 26px;
}

.spinner-small
{
	background: url(../images/Roller_small_D5760F.gif) no-repeat 2px 2px;
	padding-left: 26px;
	padding-bottom: 4px;
}

.link-button
{
	padding: 2px 20px 2px 20px;
	margin-top: 0px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
}

.a2bFuture
{
	font-style: italic;
}

.ui-jqgrid tr.jqgrow td.word-wrap
{
	white-space: normal;
}

.disabled
{
	color: Gray;
	font-style: oblique;
}

/* End Utility Styles
----------------------------------------------------------*/

/* Collapsable Box
----------------------------------------------------------*/
.box
{
	margin-bottom: 10px;
}

.box-content
{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
/* End Collapsable Box
----------------------------------------------------------*/

/* Sidebar filter
----------------------------------------------------------*/
.filter
{
	text-align: center;
}

table.filter
{
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	margin-bottom: 5px;
}

table.filter td
{
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none;
}

.filter-criterion
{
}

.filter-field
{
	text-align: left;
}
.filter-operator
{
	text-align: center;
}

.filter-value
{
	text-align: right;
}

/* End Sidebar filter
----------------------------------------------------------*/

.required
{
	font-weight: bold;
}

/* Error Display
----------------------------------------------------------*/
.validation-summary-errors
{
	color: Red;
}

.validation-summary-valid
{
	display: none;
}

.validation-summary-success
{
	color: Green;
}

.validation-summary-warning
{
	color: Orange;
}

.input-validation-error
{
	color: Red;
}

.field-validation-error
{
	color: Red;
}

.field-validation-valid
{
	display: none;
}

/* End Error Display
----------------------------------------------------------*/

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0.5em 0;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}
/* END Styles for editor and display helpers
----------------------------------------------------------*/

/* Simple Modal dialog for jquery
----------------------------------------------------------*/

/* Overlay */
#simplemodal-overlay
{
	background-color: #000;
	cursor: wait;
}

/* Container */
#simplemodal-container
{
	height: 300px;
	width: 600px;
	background-color: #fff;
	border: 3px solid #ccc;
}
#simplemodal-container a.modalCloseImg
{
	background: url(../images/cancel.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 2px;
	right: -5px;
	cursor: pointer;
}
/*
#simplemodal-container #basicModalContent {padding:8px;}
*/

/* END Simple Modal dialog for jquery
----------------------------------------------------------*/

/* jQuery UI Multiselect
----------------------------------------------------------*/
.multiselect
{
	height: 200px;
	width: 460px;
}
div.ui-multiselect
{
	display: inline-block;
}
/* END jQuery UI Multiselect
----------------------------------------------------------*/

/* A2B Icons
----------------------------------*/
.a2b-icon-ok
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/flag_green.png);
	display: inline-block;
}
.a2b-icon-warning
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/flag_yellow.png);
	display: inline-block;
}
.a2b-icon-error
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/flag_red.png);
	display: inline-block;
}
.a2b-icon-camera
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/camera.png);
	display: inline-block;
}
.a2b-icon-filter
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/zoom.png);
	display: inline-block;
}
.a2b-icon-inventory-Excess
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/flag_yellow.png);
	display: inline-block;
}
.a2b-icon-inventory-Missing
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/flag_red.png);
	display: inline-block;
}
.a2b-icon-inventory-Correct
{
	width: 16px;
	height: 16px;
	background-image: url(../images/fff/flag_green.png);
	display: inline-block;
}

/* END A2B Icons
----------------------------------------------------------*/

div.photo-small, span.photo-small
{
	border: solid 1px;
	width: 224px;
	height: 168px;
}

img.photo-small
{
	max-width: 224px;
	max-height: 168px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

div.photo-medium, span.photo-medium
{
	border: solid 1px;
	width: 400px;
	height: 300px;
}

img.photo-medium
{
	max-width: 400px;
	max-height: 300px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

div.photo-large, span.photo-large
{
	border: solid 1px;
	width: 800px;
	height: 600px;
}

img.photo-large
{
	max-width: 800px;
	max-height: 600px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}