body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;*/
}
/*
pre {
	padding: 1em;
	background-color: #F2F2F2;
}
*/
code {
	font-size: 1.2em;
	background-color: #F2F2F2;
}

#content {
	margin: 3em;
}

#content p {
	width: 45em;
}
#mainmenu {
	margin: 1em 0 0 0;
}
.panel {
	clear: both;
	display: none;
	border: 3px solid #00adef;
	padding: 1em;
	background-color: #FFF;
	margin: 0;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabs li {
	position: relative;
	float: left;
}
#tabs a {
	float: left;
	padding: 5px 8px;
	margin-right: 6px;
	border: 1px solid #00adef;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	color: #000;
}
#tabs a:hover {
	background-color: #8dd8f8;
	color: #FFF;
}
#tabs a.active-tab {
	background-color: #00adef;
	color: #FFF;
}
table {
	border-collapse: collapse;
}

td, th {
	
	/*padding: 0.5em;
	border: 1px solid #CCC;*/
	/*white-space: nowrap;
	overflow: hidden;*/
}

/*th {
   white-space: pre;
}*/

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../../images/c2o_new_2010/layout/instant_quote/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(../../images/c2o_new_2010/layout/instant_quote/down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}
/* Multi table hack*/
#sortable_table td, th, #sortable_table1 td, th, #sortable_table2 td, th, #sortable_table3 td, th, #sortable_table4 td, th, #sortable_table5 td, th{
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	padding: 0.5em;
	border:1px solid #CCCCCC;
}
#sortable_table_pri td, th {
	border:1px solid #CCCCCC;
}
#sortable_table_emb td, th {
	border:1px solid #CCCCCC;
}

/*****************************TAB STUFF***************************/
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #999999; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#complete li.complete, body#refund li.Refund, body#Replacement li.Replacement, body#pending li.pending { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#complete li.complete a, body#Refund li.Refund a, body#Replacement li.Replacement a , body#pending li.pending a{ /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #999999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color:#F0F1F1; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
font-size:24px;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
