/* 
-----------------------------------------------
  Kinaxis.com/go/experts/
  Typography
----------------------------------------------- */

/* master text defaults */
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	}


/* TEXT STYLING */

/* .body and .text have been added for compatibility with older/other content */
p, .BC, .bc, .body, .text, .grey {
color: #000000;
font-size: 12px;
font-style: normal;
margin-top: 0;
margin-bottom: 1em;
padding-left: 1px;
line-height: 1.4; }
.section {color: #990000;}

.double li {margin-bottom:6px;}
	
hr {
	color: #fff;
	background-color: #fff;
	height:1px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
hr.gray {border-top: 1px dotted #999999;}




.micetype {
	font-size: 10px;
	font-weight:bold;
	color: #a5a5a5;
	text-decoration: none;}


/* 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;
	}

/* Header */
h1, .headline, h2, .BCH2 {
	font-size: 18px;
	font-weight: normal;
	color: #474850;
	text-align: left;
	margin-left: 1px;
	margin-top: 0px;
	line-height: 22px;
	margin-bottom: 8px;
	}
.main h1 {color: #474850;}

.redlink {
font-size: 12px;
color: #BC0231;
font-style: normal;
}

p.redlink {
	border-bottom: 0;
	padding-bottom: 20px;
	font-weight: bold;
	}

p.BC .redlink {font-size: 12px}
	

/* A: styling */
A:link    {color: #000000; text-decoration:none;}
A:visited {color:#000000;text-decoration:none}
A:hover   {color:#BC0231;text-decoration:underline}
A:active {color:#BC0231;text-decoration:underline}

.introlink A:link    {color: #000000; text-decoration: underline;}
.introlink A:visited {color: #000000; text-decoration: underline;}
.introlink A:hover   {color: #BC0231; text-decoration: underline;}
.introlink A:active  {color: #BC0231; text-decoration: underline;}

.redlink A:link, A.redlink:link    {color: #bc0231; text-decoration: underline;}
.redlink A:visited, A.redlink:visited {color:#bc0231; text-decoration: underline;}
.redlink A:hover, A.redlink:hover   {color:#bc0231; text-decoration: underline;}
.redlink A:active, A.redlink:active  {color:#bc0231; 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;}
/* END A: styling */


/* expertsdownloads list controls */
.expertsdownloads {
	margin: 0 0 0 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 20px;
    }
.expertsdownloads li {	
	margin-bottom: 0;
    padding: 0 5px 10px 37px;
    background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-pdf.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    list-style: none;
    }	
.expertsdownloads li.nested {
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:-3px;
	}
.expertsdownloads li.blog {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-blog.gif);}	
.expertsdownloads li.kit {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-kit.gif);}	
.expertsdownloads li.mediacvg {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-mediacvg.gif);}	
.expertsdownloads li.pdf {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-pdf.gif);}	
.expertsdownloads li.podcast {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-podcast.gif);}	
.expertsdownloads li.wmv {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-wmv.gif);}
.expertsdownloads li.arrow {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-arrow.gif);}	
.expertsdownloads li.arrow2 {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-arrow2.gif);background-position: -7px -8px;}	
.expertsdownloads li.webcast {background-image: url(http://www.kinaxis.com/go/experts/images/icons/expertsdownloads-webcast.gif);background-position: 7px 3px;}	
.expertsdownloads li.2level {font-weight: bold;}
.expertsdownloads ul {
	margin: 0 0 0 0;
	padding: 0 0 5px 0; 
	}
.expertsdownloads ul li {
	font-weight:normal;
	padding: 0 0 1px 0;
	margin-bottom:4px;
	list-style: disc;
	background-image:none;
	}
/* end link list controls */



/* 
-----------------------------------------------
MISC
----------------------------------------------- */
img {border:none;}
form {margin:0;padding:0;}

:focus
{
  -moz-outline-style: none;
}

