html {
	font-size: 100%;
}
body {
	font: 0.85em/1.6em Arial, Helvetica, sans-serif;
	/*color: #333333;
	margin: 0 0 50px;
	background: #2c2c2c url('../images/background.jpg') top center no-repeat;*/
	background-color: #23A0CC;
	margin-top: 0px;
	background-image: url(../images/inspire-bg.jpg);
	background-repeat: repeat-x;

}
#container {
	margin: 0 auto;
	/*width: 960px;*/
	width: 90%;
}
#header {
	/*padding-top: 30px;*/
}
#subhead {
	background-color:#D5EBFD; padding:4px 4px 4px 4px; border-bottom:#D5EBFD 1px solid;
}
#rightnavi{
	float:right;
	text-align:right;
	vertical-align:top;
	margin-right:0;
	padding: 20px 5px 0px 5px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	color:''
}
/* --Common-- */
.clear {
	clear: both;
}
code {
	display: block;
	padding: 20px;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
}
a{
	/*color: #002157;*/
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
}
a.zip {
	display: block;
	padding: 2px 0 3px 24px;
	background: url('../images/zip-icon.png') no-repeat left center;
}

/* --Headings-- */
h2 {
	margin: 40px 0 -10px 0;
}

/* --Navigation-- */
#navigation {
	height: 50px;
	background: url('../images/navigation-bkg.jpg') no-repeat;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
}
#navigation a {
	display: block;
	background-position: top;
}
#navigation a:hover {
	background-position: center;
}
#navigation span {
	display: none;
}
#navHome {
	width: 109px;
	height: 50px;
	background: url('../images/nav-home.jpg');
}
#navWhatIsIt {
	width: 141px;
	height: 50px;
	background: url('../images/nav-what-is-it.jpg');
}
#navDownload {
	width: 139px;
	height: 50px;
	background: url('../images/nav-download.jpg');
}
#navDemo {
	width: 93px;
	height: 50px;
	background: url('../images/nav-demo.jpg');
}
#navImplementation {
	width: 180px;
	height: 50px;
	background: url('../images/nav-implementation.jpg');
}
#navDocumentation {
	width: 181px;
	height: 50px;
	background: url('../images/nav-documentation.jpg');
}
#navForum {
	width: 117px;
	height: 50px;
	background: url('../images/nav-forum.jpg');
}

/* --Main-- */
#main {
	/*background: #FFFFFF url('../images/content-bkg.jpg') no-repeat;*/
	background: #FFFFFF url('../images/content-bkg.png') repeat-x;
}
#left {
	/*width: 570px; TEXT BOX Inside Content */
	width: 90%;
	padding: 20px 55px;
	/*float: left;*/
}
#right {
	width: 250px;
	min-height: 400px;
	padding: 30px;
	float: right;
	background: url('../images/shadow-divider.jpg') left top no-repeat;
}

/* --Sidebar-- */
#supplementary {
	float: left;
	clear: none;
	width: 240px;
	padding: 30px;
}
#right ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 1.5em;
}
#right li {
	margin-bottom: 5px;
}

/* --Footer-- */
#footer {
	font-size: 12px;
	padding: 5px 10px;
	color: #CCC;
	text-align: right;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* --Uploadify -- */
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#fileQueue .uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	padding: 5%;
	width: 90%;
}
#fileQueue .uploadifyError {
	background-color: #FDE5DD !important;
}
#fileQueue .uploadifyQueueItem .cancel {
	float: right;
}

/* --Tables-- */
table.download {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
table.download th,
table.download td {
	font-size: 0.85em;
	padding: 5px 10px 6px;
	border-top: 1px solid #E5E5E5;
}
table.download th {
	background-color: #002157;
	color: #FFFFFF;
}
table.download th.left {
	text-align: left;
}
table.download td.center {
	text-align: center;
}
table.documentation {
	margin-top: 10px;
	width: 100%;
}
table.documentation td {
	padding: 5px 10px 6px;
	border-top: 1px solid #E5E5E5;
}

/* --Demos-- */
div.demo {
	padding: 20px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.box_style {
	background-color:#EBF3FC;
	color: #556B82;
	-moz-border-radius: 5px;
	border:1px dashed #369;
	font-family: Arial, Helvetica, sans-serif;
}
.black_overlay {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.80;
	filter: alpha(opacity=95);
}
.white_content {
	display: none;
	position:fixed;
	top: 6%;
	left: 4%;
	right: 4%;
	width: 92%;
	height: 88%;
	bottom: 6%;
	padding: 2px;
	border: 2px solid orange;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}

div#mains {
	/*background: #FFFFFF url('../images/content-bkg.jpg') no-repeat;*/
	background: #FFFFFF url('../images/content-bkg.png') repeat-x;
	width:100%;
	margin: 0 auto;
}
.legen{
	color:#600;
	font-weight:600;
}
div#inner{
	width:95%;
	margin: 0 auto;
}
.butenter {
	border-width:1px;
	border-color: #9fe4ff #013f58 #013f58 #9fe4ff; 
	background-color:#333;
	color:#fff;
	font: 11px Tahoma,sans-serif;
	padding:2px 1px;
	cursor:hand;
	cursor:pointer;
}
a#menu_top{ 
	color:#FFF;
}
a#menu_top:hover{
	color:#9CCFFF;
}

.black_overlay {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.4;
	opacity:.60;
	filter: alpha(opacity=40);
}
.white_content {
	display: none;
	position:fixed;
	top: 5%;
	bottom: 5%;
	height: 90%;
	left: 7%;
	right: 7%;
	width: 86%;
	padding: 2px;
	border: 2px solid orange;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	-moz-border-radius: 4px 4px 4px 4px;
}
.add_eq_white_content {
	display: none;
	position:fixed;
	/*top: 12%;*/
	top: 15%;
	bottom: 5%;
	/*height: 430px;*/
	height: 270px;
	left: 35%;
	width: 400px;
	padding: 2px;
	border: 2px solid orange;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	-moz-border-radius: 4px;
}

/* Logout Button Style*/
a.boldbuttons{
	background: transparent url('../images/roundedge-gray-left.png') no-repeat top left;
	/*display: block;*/
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/
}

a.boldbuttons span{
	background: transparent url('../images/roundedge-gray-right.png') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
}

.buttonwrapper{ 
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}