
/******* DataList Type1 Table Styles *******/

.DataList_Type_1_Table
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 0px;
	
}

.DataList_Type_1_Cell_1
{
	margin: 0px;
	width: 40%;
	padding-right: 1px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	
/*	border-right: gainsboro 0px solid;
	border-top: gainsboro 0px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;*/
}

.DataList_Type_1_Cell_2
{
	margin: 0px;
	width: 60%;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-top: 2px;
/*	border-right: gainsboro 1px solid;
	border-top: gainsboro 0px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;*/
}




/******* DataList SkinType1 Styles *******/

.DataList_SkinType1{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	background-color: White;
	width: 100%;
}

.DataList_SkinType1 a{
	font-weight: 800;
	color: Blue;
}
.DataList_SkinType1 a:link{
	text-decoration: none;
}
.DataList_SkinType1 a:visited{
	text-decoration: none;
}
.DataList_SkinType1 a:hover{
	text-decoration: underline;
}
.DataList_SkinType1 a:active{
	text-decoration: underline;
}

.DataList_SkinType1_AlternatingItemStyle
{
	color: Black;
	background-color: #CCCCCC;
}

.DataList_SkinType1_ItemStyle{
	color: Black;
	background-color: White;
}




/****** GridView SkinType_Result Styles 

.GridView_StyleType_Result
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: white;
	width: 100%;

}

.GridView_StyleType_Result_headerstyle
{
	font-weight: bold;
	text-align: left;
	color: Black;
	background-color: silver;
	height: 18px;	

}

.GridView_StyleType_Result_rowstyle{
	color: Black;
	background-color: white;
	height: 18px;	
}
.GridView_SkinType_Result_alternatingrowstyle
{
	color: Black;
	background-color: lightgrey;
	height: 18px;	
}




.GridView_SkinType_ProjektOversigt{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: White;
	width: 100%;

}
.GridView_SkinType_ProjektOversigt a
{
	color: Black;
	background-color: transparent;
}

.GridView_SkinType_ProjektOversigt_headerstyle
{
	color: White;
	background-color: silver;
	font-weight: bold;
	text-align: left;
}
.GridView_SkinType_ProjektOversigt_alternatingrowstyle
{
	color: Black;
	background-color: lightgrey;
}

.GridView_SkinType_ProjektOversigt_rowstyle{
	color: Black;
	background-color: White;
}

.GridView_SkinType_ProjektOversigt_SelectionColStyle{
width: 30px;
}

*******/

