@CHARSET "ISO-8859-1";

.rowbutton 
{
	border-right:solid 2px White;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: Black;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: Gray;
	width: 110px;
	HEIGHT: 20px;
	cursor: pointer;
}

.divbutton 
{
	border-right:solid 2px White;
	border-top:solid 2px White;
	BACKGROUND-COLOR: Gray;
	width: 110px;
	HEIGHT: 20px;
	cursor: pointer;
	FONT-FAMILY: Century Gothic;
	font-weight: bold;
	FONT-SIZE: 10pt;
	COLOR: Black;
}

.productbutton 
{
	border-top:solid 2px;
	BORDER-COLOR : White;
	FONT-FAMILY: Arial;
	font-weight: bold;
	FONT-SIZE: 10pt;
	border: solid 2px WhiteSmoke;
	cursor:pointer;
}

.table 
{
	font-family: Arial;
	font-size: 10pt;
	border-collapse: collapse;
	border-spacing: 0px;	
}

head1 
{
	COLOR: blue;
	FONT-WEIGHT: bold;
}

.header2 
{
	font-family: Arial;
	FONT-WEIGHT: bold;
	COLOR: blue;
	FONT-SIZE: 12pt;
}

.header3
{
	font-family: Arial;
	FONT-WEIGHT: bold;
	COLOR: blue;
	FONT-SIZE: 14pt;
}

.paragraph_header
{
	COLOR: blue;
	FONT-WEIGHT: bold;
}

.paragraph_medium_text
{
	COLOR: black;
	FONT-WEIGHT: bold;
}

.paragraph_large_blue
{
	COLOR: blue;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
}

.headernocolor {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial;
	COLOR: darkgray;
}

.uline1
{
text-decoration:underline; color: blue	;
}

.thefont {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial
}

.centersize {
	WIDTH: 500px;
}

.textboxflat {
	BORDER-TOP-STYLE: solid;
	BORDER-RIGHT-STYLE: solid;
	BORDER-LEFT-STYLE: solid;
	BORDER-BOTTOM-STYLE: solid;
	border-color: Grey;
	border-width: 1;
}

div#left-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
}

@media screen 
	{
	body>div#left-sidebar {
		position: fixed;
	}
}

form
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0;
}
	
* html body {
	overflow: hidden;
	font-family: Arial;
}

* html div#content {
	height: 100%;
	overflow: auto;
	FONT-FAMILY: Arial;
}





.button1{
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:50px;

-moz-box-shadow:0 1px 0 rgba(0,0,0,0.3);
-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.3);
box-shadow:0 1px 0 rgba(0,0,0,0.3);

background: -moz-linear-gradient(19% 75% 90deg, #E0E0E0, #FAFAFA);

background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E0E0E0));

color:#4A4A4A;
float:left;
font-family:arial,helvetica,sans-serif;
font-size:17px;
font-weight:bold;
padding:10px 15px;
text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
}

.button1:hover{
background: -moz-linear-gradient(19% 75% 90deg,#D6D6D6, #FAFAFA);
background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#D6D6D6));
}
