﻿fieldset
{
	border: solid 1px black;
	padding : 10px;
}

/*label
{
	float: left;
	width: 200px;
}*/

.parametertable
{
	padding: 10px;
	width: 300px;
	border-bottom:1px solid #CCCCCC;
}

legend
{
    background-color:#CCCCCC;
    padding:5px;
    color:#000000;
    text-align:left;
    border-bottom:1px solid #666666;
    font-weight:bold;
}

.parametertable caption 
{
    background-color:#CCCCCC;
    padding:5px;
    color:#000000;
    text-align:left;
    border-bottom:1px solid #666666;
    font-weight:bold;
	margin-top:15px;
}

.parametertable thead 
{
    background-color:#F0F0F0;
    padding:5px;
    color:#000000;
    text-align:left;
    border-bottom:1px solid #CCCCCC;
}
.parametertable tr, .parametertable td
{
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}

.totalcount
{
	background-image:url('/Content/Img/totalcount-bg.gif');
    background-position: left top;
    background-repeat: no-repeat;
	padding: 10px;
	color:#FFFFFF;
	font-size: 190%;
	height:100px;
}

.download 
{
    background-image:url('/Content/Img/download.gif');
    background-position: left top;
    background-repeat: no-repeat;
    height:30px;
    width:250px;
    padding:10px 10px 5px 40px;
    margin-bottom:0px;
}

