
a
{
text-align:left;
text-decoration: none;
font-weight:bold;
color:#117788;
line-height:14px;
}

a:hover
{
	color:#959494;;
}

#spacer
{
	position: relative;
	height:20px;
}

#pageContent
{
	width: 1024px;
	height:388px;
}

#imgBut {
	position:relative;
	min-height:155px;
	overflow: hidden;
}

/*html, body {
text-align: center;
}
p {text-align: left;}*/

#botBar {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #333333 url(botBG.jpg) repeat-x;
	height: 137px;
	text-align: right;
}

.botBarItem ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.botBarItem li {
	float: left;
	margin: 0;
}

.botBarItem a, .botBarItem a:link, .botBarItem a:visited {
    display: inline-block;
    font-weight: bold;
    text-align: left;
	font-size: 12px;
	margin-top: 5px;
    padding-right: 10px;
	vertical-align: middle;	
}

.botBarItem a:hover, .botBarItem a:active {
    /* background-color: #c6e0e8; */
}

.botBarItem img 
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Creates horizontal dotted line across page to separate sections */
.pagebreak
{
	border-top: 1px dotted #b0b0b0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgb(176, 176, 176);
}

.pagebreak2
{
	display: block;
	text-align: center;
	position: relative;
	vertical-align: center;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #b0b0b0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgb(176, 176, 176);
}


/* Navigational bar above main content. Gives you selection
   for User's Guides, GUI launching, etc. like in left hand menu.  */
#navBarBox
{
	position: relative;
	max-width: 100%;
	overflow: hidden;
	background: rgba(255,255,255,0.2);
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	/*border-top: 1px dotted rgb(176, 176, 176);
	border-bottom: 1px dotted rgb(176, 176, 176);*/
}

/* Inner box used to shift margin over to align with main content  */
#navBar
{
	height: auto;
	width: 100%;
	position: relative;
	text-align: left;
	display: inline-block;
}

.navBarItem ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
	display: block;	
}

.navBarItem li {
	float: left;
	margin-bottom: 10px;
}

.navBarItem a, .navBarItem a:link, .navBarItem a:visited {
    display: inline-block;
    font-weight: bold;
    text-align: left;

	/*padding-left: 6px;  Emit left-aligned image padding*/
	padding-right: 12px;


	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: rgb(176, 176, 176);
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: rgb(176, 176, 176);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(176, 176, 176);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(176, 176, 176);

	border-radius: 5px;
}

.navBarItem a:hover, .navBarItem a:active {
    background-color: #c6e0e8;
	border-radius: 10px;
	box-shadow: 12px 12px 12px rgba(0,0,0,0.1), -10px -10px 10px rgb(255, 255, 255);
}

.navBarItem img 
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Styling for Development Kit listing in row fashion */
#devKitTable
{
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgb(176, 176, 176);
	padding: 0px;
	margin: 0px;
	overflow: visible;
	font-size: 14px;
}

.devKitRow
{
	width: 100%;
	display: block;
	text-align: left;
	background-color: #00000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(176, 176, 176);
	padding: 15px;
	overflow: visible;
}

.devKitRow2
{
	width: 100%;
	position: relative;
	display: block;
	text-align: left;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(176, 176, 176);
	padding: 15px;
}

.devKitCol
{
	width: 400px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-right: 2px;
	padding-bottom: 8px;
	overflow: hidden;
	resize: both;
}

.devKitCol2
{
	width: 325px;
	display: inline-block;
	position: relative;	
	vertical-align: top;
	padding-right: 2px;
	padding-bottom: 8px;
}

.devKitCol3
{
	width: 400px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-left: 2px;
	padding-bottom: 8px;
	overflow: visible;
	resize: both;
}

/*
.devKitCol3 img:hover
{
	zoom: 150%;
}
*/

/*Customized for Doxygen generation*/
.devKitTable h1, .devKitRow h1, .devKitCol2 h1 {font-size: 22px; margin: 0; padding: 2px 0 2px 0; line-height: 22px; font-weight: bold; 
	color: #117788;	
	border-bottom: 0px solid rgb(176, 176, 176);
	background-color: #ffffff00;}
.devKitTable h2, .devKitRow h2, .devKitCol2 h2 {font-size: 18px; margin: 0; padding: 2px 0 2px 0; line-height: 18px; font-weight: bold; 
	color: #c00;	
	display: block;
	border-bottom: 1px dotted rgb(176, 176, 176);
	background-color: #ffffff00;}
.devKitTable h3, .devKitRow h3, .devKitCol2 h3 {font-size: 14px; margin: 0; padding: 4px 0 4px 0; line-height: 14px; font-weight: bold;	
	color: #494949;
	border-bottom: 0px dotted rgb(176, 176, 176);
	background-color: #ffffff00;}

/* Specify div width so that icons do not shift on hovering */
.devKitCol3_icon {
	width: 80px;
	display: inline-block;	
}

.devKitCol3_icon img:hover
{
	zoom: 98%;
}

/* Used on dev kit pages for the purchase and Get started buttons */
.buttonRed
{
	display: inline-block;
	color: #FFFFFF;
	background: #de0000;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
}

.buttonRed:hover
{
	background: #de3838;
	color: #ffffff;
}

.buttonRed:active
{
	position:relative;
}

/* Features and What's Included Sections inside devKitTable */
.devKitFeat
{
	width: 48%;
	display: inline-block;
	position: relative;	
	vertical-align: top;
	padding-right: 2%;	
}

.devKitWhatInclude
{
	width: 48%;
	display: inline-block;
	position: relative;	
	vertical-align: top;
}

/* Warning box to tell users to launch CCS to continue */
#ccsWarningBox {
	position: absolute;
	left: 24px;
	top: 300px;
	width: 680px;
	z-index: 1;
	background-color: #d6f0f5;
	border-width: 1px;
	border-style: dotted;
	border-color: rgb(176, 176, 176);
	filter: alpha(opacity=90);
	opacity: 0.90;
	font-size: 24px;
	padding: 20px;
	text-align: left;
}

.contentBox {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

.contentBox p {
	margin-bottom: 14px;
	margin-top: 0;
}

.contentBox h1 {
	font-size: 18px;
	margin-bottom: 8px;
}

.anchorLinkBox {
	display: inline-block;
	padding: 15px;
	background-color: #e8e8e8;
	border-width: 1px;
	border-style: dotted;
	border-color: rgb(176, 176, 176);
	font-size: 14px;
	line-height: 18px;
}