﻿/* @override http://metacon.mvcsolutions.com/_css/doorsstore.css */

/* 
	Blue: #0063BE;
	Gray: #888888;
	Light Gray: #eaedf0;
*/


html, body {
	background: #ffffff center ;
}


html, body, p, div, td, th, li, a, h1, h2, h3, h4, h5, input, select, textarea, button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:15px;
}

strong, em {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


:focus { /* removes the dotted line around links when clicked */
	outline: 0;
}

p {
	margin-left: 10px;
}

a {
	color:#2761b3;
	text-decoration:underline;
	
}

p a {
	padding:2px 0; /* ensures line-height of 14px doesn't interrupt multi-line links */
}

	a:hover {
		color:#003160;
	}

h1 { 
	font-size:17px;
	font-weight:bold;
	margin:0 0 0 0;
	color:#003580;
	line-height:normal;
}

h2 { 
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px 0;
	color:#003580;
}

h3 { 
	font-size:11px;
	font-weight:bold;
	margin:0 0 3px 0;
	color:#000;
}

h4 { 
	font-size:11px;
	font-weight:bold;
	margin:0 0 3px 0;
	color:#000;
}
h5 { 
	font-size:12px;
	font-weight:bold;
	margin:0;
	color:#003580;
}

#container
{
	width:1000px;
	margin: 0 auto;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	background: #eaedf0;

}

.progressicon
{
    position: relative;
    left: 460px;
    top: 100px;
    z-index: 100;
}

#masterheader {
	position:relative;
	height:74px;
	background-color: #FFFFFF;
	overflow:hidden; /* for IE6 to remove unwanted space below */
}

#lngselection
{
    float:right;
    margin-right: 10px;
}

.masterheaderLogo {
	margin:  10px 10px 10px 0px;
	float: right;
}

.strongmsg 
{
    color: Red;
    font-weight:bold;
    padding:0 0;
    margin-left: -2px;
}

#navigation 
{
	background-color:#0063BE;
	color: White;
	height:20px;
	text-align:right;
	padding: 2px 7px 0 0;
	margin: 0 0 1px 0;
	overflow:hidden; /* this is for IE6 to remove unwanted space below images */
}

#navigation a
{
    color: White;
    text-decoration: none;
}

#navigation a:hover
{
    color: #eaedf0;
    text-decoration: none;
}

.leftmenu
{
    float: left;
    padding-left: 5px;
}

						/******* Page Content ******/
#bodycontent
{
	background:url(../_img/background.gif);
	background-repeat: no-repeat; 
	background-position: left;
	background-attachment: inherit;
	background-color: #eaedf0;
	padding:20px 41px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#imagedecor
{
	padding: 50px 0 0 0;
}
#logincontent 
{
	position: relative;
	width: 250px;
	top: -250px;
	left: 314px;
	padding: 70px 0 0 100px
}

.longlabel
{
	display: inline-block;
	width: 120px;
}

.extralonglabel
{
	display: inline-block;
	width: 200px;
}
.shortinput
{
    width: 120px;
}

TD.buttonCell
{
    text-align:right;
    padding-right:12px;
    padding-bottom: 5px;
    vertical-align: middle;
}

TD.buttonCell input
{
	margin: 0 0 0 5px;
}  

.sectionh1 {
        height: 27px;
        font-size:11px;
		text-transform:uppercase;
		line-height:27px;
		padding-left: 3px;
	}

.standardButton {
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
		color:#0063BE;
		background-color:#e4eefc;
		border:1px solid #0063BE;
		line-height:13px;
		padding:1px 2px;
		margin:0 10px 0 0;
		overflow:visible;
		cursor:pointer;
	}
	
	.standardButton_disabled
	{
	    font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
		color:silver;
		background-color:#e4eefc;
		border:1px solid #0063BE;
		line-height:13px;
		padding:1px 2px;
		margin:0 10px 0 0;
		overflow:visible;
		cursor:default;
	}
	
	.standardButton:hover {
		background-color:#d9e2ec;
		cursor:pointer;
	}
	
	.standardButton_right {
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
		color:#0063BE;
		background-color:#e4eefc;
		border:1px solid #0063BE;
		line-height:13px;
		padding:1px 2px;
		margin:0 10px 0px 0;
		overflow:visible;
		cursor:pointer;
		float:right;
	}
	
	.standardButton_right:hover {
		background-color:#d9e2ec;
		cursor:pointer;
	}

.rightbuttonup 
{
    margin-top: -18px;
    margin-bottom: 20px;
}
.detailssection
{
    border:1px solid #ccd9ea;
	padding: 0px 0px 7px 10px;
	margin:0 0 30px 0;
}	

    .detailssection TABLE
    {
        width: 100%;
    }
    
    .detailssection TD
    {
        padding-top: 5px;
        padding-bottom:5px;
        /* white-space:nowrap; */
    }
   
    /* Adjustment for the calendar not showing entire month...*/
    .detailssection TD .ajax__calendar_container TD
    {
        padding-top: 0px;
        padding-bottom:0px;
    }

      .detailssection h1 {
        height: 27px;
        font-size:11px;
		text-transform:uppercase;
		line-height:27px;
		padding-left: 3px;
	}
		
	.detailssection span {
		font-weight:bold;
		margin-right:10px;
		padding-left: 0px;		
	}       
        
  	.detailssection span.noindent {
		padding-left: 0px;		
	}         
	.detailssection label {
		margin-right:27px;
	}		
    
    .detailssection div
    {
        padding-left:0px;
    }
  
    .detailssection select
    {
        width:150px;
    }
    
        .detailssection select.short
        {
            width:35px;
        }

.forgot
{
    border:1px solid #ccd9ea;
	padding:  10px 10px 10px 10px;
	margin:0 0 30px 0;
}
     
#SearchCriterias
{
    border:1px solid #ccd9ea;
	padding: 0px 0px 7px 0px;
	margin:0 0 30px 0;
}

    #SearchCriterias TABLE
    {
        width: 100%;
    }
    
    #SearchCriterias TD
    {
        padding-top: 3px;
        padding-bottom:3px;
        white-space:nowrap;
    }
   
    /* Adjustment for the calendar not showing entire month...*/
    #SearchCriterias TD .ajax__calendar_container TD
    {
        padding-top: 0px;
        padding-bottom:0px;
    }

      #SearchCriterias h1 {
        height: 20px;
        font-size:11px;
		text-transform:uppercase;
		line-height:20px;
		padding-left: 12px;
		background-color:#f5f7fa;
	}
		
	#SearchCriterias span {
		font-weight:bold;
		margin-right:27px;
		padding-left: 12px;		
	}       
        #SearchCriterias span.style3
        {
            font-weight: bold;
        }        
        
	#SearchCriterias label {
		margin-right:27px;
	}		
    
    #SearchCriterias div
    {
        padding-left:0px;
    }
  
    #SearchCriterias select
    {
        width:150px;
    }
    
        #SearchCriterias select.short
        {
            width:35px;
        }
      		      
#SearchResults {

}

	#SearchResults h1 {
		font-size:14px;
		text-transform:uppercase;
		border-bottom:1px solid #ccd9ea;
		padding:0 0 5px 0;
	}

table.SearchResults {
	width:100%;	
}

	table.SearchResults tr td 
	{	    
		background-color: #eaedf0;
		vertical-align: top;		
	}
	
	table.SearchResults tr.alternatingRow th,
	table.SearchResults tr.alternatingRow td {
		background-color:#fff;
	}
	    
    table.SearchResults tr.gridEmptyDataRowStyle td
    {
        color:Red;
    }
    
	table.SearchResults th, table.SearchResults td {
		
	}
	
	table.SearchResults th {
		color:#004094;
		font-weight:bold;
		padding-bottom:10px;
		text-align: left;
	}
	
	table.SearchResults td {
		padding:5px 0;		
	}
	
	table.SearchResults tr td.fieldLabel{
	    font-weight:bold;
	    padding-right: 5px;
	}
	
		table.SearchResults td img {
			margin:0 0 0 3px;
			padding:0 2px;
		}
		
	table.SearchResults th.columnHeader
	{
	    padding-left:12px;
	}
	
	table.SearchResults td.columnValue {
		padding-left:12px;		
	}
		
	table.SearchResults td.resultsAction {
		text-align:right;
		padding-right:25px;
		width: 55px;
	}
	
	table.SearchResults td.gridSelector
    {
        text-align:right;
        width:5%;
        white-space: nowrap;
    }

    table.SearchResults img.autoHideButton
    {
        font-weight: normal;
        font-size: 11px;
        text-transform: uppercase;
        color: #004094;
        background-color: #e4eefc;
        border: 1px solid #004094;
        line-height: 10px;
        padding: 1px 2px;
        margin: 0 10px 0 0;
        overflow: visible;
        cursor: pointer;
        visibility:hidden;
    }

.backToListUrl{
        float:right;
        margin-bottom: 5px;
        padding-right: 5px;
    }

.editcolumn
{
    width:40px;
}

#footerbar{
	height:22px;
	color:	#FFFFFF;
	padding-left:0px;
	padding-top:5px;
	font: verdana;
	font-size: 12px;
	line-height: 18px;
	background-color: #888888;
}

.copyright 
{
	margin-left: 10px;
}
.error
{
	color: Red;
}

.errorMsg
{
  	color: Red;
    width: 50px;  
}

/* Pop Up CSS */
.popupcontent 
{
	background-color: Gray;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity:0.50;
}
.Popup 
{
	background-color: #eaedf0;
	border:2px solid #0063BE;
	width: 900px;
	height: 600px;
	padding:7px;

}

.PopupHead {
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}
	.PopupHead img {
		margin-right:10px;
		vertical-align:middle;
	}
	
	.PopupHead img.CloseButton {
		float:right;
		cursor:pointer;
		margin-right:0;
	}

.Popup select {
	font-size:11px;
	padding:2px;
}

.PopupResponse {
	border:1px solid #0063BE;
	background-color:white;
	width:550px;
	height:50px;
	margin:10px 0 15px 0;
	padding:5px;
}

.Popup h3 {
	margin-bottom:5px;
	font-size:13px;
}

.Popup p {
	margin:0 0 14px 0;
}


.ajax__tab_inner
{
    font-size:12px;
	font-weight:bold;
	color:#003580;
}

.parameters
{
    font-size: 12px;
}

.parameters td
{
    font-size: 12px;
}

.parameters td input
{
    font-size: 12px;
}

.parameters td select
{
    font-size: 12px;
}

.parameters td textarea
{
    font-size: 12px;
}