﻿html,body
{
	font-family: Tahoma, Arial;
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	
	padding: 0px;
	margin: 0px;
	
	width: 100%;
	height: 100%;
	
	background-color: #F2F2F2;
	background-image: url(generic/main_background.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.small
{
    font-size: 8pt;
}

.massive
{
	font-size: 16pt;
}

.link
{
    font-family: Tahoma, Arial;
    color: #666666;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    border: none;
    font-style: italic;
}

.PageHeader 
{
	color: Black;
}

.silver
{
	color: #AAAAAA;
}


.blue
{
	/* color: #0099cc; */
	color: #017B84;
}

.bigblue
{
	font-size: 14pt;
	color: #017B84;
}

.first 
{
	color: #4B9396;
}

.HeaderPanel
{
	width: 95%;
	border: solid 1px #DDDDDD;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
	padding: 0px 5px 0px 20px;
	background-color: #E8E8E8; /* #57AAB3; */
	text-align: left;
	color: #2f828b; /* #E8E8E8 */
	background-position: left top;
	background-image: url(generic/chevdown.png);
	background-repeat: no-repeat;
}

.ContentPanel
{
	width: 95%;
	border: solid 1px #DDDDDD;
	border-top-style: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 20px;
	text-align: left;
	background-color: #f5f5f5;
	font-family: Tahoma, Arial;
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
}

.Textfield1
{
	/*width: 150px;*/
	border-color: #81a8ff;
	border-width: 1px;
	border-style: solid;
}


.SmallGrey 
{
	font-family: Tahoma, Arial;
	color: #666666;
	font-weight: normal;
}