@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 20px 0px 0px;
	background-color:#666666;
	/*
	background-color:#FAF8ED;
	*/
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}


#header {
	background-image:url(img/header.png)
	background-color: #E6E6E6;
/*	height: 64px;*/
	height: 80px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F5F5F5;
	background-image: url(img/header.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main {
	background-color: #FFFFFF;
}

#main h1 {
	background-color: #666666;
	background-image: url(img/intro_bkg.jpg);
	height: 50px;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	padding-bottom:20px;
}

a.demolink,a.demolink:hover,a.demolink:visited {
	color:#FFFF00;
	font-weight: bold;
	text-align: center;
}



#footer {
	clear: both;
	background-color: #FFFFFF;
	height: 40px;
	width: 100%;
	color: #666666;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.followicon {
	float:right;
	height: 50px;
	text-align: right;
}

.followicon a, .followicon a:hover, .followicon a:visited {
	text-decoration:none;
	color:#000000;
}
.twitter a, .twitter a:hover, .twitter a:visited {
	text-decoration:none;
	color:#000000;
}


#mainmenu {
	vertical-align: bottom;
	float: right;
	line-height:normal;
}

#mainmenu ul {
/*	margin-top: 42px;  */
	margin-top: 8px; 
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style:none;
}
#mainmenu li {
	float:left;
	background:url("img/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 5px 0 9px; /* change h padding on 2nd param */
/*	border-bottom:1px solid #765; */
}
#mainmenu a {
	float:left;
	display:block;
	width:0.1em;
	background:url("img/right_both.gif") no-repeat right top;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#mainmenu > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainmenu a {float:none;}
/* End IE5-Mac hack */
#mainmenu a:hover {
	color:#333;
}
#mainmenu li:hover, #mainmenu li:hover a {
	background-position:0% -150px;
	color:#333;
}
#mainmenu li:hover a {
	background-position:100% -150px;
}


#mainmenu li.selected, #mainmenu li.selected a  {
	background-position:0% -150px;
	color:#333;
}
#mainmenu li.selected a {
	background-position:100% -150px;
}


.intro {
	background-image: url(img/intro_bkg.jpg);
	background-color: #434345;
	background-position: center center;
	height: 75px;
	padding: 10px;
}

.introtext {
	background-color: #E6E6E6;
	padding: 10px;
	text-align: center;
}
.content {
	padding: 10px;
}
.checklist {
	list-style-image: url(img/tick.png);
	font-size: 13px;
}
.checklist li {


}









.table {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
.table th {
	background-color: #C0C0C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #DFDFDF;
	margin: 0px;
	padding: 2px 10px;
}
.table td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 2px 10px;
	vertical-align: top;
}



ul.featurelist {
	list-style-type: none;
	list-style-image: url(img/icon_tick2.gif);
}
ul.featurelist li ul li {
	list-style-type: square;
	list-style-image: none;
}





























.tabcontent {
	border: 2px solid #666;
	clear: both;
	background: #FFF3B3;
	
	
	/*
	Commented to remove secondary menu bar 
	padding-top: 2em; 
	*/
	width: 700px;
}

.tabpanel {
/*	padding: 1.5em; */
	padding: 10px; 
	background: #FFFDF3;
	min-height: 300px;
	display: block;	

/*	
	border: 1px solid #AAAAAA;
	background-color:#E9E4E0;
	padding: 5px;
*/	
	
/*	border:solid 1px #FF00FF; */
}

.hiddentabpanel {
/*	padding: 1.5em; */
/*	padding: 10px; */

	background: #FFFDF3;
	min-height: 300px;
	display: none;	
}

.tabpanel h1 {
	padding: 0px;
	margin: 0px;
}

.tabs {
	position: relative;
	width: 100%;
	height: 3em; /* Add some vspacing before tabs */
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
/*	border:solid 1px #FF00FF;*/
}

.tabs ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -2px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tabs ul li  {
	display: inline;
	list-style: none;
}

.tabs ul a,.tabs ul span,.tabs ul a.current {
/*	width: 14em;  */
	display: block;
	float: left;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	font-weight:bold;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.tabs ul span,.tabs ul a.current,.tabs ul a.current:hover {
	border: 2px solid #666;
	border-bottom: none;
	/*
	background: #FFFF66;
	*/
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
}

.tabs ul a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

.tabs ul a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

/* Secondary menus */

.tabs ul li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tabs ul li ul li a,.tabs ul li ul li span,.tabs ul li ul li a.current {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

.tabs ul li ul  li a {
	color: #06C;
	text-decoration: underline;
}

.tabs ul li ul li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

.tabs ul li ul  li a:active {
	color: #000;
	background: transparent;
}

.tabs ul li ul li:last-child a { border: none; }
	

























.matrixtable {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	font-size: 11px;
}
.matrixtable th {
	background-color: #E2E2E2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 2px 10px;
	text-align: left;
	font-weight: bold;
}
.matrixtable td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 2px 10px;
	vertical-align: top;
	text-align: center;
}
.matrixtable ul {
	/* Reduce indentation width */
	margin-left: 0px;
	padding-left: 8px;
}

.matrixtable a {
	font-weight: bold;
}





.seealso {
	font-size:11px;
	color:#666666;
}
