/* ===== GENERAL ===== */
body{
	font-family: Verdana;
	font-size: 12px;
    text-align: justify;
	background-color:#A1EAFB;
}
a{
	font-size:13px;
}
.container{width:100%;}
.main{
    border-right:1px solid #3f3389;/*#895E33;*/
    border-bottom:1px solid #3f3389;
    background-color:#a1eafb;/*#FCF4D2;*/
	width:100%;
	height:100%;
    vertical-align: top;
}
.main td{
    border-top:1px solid #3f3389;
    border-left:1px solid #3f3389;
}
.header{
	background:url(/images/banner.jpg) no-repeat;
    background-position: center;
	width:728px;
	height:90px;
    text-align:center;
}
.content{
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
    padding-top:0px;
    padding-right:10px;
    padding-left:10px;
    width:100%;
	min-height:500px;
	background-image:url('/images/logo_trans.jpg');
	background-repeat:no-repeat;
}
.footer{
	width:100%;
	font-size:9px;
    text-align:center;
}
.error{
    color: red;
}
/* =================== */

/* ===== MENU ===== */
#menu{
	width:170px;
    margin-left: 0px;
    padding-left:10px;
    text-align:left;
}
#menu li{
	list-style: none;
	padding-top:6px;
	padding-bottom:6px;
    padding-left: 0px;
}

#menu a:hover{text-decoration:underline;color:#3f3389;}
#menu a:visited{text-decoration:none;color:#3f3389;}
#menu a:active{text-decoration:none;color:#3f3389;}
#menu a:link{text-decoration:none;color:#3f3389;}

a.footer:link{text-decoration:none;color:black;}
a.footer:hover{text-decoration:underline;color:black;}
a.footer:visited{text-decoration:none;color:black;}
a.footer:active{text-decoration:none;color:black;}

#submenu li{
	list-style: none;
    padding-top:3px;
    padding-bottom:3px;
}
.admin_link{
    margin-top:100px;
}
.admin_link a{
    font-size:9px;
}
/* ================ */

/* ===== CALENDAR ===== */
.cal_table{
	border:1px solid black;
}
.cal_table td{
	border:1px solid black;
	text-align:center;
	font-family:Verdana;
	font-size:0.8em;
}
.cal_table th{
	font-family:Verdana;
	font-size:0.8em;
	font-weight:bold;
}
.cal_dayofweekheader{
	width:25;
	border-top:1px solid black;
}
.cal_dayofweekend{
	background-color:blue;
}
.cal_dayofweek{
	background-color:white;
}

/* ===================== */


