/* CSS Document */

/* Styles for Login template  */
#container{
	margin:50px auto 0px 40px;
	width:437px;
	font-size: 12px;
	text-align:center;
}
#container h1{
	height:81px;
	margin-bottom:8px;
}
#container h1 span{
	display:none;
}
#container div{
	background:url("../images/framework/bg_login_1.jpg") no-repeat;
	height:285px;
}
#loginp_0{
	color:#333;
	margin-top:0px;
	padding-top:30px;
}
.loginp_1{
	text-align:right;
	padding-right:100px;
}
.loginp_1 span{
	font-weight:bold;
}
.loginp_1 input{
	border:1px solid #999;
}
input.text_input {
width:12em;
}
.loginp_1 input.check_input {
margin-right:5em;
} 

h1 {
letter-spacing: -1px;
font-weight: bold;
}

h2 {
letter-spacing: -1px;
}

td img {
display: block;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
text-align:center;
margin:0px auto;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 1px;
line-height: 140%;
color: #333333;
}

/* Default Links */

a:link, a:visited {
color: #EB8118; 
text-decoration: none;
}

a:hover {
color: #C43C03;	
text-decoration: none;
}

/* Wrapper */
#wrapper {
width: 1028px;
visibility: visible;
}

/* Masthead */
#masthead {
width: 1028px;
height: 84px;
border-bottom: 3px solid #002B5F;
visibility: visible;
float: left;
clear: both;
}

/* Logo Area */
#logo {
float: left;
width: 169px;
height: 81px;
clear: none;
}

/* Global Navigation Area */

#global_navigation {
	margin: 0;
	padding: 0;
	float: right;
	width: 650px;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#global_navigation ul {
display: inline;
list-style: none;
}

#global_navigation ul li {
display: inline;
}

#global_navigation li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#global_navigation a {
	float: right;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}
	
#global_navigation a:hover {
	background-position: 0 -30px;
	}

#global_navigation a:active, #global_navigation a.selected {
	background-position: 0 -60px;
	}
	
/* Home Button */
#thome a  {
	width: 80px;
	background: url(../images/navigation/home.png) top left no-repeat;
	}
		
/* My Account Button */
#tmy_account a  {
	width: 120px;
	background: url(../images/navigation/my_account.png) top left no-repeat;
	}
	
/* Help Button */
#thelp a  {
	width: 34px;
	background: url(../images/navigation/help.png) top left no-repeat;
	}
	
/* Logout Button */
#tlogout a  {
	width: 34px;
	background: url(../images/navigation/logout.png) top left no-repeat;
	}



/* Main Navigation */
#nav {
float: right;
text-align: right;
width: 650px;
padding-top: 24px;
}

#nav ul {
display: inline;
list-style: none;
}

#nav ul li {
display: inline;
}

/* Body */

#contentwrapper {
width: 100%;
float: left;
clear: both;
}

#mainbody {
width: 700px;
min-height: 600px;
float:left;
text-align:left;
}

#databody {
width: 100%;
min-height: 600px;
float:left;
text-align:left;
}

#content_area {
padding: 0px 10px 10px 10px;
text-align: left;
clear: both;
}

.recentOrderId {	
        color: #E72D14;
	    font-weight: bold;
    }

#content_area.td {
border-bottom: 1px solid #FFF;
}

#top_divider {
width: 100%;
height: 31px;
float:left;
clear: both;
background-image: url(../images/framework/Top_Divider.gif);
background-repeat: repeat-y;
background-repeat: repeat-x;
}

#header {
float: left;
min-height: 50px;
}

#instructions {
font-size: 120%;
font-weight: bold;
}

.boldAndBig
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: red;
}

/* Right Column */
#right_column {
width: 220px;
float: right;
min-height: 550px;
background-image: url(../images/framework/Right_Column_tile.jpg);
background-repeat: no-repeat;
padding-left: 5px;
padding-top: 40px;
}

#right_column td,th {
}

#recent_orders {
margin-left: -9px;
}

/* Footer Area Navigation */
#footer {
text-align: left;
width: 100%;
border-top: 1px solid #002B5F;
padding-top: 20px;
clear: both;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
text-align:left;
}

.footer a:link {
color: #999999;
text-decoration: none;
}

.footer a:visited {
color: #999999;
text-decoration: none;
}

.footer a:hover {
color: #000000;
text-decoration: none;
}

/* Main Navigation */

#main_nav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}

#main_nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	float: right;
	}

#main_nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
	
#main_nav a:hover {
	background-position: 0 -30px;
	}

#main_nav a:active, #nav a.selected {
	background-position: 0 -60px;
	}
	
/* Submit Button */
#tsubmit a  {
	width: 101px;
	background: url(../images/navigation/submit.png) top left no-repeat;
	}
		
/* Track Button */
#ttrack a  {
	width: 90px;
	background: url(../images/navigation/track.png) top left no-repeat;
	}
	
/* Track Button */
#thistory a  {
	width: 99px;
	background: url(../images/navigation/history.png) top left no-repeat;
	}
	
/* Track Button */
#tinquiry a  {
	width: 94px;
	background: url(../images/navigation/inquiry.png) top left no-repeat;
	}

/* Tables */
table {
	border-collapse: collapse;
	font-size: 1.1em;
}

th {
	background: #6E8E24;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 3px;
}

td * {
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td, tr:hover td {
}
.multi-col-list
{
}
.multi-col-list TH
{
	border-right: 1px ridge;
	border-top: 1px ridge;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 1px;
	border-left: 1px ridge;
	color: #2f2d5f;
	padding-top: 1px;
	border-bottom: 1px ridge;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ff6600;
	text-align: center;
}
.multi-col-list TD
{
   
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
    PADDING-BOTTOM: 1px;    
    COLOR: black;
    PADDING-TOP: 1px;    
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    
}
.multi-col-list TD.input
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    VERTICAL-ALIGN: middle;
    PADDING-TOP: 0px
}
.multi-col-list TD.selected
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-BOTTOM: #cccccc 1px solid;
    BACKGROUND-COLOR: #ecf6fc
}
.multi-col-list TD.input-selected
{
    BORDER-RIGHT: #cccccc 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #cccccc 1px solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #cccccc 1px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #cccccc 1px solid;
    BACKGROUND-COLOR: #ecf6fc
}
.multi-col-list A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.multi-col-list A:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.multi-col-list A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.multi-col-list A:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #C43C03;
    TEXT-DECORATION: NONE
}
.multi-col-list-total TD
{
    BACKGROUND-COLOR: #cccc33
}
.multi-col-list-total A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.multi-col-list-total A:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.multi-col-list-total A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.multi-col-list-total A:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.fltValidationSummaryHdr
{
    color: Red;
    font-size: 9pt;
    font-weight: bold;
}
.fltValidationSummary
{
    color: Red;
    font-size: 8pt;
}
.fltValidator
{
    color: Red;
    font-size: 8pt;
    font-weight: bold;
}
