/*<meta />*/

@charset "utf-8";

/* CSS Document 
Used in all pages (used on master pages and templates
*/

@import url('codeStyles.css');

@import url('functionStyles.css');

@import url('sh_style.css');

@import url('sectionStyles.css');

@import url('slideStyles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Container for storing XML path location */

.XMLPath
{
	background-image: url('../xml/layout.xml');
}

/* Top ROBOTC logo banner*/

.topBanner
{
	width: 327px;
	height: 65px;
	border: none;
	background-image: url('../images/Wiki_Header_Image.png');
	background-size: auto;
	background-repeat: no-repeat;
}

/*Standard HTML body (modify main-Body instead*/

body
{
	width: 95%;
	/* Box Model*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/*12 pt Arial font*/
	font-family: Arial;
	font-size: 14px;
	/*Light Grey background*/
	background-color: #FFFFFF;
	/*background-color: #FCFCFD;*/
}

/*Large seperator between sections of Functions (for more than 1 function per page)*/

.seperator-Table
{
	width: 100%;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-collapse: seperate;
	background: #FFFF99;
	border: 2px solid #000;
	border-radius: 15px;
	text-shadow: none;
}

/*Table that wraps the entire contents of the page*/

.main-Body
{
	width: auto;
}

/*Table for the top description (very top of page)*/

.main-Description
{
	width: 100%;
}

.main-Func
{
	width: 100%;
	margin-top: 10px;
}

.footer-Table
{
	width: auto;
	height: auto;
	border: none;
	padding: 5px;
}

hr
{
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

p
{
	font-size: 12.0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol,
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Image styles (withBorders by default)*/

img
{
	border-style: solid;
	border-width: 1px;
}

img.withBorders
{
	border-style: solid;
	border-width: 1px;
}

img.noBorders
{
	border-style: none;
}

img.floatRight
{
	float: right;
}

li
{
	font-size: 12pt;
}

html.APIClass
{
	mc-master-page: url('../MasterPages/Master_Functions.flmsp');
}

MadCap|slideshowBullet
{
	background-image: url('../images/icons/slideshow_Bullets.fw.png');
	background-color: #ffffff;
}

MadCap|slideshow
{
	
}

MadCap|slideshowBullet.active
{
	background-color: #a9a9a9;
	background-image: none;
}

