/*
 * BestosoTech Sample CSS Document
 * */

/* HEADER CONTENT */
.newPage{
	width: 100%;
	height: 75px;
	background-color: #312b2b;
	border-bottom: 1px solid green;
}

body{
	background-color: slategray;
}

table.header{
	width: auto;
	height: 100%;
}

td.header{
	color: wheat;
	width: auto; /* proportional to the number of options. 1/x */	
}

div.nav-container{
	height: 50px;
	overflow: auto;
	overflow-y: visible;
}

.star-line-1{
	fill:lime;
	stroke:#312b2b;
	stroke-width:1;
	fill-rule:evenodd;
}

.star-line-2{
	fill:lime;
	stroke:#312b2b;
	stroke-width:1;
	fill-rule:evenodd;
}
.star-line-3{
	fill:lime;
	stroke:#312b2b;
	stroke-width:1;
	fill-rule:evenodd;
}
.star-line-4{
	fill:lime;
	stroke:#312b2b;
	stroke-width:1;
	fill-rule:evenodd;
}
.star-line-5{
	fill:lime;
	stroke:#312b2b;
	stroke-width:1;
	fill-rule:evenodd;
}

.star-separate{
	stroke: rgba(181, 107, 231);
	stroke-width:3;

}

/* BODY CONTENT */
.newpage-body{
	width: 100%;
	height: auto;
	background-color: #312b2b;
}
table.newpage-body{
	width: 100%;
	height:100%;
}
canvas.newpage_canvas{
	width:350px;
	height:350px;
}
p.body-paragraph{
	margin: 10px;
}
.body-header{
	margin:10px;
}
/* FOOTER CONTENT */
.newpage-footer{
	width: 100%;
	height: 150px;
	background-color: #312b2b;
	border-top: 1px solid green;
}
table.newpage-footer{
	width: 100%;
	height:100%;
}
