/** ************************************************************/
/** AbstractBoxBeamn                                           */
/** ************************************************************/

.AbstractBoxBeam {
	margin-bottom: 1em;
	background-color: #FFFFFF;
}

.AbstractBoxBeam h2 {
	background: #FFFFFF;
	color: #999999;
        border-bottom: 1px solid #999999;
}

.AbstractBoxBeam .content {
	display: block;
	width: 100%;
}

/** ************************************************************/
/** AbstractStdBoxLightBackgrpuound                              */
/** ************************************************************/

.AbstractStdBoxLightBackground {
	background: #FFFFFF;
	padding: 0px;
	margin-bottom: 1em;
}

.AbstractStdBoxLightBackground h2 {
	border-bottom: 1px solid gray;
        margin-top: 0px;
        margin-bottom: 0px;
}

.AbstractStdBoxLightBackground .content {
	padding-left: 1px;
	padding-right: 1px;
	display: block;
	width: 100%;
}

.AbstractStdBoxLightBackground .AbstractBoxBeam {
   background: transparent;
}

.AbstractStdBoxLightBackground .AbstractBoxBeam h2 {
   background: transparent;
   border: none;
}


/** ************************************************************/
/** OrganisationList                                           */
/** ************************************************************/


ul.OrganisationList {
   padding-left: 20px;
   margin-left: 20px;
}

ul.OrganisationList li {
   list-style-type: none;
}

/** ************************************************************/
/** PictureUrlCompanyList                                           */
/** ************************************************************/
.CompanyList .PictureUrlCompanyListElement, .CompanyList .odd .PictureUrlCompanyListElement { 
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted black;
}


.CompanyList .PictureUrlCompanyListElement .Picture {
float: left;
padding-right: 10px;
/** diese Border braucht man fuer den Abstand */
border-top: 1px solid #FFFFFF;
width: 100px;
}
   
.CompanyList .PictureUrlCompanyListElement .Title{

}

.CompanyList .PictureUrlCompanyListElement .clear {
clear: both;
}
.CompanyList .Detail {


}

.CompanyList .PictureUrlCompanyListElement .Description {
   border: 1px solid red;
   display: none;
}

.CompanyList .PictureUrlCompanyListElement a {
}



/** ************************************************************/
/** .AddressCompanyListElement                                */
/** ************************************************************/

tr.AddressCompanyListElement td {
    border-top: 1px dotted black;
}

.AddressCompanyListElement .titleContainer {
  padding-left: 15px;
  padding-top: 10px;
}

.AddressCompanyListElement .title {
  font-size:  1.3em;
  font-weight: bold;
  width: 100%;
}


.AddressCompanyListElement .address {
   border-width: 0px;
   padding: 10px 0 10px 15px;
}


.AddressCompanyListElement .AddressTable td {
  border-width: 0px;
  background-color: #FFFFFF;
}




/** ************************************************************/
/** .DescriptiveCompanyListViewElement                   */
/** ************************************************************/
.CompanyList .DescriptiveCompanyListViewElement {
padding: 10px 0 0 0;
}

.CompanyList .DescriptiveCompanyListViewElement img {
float: left;
margin: 0 10px 10px 0;
border: 1px solid silver;
}

.CompanyList .DescriptiveCompanyListViewElement .right {
float: right;
width: 80%;
}

.CompanyList .DescriptiveCompanyListViewElement .title {
font-weight: bolder;
font-size: 1.5em;
}

.CompanyList .DescriptiveCompanyListViewElement .label {
font-weight: bold;
}

.CompanyList .DescriptiveCompanyListViewElement .website {
margin: 5px 0 0 0;
}

.CompanyList .DescriptiveCompanyListViewElement .description {
margin: 5px 0 0 0;
}





/** ************************************************************/
/** AbstractStdBoxFrame                                        */
/** ************************************************************/

.AbstractStdBoxFrame {
	border: none;
}

/** ************************************************************/
/** AbstractBoxInfo                                            */
/** ************************************************************/

.AbstractBoxInfo {
        margin-bottom: 0.1em; 
	border: 1px solid Silver;
        overflow: hidden;
}

.AbstractBoxInfo h2 {
	color: black;
        background-color: #999999;
	border-bottom: 1px solid Silver;
        margin-top: 0px;
        margin-bottom: 0px;
}

.AbstractBoxInfo .content {
	display: block;
}


/** ************************************************************/
/** AbstractBoxStatus                                            */
/** ************************************************************/
.AbstractBoxStatus {
	background-color: #FFFFFF
}	


/** ************************************************************/
/** Editor                                                     */
/** ************************************************************/

table.Editor {
	background-repeat: no-repeat;
	background-position: center;
        background-color: #FFFFFF;
	width: 520px;
}

table.Editor th {
	background: black;
	text-align: left;
	padding-left: 2px;
	color: #FFFFFF;
}

.Editor-Input {
	background: transparent;
}

table.Editor-Input td {
	font-weight: bold;
}

.Editor-HelpText {
	background: transparent;
	color: Black;
}

input.Search-Input {
	height: 1.4em;
	font-size: 0.8em;
	width: 100px;
}

input.Search-SubmitButton {
	margin-left: 10px;
}

table.EditLayout {
	margin-left: 0;
 	background-color: #FFFFFF;
}

.EditLayout-TitlePane {
	font-size: 1.2em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #323232;
	background-color: #FFFFFF;
	padding-top: 1px;
	letter-spacing: 0px;
	word-spacing: 1px;
	vertical-align: text-bottom;
}

/** ************************************************************/
/** CalendarViews                                              */
/** ************************************************************/

.CalendarViews-Month {
	background-color: #FFFFFF;
}

table.CalendarViews-Month {
	text-align: center;
	border-right: 4px solid #FFFFFF;
	width: 100%;
}

.CalendarViews-Month-Title {
	font-weight: bold;
}

.CalendarViews-Month-Title-Weekday {
	border: 2px solid #999999;
	background: #999999;
	color: #FFFFFF;
}

.CalendarViews-Month-Title-Weekend {
	border: 2px solid #999999;
	background: #999999;
	color: #FFFFFF;
}

.CalendarViews-Month-Title-KW {
	border-top: 2px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	background: #999999;
	color: black;

}


td.CalendarViews-Month-KW {
	border-right: 1px solid #999999;
	color:silver;
}

A.CalendarViews-Month-KW {
	color:silver!important;
}

.CalendarViews-Month-Days {
	text-align: center;
	padding-left: 1px;
}

.CalendarViews-Month-AktDay {
	border: 1px solid red;
}

A.CalendarViews-Month-Days:hover {
	text-align: center;
	background: #D3D3D3;
}


.CalendarViews-Month-Weekend {
	text-align: center;
	background: transparent;
	color:#DC143C;
	padding-left: 1px;
}

A.CalendarViews-Month-Weekend {
	text-align: center;
	background: transparent;
	color:#DC143C!important;
}

A.CalendarViews-Month-Weekend:hover {
	text-align: center;
	background: #D3D3D3;
	color:#DC143C;
}

.CalendarViews-Month-Seleted {
	background: #DBE0EC!important;
}

/** ************************************************************/
/** Appointment                                                */
/** ************************************************************/

.Appointment-Calendar-Header-Title, .Appointment-Calendar-Header-Next, .Appointment-Calendar-Header-Last {
	font-weight: bold;
}

.AppointmentGroupTitle {
	background: #999999;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 10px solid #FFFFFF;
	padding-left: 1px;
}

.AppointmentWeek {
	background-color: #DBE0EC;
	text-align: left;
}


.WeekList tr.even td.Time {
	background-color: #FFFFFF;
	text-align: left;
	width: 100px!important;
}

.WeekList tr.odd td.Time {
	background-color: #FFFFFF;
	text-align: left;
	width: 100px!important;
}

.WeekList tr.even td.Title {
	background-color: #FFFFFF;
	text-align: left;
}

.WeekList tr.odd td.Title {
	background-color: #FFFFFF;
	text-align: left;
}

.WeekList tr.even td.Relation {
	background-color: #FFFFFF;
	text-align: left;
}

.WeekList tr.odd td.Relation {
	background-color: #FFFFFF;
	text-align: left;
}

.AppointmentList-Small {
	
}

.AppointmentList tr.odd {
	background-color: #FFFFFF;
	text-align: left;
}

.AppointmentList tr.even {
	background-color: #FFFFFF;
	text-align: left;
}

/*****************************/
/* Appointment 				 */
/*****************************/

.AppointmentDateLabelCon span {
	padding-right: 0.5em; 
}

.AppointmentDateLabelCon span:empty {
	display: none;
}

/** ************************************************************/
/** AdressList                                                 */
/** ************************************************************/

hr.AddressList {
	font-size: 6px;
}

.AddressList table table {
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
	padding-top: 2px;
}

/** ************************************************************/
/** PersonList                                                 */
/** ************************************************************/

.PersonList img.Picture {
	margin: 5px;
}

.PersonList tr td {
        padding-left: 0;
}


.PersonList tr.odd .ElementTable *, .PersonList tr.odd * {
	background:#FFFFFF;
/*	border: 1px solid #FFFFFF;
	border-spacing: 2px;*/
	border-collapse: collapse;
	
}

.PersonList tr.even .ElementTable *, 
.PersonList tr.even,
.PersonList tr.even td.cellDetail {
	background:  #FFFFFF;	
}

.PersonList tr.odd td.cellPicture, .PersonList tr.odd td.cellDetail {
padding-top: 5px;
padding-bottom:5px;
}
.PersonList .cellDetail {
padding-left: 10px;
}

.PersonList td.Name {
	text-align: left;
}

.PersonList td.Phone {
	text-align: right;
padding-right: 5px;
}

.PersonList td.Email {
	text-align: left;
	padding-left: 5px;
}

.PersonList td.Company {
	text-align: left;
	padding-left: 0px;
}

.PersonList td.Company ul {
        padding: 0;
        list-style-position: inside;
}

.PersonList .Team {
	text-align: left;
	padding-left: 15px;
}


/*************************/
/** SmallPersonList      */
/************************/
.kos_intranet2_core_persons_SmallPersonListElement .left,
.kos_intranet2_core_persons_SmallPersonListElement .right {
  float: left;
}

.kos_intranet2_core_persons_SmallPersonListElement .right {
    padding-left: 10px;
    width: auto;
    overflow: hidden;
    float: none;
}

.kos_intranet2_core_persons_SmallPersonListElement ul {
margin-top: 0!important;
padding-left: 0!important;
}

.kos_intranet2_core_persons_SmallPersonListElement td {
  padding-bottom: 10px;
}

.kos_intranet2_core_persons_SmallPersonListElement .picture img {
  width: 50px;
  height: 65px;
}


.kos_intranet2_core_persons_SmallPersonListElement .name a,
.kos_intranet2_core_persons_SmallPersonListElement .name span.disabledLink {
  font-weight: bold;
}

.kos_intranet2_core_persons_SmallPersonListElement .name .function {
  margin-left: 10px;
}

.kos_intranet2_core_persons_SmallPersonListElement ul.personalInfo {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}





/** ************************************************************/
/** PersonDescriptionList          */
/** ************************************************************/
.PersonList .PictureDescriptionPersonListElement {
	
}

.PersonList .PictureDescriptionPersonListElement .Picture, 
.PersonList .PictureDescriptionPersonListElement .PictureFactory {
    float: left;
    padding-right: 10px;
    padding-bottom:10px;
}

.PersonList .PictureDescriptionPersonListElement .Picture .empty {
    background: Url("/generated/person_empty_255_255_255.gif") no-repeat;
}

.PersonList .PictureDescriptionPersonListElement .Detail {

}

.PersonList .PictureDescriptionPersonListElement .Detail .Title {
   display: block;
}

.PersonList .PictureDescriptionPersonListElement .Detail .Description {
   display: block;
}

/** ************************************************************/
/** PersonDescribtionAddressList                                            */
/** ************************************************************/
.PDALE_fullname{
font-size: 1.5em;
}


ul.PDALE_list{
overflow:hidden;
margin:0;
padding:0;
}


ul.PDALE_list li {
float:left;
margin:10px 10px;
}

ul.PDALE_list li.first {
margin-left:0;
list-style-type: none;
}

.PDALE_conDetail {
display:inline-block;
float:right;
width:70%;
}


/** ************************************************************/
/** MainProjectList                                            */
/** ************************************************************/


.MainProjectList tr.odd * {
 	background:#FFFFFF;
}

.MainProjectList tr.even * {
	background:  #FFFFFF;
}

.MainProjectList .expandButton {
  margin-left: 1px;
  margin-right: 2px;
}

.MainProjectList div.currentTopic * {
   background-color: #FFFFFF;
}

.MainProjectList div.currentTopic {
   background-color: #FFFFFF;
   padding: 2px 2px 2px 2px;
   border: 1px solid #999999;   
   margin-bottom: 5px;
}

.PictureProjectListElement td.Content {
	padding-left:10px;
	padding-top: 5px;
	width:100%;
}

.PictureProjectListElement td {
	padding-bottom: 5px;
}

ProjectListElement td.Title {
	padding-top:5px;
}

/** ************************************************************/
/** NewsList                                                   */
/** ************************************************************/

.ListView h4.RubricTitle {
	border: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
.organisation .ListView h4.RubricTitle {
	display: none;
}

.NewsList tr.odd img.Picture,
.NewsList tr.odd img.PictureFactory
 {
	text-align: left;
	float: left;
	padding-right: 10px;
	border: 0px;
	width: 100px;
}

.NewsList .RubricTitle {
	font-weight: bold;
}

.NewsList tr td {
        padding-left: 0;
}

.NewsList tr.even img.Picture, 
.NewsList tr.even img.PictureFactory {
	text-align: right;
	float: right;
	padding-left: 20px;
	border: none;
	width: 100px;
}

.NewsList td {
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}

.NewsList a.Title {
	font-weight: bold;
	line-height: 1.3em;
}
.NewsList .Title {
	margin-bottom: 0.3em;
}

.NewsList tr.FooterRow td {
	border: 0px;
        padding-left: 0;
}

.NewsAbstract {
	font-weight: bold;
	margin-bottom: 15px;
}

/*****************************************************/
/*** WidePictureNewslistElement *****/
/*****************************************************/
.NewsList tr.even .WPBN_Element img.PictureFactory,
.NewsList tr.odd .WPBN_Element img.PictureFactory {
padding:0;
float:none;
width:100%;
}

.WPBN_Element {
margin-bottom:20px;
}
.WPBN_Element .WPBN_Picture {
margin-bottom:20px;
}

.WPBN_Element .WPBN_Title {
margin-top:20px;
line-height:22px;
font-size:20px;
min-height:44px;
}

.WPBN_Element .WPBN_Sub {
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
padding: 2px 0;
font-size: 10px;
margin: 10px 0;
}


/*****************************************************/
/*** Chronicle                                              ****/
/*****************************************************/

td.chronicleGrp {
padding-top:10px;
font-size:3em;
color:silver;
font-weight:bolder;
font-style:italic;
line-height:1.3em;

}
.chronicle .ColumnNewsListElement, .chronicle .ChronicleCollage {
padding:10px;
padding-left:20px;
}


.chronicle .ChronicleCollage .collage .PictureFactory {
width:200px;
margin-right:20px;
float:left;
overflow:hidden;
}

.chronicle .ChronicleCollage div.Content div {
margin-top:5px;
}

.chronicle .ColumnNewsListElement .Title, .chronicle .ChronicleCollage .Title{
font-weight: bold;
}


/** ************************************************************/
/** BigNewsList                                                 */
/** ************************************************************/

.BigNewsList tr.odd img.Picture,
.BigNewsList tr.odd img.PictureFactory {
	text-align: right;
	float: right;
	margin-left: 10px;
	width:100px;
        padding: 4px 4px 4px 4px;
        background: #FFFFFF;
}

.BigNewsList tr.even img.Picture, 
.BigNewsList tr.even img.PictureFactory {
	text-align: left;
	float: left;
	margin-right:10px;
	width: 100px;
        padding: 4px 4px 4px 4px;
        background: #FFFFFF;
}

.BigNewsList td.TeaserElement,
.BigNewsListTeaserElement {
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}

.BigNewsList td.TeaserElement .RubricTitle,
.BigNewsListTeaserElement .RubricTitle {
	font-weight: bold;
	height: 20px;
}
 
.BigNewsList td.TeaserElement A.Title,
.BigNewsListTeaserElement A.Title {
        font-family: Montserrat,Arial,sans-serif;
	font-weight: bold;
	font-size: 1.4em;
        line-height: 100%;
	color: #009BB8;
}

.BigNewsList td.TeaserElement A.odd-MoreButton,
.BigNewsListTeaserElement A.odd-MoreButton {
	font-weight: normal;
	font-size: 1em;
}

.BigNewsList td {
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}

.BigNewsList .FooterRow td{
	border: 0px;
        padding-left: 0;
}

.BigNewsList .RubricTitle {
	font-weight: bold;
}
 
.BigNewsList A.Title {
	font-weight: bold;
	color: #009BB8;
}

.BigNewsList td p {
	padding-top: 5px;	
}

/** ************************************************************/
/** PictureNewsListElement                                     */
/** ************************************************************/

.BigNewsList tr.even .PictureNewsListElement img.Picture,
.BigNewsList tr.even .PictureNewsListElement img.PictureFactory
 {
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}

.BigNewsList tr.odd .PictureNewsListElement img.Picture, 
.BigNewsList tr.odd .PictureNewsListElement img.PictureFactory 
{
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}


.BigNewsList .PictureNewsListElement a.Title {
    font-size: 12pt;
}

.BigNewsList .PictureNewsListElement .Content {
      margin-bottom: 15px;
}

.NewsList tr.even .PictureNewsListElement img.Picture,
.NewsList tr.even .PictureNewsListElement img.PictureFactory {
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}

.NewsList tr.odd .PictureNewsListElement img.Picture,
.NewsList tr.odd .PictureNewsListElement img.PictureFactory {
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}


.NewsList .PictureNewsListElement a.Title {
    font-size: 12pt;
}

.NewsList .PictureNewsListElement .Content {
      margin-bottom: 15px;
}

.PictureNewsListElement > .Content {
  padding-top: 15px;
}


/** ************************************************************/
/** PictureNewsListElement                                     */
/** ************************************************************/

.PictureNewsListElement2 .Picture,
.PictureNewsListElement2 .PictureFactory {
padding-bottom: 5px;
}


/** ************************************************************/
/** ColumnNewsListElement                                      */
/** ************************************************************/

.ColumnNewsListElement {
    
}

.ColumnNewsListElement .PictureFactory {
   float: left ! important;
   padding-left: 0 ! important;
   padding-right: 0 ! important;
   margin: 0;
   padding: 0;
   width: 100px
}




.ColumnNewsListElement .Content {
        padding-left: 110px;
        display: block;
}

.BigNewsList tr.odd .ColumnNewsListElement img.Picture,
.BigNewsList tr.odd .ColumnNewsListElement img.PictureFactory {
        background: green;
        padding: 0px;
}

.BigNewsList tr.even .ColumnNewsListElement img.Picture,
.BigNewsList tr.even .ColumnNewsListElement img.PictureFactory {
        background: grey;
        padding: 0px;
}

/** ************************************************************/
/** SimpleDateNewsList                                         */
/** ************************************************************/


.SimpleDateNewsList .Date {
   display: block;
   width: 60px;
   float: left;
}

.SimpleDateNewsList .Title {
   display: block;
   padding-left: 70px;
}

/** ************************************************************/
/** ActionList                                                 */
/** ************************************************************/

.ActionlistList td {
   border-bottom: 1px dotted #999999;
}

.Actionlist-LoginBox {
	border: 1px solid gray;
	width: 146px;
	padding:2px;
	margin-bottom:3px;
}

.ActionlistElement .LoginForm {
   padding: 5px;
}

.ActionlistElement .SearchForm {
   padding: 5px;
}

.WidePictureAndTextActionListWidget .PictureFactory {
    width: 100%;
    height: 100%;
}

/** ************************************************************/
/** CompanyList                                                */
/** ************************************************************/

.CompanyList {
       padding-left: 0;
}

.CompanyList .SelectorRow {
}

.CompanyList tr.odd{
	background-color: #FFFFFF;
}

/** ************************************************************/
/** CombinationCompanyList                                     */
/** ************************************************************/


.CombinationCompanyList tr.odd * {
 	background: #FFFFFF;
}

.CombinationCompanyList tr.even * {
	background:  #FFFFFF;
}

/** ************************************************************/
/** CombinationOrganizationProject                             */
/** ************************************************************/


.CombinationOrganizationProject li li {
        background: #FFFFFF;
}

/** ************************************************************/
/** Url                                                        */
/** ************************************************************/


.UrlGroupTitle, .ActionListGroupTitle {
	background: #FFFFFF!important;
	color: #999999;
	border-top: 10px solid #FFFFFF;
        border-bottom: 1px solid #999999;
        font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}

.urlEntry  {
  border-bottom: 1px dotted black;
}

.urlEntry .title, .urlEntry .description {
  display: block; 
}

.urlEntry .externalhttp {
  display: block; 
  margin-left: 20px;
}




.urlList td {
   width:100%;
}



.UserList td{
	vertical-align: middle;
} 


/** ************************************************************/
/** Calendar                                                   */
/** ************************************************************/

#showCalendar_birthDate_cal {
margin-left:5px;
}

.INPUTcpYearNavigation,
	.INPUTcpMonthNavigation
			{
			background-color:#999999;
			text-align:center;
			vertical-align: middle;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.INPUTcpDayColumnHeader,
	.INPUTcpYearNavigation,
	.INPUTcpMonthNavigation,
	.INPUTcpCurrentMonthDate,
	.INPUTcpCurrentMonthDateDisabled,
	.INPUTcpOtherMonthDate,
	.INPUTcpOtherMonthDateDisabled,
	.INPUTcpCurrentDate,
	.INPUTcpCurrentDateDisabled,
	.INPUTcpTodayText,
	.INPUTcpTodayTextDisabled,
	.INPUTcpText
			{
			font-family: arial, sans-serif;
			font-size:8pt;
			}
	TD.INPUTcpDayColumnHeader
			{
			border-left:0px solid #999999; 
   border-right:0px solid #999999; 
   border-top:0px solid #999999; 
   border-bottom:1px solid #999999; text-align:right;
			
			}
	.INPUTcpCurrentMonthDate,
	.INPUTcpOtherMonthDate,
	.INPUTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.INPUTcpCurrentMonthDateDisabled,
	.INPUTcpOtherMonthDateDisabled,
	.INPUTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.INPUTcpCurrentMonthDate
			{
			color:#999999;
			font-weight:bold;
			}
	.INPUTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.INPUTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.INPUTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #999999;
			border-width: 1px;
			border:solid thin #000000;
			}
	TD.INPUTcpCurrentDateDisabled
			{
			border-width: 1px;
			border:solid thin #FFAAAA;
			}
	TD.INPUTcpTodayText,
	TD.INPUTcpTodayTextDisabled
			{
			border-left:0px solid #999999; 
   border-right:0px solid #999999; 
   border-top:1px solid #999999;
   border-bottom:0px solid #999999; 
			}
	A.INPUTcpTodayText,
	SPAN.INPUTcpTodayTextDisabled
			{
			height:20px;
			}
	A.INPUTcpTodayText
			{
			color: #999999;
                        background: #FFFFFF;
			font-weight:bold;
			}
	SPAN.INPUTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.INPUTcpBorder
			{
			border:solid thin #999999;
			}
			
/** ************************************************************/
/** TaskList                                                   */
/** ************************************************************/

.TaskList tr.odd {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.TaskGroupTitle {
	background: #999999;
	color: black;
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
}

.TaskGroupTitle a{
	color: black!important;
}

/** ************************************************************/
/** BirthdayList                                               */
/** ************************************************************/

.BirthdayListMonth {
	background: #999999;
	color: black;
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
}			

/** ************************************************************/
/** Event-/AppointmentList */
/** ************************************************************/

.EventListMonth {
	background: #999999;
	color: black;
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
}

.EventList td.EventListMonth a{
color: black;
}

.EventList td.EventListMonth a:hover{
text-decoration: none;
}

.EventList .odd {
   border-bottom: 1px dotted #999999;
   padding-bottom: 5px;
   padding-top: 5px;
}

.EventList .even {
  border-bottom: 1px dotted #999999;
  padding-bottom: 5px;
  padding-top: 5px;
}



.EventList .Title {
   padding-left: 15px;  
display: block;
}

.EventList .Time {
	min-width: 72px;
}

.EventList .Location {
 padding-left: 30px;
display: block;
}

.EventList .Origin {
   padding-left: 15px;
   font-weight: bold;
display: block;
}

.EventList .Description {
   padding-left: 15px;
   display: block;
}

.clear {
   clear: both;
}

/** ************************************************************/
/** AddressList                                                */
/** ************************************************************/

.AddressList {
    padding-left: 0;
}

/** ************************************************************/
/** AddressBox                                                 */
/** ************************************************************/


.AddressBox {
   display: block;
   float: left;
}

.AddressBox ul {
   list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}

.AddressBox ul li {
   padding-left: 0px;
}



/** ************************************************************/
/** StyleList                                                  */
/** ************************************************************/

.StyleList {
        clear: both;
}


.StyleList .StyleButton {
        display: block;
        float: left;
        width: 150px;
        min-height: 160px;
}



.clear {
   clear: both;
}

/** ************************************************************/
/** AddressBox                                                 */
/** ************************************************************/


.AddressBox {
   display: block;
   float: left;
}

.AddressBox ul {
   list-style: none;
   padding-left: 10px;
}

/** ************************************************************/
/** LargePicturePersonListElement                              */
/** ************************************************************/
tr.LargePicturePersonListElement {
}

tr.LargePicturePersonListElement .even, tr.LargePicturePersonListElement .odd  {
background-color: #FFFFFF;
}



tr.LargePicturePersonListElement td.rightCell {
}

tr.LargePicturePersonListElement td.leftCell {
width: 110px;
padding-bottom: 10px;
}

table.AddressTable td.Description {
width: 50px;
}


/** ************************************************************/
/** HeadlineNewsListElement                                    */
/** ************************************************************/

.HeadlineNewsListElement .Title {
   display: block;
   color: #009BB8;
   font-size: 1.3em;
   padding: 5px 0 5px 0;
}

.HeadlineNewsListElement .Date {
   border-left: 2px solid black;
   padding-left: 5px;
   float: left;
   font-weight: bold;
}

.HeadlineNewsListElement .RubricTitle {
   display: block;
   margin-left: 90px;
   padding-left: 5px!important;
   border-left: 2px solid black;
}

/** ************************************************************/
/** HeadlineDateNewsList                                        */
/** ************************************************************/


.HeadlineDateNewsList .Date {
   margin-left: 15px;
   padding-left: 5px;
   border-left: 2px solid black;
   width: 60px;
   float: left;
   font-weight: bold;
}



.HeadlineDateNewsList .Title {
   margin-left: 90px;
   display: block;
   color: #008198;
   border-left: 2px solid black;
   padding-left: 5px;
}

/** ************************************************************/
/** HeadlinePersonListElement                                  */
/** ************************************************************/


.HeadlinePersonListElement td {
  border-bottom: 1px dotted black;
}

.HeadlinePersonListElement .leftCell {
   width: 180px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 0;
}


.HeadlinePersonListElement .midCell {
   width: 150px;
   padding-top: 5px;
}

.HeadlinePersonListElement .midCell .PersonTitle {
   font-size: 1.3em;
   font-weight: bold;
   color: #009BB8;
}


.HeadlinePersonListElement .rightCell {
   padding-top: 5px;
}



.HeadlinePersonListElement .AddressTable td {
border-bottom:0;
}

.HeadlinePersonListElement .AddressTable .odd {
   background: #FFFFFF;
}

.HeadlinePersonListElement .AddressTable .even {
   background: #FFFFFF;
}

/** ************************************************************/
/** PictureTeamListElement                                     */
/** ************************************************************/
.PictureTeamListElement {
}
.PictureTeamListElement .Picture img{
  width: 200px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.PictureTeamListElement .Detail .Title {
  display: block;
  font-size: 1.4em;
}


/*************************************************************************************/
/**     PersonTeamListElement                                                             ****/
/************************************************************************************/
.TeamPersonList {
margin-bottom:15px;
}
.TeamPersonList .title {
font-size:1.2em;
line-height:1.5em;
font-weight:bold;
}


/*************************************************************************************/
/**     ADDRESS                                                                                   ****/
/************************************************************************************/
.address .left {
float:left;
width:49%;
margin-right:0.5%;
text-align:left;	
}
.address .right {
text-align:left;
width:49%;
}
.address .right table {
 width:100%;
}

/********************************************/
/* PictureTeaserProjectlist                 */
/********************************************/
td.PictureTeaserProjectlist a.title {
display:block;
font-size: 1.6em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
td.PictureTeaserProjectlist img.image {
max-width: 550px;
max-height: 200px;
display: block;
padding: 5px 0;
}
td.PictureTeaserProjectlist abstract {
}
td.PictureTeaserProjectlist {
}
td.PictureTeaserProjectlist ul.newslist {
   margin-top: 15px;
 padding-left:0px;
 margin-left: 0px;
}
td.PictureTeaserProjectlist a.addNews {
margin-left:10px;
}
td.PictureTeaserProjectlist  .Magi {
   display: block;
}
td.PictureTeaserProjectlist ul.newslist li img.Magi{
float:left;
display:block;
}
td.PictureTeaserProjectlist ul.newslist li span.abstract {
display:block;
}
td.PictureTeaserProjectlist ul.newslist li{
display:block;
clear:both;
}
td.PictureTeaserProjectlist a.addNews {
display:block;
clear:both;
}


/********************************************/
/* NewsPictureTeaserProjectlist             */
/********************************************/
td.NewsPictureTeaserProjectlist a.title {
display:block;
font-size: 1.6em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
td.NewsPictureTeaserProjectlist img.image {
max-width: 550px;
max-height: 200px;
display: block;
padding: 5px 0;
}
td.NewsPictureTeaserProjectlist abstract {
}
td.NewsPictureTeaserProjectlist {
}
td.NewsPictureTeaserProjectlist ul.newslist {
 margin-top: 15px;
 padding-left:0px;
 margin-left: 0px;
}
td.NewsPictureTeaserProjectlist a.addNews {
margin-left:10px;
}
td.NewsPictureTeaserProjectlist  .Magi {
   display: block;
}
td.NewsPictureTeaserProjectlist ul.newslist li img.Magi{
float:left;
display:block;
}
td.NewsPictureTeaserProjectlist ul.newslist a.newsTitle {
display:block;
font-size:1.5em;
}
td.NewsPictureTeaserProjectlist ul.newslist li span.abstract {
display:block;
}
td.NewsPictureTeaserProjectlist ul.newslist li{
display:block;
clear:both;
}
td.NewsPictureTeaserProjectlist a.addNews {
display:block;
clear:both;
}

/********************************************/
/* LeftPictureNewsList                      */
/*******************************************/
.LeftPictureNewsListElement,
.LeftPictureNewsListElement tr td,
.LeftPictureNewsListElement .Right {
padding: 0;
}

.LeftPictureNewsListElement .Right {
padding-left: 5px;
}

.LeftPictureNewsListElement table tr td {
border-bottom: 0;
}

/********************************************/
/* MainTeamList                                */
/*******************************************/
.MainTeamList a {
font-size:1.3em;
}
.MainTeamList div {
margin-top:10px;
}
.MainTeamList div ul {
list-style: none;
}

/********************************************/
/* BirthdayList                                    */
/*******************************************/
.PersonBirthdayList span.today {
color: red;
font-weight: bold;
}
.PersonBirthdayList span.after {
font-weight:bold;
}
.PersonBirthdayList span.before {
font-weight: lighter;
}


.birthdayReminder .row {
	clear: both;
}
.birthdayReminder .date {
	width: 80px;
	display: block;
	float: left;
}


/********************************************/
/* Sonstiges                                       */
/*******************************************/

.InputDialog.ActivityReport.SelectionDialog {
    width: 80%;
}

.WWEditorGroup.GDPR_Info {
    margin-top: 1rem;
}

.WWEditorGroup.GDPR_Info .GDPR_Disconfirmation {
    margin-top: 0.2rem;
}

.WWEditorGroup.GDPR_Info .GDPR_Purpose, .WWEditorGroup.GDPR_Info .GDPR_Disconfirmation {
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #999;
}


.CompilationList tr td {
   padding-left: 0;
}

.activityreport {
	width: 860px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
	text-align: left;
                margin:15px;
}

.actionButton {
    border: 1px solid #008198;
    background: #FFFFFF;
    padding: 4px;
}


.kos_intranet2_modules_activityreport_ActivityReportList_ActivityReportListElement tr td {
    margin: 10px;
    padding: 5px 0;
}

/** intranet2admin CreateClientWizard */

.BlueprintSelector {
margin: 0 25px 25px 25px;
}

.BlueprintSelector .caption {
font-weight: bolder;
font-size: 1.5em;
line-height: 1.8em;
}

/*******************************/
/** Sweepstakes */
/*******************************/
..AbstractSweepstakeForm .input {
width: 47%;
}

.AbstractSweepstakeForm .multigroup ul {
list-style: none;
padding: 0;
margin-left: 0px;
}

.AbstractSweepstakeForm .multigroup li {
float: left;
max-width: 200px;
padding-right: 10px;
}

.AbstractSweepstakeForm .multigroup .selectorContainer .box {
float: left;
width: 20px;
}

.AbstractSweepstakeForm .multigroup .itemContainer {
overflow:hidden;
position:relative;
}


.AbstractSweepstakeForm .multigroup li .itemContainer {
margin: 0 30px 0 0;
}

.AbstractSweepstakeForm .multigroup li .itemContainer.withPic {
margin: 0 10px 0 0;
}

/*.AbstractSweepstakeForm .WWEditorGroupRow .inner input {
width:98%;
}*/

.AbstractSweepstakeForm .errorBox {
       	background-color: #ffebe3;
       	color: black;
       	border: 3px solid red;
       	padding: 5px;  
}

.AbstractSweepstakeForm input {
	margin: 0;
}

.AbstractSweepstakeForm .errorBox ul {
	margin-top: 10px;
}

.AbstractSweepstakeForm .WWEditorGroup .WWEditorGroupRow span {
	display: block;
}

.AbstractSweepstakeForm .WWEditorGroup .WWEditorGroupRow span.required {
	margin-left: 5px;
	display: inline;
}

.AbstractSweepstakeForm ul.selectorList li {
	margin-bottom: 10px;
	margin-top: 10px;
}

form.sweepstake.sendwinners input,
form.sweepstake.sendwinners textarea {
width: 500px;
}

form.sweepstake.sendwinners textarea {
height: 200px;
}

.ManufactorInfo {
	margin-left: 220px;
	margin-top: 15px;
}
.ManufactorInfo .logo {
	display: inline;
	float: right;
}
.ManufactorInfo .url {
	width: 200px;
	display: inline-block;
	vertical-align: top;
}
.ManufactorInfo .url .intro {
	display: block;
}

/*************************/ 
/** TestForm             */
/*************************/
.TestForm .multigroup li {
  float: none;
  max-width: 100%;
}

.TestForm .multigroup .itemContainer.withPic .pictureContainer {
position:relative;
left:100px;
}

.TestForm .multigroup .itemContainer.withPic .selectorContainer {
position:absolute;
top:0px;
left: 0px;
width: 99px;
}

.TestForm .multigroup .selectorContainer p {
display:inline;
}


.AbstractSweepstakeForm .Countdown {
width: 100%;
}

.winnerbox ul.actionBar, .winnerbox .winnerlist ul {
list-style-type: none;
padding-left: 0;
}
 
.winnerbox ul.actionBar li {
display: inline;
margin-right: 5px;
}

.winnerbox .winnerlist ul li {
padding-bottom: 3px;
}


.winnerGrid td:nth-child(1),
.winnerGrid td:nth-child(2),
.winnerGrid td:nth-child(3) {
width: 180px;
text-overflow: ellipsis;
padding-bottom: 3px;
}

.winnerGrid tr:hover {
background-color: lightgrey;
}

/** RankingContainer */

ul.RankingContainer {
list-style-type: none;
padding: 0;
margin: 10px 0;
}

ul.RankingContainer li.first {
display: none;
}

ul.RankingContainer li {
float: left;
margin-right: 20px;
}

.RankingContainer .title {
font-weight: bold;
text-align: center;
margin-bottom: 5px;
}

.RankingContainer .inputContainer {
text-align: center;
}
 
/*******************************/
/** Sweepstakes - Survey */
/*******************************/
.SurveyForm .message .msgBox,
.TestForm .message .msgBox {
display: none;
}

.TestForm .selectorContainer .prefix {
width: 60px;
float: left;
}


.selectorContainer .prefix .correctContainer, 
.selectorContainer .prefix .ownSolution {
float: left;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center;
}

.selectorContainer .prefix .correctContainer.uncorrect {
background-image: url('/kos/kos-commons/themes/crystal/16x16/actions/button_cancel.png');
}

.selectorContainer .prefix .correctContainer.correct {
background-image: url('/kos/kos-commons/themes/crystal/16x16/actions/button_ok.png');
}

.selectorContainer .prefix .ownSolution {
margin-left: 10px;
}

.multigroup .suffix ul {
width: 200px;
margin-left: 15px;
}
.multigroup .suffix li {
float: left;
font-size: smaller;
width: 30px;
}

ul.result {
margin: 20px 0px;
list-style-type: square;
list-style-position: inside;
}

ul.result li.uncorrect {
list-style-image: url('/kos/kos-commons/themes/crystal/16x16/actions/button_cancel.png');
}

ul.result li.correct {
list-style-image: url('/kos/kos-commons/themes/crystal/16x16/actions/button_ok.png');
}

/*********************/
/* Produkte          */
/*********************/
.ProductView .Picture {
   float: left;
   padding-right: 10px;
}

.ProductView .Content {
   display: block;
}

.ProductView .Title {
   font-size: 14px;
   font-weight: bold;
   line-height: 20px;
}

.ProductView .Price {
   float: right;
   font-weight: bold;
}

input[name="kos_intranet2_om_Product_title"],
textarea[name="kos_intranet2_om_Product_shortDescription"],
input[name="kos_intranet2_om_News_title"],
textarea[name="kos_intranet2_om_News_abstractText"] {
    width: 370px;
}

.WWEditorGroupRow > input[type=text],
.WWEditorGroupRow > textarea {
/*width: 860px;*/
width: 100%;
box-sizing: border-box;
}
.WWEditorGroupRow .cke_skin_kama {
/*width: 860px !important;*/
width: 100% !important;
box-sizing: border-box;
}

.WWEditorGroupRow > input[name=kos_intranet2_om_News_dateWeight],
.WWEditorGroupRow > input[name=kos_intranet2_om_Person_fullName],
.WWEditorGroupRow > input[name=kos_intranet2_om_Person_title],
.WWEditorGroupRow > input[name=kos_intranet2_om_Person_initials],
.WWEditorGroupRow.single > input[type=text],
.pmo_Address .WWEditorGroupRow > input[type=text]
{
    width: auto;
}

textarea[name="kos_intranet2_om_Product_shortDescription"],
textarea[name="kos_intranet2_om_News_abstractText"] {
    height: 80px;
}

.wwmultiselect td {
    width: 230px;
}

.wwmultiselect td:first-child {
    width: 370px;
}

/* ================ E-Paper - START ================ */

/* Style for Submit-Button */
.pmo_Product .card-epaper button.WWSubmitButton,
.pmo_Product .e-paper-dialog a.actionbutton {
	margin-top: 0;
	border: none;
	background-color: #009BB8;
	color: white;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 1.2em;
	outline: none;
	cursor: pointer;
	overflow: visible; /* Fix for IE7-padding-bug */
}

/* Centers the a Button */
.pmo_Product .e-paper-dialog a.actionbutton.piwik_download {
	display: block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
}

/* Fix for Firefox padding/margin-bug */
.pmo_Product .card-epaper button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin:0;
}
/* Centers the two buttons */
.pmo_Product .card-epaper .EPaperActions {
	width: 100%;
	text-align: center;
}
/* Removes the list-style for the buttons */
.pmo_Product .card-epaper .EPaperActions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* So the buttons can be side by side */
.pmo_Product .card-epaper .EPaperActions li {
	display: inline-block;
	margin-right: 10px;
}
/* Corrects the E-Paper Cover to the left */
.pmo_Product .card-epaper .WWMainPane img.PictureFactory {
	margin-left: -42px;
}
.pmo_Product .card-epaper .shortDescription {
	font-weight: bold;
	margin-bottom: 10px;
}

/* ================ E-Paper - ENDE ================ */

/*********************/
/* Cart                  */
/*********************/
.AddressInput {
overflow: hidden;
margin: 15px 0;
/*max-width: 500px;*/
} 

/*.AddressInput input.street,
.AddressInput input.email,
.AddressInput input.appendix,
.AddressInput select.country {
width: 99.5%;
}*/

/* ZipCode */
.AddressInput .WWEditorGroupRow.multiple3 .left li.first {
  width: 30%;
}

/* Stadt */
.AddressInput .WWEditorGroupRow.multiple3 .left li.last {
  width: 70%;
}


.AddressView.dependent {
  padding-left: 40px;
  padding-top: 5px;
}

ul.methods {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ul.methods {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ul.methods .description {
  padding-left: 16px;
  width: 500px;
}

ul.methods li {
  margin-bottom: 10px;
}

ul.methods input {
  vertical-align: top;
}

ul.methods em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.3em;
}

.WWEditorGroup.dependent.debitContainer input {
  width: 60%;
} 

.WWEditorGroup.debitContainer {
  margin-bottom: 15px;
} 

.CheckoutWizard.confirm h2 {
  margin-top: 10px;
}

.CheckoutWizard .WWEditorGroupRow.multiple3 select {
   width: 100%;
}

.paymentContainer {
  margin-bottom: 15px;
  overflow: auto;
}

.paymentContainer .PaymentView {
float: left;
width: 49%;
}

.paymentContainer .AddressView {
float: right;
width: 49%;
}

.OrderPositionListView .OrderPositionListElement {
  width: 440px;
}

.OrderPositionListElement .PictureFactory {
  padding-bottom: 10px;
}

.OrderPositionListView .PriceInfo {
  width: 80px;
  overflow: hidden;
}

.OrderPositionListElement .BasePrice {
  font-size: smaller;
  color: grey;
}

.OrderPositionListView .Price {
  width: 50px;
  font-weight: bold;
}

.OrderPositionListElement .count input {
  width: 30px;
}

.OrderPositionListView .footerRow table td:nth-child(even) {
  text-align: right;
}

/************************/
/* ActivityReport-Package     */
/************************/
.ActionlistElementBase .ActivityReport ul.Navigation {
 margin: 0;
 padding-left: 0px;
 padding-top: 5px;
 list-style-position: inside;
 list-style-type: square;
}

.ActionlistElementBase .ActivityReport ul.Navigation li.selected {
 font-weight: bold;
}

.ActionlistElementBase .ActivityReport ul.PrevNext {
  padding: 0;
  margin: 10px 0 0 0;
}

.ActionlistElementBase .ActivityReport ul.PrevNext li {
  display: inline-block;
}

.ActionlistElementBase .ActivityReport ul.PrevNext li.last {
  float: right;
}

/*******************/
/** ActivityReport */
/*******************/
/*.InputDialog.ActivityReport.SelectionDialog ul.inner.left {
  width: 220px;
}

.InputDialog.ActivityReport.SelectionDialog ul.inner.right {
  width: 0;
  float: left;
}

.InputDialog.ActivityReport.SelectionDialog ul.inner.left li.first {
  width: 55px;
}

.InputDialog.ActivityReport.SelectionDialog ul.inner.left li.last {
  width: 150px;
}

.InputDialog.ActivityReport.SelectionDialog ul.inner.right li.first {
  width: 150px;
}

.InputDialog.ActivityReport.SelectionDialog .WWEditorGroupRow.single input {
  width: 369px;
}*/


.personParticipationType {
text-align:right;
}
.participationType_MEMBER, .participationType_CONFIRMED {
color:green;
}

.participationType_DECLINED {
color:red;
}

.wwpanel .current {
  background-color: #008198;
}

.wwpanel .current a {
  color: #FFFFFF;
}

.wwpanel .wwpanelcontent {
  border-color: #008198;
}

.wwpanel .tabs li {
  border-color: #008198;
}


/* ---- Kommentare START ---- */

.CommentaryList td {
  border-bottom: 1px solid #ADADAD;
}

.CommentaryList td:first-child {
  width: 20px;
}

.CommentaryList tr td {
  padding: 20px 20px 20px 0;
}

.CommentaryList .commentDate {
  font-size: 0.8em;
  color: gray;
}

.CommentaryList .FooterRow td {
  border: none;
}

.CommentaryList .ShadowPersonListElement-Detail {
  width: 90px;
}

/* ---- Kommentare END ---- */

/* ----------------- Download START ----------------- */
/* ----------------------------------------------------------- */

.CellWidePictureNewsListElement .downloadMarker {
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    margin: 0 !important;
    height: 16px;
    display: block;
}

.NewsReferenceList .ReferenceDisplay {
    margin-top: 10px;
}

.NewsReferenceList .picture {
    min-width: 60px;
    padding-right: 10px;
    display: inline-block;
}

.NewsReferenceList .textPane {
    width: 330px;
    margin-top: 2px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
.NewsReferenceList .textPane .Title {
    font-size: 14px;
    font-weight: bold;
}

.NewsReferenceList .actionPane {
    vertical-align: top;
    display: inline-block;
    float: right;
}
.NewsReferenceList .actionbutton {
    width: 180px;
    background-color: #008198;
    border-color: #008198;
    text-align: center;
}

/* ----------------------------------------------------------- */
/* ----------------- Download ENDE ------------------ */

ol {
	margin-left: 26px;
}

.yearSelector .Month {
	font-size: 1.2em;
}
.yearSelector .Month a {
	padding-right: 0.5em;
}

.pmo_ActivityReport.pme_create .WWEditorGroupRow input[type=text] {
	width: 66%;
}

.kos_intranet2_om_Appointment_status br {
	display: none;
}
.kos_intranet2_om_Appointment_status label {
	margin-right: 10px;
}
