/************************************************************
 * Mandant:		ISP
 * Date:		09.01.2006
 *
 ************************************************************/
 
body {
	color: #333;
	font-size: 100.01%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-left: 8px;
	margin-top: 25px;	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #666666;
	margin-bottom: 5px;
}

h1 {
	color: #ADAAAD;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 90%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #ADAAAD;
}

h3 {
	font-size: 90%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 90%;
	font-weight: normal;
}

h5 {
	font-size: 90%;
	font-weight: normal;
}

p {
	font-size: 80%;
	margin-bottom: 5px;
	padding: 0;
}

a {
	font-size: 80%;
}

a:link, a:visited  {
	color: #F00;
}

a:active, a:hover {
	color: #222;
}

	
hr {
	margin: 30px -20px;
}
	

/***************** CMSLight Classes ***********************/

.component {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.component_noEndLine {
	border-bottom: 0px;
	margin-bottom: 16px;
}

/* CSS Components */
/******************/

/* Faq Component */
/***************************************/

#componentFaq {
}

#componentFaq ul, #componentFaq li {
	list-style-image: url(/cmslight/isp/img/bullet.gif);
	list-style-type: none;
	padding: 2px;
	margin: 10px;
}

#componentFaq .dotted {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #CCCCCC;
}

/* Table Component */
/***************************************/

#componentTable {

}

#componentTable table {
	border: 1px solid black;
	font-size: 90%;
}

#componentTable td {
	border: 1px solid black;
	background-color: white;
}

#componentTable td.Header {
	border: 1px solid black;
	background-color: #CCCCCC;	
	font-weight: normal;
}

#componentTable td.even {
	background-color: #F0F0F0;
}
#componentTable td.odd {
	background-color: #FFFFFF;
}

/* Search2 Component */
/***************************************/
#componentSearch2 {
	font-size: 70%;

}

#componentSearch2 a {
	font-size: 100%;
}

#componentSearch2 p {
	font-size: 100%;

}

#componentSearch2 select, input.search2 {
	background-color: #eee;

}

#componentSearch2 tr.tablehead {
	background-color: #555;
	color: #fff;
	font-weight: bold;

}

#componentSearch2 tr.even {
	background-color: white;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#componentSearch2 tr.odd {
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#componentSearch2 table {
	border: 1px #ccc solid;
}


/* PrintView2 Component */
/***************************************/
#componentPrintView2 {
	float: right;
	font-size: 90%;
	margin-top: 8px;
	margin-right: 8px;
}

/* Forms Component */
/***************************************/

#componentForms {
	font-size: 90%;

}

#componentForms table {
	width: 100%;
	empty-cells:show;
	border: 0px;
	border-collapse: collapse;
}

#componentForms tr {
	width: 100%;
}

#componentForms hr {
	height: 1px;
	color: #bebebe;
}

#componentForms table.Forms {
	padding: 4px;
	background-color: #EFEFED;
}

#componentForms td.Default {
	padding: 4px;
	border: 1px solid #bebebe;
}

#componentForms td.Forms {
	padding: 4px;
	border: 1px solid #bebebe;
	border-top: 0px;
}

#componentForms td.FormsNoSpacer {
	padding: 4px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

#componentForms p.Error {
	color: red;
}

#componentForms p.Desc {
	font-size: 90%
}

#componentForms p.Title {
	font-weight: bold;
}

#componentForms p.Item {
	margin: 0px;
	padding: 0px;
}