@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	
	}

#content_ir {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
	width: 450px;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #f8f8f8;
	-moz-box-shadow: 0 0 5px black; 
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content_ir_pdf {
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	padding: 10px;
	width: 450px;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #f8f8f8;	
	-moz-box-shadow: 0 0 5px black; 
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	
#registerfield { 
	margin: 20px auto; 
	padding: 20px; 
	border: 1px;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}

#registerfield_insert{ 
	position: center; 
	width: 570px; 
	height: auto;
	margin: 20px; 
	padding: 20px; 
	border: 1px;	
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}	

#registerfield_training{ 
	position: center; 
	width: 450px; 
	height: auto;
	margin-left: 40px;
	margin-top: 20px;
	padding: 20px; 
	border: 1px;
	overflow: hidden;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}

#registerfield_trainingseries {
	width: 500px;
	height: auto;
	position: center; 
	margin-left: 40px;
	margin-top: 20px;
	padding: 20px; 
	border: 1px;
	overflow: hidden;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	}

#registerfield_trainingdetails{ 
	position: center; 
	width: 450px; 
	height: auto;
	margin-left: 0px;
	margin-top: 20px;
	padding: 20px; 
	border: 1px;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}	
	
#registerfieldlogin { 
	position: relative; 
	width: 300px; 
	height: auto;
	margin: 20px auto; 
	padding: 20px; 
	border: 1px;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}

#registerfieldloginnew { 
	width: 300px; 
	height: auto;
	margin: 20px auto; 
	padding: 20px; 
	border: 1px;
	font-size: 16px;
	font-weight: normal;
	background: #f8f8f8; -moz-box-shadow: 0 0 10px black; -webkit-box-shadow: 0 0 10px black; box-shadow: 0 0 10px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}	

#registerfieldloginnew input[type=text]{ 
	width: 140px;
	height: 30px;
	padding-left: 10px;
	margin: 5px;
	font-size: 18px;
	font-weight: bold;
}
	
#registerfieldloginnew input[type=password]{ 
	width: 140px;
	height: 30px;
	padding-left: 10px;
	margin: 5px;
	font-size: 18px;
	font-weight: bold;	
}	
	
#registerfieldfileshare { 
	position: relative; 
	width: 930px; 
	height: auto;
	margin-left: 20px;
	margin-top: 20px;	
	padding: 0px;
	border: 1px;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}	
	
#training_old{ 
	position: relative; 
	width: 250px; 
	height: 50px;
	margin-left: 40px;
	margin-top: 20px;
	padding: 20px; 
	border: 1px;
	overflow: hidden;
	font-size: 14px;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}	

#field_notes{ 
	position: center; 
	width: 800px; 
	height: auto;
	margin-left: 0px;
	margin-top: 20px;
	padding: 20px; 
	border: 1px;
	background: #f8f8f8; -moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=65, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}

#field_notes_datetime{
	position: relative;
	width: 110px;
	height: 15px;
	margin-left: 0px;
	margin-top: -35px;
	padding: 5px;
	border: 1px;
	background: #ffffff; -moz-box-shadow: 0 0 2px black; -webkit-box-shadow: 0 0 2px black; box-shadow: 0 0 2px black;
	}	
	
.popup_msg{
	position:absolute;
	z-index:100;
	width:300px;
	height:100px;
	padding-left: 50px;
	padding-top: 20px;
	text-align:justify;
	color:Black;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/cdkm_infopopup.png);
	background-repeat:no-repeat;
}

.menu_top { }
.menu_top td { position:relative; z-index:1; top:0px; padding:0px; margin:0px; height:35px; color: #fff; background:url(images/menu_top.png) 0 0 repeat-x; }
.menu_top a { color:ccc#; }

#cd_logo{
	position: absolute;
	padding-left: 550px;
	
}

#triallist_mini{
	border: 1px solid grey;
	position: absolute;
	margin-left: 550px;
	width: 250px;
	height: 250px;
	overflow: auto;
}

#triallist_quickcheck_mini{
	border: 1px solid grey;
	position: absolute;
	margin-top: 20px;
	margin-left: 580px;
	width: 300px;
	height: 300px;
	overflow: auto;
}

#trial_table_row1{ padding: 2px; font-size: 12px; background: #fff;}
#trial_table_row2{ padding: 2px; font-size: 12px; background: #dcdcdc;}

#memberlist_mini{
	position: absolute;
	margin-left: 850px;
	width: 250px;
	height: 250px;
	overflow: auto;
}

#studentlist_mini{
	border: 1px solid grey;
	position: absolute;
	margin-left: 550px;
	margin-top: 290px;
	width: 250px;
	height: 250px;
	overflow: auto;
}

#storage_list{
	position: absolute;
	margin-left: 550px;
	margin-top: 20px;
	width: 300px; 
	height: auto;
	padding: 20px; 
	border: 1px;
	background: #f8f8f8; -moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=65, Color='#000000')";	
}
	
#training_liste{ 	
	width: 1150px; 
	margin-left: 20px; 	
	border: 0px;	
	}

#training_liste_neu{ 	
	width: 1150px; 
	margin-left: 20px; 	
	border: 0px;	
	}
	
	
#fileshare_liste { 	
	width: 850px; 
	margin-left: 20px; 	
	border: 0;
	}

#fileshare_liste td {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#member_liste{ 	
	width: 850px; 
	margin-left: 20px; 	
	border: 0;
	}

/*
#member_liste td {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	}
*/
	
#payment_liste{ 	
	width: 950px; 
	margin-left: 20px; 	
	border: 0;
	}

#payment_liste td {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	text-align: center;
	}
	
#Uhrzeit{
	font-size: 24px;
	font-weight: bold;
	}

#DatumHeader{
	font-size: 24px;
	font-weight: bold;
	}	
	
#training_header{ 
	font-size: 14px;
	font-weight: bold;	
	}	
	
#code {
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	}

#code2 {
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	}

#code3 {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	}	

#wrapper {
	position:relative;
	width: 650px;
	height: auto;
}

#trialBox {
	position: relative;
	width: 600px;
	border: 1px solid #cccccc;
	margin-left: 30px;
	padding: 10px;
	font-size: 14px;
	color: #000;
	z-index: 8;
	background: #f8f8f8; -moz-box-shadow: 0 0 10px black; -webkit-box-shadow: 0 0 10px black; box-shadow: 0 0 10px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";	
}	

#trialBox h1 {
	font-size: 18px;
	font-weight: bold;
}

#trialBox h2 {
	font-size: 16px;
}

#trialBoxLeftContent table {
	width:100%;
}

#trialBoxRightContent {
	text-align:right;
}

#contractBoxRightContent table {
	width: 100%;
}

#trialBoxRightContentOptions {
	position: absolute;
	border: 0px solid blue;
	width: 194px;
	height: auto;
	float: right;
	bottom: 0px;
	right: 0px;
	margin: 10px;
}

#delete_button {
	position: absolute;
	width: 33px;
	height: 33px;
	margin-top: -15px;
	margin-left: 15px;
	background: url('nl_templates/del_button_back1.png') no-repeat top left;
	display: block;
	text-indent: -9999px;
	z-index: 9;
}

#delete_button:hover {
	position: absolute;
	width: 33px;
	height: 33px;
	margin-top: -15px;
	margin-left: 15px;
	background: url('nl_templates/del_button_back2.png') no-repeat top left;
	display: block;
	text-indent: -9999px;
	z-index: 9;
}

#nl_button {
	margin-left: 20px;
	border: 0px solid #cccccc;
	background: url('nl_templates/nl_button_back1.png') no-repeat top left;
	font-weight: normal;
	width: 150px;
	height: 100px;
	white-space: pre;
}

#nl_button:hover {
	border: 0px solid #000000;
	background: url('nl_templates/nl_button_back2.png') no-repeat top left;
	font-weight: bold;
}

#radio_sort {
	margin-left: 50px;
	font-size: 12px;
	
}

#trial_inv_stats {
	font-size: 12px;
}

#maskheader {
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
	}
	
td
.headline {
	font-size: 14px;
	/*background: #fcffab;*/
	}

.picture {
	width: 220px;
	}
	
.dataoutput {
	padding: 5px;
	font-size: 10px;
	/*border: 1px solid #505050; */
	background: #eee;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	}

.id_headline {
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(js/vendor/tablesort/themes/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(js/vendor/tablesort/themes/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(js/vendor/tablesort/themes/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter tr.highlight td {
	background-color: #e2001a;
}

._3ma {font-family: 'Verdana';font-weight: normal !important;text-rendering: optimizelegibility; }
.mvm{margin-top:10px;margin-bottom:10px}
._6v{font-weight:bold}
._6o{font-size:19px;line-height:126%}
._6wl{background:-webkit-linear-gradient(top, #67ae55, #578843);background:-moz-linear-gradient(top, #67ae55, #578843);background-color:#69a74e;box-shadow:inset 0 1px 1px #a4e388}
._6wl:hover{background:-webkit-linear-gradient(top, #79bc64, #578843);background:-moz-linear-gradient(top, #79bc64, #578843)}
._6wk{padding:10px 80px}
._6j{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;letter-spacing:1px;position:relative;border-color:#3b6e22 #2c5115;text-shadow:0 1px 2px rgba(0,0,0,0.5)}

._db3ma {font-family: 'Verdana';font-weight: normal !important;text-rendering: optimizelegibility; }
._db6v{font-weight:bold}
._db6o{font-size:10px;line-height:126%}
._db6wl{background:-webkit-linear-gradient(top, #4180bf, #336699);background:-moz-linear-gradient(top, #4180bf, #336699);background-color:#4180bf;box-shadow:inset 0 1px 1px #93bee9}
._db6wl:hover{background:-webkit-linear-gradient(top, #99b2cc, #4180bf);background:-moz-linear-gradient(top, #99b2cc, #4180bf)}
._db6wl_nh{background:-webkit-linear-gradient(top, #4180bf, #336699);background:-moz-linear-gradient(top, #4180bf, #336699);background-color:#4180bf;box-shadow:inset 0 1px 1px #93bee9}
._db6wk{padding:2px 5px}
._db6j{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;letter-spacing:1px;position:relative;border-color:#1d3854 #274c72;text-shadow:0 1px 2px rgba(0,0,0,0.5)}
