/* CSS Document */

/* HTML */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #F8F8FA;
}

BODY, P, LI, TD, TH , .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707778;
}

A {
	color: #0099CC;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* LAYOUT */

.splash_bg {
	height: 385px;
	background: url(layout/splash_bg_ethias.png) top repeat-x;
}

.splash_kader {
	margin-right: 53px;
	padding-top: 40px;
	width: 432px;
	height: 210px;
	float:right;
	background: url(layout/splash_kader_ethias.png) top left no-repeat;
}

.headerbalk {
	height: 100px;
	width: 100%;
	background: url(layout/headerbalk_ethias.png) top center no-repeat;
	text-align: center;
}

.toplogo {
	float: right;
	background: url(layout/logos_ethias.png) top left no-repeat;
	width: 265px;
	height: 39px;
}

.header_title{
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#mainmenu div {
	float: left;
	line-height: 39px;
	padding-left: 12px;
	padding-right: 12px;
	background: url(layout/menustreepje.png) center right no-repeat;
}

#mainmenu2 div {
	float: left;
	line-height: 39px;
	padding-left: 15px;
	padding-right: 17px;
}

#mainmenu a {
	color: #696969;
	text-decoration: none;
}

#mainmenu .HNavactive {
	background: url(layout/nav_bg_active.png) repeat-x;	
}

#mainmenu .HNavactive a {
	color: #FFFFFF;
}


.leftcolumn {
	float: left;
	width: 340px;
}

.rightcolumn {
	float: left;
	width: 520px;
}

.table_left {
	width: 310px;
	border: 1px solid #CFD5D8;
	margin-right: 25px;
	background: url(layout/table_bg_gr.png) bottom repeat-x #FFFFFF;
	padding: 15px 5px 5px 5px;
	
}
.table_left_hidden {
	width: 310px;
	border: 1px solid #CFD5D8;
	margin-right: 25px;
	padding: 15px 5px 5px 5px;
	visibility:hidden;
}

.table_right {
	float: left;
	border: 1px solid #CFD5D8;
	width: 520px;
	background: url(layout/table_bg_gr.png) bottom repeat-x #FFFFFF;
	padding: 15px;	
}

.table_content {
	padding: 10px;
	border: 1px solid #CFD5D8;
	background: url(layout/table_bg_gr.png) bottom repeat-x #FFFFFF;
}

.eventblok{
	border: 1px solid #CFD5D8;
	background: url(layout/table_bg_kl.png) bottom repeat-x #FFFFFF;
	margin-top: 5px;
	padding: 3px;
}

.lastminblok{
	border: 1px solid #CFD5D8;
	background: url(layout/table2_bg_kl_ethias.png) bottom repeat-x #FFFFFF;
	margin-top: 5px;
	padding: 3px;
}

.event_type{
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	text-transform: uppercase;
	padding-bottom: 4px;
	
}

.event_title{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;	
}

.event_culture{
	color: #00008D;
}

.event_sport{
	color: #ADD8E6;
}

.event_entertainment{
	color: #D81E05;
}

h1 {
	color: #174176;
	font-weight: normal;
	font-size: 26px;
	margin-top: 0px;
}

/* PARTS */

.content {
	border: 1px solid #e0e0e2;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 6px;
	background-color: #f8f8fa;
}

.subcontent {
	background-color: #ffffff;
	border: 1px solid #c5cdd0;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.innernav {
	width: 100%;
	background-color: #edf6fd;
	padding: 0px;
	border: 1px solid #e6e6e8;

}

.innernav td {
	text-align: center;
	border-right: 1px solid #d9edf8;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.innernav td.selected {
	background: #888;
	font-weight: bold;
}

.innernav td.selected a, .innernav td.selected .drda:after {
	color: #FFF;
}

.boomtbl {
	width: 100%;
	background-color: #ffffff;
	padding: 3px;
}

.boomtbl td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.boomtbl td.selected {
	background-color: #edf6fd;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-weight: bold;
}


/* TEXT STYLES */

.titel {
	font-family: Verdana;
	font-size: 16px;
	color: #0056ad;
	font-weight: bold;
}

.subtitel {
	color: #0099CC;
	font-size: 14px;
	font-weight: bold;
}

.error {
	color: #da214b;
	font-weight: bold;
	font-style: italic;
}

.info {
	color: #000000;
	background-color: #FFFF00;
	padding: 3px;
	border: 1px solid #000000;
	font-weight: bold;
	font-style: italic;
}

.smallerror {
	font-size: 10px;
	color: #da214b;
	font-style: italic;
}

.smallinfo {
	font-size: 10px;
	color: #00DD00;
	font-style: italic;
}

.mandatory {
	color: #da214b;
}

.disabled {
	color: #999;
}

.absent {
	color: #a00;
	font-weight: bold;
}

.pending {
	color: #aa0;
	font-weight: bold;
}

.present {
	color: #0a0;
	font-weight: bold;
}

.sentconfirm {
	color: #a0a;
	font-weight: bold;
}

/* FORMS */

.frm {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #c5cdd0;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.frmtitle {
	background-color: #0099CC;
	color: #fff;
	font-weight: bold;
}

.frmlabel {
	color: #0099CC;
	font-weight: bold;
	/*text-align: right;*/
}

.frminput {

}

.frmsubmit {
	text-align: right;
}

.txt { 
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #4d6b86;
	font-size: 11px;
}

.datepicker 
{
    padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #4d6b86;
	font-size: 11px;
}

.sel {
	color: #4d6b86;
	font-size: 11px;
}

.btn {
	font-weight: bold;
	border: 1px solid #c5cdd0;
	padding: 5px 45px 5px 45px;
	background-color: #edf6fd;
    color: #08C;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
	font-size: 11px; 
}

.btn2 {
	font-weight: bold;
	border: 1px solid #999;
	padding: 5px 45px 5px 45px;
	background-color: #dadada;
    color: #212121;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
	font-size: 11px; 
}

/* TABLES */

.tbl {

}

THEAD, .ttblheadrow {
	background-image:url(layout/thbg.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	height: 20px;
	border: 1px solid #E6E6E3;
	padding: 0 5px 0 5px;
	color: #666;
}

THEAD TD {
	background-image:url(layout/thbg.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	height: 20px;
	border: 1px solid #E6E6E3;
	padding: 0 5px 0 5px;
	color: #666;
}

TBODY TD {

}

.tbl_highlight , .tbl_highlight td{
	background-color: #eee;
}

.tbl_normal {
	background-color: #fff;
}

.tbl_active {
	background-color: #edf6fd;
}

.tbl_subdiv {
	background-color: #ddd;
	font-weight: bold;
	font-style: italic;
}

/* TOOLTIP */

.navtext { 
	width: 220px; 
	border: 1px solid #000; 
	background-color: #ffffe1; 
	color: #000; 
}

/* CALENDAR */

.dayheader {
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
	background-color: #eee;
}

.currentMonth {
	font-weight: bold;
	font-size: 13px;	
}

.otherMonth {
	font-weight: bold;
	font-size: 12px;
}

.today {
	width: 100px;
	height: 60px;
	border: 1px solid #29a2db;
	background-color: #edf6fd;
	overflow: hidden;
}

.day {
	width: 100px;
	height: 60px;
	border: 1px solid #ccc;
	background-color: #fff;

}

.emptyday {
	width: 100px;
	height: 60px;
}

a.alfapresel {
	font-size: 16px;
	font-weight: bold;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

a.alfapresel:hover {
	font-size: 20px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}
.ttbl, .ttbl td{
	border: 1px solid #c5cdd0;
	border-collapse: collapse;
}

.ttblhead {
	background-color: #edf6fd;
	font-weight: bold;
}
.Successbuttton {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.Dangerbutton {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}



