/*
* default.css v0.1
* Default CSS Template
*/

/*------------------------------------------*/
/*	default									*/
/*------------------------------------------*/
* {
margin:0;
padding:0;
}

textarea {
	font-size:0.9em;
}
.errortext {
	color:red;
	}
.errorgeneral {
	color:red;
	background-color: #FFDFDF;
	border:1px solid #FF0000;
	margin-bottom:0.5em;
	padding-left:0.3em;
	padding-right:0.3em;
}

input[type="text"], 
input[type="password"],
select, textarea {
	color:black;
	background-color: #F2F3F7;
	border:1px solid #C4C4C4;
	padding:0.1em;
	margin:0.1em;
	}
input[type="submit"] {
	padding-left:0.4em;
	padding-right:0.4em;	
	}	
	
input.error {
	background-color: #FFDFDF;
	border:1px solid #FF0000;
}

html {
	font-size: 75%;
}

html>body {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

body {
	background: #3A1B07;
	background: #fff;
	background: #e6e6e6;

	text-align: center;
	margin:26px 0 0 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

ul, li {
	list-style-type: none;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
	}
p {
	padding:0.3em 0;
}

h1 {
	color:#3e3e3e;
	margin:0.5em 0 1em 0;
	padding:0.3em 0 0.5em 0;
	font-weight:normal;
	font-size:1.6em;
	color:#B3B3B3;
	color:#000;
	vertical-align : baseline;
	border-bottom : 1px solid Black;
}

h2 {
	color:#000000;
	margin:0;
	margin-right:0.4em;
	padding:0.3em 0.3em;
	display:block;
	border:0;
	font-weight:bold;
	font-size:1em;
}

h3 {
	color:#3e3e3e;
	margin:0.5em 0 1em 0;
	padding:0.3em 0 0.5em 0;
	color:#B3B3B3;
	color:#000;
	font-weight:normal;
	font-size:1.6em;
}


#wrapper {
	background: #C6B8AF;
	background: #fff url(../img/menue_bg.jpg) left repeat-y;
	text-align: left;
	width: 990px;
	margin: 0 auto;
}

/* add sta OKABE@SOFTM GSENSE.159 2010/4/16 –K–â�Ï‚ÝƒŠƒ“ƒN�F‚ð•Ï‚¦‚È‚¢ */
a:visited {
	color: Blue;
}
/* add end OKABE@SOFTM GSENSE.159 2010/4/16 –K–â�Ï‚ÝƒŠƒ“ƒN�F‚ð•Ï‚¦‚È‚¢ */

/*------------------------------------------*/
/*	page header								*/
/*------------------------------------------*/
#pageheader {
	background: #5555DD;
/* 	color: #d4d4d9;
 */
	color: #FFFFFF;
	padding: 0;
	position:relative;
	height:97px;
	width:990px;
}

#csclogo {
	position:absolute;
	z-index: 1;
	top: 0;
	color: #FAFAFA;
}

#csclogout {
	position:absolute;
	z-index:2;
	top: 0;
	right: 0;

	float:right;
	margin-top:1em;
	margin-right:0em;
}
#cscuser {
	position:absolute;
	z-index:3;
	top: 0;
	right: 0;

	float:right;
	margin-top:1em;
	margin-right:5.5em;
	color: #d4d4d9;
}

#version {
	position:absolute;
	z-index:3;
	top: 0;
	left: 0;

	float:left;
	margin-top:5.7em;
	margin-left:10.5em;
	color: #a4a4c4;
}


a.headerlink {
	margin-right:1em;
	padding:0.3em;
	border:1px solid transparent;
	color: #d4d4d9;
	background: transparent;
}

a.headerlink:hover {
	background: white;
	color: black;
	border:1px solid grey;
}

/* add sta OKABE@SOFTM GSENSE.159 2010/4/16 –K–â�Ï‚ÝƒŠƒ“ƒN�F‚ð•Ï‚¦‚È‚¢ */
#pageheader a:visited {
	color: #d4d4d9;
}
/* add end OKABE@SOFTM GSENSE.159 2010/4/16 –K–â�Ï‚ÝƒŠƒ“ƒN�F‚ð•Ï‚¦‚È‚¢ */

/*------------------------------------------*/
/*	page status								*/
/*------------------------------------------*/
#pagestatus {
	background: #3B3A8B;
	color: #c6c6df;
	padding:0.3em 20px 0 20px;
	min-height : 20px;
}

#pagestatus li {
	display: inline;
}

#pagestatus li a{
	color: #c6c6df;
	text-decoration:none;
}

#pagestatus li a:hover{
	text-decoration:underline;
}

#cscnavpath {
	float:left;
	font-weight:bold;
}

#csctime {
	color: #c6c6df;
	float:right;
}


/*------------------------------------------*/
/*	page menu								*/
/*------------------------------------------*/
#pagemenue {
	clear:both;
	border: 0px solid #FF33CC;
	width: 140px;
	float: right;
	float: left;
	margin-left:9px;
	margin-top:1em;
	margin-bottom:2em;
	min-height : 380px;
}

ul.mopen, ul.mclose {
	margin: 0 0 1em 0; /* mit abstand zum nächsten submenue */
	padding: 0;
	list-style-type: none;
	/*border:1px none #FF33CC;*/
}
ul.mopen li {
	margin: 0;
	padding: 0;
}
ul.mopen a {
	margin:1px;
	padding:0.3em 0 0.3em 1em;
	color:#000000;
	display:block;
	text-decoration:none;
	/*border: 1px solid transparent;*/
}
ul.mopen a:hover {
	text-decoration:underline;
}
.mtitle {
	font-size:1.2em;
	font-weight:bold;
}
ul.mopen li.mtitle {
	color:#3B3A8B;
	margin:0;
	padding:0.5em 0.9em;
	display:block;
	border:0;
	/*border:1px solid transparent;*/
}
ul.mopen li.mtitle:hover {
}

#pagemenue a.mcurrent {
	background: url(../img/icon/mcurrentitem.gif) no-repeat left;
	text-decoration:underline;
}

/* add sta OKABE@SOFTM GSENSE.159 2010/4/16 –K–â�Ï‚ÝƒŠƒ“ƒN�F‚ð•Ï‚¦‚È‚¢ */
#pagemenue a:visited {
	color: Black;
}
/* add end OKABE@SOFTM GSENSE.159 2010/4/16 –K–â�Ï‚ÝƒŠƒ“ƒN�F‚ð•Ï‚¦‚È‚¢ */

/*------------------------------------------*/
/*	page content							*/
/*------------------------------------------*/
.pagecontent {
	float: left;
	float: right;
	width: 780px;
	width: 790px;
	background: #FFF;
	padding: 0 1em 2em 0em;
}

/*------------------------------------------*/
/*	page footer								*/
/*------------------------------------------*/
#pagefooter {
	background: #413F93;
	clear: both;
	color: #c6c6df;
	padding: 0.5em 20px 0 20px;
	border-top:2px solid #3B3A8B;
	min-height:2em;
}

#cscsupport {
	border:0px solid red;
	float:left;
	}
#cscinfo {
	border:0px solid red;
	float:right;
	}
#pagefooter li {
	display: inline;
}
#pagefooter a {
	color: #d4d4d9;
	padding:0.3em;
}















/*------------------------------------------*/
/*	login									*/
/*------------------------------------------*/
#loginwin {
	background: #fff;
	}
#loginwin #wrapper { /* page width on login */
	background: #fff;
	padding:0;
	}




/*------------------------------------------*/
/*	schedule								*/
/*------------------------------------------*/
.schedule-table {
	background: #FFFFFF;
}

.schedule-table-head {
	background: #7C83A6;
	color: white;
	font-weight:bold;
	width: 1.5em;
	padding:	0.2em 0.6em 0.2em 0.6em;
	margin: 0.5em 0.8em 0 1.9em;
	font-size: 1.1em;
	vertical-align : middle;
	white-space:nowrap;
}

.schedule-table-cathegory {
	background: #939393;
	color: white;
	width: 1.5em;
	padding:	0.2em 0.6em 0.1em 0.6em;
	font-size: 1.0em;
	white-space:nowrap;
}

.schedule-table-info {
	background: #FFFFFF;
	padding:	0.1em 0.2em 0em 0.2em;
	font-size: 1.1em;
	border-bottom: 1px solid;
	border-bottom-color: #939393;
}


.submit-input {
	color: red;
}

/*------------------------------------------*/
/*	Application								*/
/*------------------------------------------*/
.application-table tr td
{
	background: #FFFFFF;
	padding:	0.2em 0.2em 0em 0.2em;
	font-size: 1.1em;
}

.application-table tr .application-table-title
{
	font-weight:bold;
	font-size:12px;
	height:3em;
}

.application-table tr .application-table-info 
{
	border-bottom: 1px solid;
	border-bottom-color: #939393;
}

.application-table tr td .application-table-input-text
{
	margin-left:0.3em;
}

/*------------------------------------------*/
/*	User Configuration						*/
/*------------------------------------------*/

.userlist-table 
{
	background: #FFFFFF;
	font-weight:bold;
	white-space:nowrap;
	word-break:break-all;
	padding:	0.2em 0.6em 0.2em 0.6em;
}

/*------------------------------------------*/
/*	Event Distination						*/
/*------------------------------------------*/
/*------------------------------------------*/
/*	schedule								*/
/*------------------------------------------*/
.event-table {
	background: #FFFFFF;
}

.event-table-head {
	background: #7C83A6;
	color: white;
	font-weight:bold;
	width: 1.5em;
	padding:	0.2em 0.6em 0.2em 0.6em;
	margin: 0.5em 0.8em 0 1.9em;
	font-size: 1.1em;
	vertical-align : middle;
	white-space:nowrap;
}

.event-table-cathegory {
	background: #939393;
	color: white;
	font-weight:bold;
	width: 1.5em;
	padding:	0.2em 0.6em 0.1em 0.6em;
	font-size: 1.0em;
	white-space:nowrap;
}

.event-table-info {
	background: #FFFFFF;
	font-size: 1.1em;
	border-bottom: 1px solid;
	border-bottom-color: #939393;
}

.event-table-radio {
	background: #FFFFFF;
	font-size: 1.1em;
	margin: 0.0em 2.0em 0.0em 0.0em;
	border-bottom: 1px solid;
	border-bottom-color: #939393;
}

/*------------------------------------------*/
/* 			FCC Update						*/
/*------------------------------------------*/

#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}

#contents {
	width:610px;
	float: left;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h3 {
	font-size: 14px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #7C83A6;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contents h3 a {
	font-size: 14px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	margin-right: 5px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.gif);
}

#base #wrap #contents #c_pad .box5 {
	height: 130px;
	width: 400px;
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 5px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#base #wrap #contents #c_pad .box5 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #7C83A6;
	border-left-color: #6b708d;
	color: #FFFFFF;
}

#base #wrap #contents #c_pad .box5 p {
	margin: 0px;
}

#CetisPackagesStatusTable table {
	border-collapse: collapse;
	text-align: left;
	display: block; /* important */
	height:auto;
	overflow: auto;
	width: 587px;
}

#CetisPackagesStatusTable thead tr { 
	display: block;
}

#CetisPackagesStatusTable tbody { 
	  display: block; /* makes it sizeable */
      max-height: 400px;  /* height of scrollable area */
      overflow: auto; /* scroll rather than overflow */
      width: 100%; /* fill the box */
}	
	
#CetisPackagesStatusTable th {
	border: 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 10px;
	background: #7C83A6; 
	color: white;
	}

#CetisPackagesStatusTable td {
	border: 1px solid #C4C4C4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 10px;
	background: #F2F3F7;
}

/* the first column*/
#CetisPackagesStatusTable tr td:nth-child(1),
#CetisPackagesStatusTable th:nth-child(1) {
  width: 260px;
}

/* the second column*/
#CetisPackagesStatusTable tr td:nth-child(2),
#CetisPackagesStatusTable th:nth-child(2) {
  width: 130px;
}

/* the third column*/
#CetisPackagesStatusTable tr td:nth-child(3),
#CetisPackagesStatusTable th:nth-child(3) {
  width: 140px;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}