
/*Universal*/
*
{
	margin: 0;
	padding: 0;

}
.maximg {
	max-width: 600px; 
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hiddenPic
{
	display:none;
}

#login_button
{
	width: 180px;
	text-align: center;
	padding: 8px 0 8px 0;
}

.button
{
	padding:0px;
	width: 95px;
	height: 27px;
	margin:3px;
	border: 2px solid #C8E9F7;
	color: #FFFFFF;
	background: #003366;
	background-image: url(../images/buttonBG_midblue.gif);
}
.button_update
{
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	color: #990000;
	background: #FFCC00;
	background-image: url(../images/buttonBG_yellow.gif);
}

.button_cancel
{
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	margin:3px;
	color: #000000;
	background: #FFCC00;
	background-image: url(../images/buttonBG_yellow.gif);
}

.button_del
{
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	margin:3px;
	color: #fff;
	background: #990000;
	background-image: url(../images/buttonBG_red.gif);
}

.button_revise
{
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	margin:3px;
	color: #FFFFFF;
	background: #0080C0;
	background-image: url(../images/buttonBG_blue.gif);
}
.button_approve
{
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	margin:3px;
	color: #FFFFFF;
	background:  #006600;
	background-image: url(../images/buttonBG_green.gif);
}
.button_replenish
{
	float: left;
	height: 13px;
	width: 60px;
	padding-top: 1px;
	border-left: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-right: 5px;
	text-align: center;
	background: #FFCC00;
	background-image: url(../images/buttonBG_yellowsm.gif);
	text-decoration: none;
}
.border-left {
	border-left: 1px dotted #cccccc;
	padding-left: 7px;
}
/*Common*/
html, body
{
	margin: 0;
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;

	background: url(../images/bg.gif) top repeat-x #5F80A7;
	height:100%;
}
.contentsmall {
	font-size: 11px;
	color: #006699;
	border-bottom: 1px dotted #A7C8D8;
}
.smalltxt {
	font-size: 11px;
	color: #003366;
	font-weight: normal;
}
.smalltxt_blue {
	font-size: 10px;
	color: #0099CC;
	font-weight: normal;
}
.txt_blue {
	font-size: 11px;
	color: #9A410C;
	font-weight: normal;
}
#banner
{
	position: absolute;
	width:600px;
	height:81px;
	z-index:1;
	left: 250px;
	top: 0;
}

#maindiv
{
	width: 970px;
	margin: 0 auto;
	height: 70%;

}

.whitetxt
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

a:link, a:visited, a:active
{
	color: #990000;
	font-size: 11px;
}

.warning
{
	font-size: 10px;
	color: #996600;
	padding: 15px 2px 8px 0;
	text-align: left;
}

.warning a:link
{
	font-size: 10px;
	color: #996600;
}

.warning a:visited
{
	font-size: 10px;
	color: #996600;
}

.errmsg
{
	font-weight: normal;
	font-size: 10px;
	color: #FF0000;
}
.commondiv_small
{
	width:320px;
	border: 1px solid #DCE9EF;
	padding: 5px;
	margin: 0 auto;
	background: #EEF4F9;
}
.commondiv
{
	width:720px;
}
.commondiv_border
{
	width:740px;
	height:30px;
	padding: 5px 10px 0 0;
	border: 1px solid #628EB3;
	background-color: #FFFFE8;
}
.divsmall_left
{
	width:400px;
	padding: 0 0 3px 0;
}

.divsmall
{
	width:200px;
}

.divsmall_right
{
	width:250px;
	float: right;
}
.content_bold
{
	font-family: Tahoma, Arial, Helvetica, sans-seri;
	font-size: 14px;
	font-weight: bold;
	color:#003366;
}
.content_bold a
{
	font-family: Tahoma, Arial, Helvetica, sans-seri;
	font-size: 14px;
	font-weight: bold;
	color:#003366;
	text-decoration: none;
}
.content_bold a:hover
{
	text-decoration: underline;
}
.content_bold_small
{
	font-family: Tahoma, Arial, Helvetica, sans-seri;
	font-size: 12px;
	font-weight: bold;
	color:#003366;
}
.content_title 
{
	font-family: Tahoma, Arial, Helvetica, sans-seri;
	font-size: 16px;
	font-weight: bold;
	color:#003366;
	filter: DropShadow (Color=#cccccc, OffX=2, OffY=1, Positive=true);
}
a.content_big_red
{
	font-family: Tahoma, Arial, Helvetica, sans-seri;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	filter: DropShadow (Color=#cccccc, OffX=2, OffY=1, Positive=true);
}
.redtxt
{
	font-weight: normal;
	color: #993300;
	font-size: 12px;
}
.redtxt ul li
{
	font-weight: normal;
	color: #993300;
	font-size: 12px;
	list-style-type: decimal;
}
.redtxt_small
{
	font-weight: normal;
	color: #993300;
	font-size: 10px;
}
.whitetxt_small
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
}
/* Header Part */

#logo
{
	float: left;
	width: 200px;
	height: 87px;
	padding-left: 15px;
}

#tagline
{
	float: right;
	width: 750px;
	height: 32px;
	text-align: right;
	padding: 18px 0 0 0;
}

#header
{
	width: 970px;
	height: 87px;
	background: #FFFFFF;
	margin: 0 auto;
		padding: 0;
	background-image: url(../images/order-usa_logo.gif);
}

#menudiv
{
	background: url(../images/menu_shimmer.gif) repeat-x;
	padding: 7px 0 0 140px;
	height: 30px;
	width: 830px;
	margin: 0 auto;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menudiv a:link
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menudiv a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menudiv a:hover
{
	color: #66CCFF;
}

#menudiv ul li
{
	display:block;
	padding: 0 25px 0 25px;
	text-align: center;
	float: left;
	list-style-type:none;
	height: 15px;
	border-right: 1px #ffffff solid;
}

#menudiv ul.navi
{
	width:830px;
	display:block;
}

/*Container*/

.container
{
	width: 190px;
	text-align: center;
	color: #003366;
	border: solid 1px #D0DCDD;
	background: url(../images/sidebarheader.jpg) no-repeat;
}

.container_shimmer
{
	width: 190px;
	text-align: center;
	color: #003366;
	border: solid 1px #D0DCDD;
	background: url(../images/sidebarheader.jpg) no-repeat;
	padding-bottom: 15px;
	margin-top: 4px;
}

.container_title
{
	font-size: 28px;
	color: #ABBBC0;
	font-weight: normal;
	width: 184px;
	padding: 3px 0 2px 8px;
	height: 23px;
	margin-bottom: 12px;
}

.login_title
{
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	width: 100%;
	padding-top: 7px;
	height: 23px;
	margin-bottom: 12px;
	border-bottom: solid 1px #D0DCDD;
	background:url(../images/containerBG.gif);
}

.rememberme
{
	width: 155px;
	text-align: left;
	margin: 0 auto;
}

a.rememberme_msg
{
	font-size: 10px;
	color: #996600;
	padding: 5px 2px 2px 0;
	text-align: left;
}
.title_big
{
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	width: 100%;
	padding-top: 0;
	margin-bottom: 12px;
	border-bottom: solid 1px #003366;
}

.login_form
{
	font-size: 11px;
	padding-right:4px;
	color: #003366;
}

.newcustomer
{
	background: url(../images/newcustBG.jpg);
	margin: 0 auto;
	width: 180px;
	height: 80px;
	border: 1px solid #AB5447;
}

/*---------------------------Main Content*/

#bodydivmain
{
	width: 770px;
	float: right;
	/*padding-left: 200px;  /* color of the left column  */
	background: url(../images/bg2.gif);
}
#bodydiv
{
	width: 970px;
	background: url(../images/bg2.gif);
	/*padding-left: 200px;  /* color of the left column  */
	margin: 0;
	min-height:500px;
	height:auto !important;
	height:100%;
}

#contentleft
{
	width: 192px;
	float: left;
	margin-left: 3px;
}

#contentright
{
	width: 750px;
	padding-right: 8px;
	float:right;
	margin: 0 auto;
}

#content_title
{
	padding: 7px 0 0 0;
	width: 750px;
	height: 25px;
	font-size: 18px;
	color: #003366;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	border-bottom: 1px dotted #cccccc;
}

#contentmain
{
	padding: 8px 0 0 0;
	width: 760px;
}

.txtaccount
{
	font-size: 10px;
	color: #996600;
	height: 18px;
	padding: 8px 2px 2px 10px;
	text-align: left;
	float: left;
}

.txtaccount a:link
{
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}

.txtaccount a:visited
{
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}

.txtaccount a:hover
{
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.logoutlnk
{
	font-weight: normal;
	color: #993300;
	float: left;
	padding: 8px 0 3px 5px;
}

.logoutlnk a:link
{
	font-size: 11px;
	font-weight: normal;
	color: #993300;
}

.logoutlnk a:visited
{
	font-weight: normal;
	color: #996600;
}
.menu_left
{
	font-weight: bold;
	color: #333333;
	height: 24px;
	width: 185px;
	padding: 1px 5px 3px 0;
	text-decoration:none;
	text-align: left;
	border-top: 1px solid #F2F7F9;
}

.menu_left a:link
{
	color: #003399;
	text-decoration:none;
	padding: 5px 5px 6px 0;
	display: block;
	border-bottom: 1px solid #C5CECE;
	border-top: 1px solid #fff;
}

.menu_left a:visited
{
	color: #003399;
	text-decoration:none;
	padding: 5px 5px 6px 0;
	display: block;
	border-bottom: 1px solid #C5CECE;
	border-top: 1px solid #fff;
}

.menu_left a:hover
{
	color: #0066CC;
	text-decoration:none;
	background: url(../images/MenuBG.gif);
	border-bottom: 1px solid #A3B7C2;
	border-top: 1px solid #D6DFE4;
}

.icon_padding
{
	padding: 5px 5px 0 12px;
	float: left;
}
.textfieldsmall
{
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #BBC9D0;
	background: #E9F2F5;
	text-align: left;
}

.textfieldsmall:hover
{
	background:#FFFFCC;
}
.textfield
{
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	border: 1px solid #BBC9D0;
	background: #E9F2F5;
	text-align: left;
}

.textfield:hover
{
	background:#FFFFCC;
}
.textfield_order_white
{
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ffffff;
	height: 15px;
	color: #003366;
	padding: 1px;
	background: #ffffff;

}
.textfield_order_edit
{
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #FFCCCC;
	height: 14px;
	color: #003366;
	padding: 1px;
	background: #FFFFFF;
	text-align: right;
}
.textfield_order
{
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #F8EEED;
	height: 14px;
	color: #003366;
	padding: 1px;
	background: #F8EEED;
	text-align: right;
}
.textfield_order_left
{
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #F8EEED;
	height: 14px;
	color: #003366;
	padding: 1px;
	background: #F8EEED;
	text-align: left;
}
.textfield_order_line
{
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #F8EEED;
	border-left: 1px solid #F8EEED;
	border-right: 1px solid #F8EEED;
	border-bottom: 1px solid #003366;
	height: 14px;
	color: #003366;
	padding: 1px;
	background: #F8EEED;
	text-align: right;
}
.textfield_order_bold
{
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border: 1px solid #F8EEED;
	height: 15px;
	color: #003366;
	padding: 0;
	background: #F8EEED;
	text-align: right;
}

.label
{
	display: block;
	margin:5px 0 0 5px;
	padding: 2px 0 0 5px;
	font-weight: normal;
	color: #003366;
	font-size: 12px;
	text-align: left;
}

.label2
{

	text-align: right;
	color: #003366;
	font-size: 11px;
	vertical-align: top;
}

.label_mid
{
	font-weight: bold;
	text-align: right;
	color: #003366;
	font-size: 12px;
}

.txtlabel
{
	padding-right:5px;
	color: #003366;
	text-align: right;
}

.input2char
{
	font-size: 12px;
	font-weight: normal;
	width: 35px;
	border: 1px solid #BBC9D0;
	background: #E9F2F5;
	text-align: left;
}

.input5char
{
	font-size: 12px;
	font-weight: normal;
	width: 70px;
	border: 1px solid #BBC9D0;
	background: #E9F2F5;
	text-align: left;
}

/*--------------------------- Funds */
.box
{
	width: 768px;
	height: 29px;
	float: right;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(../images/FundsBG.gif);
	border: 1px solid #A3B7C2;
}
.exchrate_div
{
	width: 742px;
	height: 16px;
	color: #FFFFFF;
	font-size: 11px;
	float: right;
	margin: 0 0 0 0;
	padding: 2px 25px 0 0;
	text-align: right;
	background: url(../images/exchange_bg.gif) right no-repeat;
}
.boxheader
{
	text-align: left;
	color: #996600;
	padding: 9px 3px 5px 0;
	float: right;
	font-weight: bold;
}

#funds
{
	padding: 6px 5px 4px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	float: right;
	font-weight: bold;
	color: #592D00;
}

.suboxtxt
{
	font-size: 9px;
	width: 160px;
	text-align: left;
	padding: 8px 0 5px 5px;
	float: right;
}

.suboxtxt a:link
{
	font-size: 9px;
	color: #990000;
	font-weight: Normal;
	text-decoration: none;
}

.suboxtxt a:visited
{
	font-size: 9px;
	color: #990000;
	font-weight: Normal;
	text-decoration: none;
}

/*--------------------------- tabs */
.tabmain
{
	width: 750px;
	height: 30px;
	border-bottom: 1px solid #8BABC5;
}
.tabmain_summary
{
	width: 750px;
	height: 30px;
	border-bottom: 1px solid #8BABC5;
}

.tab1
{
	font-weight: normal;
	width: 150px;
	height: 21px;
	float: left;
	background-color: #FFFFFF;
	color: #5280AD;
	text-align: center;
	padding: 10px 0 0 0;
	border-right: 1px solid #8BABC5;
	border-left: 1px solid #8BABC5;
	border-top: 1px solid #8BABC5;
	margin-right: 3px;
}

.tab2
{
	font-weight: normal;
	font-size: 12px;
	width: 150px;
	height: 20px;
	float: left;
	background-color:#eeeeee;
	color: #cccccc;
	text-align: center;
	padding: 7px 0 0 0;
	border-right: 3px solid #ffffff;
	margin-top: 3px;
}

.tab3
{
	font-weight: normal;
	font-size: 12px;
	width: 200px;
	height: 20px;
	float: left;
	background-color: #eeeeee;
	background-image: url(../images/bg_tab3.gif);
	background-position: bottom;
	color: #666666;
	text-align: center;
	padding: 7px 0 0 0;
	border-right: 3px solid #ffffff;
	margin-top: 3px;
}
.tab3 a
{
	color: #999999;
	text-decoration: underline;
}
.tab3 a:hover
{
	color: #666666;
	text-decoration: none;
}
.tab4
{
	font-weight: normal;
	font-size: 12px;
	width: 220px;
	height: 20px;
	float: left;
	background-color:#eeeeee;
	color: #666666;
	text-align: center;
	padding: 7px 0 0 0;
	border-right: 3px solid #ffffff;
	margin-top: 3px;
}
.tabdate
{
	font-weight: normal;
	width: 130px;
	height: 18px;
	float: left;
	color: #990000;
	text-align: center;
	padding: 10px 0 0 15px;
	margin-right: 3px;
}

.tabstatus
{
	font-size:11px;
	width: 310px;
	height: 18px;
	float: left;
	font-weight: bold;
	color: #993300;
	text-align: left;
	padding: 10px 0 0 15px;
	margin-right: 3px;
}
.taborderid
{
	font-weight: normal;
	width: 250px;
	height: 18px;
	float: right;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 10px 0 0 15px;
	margin-right: 3px;
}
.tab_buttons
{
	font-weight: normal;
	width: 560px;
	height: 25px;
	float: left;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 0 0 0 15px;
	margin-right: 3px;
}

.tabbody
{
	width: 740px;
	padding: 15px 0 10px 8px;
	background: #FFFFFF;
	border-left: 1px solid #8BABC5;
	border-right: 1px solid #8BABC5;
	border-bottom: 1px solid #8BABC5;
}
.tabstatus_summary
{
	width: 400px;
	height: 18px;
	float: right;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding: 7px 0 3px 0;
	margin-right: 3px;
}
.tab_orderid
{
	float: left;
	font-size: 11px;
	width: 110px;
	padding: 1px;
	margin-right: 3px;
	text-align: center;
	
}
.tab_ordertype
{
	float: right;
	font-size: 10px;
	font-weight: normal;
	width: 110px;
	background-color: #CF8C85;
	padding: 1px 0 2px 0;
	margin-right: 5px;
	color: #FFFFFF;
	text-align: center;
	
}
.tab1_red
{
	font-weight: bold;
	font-size: 11px;
	width: 230px;
	height: 27px;
	float: left;
	background-color: #F8EEED;
	background-image: url(../images/bg_tab.gif);
	color: #DF6A55;
	text-align: center;
	padding: 7px 0 0 8px;
	border-right: 1px solid #CF8C85;
	border-left: 1px solid #CF8C85;
	border-top: 1px solid #CF8C85;
	margin-right: 3px;
}
.tabbody_red
{
	width: 740px;
	padding: 15px 0 10px 8px;
	background-color: #F8EEED;
	background-image: url(../images/bg_tabbody.jpg);
	background-repeat: repeat-x; 
	border-left: 1px solid #CF8C85;
	border-right: 1px solid #CF8C85;
	border-bottom: 1px solid #CF8C85;
}
.tabmain_red
{
	width: 750px;
	height: 30px;
	border-bottom: 1px solid #CF8C85;
}
.tab1_green
{
	font-weight: bold;
	font-size: 11px;
	width: 190px;
	height: 23px;
	float: left;
	background-color: #D3EFE7;
	color: #006666;
	text-align: center;
	padding: 8px 0 0 0;
	border-right: 1px solid #8BABC5;
	border-left: 1px solid #8BABC5;
	border-top: 1px solid #8BABC5;
	margin-right: 3px;
}
.tabbody_green
{
	width: 740px;
	padding: 15px 0 10px 8px;
	background: #D3EFE7;
	border-left: 1px solid #8BABC5;
	border-right: 1px solid #8BABC5;
	border-bottom: 1px solid #8BABC5;
}
.tab1_blue
{
	font-weight: bold;
	font-size: 11px;
	width: 200px;
	height: 26px;
	float: left;
	background-color: #DFEBF2;
	background-image: url(../images/bg_tab_blue.gif);
	color: #5C88BC;
	text-align: center;
	padding: 5px 0 0 0;
	border-right: 1px solid #8BABC5;
	border-left: 1px solid #8BABC5;
	border-top: 1px solid #8BABC5;
	margin-right: 3px;
}

.tabbody_blue
{
	width: 740px;
	padding: 15px 0 10px 8px;
	background-color: #DFEBF2;
	background-image: url(../images/bg_tabbody_blue.jpg);
	background-repeat: repeat-x; 
	border-left: 1px solid #8BABC5;
	border-right: 1px solid #8BABC5;
	border-bottom: 1px solid #8BABC5;
}
.orderdatenumber
{
	width: 732px;
	padding: 8px;
	border: 1px solid #8BABC5;
	background-color: #F8EEED;
}

.table_txt_left
{
	font-size: 11px;
	color: #996600;
	text-align: left;
}

.table_txt
{
	font-size: 11px;
	color: #996600;
	text-align: center;
}

.lightblue_txt
{
	color: #6D9ED3;
}



/*----print---*/
.print_logo
{
	width: 620px;
	text-align: right;
}

.tab_print
{
	font-weight: bold;
	font-size: 16px;
	width: 150px;
	height: 21px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	padding: 10px 0 0 0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-right: 3px;
}

.tabmain_print
{
	width: 620px;
	height: 30px;
	border-bottom: 1px solid #000000;
}

.tabbody_print
{
	width: 620px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 15px 0 10px 8px;
	background: #FFFFFF;
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.printview
{
	font-weight: normal;
	font-size: 10px;
	width: 80px;
	float: right;
	color: #996600;
	text-align: right;
	padding: 2px 0 6px 15px;
	margin-right: 18px;
	background-image:url(../images/print.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.printview a:link
{
	font-size: 10px;
	color: #996600;
}

.printview a:visited
{
	font-size: 10px;
	color: #996600;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;

}
/*--------------------------- Footer */

#footer
{
	clear: both;
	font-size: 11px;
	height: 55px;
	color: #B7E8FF;
	text-align: center;
	padding-top: 10px;
}
#footer a:visited
{
	font-size: 11px;
	color: #99CCFF;
}
#footer a:link
{
	font-size: 11px;
	color: #99CCFF;
}
#recaptcha_response_field
{
	border: 1px solid #BBC9D0;
!important;
//Text input field border color  background-color:#E9F2F5;
!important;
//Text input field background color  background:#E9F2F5;
}

#recaptcha_response_field:hover
{
	background:#FFFFCC;
}
