/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		OHE
Filename:		coPublicationsOrder.css
Description:	coPublicationsOrder layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	8/12/06		PG			created

*/

@import url('/css/screen/layout_contact.css');

table{
	
	
}
table th{
	border-top:1px solid #002A63;
	border-right:1px solid #002A63;	
	padding:0.5em;
}

table td{
	border-top:1px solid #002A63;
	border-right:1px solid #002A63;	
}

table td input,
table td textarea{
	border:none;
	background-color:#eee;
	width:100px;
}

table td.tally{
	border:none;
	border-right:1px solid #002A63;	
	text-align:right;
	padding-right:1em;
}

table .bottomstop{
	border-bottom:1px solid #002A63;	
}

table .topstop{
	border-top:1px solid #002A63;
	border-right:0;
}
table .subTotal{
	border:none;
	border-right:1px solid #002A63;	
	border-top:1px solid #002A63;
	text-align:right;
	padding-right:1em;
}

table .leftstop{
	border-left:1px solid #002A63;
	padding-left:0.2em;
}
table .topleft{
	border-top:0
}



table td.empty{
	border:none;
	
}