/* master text defaults */
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	}

/* customer logo table */
.logotable, .logotableR2 {
	background-position: center center; 
	background-repeat: no-repeat;
	border: 1px dotted #336699;
	margin-right: -1px;
	margin-top: -1px;
	padding: 0px;
	border-collapse: collapse;}
.logotableR2 {border-top: 0;}

/* table with internal divisions */
table#tableIntDiv {
	border: 1px solid white;
	border-collapse: collapse;
	border-bottom: 1px dotted #ab5a01;
	background-color: white;
}
table#tableIntDiv th, table#tableIntDiv td {
	border: 1px dotted #ab5a01;
	font-size: 11px;
}
table#tableIntDiv th b {color: #ab5a01;}


/* table with row division*/
table#tableRowDiv {
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	border-collapse: collapse;
	background-color: white;
}
table#tableRowDiv th, table#tableRowDiv td {
	border-top: 1px dotted #ab5a01;
	border-bottom: 1px dotted #ab5a01;
	font-size: 11px;
}
table#tableRowDiv th {
	border-top: 0;
	border-bottom: 1px dotted #ab5a01;
	font-size: 11px;
}
tr.ruled{background:#ffffec;}  

tr#schedDiv td {
	border-top: 1px solid #dddddd;
	font-size: 11px;
}


/* TEXT STYLING */

/* .body and .text have been added for compatibility with older/other content */
p, .BC, .bc, .body, .text, .grey {
color: #333;
font-size: 12px;
font-style: normal;
margin-top: 0;
margin-bottom: 1em;
padding-left: 1px;
line-height: 1.4; }
.section {color: #990000;}

/* BCB list controls */
ul.bcb li {
	color: #333;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	}
.bcb ul, ul.bcb {
	list-style-image: url(http://www.kinaxis.com/images/w2/li-rtchevron-customers.gif);}
ol.bcb, .bcb ol {
	margin-left: 25px;
	padding-left: 0px;}
ul.bcb li ul, ol.bcb li ul  {
	margin-top: 1.2em;
	margin-bottom: 1em;}
.bcb li.strong {color: #666666;}
.bcb li.strong li {font-weight:normal;}
	

.double li {margin-bottom:6px;}
	
/* learn more styling */
P.LM {font-size: 11px;
font-weight: bold;
color: #990000;
text-indent: 0px;
border: 0;
margin: 0;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 7px;
padding: 0;
padding-bottom: 4px;
border: 0px;
background-image:url(http://www.kinaxis.com/images/w2/learnmore-dots-customers.gif);
background-repeat: no-repeat;
background-position: bottom right;
}	

P.LMhead {font-weight: bold;
color: #666666;
font-size: 11px;
text-indent: 20px;
padding: 0;
margin: 0;
margin-bottom: 6px;}	

P.LMitem {text-indent: -20px;
font-size: 11px;
line-height: 13px;
margin: 0; 
margin-left: 20px;
margin-bottom: 4px; 
padding: 0;
padding-bottom: 5px;
border: 0px;
background-image:url(http://www.kinaxis.com/images/w2/learnmore-dots-neutral.gif);
background-repeat: no-repeat;
background-position: bottom right;
}	
	

tr.sched {
margin: 0; padding:0;
background-image:url(http://www.kinaxis.com/images/w2/dashbg.gif);
background-position: bottom left;}
.scheditem {background-color: #fff;}


hr {
	color: #fff;
	background-color: #fff;
	height:1px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
hr.gray {border-top: 1px dotted #999999;}


/* body quotes */
p.quo {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;}
dl.quo {
	border: 1px dotted #990000;
	border-left: 0;
	border-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;}
dl.quo dt {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 16px;}
dl.quo dd {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	color: #666;
	font-size: 12px;}

#biotable P.quo {
	color: #990000;
	font-size: 13px;
	padding-top: 20px;
}
	
dl.datecols {
	margin-top: 0; 
	padding-top: 0;
	}
dl.datecols dt {
	float: left;
	color: #666;
	padding: 0;
	margin: 0; 
	width: 125px;
	padding-bottom: 15px;
	}
dl.datecols dd {
	padding-left: 0px;
	margin-left: 125px;
	padding-bottom: 15px;
	}	
* html dl.datecols dd {
  height: 1%;
  margin-left: 0;
  }	

/*form-short*/
dl.shortform {margin: 0; padding:0; background:#333333;}
.shortform dt {
color: #666;
padding: 0;
margin: 0;}

.shortform dd {
padding: 0;
margin:0;
}	

/* forms - generic */
input, .input, .input350, .input250 {	
	font-size: 11px;
	margin:1px; 
	padding: 0;
	padding-left: 2px;
	}
.input350 {width:350px;}	
.input250 {width:250px;}	

.primaryBtn {
	color: #ffffff; 
	background: #336699; 
	padding: 0;
	border: 1px solid #336699;
	font-size: 11px;
	}
.secondaryBtn {
	color: #336699; 
	background: #ffffff; 
	padding: 0;
	border: 1px solid #336699;
	font-size: 11px;
	}
	
/* forms - site search (top bar) */
.siteSearch {
	vertical-align: middle;
	margin: 2px 0 2px 0px;
	padding: 0 0 0 3px;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666666;}
.siteSearchBtn {
	vertical-align: middle;
	margin: 1px 0 1px 0;
	padding: 0 0 0 0;
	border: 1px #666666 solid;
	border-left: 0 none;}
.imgBtn {background: #666666; 
	}

/* long forms */
.longform {
color: #666;
font-size: 12px;
font-style: normal;
margin-top: 0;
margin-bottom: 1em;
padding-left: 1px;
line-height: 1.4; }

.longform h1 {
font-size: 17px;
font-weight: bold;
line-height: 20px;
color: #990000;
text-align: left;
margin-left: 1px;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
border-top: 1px #990000 dotted;
}

.longform h2 {
font-size: 13px;
font-weight: bold;
color: #333333;
text-align: left;
margin-left: 1px;
margin-top: 0;
margin-bottom: 0;}

	
/* for testing table layout */
table.sampletable {
	border: 1px solid #996699;
	border-collapse: collapse;
	background-color: white;
}
table.sampletable th, table.sampletable td {
	border: 1px solid #996699;
}


.micetype {
	font-size: 10px;
	font-weight:bold;
	color: #a5a5a5;
	text-decoration: none;}

.quicklinks {
	font-size: 10px;
	font-weight:bold;
	color: #999999;
	text-decoration: none;}

/* L2N = Level 2 Navigation */
.L2N {
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	text-decoration: none;}
.L2N .L2Nem {font-weight: bold;}


/* smaller body copy */
/* note BC is defined at top */
.bc2, .BC2, .body2 {
font-size: 11px;
line-height: 13px;
font-style: normal;}

.bc3 {
	font-size: 9px;
	color: #999999;
	line-height: 12px;
	font-style: normal;
	}

/* H1 should generally not be used -- PH2 banner instead where appropriate */
/* .headline is for the benefit of unmodified old content; H1 is preferred */
h1, .headline {
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	color: #990000;
	text-align: left;
	margin-left: 1px;
	margin-top: 0;
	margin-bottom: 10px;
	}

/* Body Copy Header */
/* .headline is for the benefit of any unmodified old content; H2 is preferred */
h2, .BCH2 {
font-size: 16px;
font-weight: bold;
color: #333333;
text-align: left;
margin-left: 1px;
margin-top: 0px;
line-height: 19px;
margin-bottom: 8px;}

/* exceptions */
#coursedesc h1 {color: #ab5a01;}
#coursedesc h2 {font-style: italic; color: #333333;}
#coursedesc h3 {margin-bottom: 5px;}

div.trainingSep {
	width:568px;
	height:25px;
	background-color:#ab5a01;
	margin-top:15px;
	margin-bottom:10px;
	}
div.trainingSep h3 {
	color:#ffffff;
	padding:2px 0 1px 5px;
	}

#release h1 {margin-bottom: 10px;}
#release h2 {
margin-bottom: 10px;
font-size: 14px; 
color: #666666;
line-height: 17px;}

/* Body Copy Subheader */
h3, .BCH3 {
font-size: 14px;
font-weight: bold;
color: #555555;
text-align: left;
margin-left: 1px;
margin-top: 0;
line-height: 16px;
margin-bottom: 6px;}

h4, .BCH4 {
font-size: 12px;
font-weight: bold;
font-style:italic;
color: #555555;
text-align: left;
margin-left: 1px;
margin-top: 0;
line-height: 15px;
margin-bottom: 1px;}

/* Bottom Band Navigation */
.bbNext{
font-size: 11px;
margin-top: 35px;
margin-bottom: 20px;
}
A.bbNext {
padding-right: 10px;
background-image:url(http://www.kinaxis.com/images/w2/arrow-neutral.gif);
background-repeat: no-repeat;
background-position: right center;
}
.bbPrev{
font-size: 11px;
margin-top: 35px;
margin-bottom: 20px;
}
A.bbPrev {
padding-left: 10px;
background-image:url(http://www.kinaxis.com/images/w2/arrow-left.gif);
background-repeat: no-repeat;
background-position: left center;
}

.redlink {
font-size: 11px;
color: #990000;
line-height: 14px;
font-style: normal;}

/* homepage news items */
p.homenews, p.redlink, #homeContainer h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	/* 
	border-bottom: 1px #cccccc dotted;
	margin: 1px;
	margin-bottom: 5px;
	*/
	margin:0 0 3px 0;
	padding: 0 0 2px 0;
	color: #333333;}

p.redlink {
	border-bottom: 0;
	padding-bottom: 20px;
	font-weight: bold;
	}

p.BC .redlink {font-size: 12px}
	

/* A: styling */
A:link    {color: #990000}
A:visited {color:#550055;}
A:hover   {color:#CC0000;}
A:active {color:#336633;}

.grey A:link    {color: #666666; text-decoration: underline;}
.grey A:visited {color:#888888; text-decoration: underline;}
.grey A:hover   {color:#990000; text-decoration: underline;}
.grey A:active  {color:#336633; text-decoration: underline;}

.redlink A:link, A.redlink:link    {color: #990000; text-decoration: underline;}
.redlink A:visited, A.redlink:visited {color:#990000; text-decoration: underline;}
.redlink A:hover, A.redlink:hover   {color:#990000; text-decoration: underline;}
.redlink A:active, A.redlink:active  {color:#990000; text-decoration: underline;}

p.custquote a:link, p.custquote a:visited {color: #666666; text-decoration: none;}
p.custquote a:hover, p.custquote a:active {color: #990000; text-decoration: none;}

.homenews a:link, .homenews a:visited  {color: #666666; text-decoration: none;}
.homenews a:hover, .homenews a:active  {color: #990000; text-decoration: none;}
a.homeabout:link, a.homeabout:visited  {color: #333333; text-decoration: underline;}
a.homeabout:hover,  a.homeabout:active {color: #990000; text-decoration: underline;}

#homeContainer h2 a:link, #homeContainer h2 a:visited {color: #333333; text-decoration: none;}
#homeContainer h2 a:hover, #homeContainer h2 a:active {color: #990000; text-decoration: none;}
#homeContainer h2 b a:link, #homeContainer h2 b a:visited {color: #666666; text-decoration: none;}
#homeContainer h2 b a:hover, #homeContainer h2 b a:active {color: #990000; text-decoration: none;}
#homeContainer h2 a:link b, #homeContainer h2 a:visited b {color: #666666; text-decoration: none;}
#homeContainer h2 a:hover b, #homeContainer h2 a:active b {color: #990000; text-decoration: none;}

.L2N A:link, .LMitem A:link {color: #666666; text-decoration: none;}
.L2N A:visited, .LMitem A:visited {color:#666666; text-decoration: none;}
.L2N A:hover, .LMitem A:hover {color:#000; text-decoration: underline;}
.L2N A:active, .LMitem A:active {color:#666666; text-decoration: underline;}

.quicklinks A:link    {color:#eeeeee; text-decoration: none;}
.quicklinks A:visited {color:#eeeeee; text-decoration: none;}
.quicklinks A:hover   {color:#ffffff; text-decoration: underline;}
.quicklinks A:active  {color:#ffffff; text-decoration: underline;}

.micetype A:link    {color:#eeeeee; text-decoration: none;}
.micetype A:visited {color:#eeeeee; text-decoration: none;}
.micetype A:hover   {color:#ffffff; text-decoration: underline;}
.micetype A:active  {color:#ffffff; text-decoration: underline;}

a.langsel:link, a.langsel:visited {background-color: #666666;}
a.langsel:hover, a.langsel:active {background-color: #990000;}
/* END A: styling */


.rapid {font-weight:bold; font-style:italic;}
.response {font-weight:normal; font-style:italic;}

/* can be used to modified li items */
.strong {font-weight:bold;}
.normal {font-weight:normal;}

/* link list controls */
.linklist {
	margin: 0 0 0 0;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 10px;
    }
.linklist li {	
	margin-bottom: 5px;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_page.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    list-style: none;
    }	
.linklist li.arrow {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_arrow.gif);}	
.linklist li.page {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_page.gif);}	
.linklist li.pdf {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_pdf.gif);}	
.linklist li.wmv {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_wmv.gif);}	
.linklist li.img {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_jpg.gif);}	
.linklist li.mp3 {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_mp3.gif);}	
.linklist li.aud {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_mp3.gif);}	
.linklist li.kit {background-image: url(http://www.kinaxis.com/images/w2/icons/icon_li_kit.gif);}	
/* end link list controls */

.arrowbg {background-image:url(http://www.kinaxis.com/images/w2/arrow-neutral.gif);}

.note {
	font-size: 11px;
	color: #333333;
	padding: 3px;
	margin: 7px;
	background-color: #ffffea;
	border: 1px solid #d9d6c6;
	width: 400px;
	/* ie5win fudge begins */
	voice-family: "\";}
	\"";
	voice-family:inherit;
	width: 370px;
	/* from www.thenoodleincident.com/tutorials/box_lesson/index.html */
	}

/* for internal emails */
.userresponse {color: #990000; font-weight: bold;}



/* message section */
#flashInfo	 {
  text-align: left;
  border: 1px solid #5E85B4;
  font-size: 12px;
  margin: 0 7px 12px 0;
  padding: 5px 5px 5px 26px;
  color: #666666;
  border-color: #5E85B4;
  background: url(http://www.kinaxis.com/images/w2/icons/icon_alert_info.gif) #E1EDFB top left no-repeat;
	}
#flashQuestion {
  text-align: left;
  border: 1px solid #5E85B4;
  font-size: 12px;
  margin: 0 7px 12px 0;
  padding: 5px 5px 5px 26px;
  color: #666666;
  border-color: #5E85B4;
  background: url(http://www.kinaxis.com/images/w2/icons/icon_alert_question.gif) #E1EDFB top left no-repeat;
	}
#flashSuccess {
  text-align: left;
  border: 1px solid #5E85B4;
  font-size: 12px;
  margin: 0 7px 12px 0;
  padding: 5px 5px 5px 26px;
  color: #666666;
  border-color: #6ec461;
  background: url(http://www.kinaxis.com/images/w2/icons/icon_alert_success.gif) #eeffee top left no-repeat;
	}
#flashError {
  text-align: left;
  border: 1px solid #5E85B4;
  font-size: 12px;
  margin: 0 7px 12px 0;
  padding: 5px 5px 5px 26px;
  color: #666666;
  border-color: #e4765d;
  background: url(http://www.kinaxis.com/images/w2/icons/icon_alert_error.gif) #ffeeee top left no-repeat;
	}
#flashWarning {
  text-align: left;
  border: 1px solid #5E85B4;
  font-size: 12px;
  margin: 0 7px 12px 0;
  padding: 5px 5px 5px 26px;
  color: #666666;
  border-color: #cc7e11;
  background: url(http://www.kinaxis.com/images/w2/icons/icon_alert_warning.gif) #ffffee top left no-repeat;
	}
.flash .heading {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	}
.flash P, .flash UL  {
	margin-top: 0;
	margin-bottom: 10px;
	}
.flash UL  {
	padding-top: 10px;
	padding-left: 30px;
	}

/* css tooltip
================================== */
a.tooltip{
    position:relative;
    z-index:24; background-color:#fefefe;
    color:#900;
    text-decoration: underline;
	text-indent: 0;}
a.tooltip:hover{
	z-index:25; 
    text-decoration: none;
	background-color:#fff;
	margin: 0; padding: 0;}
a.tooltip span{display: none;}
a.tooltip:hover span{
    display:block;
    position:absolute;
    top:15px; left:15px; width:450px;
    border:1px solid #bbb;
	padding: 15px;
    background-color:#eee; color:#000;
    text-align: left}


/* 
-----------------------------------------------
MISC
----------------------------------------------- */
img {border:none;}
form {margin:0;padding:0;}

:focus
{
  -moz-outline-style: none;
}
