/*---------------------------------GENERAL LAYOUT---------------------------------*/





body{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000;
	cursor: default;
	background:#5c5c5c url("img/background.jpg") repeat-x;
	width:100%;
	text-align:center;
}

td,th, form {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000;
	cursor: default;
}


div{
	margin: 0px 0px 0px 0px;
	position: relative;
}

.viewport {
	background-color:#ffffff ;
	width: 900px;
	margin: 0px auto auto auto;
	min-height:900px;
	text-align:left;
	padding:10px;

}

.smallviewport {
	background-color:#ffffff ;
	width: 800px;
	margin: 0px auto auto auto;
	text-align:left;
	padding:10px;

}

.pageheader {
	background:#fff url(img/logo_2023.jpg) no-repeat left top;
	background-size: 373px 90px;
	height : 120px;
	width: 800px;
	margin: 0px auto 20px auto;
	text-align:right;

}

.sessionmenu {
	background:#fff url() no-repeat left top;
	height : 30px;
	width: 800px;
	margin: 0px auto 20px auto;
	text-align:right;
	display-align:top;
}

.pagemessage {
	width: 800px;
	margin: 0px auto 0px auto;
	display: none;
}

.pagetitle {
	font-weight: normal;
	font-size : 12pt;
	color: #E31C79;
	width:800px;
	margin: 0px auto 20px auto;
}
.pagesubtitle {
	font-weight: normal;
	font-size : 10pt;
	color: #E31C79;
	width:800px;
	margin: 0px auto 20px auto;
}

.main {
	width: 800px;
	margin: 0px auto 0px auto;
	float:none;


}

.navtab {
	width: 800px;
	margin: 0px auto 0px auto;
}

.info{
	color: #88a33a;
	background-color: #d9e4cd;
	border: 2px solid #88a33a;
}

.warning{
	color: #ed1c24;
	background-color: #fbbcc8;
	border: 2px solid #ed1c24;
}



.list .row a {
	text-decoration:none;
	color: #303030;
	font-weight:normal;
}

.list .row a:hover {
	color:#E31C79!important;
	font-weight:normal;
}


a {
	text-decoration:none;
	font-weight:bold;
	color: #E31C79;
	font-size:11pt;
}


table{
	border-collapse:collapse;
	text-align:left;
}


.report td {
	border:1px solid #af000b;
	text-align:center;
	font-weight:normal;
	padding:2px;

}


.rowheader  {
	text-align:left!important;
	font-weight:normal;
}

.colheader  {
	text-align:center;
	font-weight:bold!important;
}


.row th{
	height: 60px;
}


.row td{
	border-top : 1px dashed black;
	height: 40px;
	padding: 5px;
}

.row .title{
	width: 20%;
}

.row .field{
	width: 80%px;
}

.main .buttonbar{
	margin: 20px 0px 0px 0px;
	text-align:right;

}

.main .linkbar{
	margin: 20px auto 0px auto;
	text-align:right;
}


.main .ok{
  width:130px;
  line-height:30px;
  height:40px;
  text-align:center;
  vertical-align:middle;
  text-decoration:none;
  font-size: 10pt;
  font-weight: bold;
  background-color:#8e295f;
  color:#ffffff;

}

.main input[type=submit]{
  width:130px;
  line-height:30px;
  height:40px;
  text-align:center;
  vertical-align:middle;
  text-decoration:none;
  font-size: 10pt;
  font-weight: bold;

}

.main .submit{
	background-color: #E31C79;
  color: #ffffff;
  border: 1px solid #E31C79;
  border-radius: 10px;
	margin-right: 10px
}

.main .cancel{
  background-color:#262936;
  color:#ffffff;
	border: 1px solid #262936;
	border-radius: 10px;
	margin-right: 10px

}

.main .delete{
  background-color:#af000b;
  color:#ffffff;
	border: 1px solid #af000b;
	border-radius: 10px;
	margin-right: 10px
	
}

.main .send{
  line-height:25px!important;
  height:25px!important;
  font-size:8pt!important;

}

.calendar{
	border-collapse:collapse;

}

.calendar .month{
	font-weight:bold;
	color: #E31C79;
	height:40px;
	vertical-align: top;
	text-align: center;

}
.calendar .header{
	font-weight:bold;
	width:14%;

}
.calendar .day{
	width:14%;
	border:1px solid #959595;
	text-align:center;
	padding: 2px 0px 0px 0px;
	height:60px;
	vertical-align:top;
}


.calendarinfo{
	width:14%;
	border:0px solid white;
	text-align:center;
	padding: 2px;
	height:30px;
	vertical-align:top;
}

.calendar .title{
}

.calendar .itemwarning{
	color:#ed1c24!important;
}

.calendar .item0{
	color:#ffffff;
	margin: 0px 0px 2px 0px;
}

.calendar .item1{
	color:#ffffff;
	margin: 0px 0px 2px 0px;

}

.calendar .weekend{
	background-color:#ebebeb;
}

.calendar .disabledday{
	background-color:#959595;

}

.calendar a {
	text-decoration:none;
	color: #E31C79;
	font-weight:normal;
}

.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 5px 0px 5px 0px; padding: 0.4em; padding-left: 1.5em; height: 18px; font-size :10pt;color:#000000;}
/*.sortable li input { position: absolute;display:block;}*/
.sortable li input { position: relative;}
.sortable li a {position: relative;float:right;}
.sortable li span { position: absolute; margin-left: -1.3em; }
