/*
 * Kaboodle
 * Copyright (C) 2005-2007 Inzen Pty Ltd
 * 
 * File Summary
 * Default site style sheet
 * 
 * File Name: kbd_administration.css
 * 
 * This is the default style definitions used by kaboodle. Do not rename or delete this file.  The css can 
 * be modified to add or change existing styles to the kaboodle system defaults.
 *
 * A backup of this CSS file resides in /System/Examples/CGI Scripts/kbd_administration_backup.css. 
 * If, for any reason kbd_administration.css is lost or damaged make a copy of the backup file placing it
 * anywhere in the file repository and rename it to kbd_administration.css.
 *
 * Version:  1.1
 * Modified: 2007-12-11 00:00:00
 *
 * File Authors:
 * Alexander Munro (support@inzen.com.au)
 *
 */


/*
 *
 * IMPORTANT: Kaboodle default style definition recommendations.
 *
 * If you wish the editor to match your site styles the following user defined styles must be 
 * replicated in the user defined styles section of the kbd_editorarea.css file.
 *
 */


/* User defined styles */


/*
 * kaboodle default styles
 * 
 * WARNING: Changes to this CSS file affect kaboodle published pages only. To 
 * affect changes to FCK Editor replicate all changes made here to kbd_editorarea.css
 *
 * Backward compatability issues preclude changes to some of the following
 * default styles (for example Title, Subtitle, and highlight styles).  In 
 * other words, changes defined here may not necessarily be reflected in 
 * all site styles.
 *
 * NOTE: Changes to the default styles will affect all pages, 
 * including all site administration styles.  
 *
*/

body
{
  padding: 5px 5px 5px 5px;
  margin: 0px;
  border-style: none;
}

table.tl1 
{
  border: 1px solid #CDCDCD;
  border-collapse: collapse;
}

table.tl1 th 
{
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
}

table.tl1 td 
{
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
}

table.tl2 
{
  border: 1px solid #CDCDCD;
  border-collapse: collapse;
}

table.tl2 th 
{
  font-weight: bold;
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
  background-color: #FFFAEB;
  color: black;
}

table.tl2 td 
{
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
}

table.tl3 
{
  border: 1px solid #CDCDCD;
  border-collapse: collapse;
  background-color: #fffdf7;
}

table.tl3 th 
{
  font-weight: bold;
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
  background-color: #FCF1C3;
  color: black;
}

table.tl3 td 
{
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
}

table.tl4 
{
  border: 1px solid black;
  border-collapse: collapse;
  background-color: #F1F1F1;
}

table.tl4 th 
{
  font-weight: bold;
  border: 1px solid black;
  padding: 2px 4px 2px 4px;
  background-color: #F5F8FF;
  color: black;
}

table.tl4 td 


{
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
  color: black;
}

table.tl5 
{
  border: 1px solid black;
  border-collapse: collapse;
  background-color: #F0E1BB;
}

table.tl5 th 
{
  font-weight: bold;
  border: 1px inset black;
  padding: 2px 4px 2px 4px;
  background-color: #EDEFE8;
  color: black;
}

table.tl5 td 
{
  border: 1px inset black;
  padding: 2px 4px 2px 4px;
  color: black;
}

table.tl6 
{
  border-collapse: collapse;
  background-color: #F1F1F1;
}

table.tl6 th 
{
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  background-color: #F5F8FF;
  border-top:1px solid white; 
  border-left:1px solid white; 
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  color: black;
}

table.tl6 td 
{
  border: 1px inset #CDCDCD;
  padding: 2px 4px 2px 4px;
  color: black;
}

table.tl7 
{
  border-collapse: collapse;
  background-color: #F1F1F1;
}

table.tl7 th 
{
  font-weight: bold;
  padding: 2px 4px 0px 4px;
  background-color: #F5F8FF;
  border-top:1px solid white; 
  border-left:1px solid white; 
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  color: black;
}

table.tl7 td 
{
  border: 1px outset #CDCDCD;
  border-bottom:1px solid #ffffff;
  padding: 0px 4px 0px 4px;
  color: black;
}

table.tl8 
{
  background-color: #F6F5F0;
  background-image: url(/images/cs_LongGradient.gif);
  background-repeat: repeat-x;
  border-right:#efefde 1px outset;
  border-bottom:#efefde 1px outset;
}

table.tl8 td 
{
  color: black;
}

textarea.textEditor 
{
  border:#000000 1px solid;
  padding:4px 0px 4px 4px;
  margin-left:0px;
  margin-right:0px;
  width:100%;
  height:100%;
  overflow:auto;
  background-color:#fff;
}  

a
{
  text-decoration: none;
}

a:hover
{
  color: #FF9933;
  text-decoration: none;
}

a.cl1:hover
{
  border-bottom: 1px solid;
  color: #FF9933;
  text-decoration: none;
}

a.cl1
{
  color: #004A80;
  text-decoration: none;
}

a.cl2:hover
{
  background-color: #FAF6E6;
  border-bottom: 1px solid;
  color: #FF9933;
  text-decoration: none;
}

a.cl2
{
  color: #D17E62;
  text-decoration: none;
}

ol
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
}

ul
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
}

.bold
{
  font-weight: bold;
}

.scriptblock
{
  border: #8b4513 1px solid;
  padding: 8px 8px 8px 8px;
  color: #000066;
  font-family: 'Courier New', 'Monospace';
  background-color: #FCD675;
}

.title
{
color:#90A107; 
font-size: 20px;
font-weight:normal;
}

.subtitle
{
color:#666666;
font-size: 12px;
font-weight:bold;
}

.highlight
{
color:#90A107;
font-size:11px;
font-weight:bold;
}

.inputfield
{
  border:1px solid black; 
  margin: 1px 4px 1px 0px;
  padding: 0px 4px 0px 2px;
}

.button
{
  background-color: #e6e6de; 
  border:1px outset white; 
  padding: 0px 3px 0px 3px;
}

.dmsbutton
{
  background-color: #ffffff; 
  border:1px outset #CDCDCD; 
  padding: 0px 3px 0px 3px;
}

/*
To avoide browser cinflicts use the translucancy as an inline style
#translucent 
{
  filter: Alpha(opacity=85);
  -moz-opacity: .85;
  opacity: .85;
}
*/

/* menu styles */

div.cmnu, div.nmnu, div.rmnu, div.cmnu a.cma, div.nmnu a.nma, div.rmnu a.rma 
{
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  cursor: default;
  left: 0px;
  margin: 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
}

div.mbr,div.mbr a.mb,div.mnu,div.mnu a.mi 
{
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
}

div.mbr 
{
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.mbr a.mb 
{
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.mbr a.mba,div.mbr a.mba:hover 
{
  left: 1px;
  top: 1px;
}

div.mnu 
{
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.mnu a.mi 
{
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.mnu a.mi span.mit {}

div.mnu a.mi span.mia 
{
  margin-right: -.75em;
  font-size:80%;
}

div.mnu div.mis 
{
  margin: 2px 2px;
}




.mainhead
{
  font-size: 18pt; 
  font-weight: normal; 
  font-family: tahoma, verdana, arial, sans-serif; 
  color:#004a80;
}

table.ProdOuter td 
{
  vertical-align: top;
  style:width: 735px;
}

div.ProdLeftColumn 
{
  width: 278px;
}

td.ProdRightCloumn 
{
  width: 457px;
}

table.ProdRelatedBottomTable tr 
{
  text-align: right;
}

td.ProdRelatedName 
{
  text-align:center;
}

table.ProdRelatedProduct 
{
  margin:5px;
}

table.ProdRelatedProduct td 
{
  padding:2px;
  text-align:center;
}

td.ProdRelatedImage 
{
  width:43px;
  height:51px;
}

.CrossLine
{
  width: 28px;
  background-image: url(/ftproot/images/line_left.gif);
  background-position:top;
  background-repeat: no-repeat;
  vertical-align: top;
}

.CrossLineLeft
{
  width: 18px;
  background-image: url(/ftproot/images/line_left.gif);
  background-position:top;
  background-repeat: no-repeat;
  vertical-align: top;
}

.CrossLineRight
{
  width: 17px;
  background-image: url(/ftproot/images/line_right.gif);
  background-position:top;
  background-repeat: no-repeat;
  vertical-align: top;
}

.SingleLine
{
  background-image:url(/ftproot/images/line_middle.gif);
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 1px;
  text-align: center;
  vertical-align: top;
}

.SingleLineStretch
{
  background-image:url(/ftproot/images/line_middle.gif);
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 1px;
  text-align: center;
  vertical-align: top;
}

table.winners_table {
width: 700px;
}

td.first_cell {
width: 200px;
}

td.second_cell {
width: 200px;
}

td.third_cell {
width: 300px;
}

.ProdThumbOuter {
width:95px;
border: 1px solid grey;
}
.ProdThumbImage {
width:95px;
text-align:center;
vertical-align:middle;
display : table-cell;
width:93px;
height:95px;
}

.ProdThumbName
{
background-color: #887D75;
height: 19px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #f2f2f2;
display: block;
line-height: 20px;
text-align:center;
}

img {
border: 0px;
}


