@import url(/CMSPages/GetCSS.aspx?stylesheetname=CaromaStyle);

#table {
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
	
}
*html #row{
	height: expression( this.scrollHeight < 100 ? "60px" : "auto" ) ;
}
#row {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	min-height:50px;	
	margin-top:30px;
}
#row a{
	text-decoration:none;
	color:#414141;
}
#row a:hover{
	text-decoration:underline;
	color:#414141;
}
#col1 {
	float: left;
	width: 310px;
	height:20px;
	padding-top:3px;
}
#col2 {
	float: left;
	width: 220px;
	height:20px;
}
#submitcontainer {
	text-align: right;
	padding-top:20px;
	padding-right:20px;
}

#cleaener {
	clear: both;
	height:1px;
	overflow:hidden;
}

#kol1{
	padding-top:3px;
	padding-bottom:8px;
	float:left;
	width:200px;
	min-height:20px;

}
#kol2{
	padding-bottom:8px;
	float:left;
}

#kol2 select
{
	background-color: #F4F4F4 !important;
}

#kol2 input
{
	background-color: #F4F4F4 !important;
}

#inputtext{
	width:196px;
}


#tabcontainer {
	width: 532px;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	}
#tabcontainer a{
	text-decoration:none;
	color:#333333;
}
#tabcontainer .tab1 {
	width: 5px;
	border-bottom: #CCCCCC solid 1px;
	height: 26px;
	float: left;
	color:#333333;
}
#tabcontainer .tab2 {
	width: 100px;
	border: #CCCCCC solid 1px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	float: left;
	color:#333333;

}
#tabcontainer .tab3 {
	width: 80px;
	border: #CCCCCC solid 1px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	float: left;
	color:#333333;

}
#tabcontainer .tab4 {
	width: 338px;
	border-bottom: #CCCCCC solid 1px;
	height: 26px;
	float: left;
	color:#333333;

}
#tabactive {
	border-bottom: #FFFFFF solid 1px!important;
	font-weight: bold;
}
