/* !SSIGNORE */
/*==========================================================*/
/* O3: ECommerce System - V3.0
 - (c) 2005 - OfficeTrio.com  */
/*----------------------------------------------------------*/
/* o3.css              */
/* Style-Sheet for O3 */
/*======================*/
body {font-family:arial, helvetica}
form {margin:0}
p, li, td {font-size:9pt; font-weight:normal; color:#004}
tr {vertical-align:top}
th {font-size:9pt; padding:2; font-weight:bold; background:#EEF; color:#444; text-align:left}
code {font-family:courier-new; font-size:9pt; font-weight:normal; color:#510}
input {border:1px; border-style:solid; border-color:#BBB; margin:0; padding:0 font-size:9pt; background:#FFF}
select {margin:0; padding:0; font-size:9pt; background:#FFF}
h1,h2,h3,h4,h5 {font-family:arial; color:#B42}


/*---------*/
/* Buttons */
/*---------*/
.btn {background:#EFE; height:80%}
.buyme {background:#EFE; font-size:9pt;}

/*-------*/
/* Links */
/*-------*/
a:link {color:#00F; text-decoration:none}
a:visited {color:#00F; text-decoration:none}
a:hover {color:#C95}

#title {font-weight:bold; color: #C00}
#heading {font-size:9pt; font-weight:bold; color: #006}

/*------------------------------------------*/
/* Criteria table - now used for all tables */
/*------------------------------------------*/
#o3table {width:98%; background:#F8F8F8}
#o3table td {padding:4; vertical-align:top}
#o3table th {background:#EEF}
#o3table input {font-size:9pt; padding:2}
#o3table a:hover {color:#FB6}


/* login status table */
#login {background:#F8F8F8}
/*#login td {padding:4; vertical-align:top}*/


/*-------------------------------*/
/* Small URLs in Manager scripts */
/*-------------------------------*/
#url a {font-style:normal; font-size:7pt; font-weight:normal; text-decoration:none; color:003}
#url a:hover {color:#FB6}

/*-------------------------------*/
/* Buttons area in Manager pages */
/*-------------------------------*/
#btns td {background:#FFF; padding:6; text-align:center}
#btns input {font-size:9pt; padding:2; width:100%}

/*-------------------------------*/
/* Window for showing working in */
/*-------------------------------*/
#qry {width:100%}
#qry td {font-size:8pt; padding:4; background:#FFE}

#demo {font-size:12pt; color:#00D; padding:10; background:#FFF}

/*------------*/
/* Menu table */
/*------------*/
table.menu {background:url(img/o3-bg1.gif) no-repeat #EEF; width:100%; border:1px; border-style:solid; border-color:#BBB; margin:2}
.menu td {padding:2; font-size:xx-small}
.menu a:hover {color:#FB6}

/*-------------------*/
/* O3 Shopping Cart */
/*-------------------*/
table.cart {width:95%}
.cart td {text-align:center}
input.cart {font-size:9pt}
.grandtotal {font-size:larger}

/*------------------------------------------------------------------*/
/* Detail Table - Left & Right Cells. Used by create_detail_table() */
/*------------------------------------------------------------------*/
td.detail-left {background:#FFF; border-style:solid; border-color:#CCC; border-width:1px}
td.detail-right {}

/*-----------------------------------------------------------------------------*/
/* Heading Table - contains the title and 'new' button at top of detail tables */
/*-----------------------------------------------------------------------------*/
table.heading {width:100%; padding:0; margin:0; border-style:solid; border-color:#AAA; border-width:1px}
.heading th {font-size:13px; color:#000}
/*--------------*/
/* Input Fields */
/*--------------*/
input {border-style:solid; border-color:#888; border-width:1px; font-family:arial; font-size:11px; font-weight:normal; padding:0; margin:0}
textarea {border-style:solid; border-color:#888; border-width:1px; font-family:'courier new',courier; font-size:8pt; font-weight:normal; padding:0; margin:0}

/*----------------*/
/* Action Buttons */
/*----------------*/
input.newitem {background:#FED}
input.update {background:#DDF}
input.select {background:#EFE}
input.delete {background:#FDD}
input.move   {background:#CCF}
input.copy   {background:#CFC}
input.email  {background:#CCE}


#bold {font-weight:bold}
#inactive {font-style:italic; color:#888}

.err {color:#F00}