﻿body {
	/* background-color: #FAFAFA; */
	margin: 0px;
	padding: 0px;
	color: #777;
	font-size: 10pt;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	height:100%;
	/*background-color: Green;*/
}

	
#wrapper {
	display:block;
	min-height:600px;
	margin: 0px auto;
	/* border: 1px dashed red; */
	width: 900px;
	
}
		
#header {
	display:inline-block;
	width:100%;

	/* border: 1px dotted green; */
	/* height:2%; */

	min-height:50px;
	margin-bottom:10px;
	background-color: #002D6C;
	
}

#headerwrapper {
	width: 700px;
	margin: 0px auto;
}
		
.logo {
	margin: 25px;
	max-height:150px;
	max-width:300px;
			
}

.StandardLoadingPanel {
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 100%; 
    z-index:90001;
}

img {
	border:none;
}

#middle {
	background-color: #EAEAE9;
	margin-top:50px;
	min-height: 300px;
	border: 1px solid #5D5C5C;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	-khtml-border-radius: 10px; 
	-moz-box-shadow: 2px 2px 3px #434343;
	-webkit-box-shadow: 2px 2px 3px #434343;
	box-shadow: 2px 2px 3px #434343;
}


		
#bgwrapper {
	/* background: background-color: Transparent url('../Images/main_bg.png') repeat-x 0 0; */
}

	
#footer {
	display:inline-block;
	width:100%;
	color: White;
	/* border: 1px dotted green; */
	height:50px;
	/* border-top: 1px solid #CDCDCD; */
}
	
.copyright {
	font-size:9pt;
	font-family:Arial;
	margin: 15px auto;
	width:200px;
	display:block;
}
	
	
h1 {
	color: #002D74;
	font-size: 40px;
	font-weight: lighter;
	font-family: Arial;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #D6D6D4;
}
	
.LeftColumn {
	float:left; 
	width:400px; 
	border-right: 1px solid #D6D6D4;
}

.RightColumn {
	float:right;
	width: 350px;
}
	
	
h3 {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	
}
		
.tdright, .tablelabel {
	text-align:right;
	vertical-align:top;
}
		
.floatright {
	float:right;
}

.CardImage {
    max-width:250px;
    max-height:200px;
}
			
.centered {
	width:75%;
	min-width:250px;
	max-width:900px;
	margin: 0 auto;
}
		
.inputform table td
{
	padding: 0 5px;
}
		
fieldset, .iconholder, .disablediconholder {
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	-khtml-border-radius: 5px; 
	
}

fieldset {
	padding:10px;
}

.iconholder, .disablediconholder {
	width:32px;
	height: 32px;
	display:inline-block;
	padding:5px;
	vertical-align:middle;
	
}
.iconholder {
	background-color:White;
}

.disablediconholder, .disabledbackground {
	background-color:#EFEFEF;
}



fieldset legend {
	font-weight:bold;
}

fieldset legend .legendtext {
	margin-left:0px;
	
}

		
.tablelabel
{
	color:#000;
}
		
.disabledtext
{
	color:#B7B5B5;
}
		
a, a:visited {
	color: #003883;
}
		
a:hover {
	color: #246EC0;
}
		
.vTextTop .rbDecorated
{
	padding-top: 30px !important;
}
        
/* IE7 fix */
* + html .vTextTop .rbDecorated
{
	padding-top: 20px !important;
}
        
.vTextBot .rbDecorated
{
	padding-bottom: 30px !important;
}
        
/* IE7 fix */
* + html .vTextBot .rbDecorated
{
	line-height: 30px !important;
}
			
			
.loadbutton:hover .rbDecorated {
	color:#107900 !IMPORTANT;
}
		
.unloadbutton:hover .rbDecorated {
	color: #8A0017 !IMPORTANT;
}

.closebutton:hover .rbDecorated {
	color: #FD0000 !IMPORTANT;
}


.CardStatusField  {
	
	min-width:90px !IMPORTANT;
	max-width:200px !IMPORTANT;
	float:right;
	clear:right;
}


.OptionalField
{
	font-style: italic;
	font-size: 0.8em;
}
		
.PermissionsTable tr td
{
	vertical-align:top;
	padding: 0 15px 15px 15px;
}
		
.menu span, .menu span a {
	cursor: pointer;
}

/*		
.LeftColumn {
	width:450px;
}

.RightColumn {
 	float:right;
 	width:400px;
}

 
.RightColumn fieldset ul li {
	margin-bottom:10px;
}
*/		 

.SelectTargetBranch
{
	font-family: Arial; 
	font-size: 9pt;
	margin-top:75px;
	float:right;
	clear:left;
}

.NoPointer {
	cursor:auto !important;
}

/* Trace Style */

.tracecontent tr {
	background-color: #FFFFFF;
}

.tracecontent tr .subhead {
	background-color: #CCCCCC;
}

.tracecontent tr .alt {
	background-color: #EEEEEE;
}


/* MessageBox Extra Style */

.MessageBox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	-khtml-border-radius: 5px; 
}



.content {
	margin:50px;

			
}

html, form
{
    margin: 0;
    padding: 0;
    height: 100%;
}



.inputform, .inputform fieldset, .inputform2, .inputform2 fieldset { 
	min-width:650px;
	margin: 0 auto;
}
.inputform2, .inputform2 fieldset {
	max-width:700px;
}
		
.inputform2, .inputform2 fieldset {
	max-width:910px;
}

/*
#LeftColumn {
	float:left;
	max-width: 700px;
	margin: 0px 5px 0px auto; 
}

#RightColumn {
	float:left;
	max-width: 260px;
	margin-left: 5px;	
	
}
*/

#NoColumn {
	max-width: 950px;
	margin: 0px auto;
	clear:both;
}

.editcardholderbuttons {
	float:right;
	margin-left: 20px;
}
		
.helptext {
	min-width: 150px;
	min-width: 150px;
	max-width:300px;
	display:block;
	/* margin-top: 15px; */
}
.helptext p {
	margin: 5px auto;
	padding: 0px 8px;
}

.CartStep {
    display: block;
    float: left;
    height: 50px;
    margin-left: 65px;
    margin-top: 13px;
    width: 250px;


}

.NavFooter {
    display: block;
    height: 60px;
    margin: 25px auto;
    width: 600px;
}