/* Primary Structure*/
body
{
	min-width:980px;
	margin: 0px 10px 0px 10px;
	padding: 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;	
	background: #343434 url(../images/bg_repeat.jpg) top center repeat-x;	
}

#header-container 
{	
	position: relative;
	top: 25px;
	height: 132px;
	display: block;	
}

/*Header Logo*/
#head-bg{
	width: 100%;
	height: 883px;
	display: block;
	position: absolute;
}

#head-bg #holder{	
	height: 903px;
	margin: 0 auto;
	display: block;
	position: relative;
}

#head-bg #holder #block{
	width: 1480px;
	height: 883px;
	display: block;
	position: absolute;
	left: -239px;
	background: url(../images/main_bg.jpg) top center no-repeat;	
}
/* 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;
}

div.uid-comply{
	position: absolute;
	display: block;	
	width: 243px;
	height: 0px;	
	background: url(../images/uid-comply.png) top left no-repeat;
	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: 0px;	
	
	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;
}

/*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;
}

fieldset.fieldset-Hidden > legend
{
	display: none;
}

fieldset p 
{
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-bottom:0px;
}

fieldset p label {
	display: inline-block; 
	width: 10em;
	vertical-align:top;
	text-align: left;
}

fieldset p input[readonly]
{
	background-color:LightGoldenRodYellow;
}

fieldset p 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
{	
	margin:0px -5px 5px -5px;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	background:#0063dc;
	color: #FFFFFF;
}


.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;
	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
----------------------------------------------------------*/


/* 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; }

/* END A2B Icons
----------------------------------------------------------*/

  
div.photo-small, span.photo-small
{
	border:solid 1px;
	width:200px;
	height:150px;	
}

img.photo-small
{
	max-width:200px;
	max-height:150px;
	
	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;
}
