/* COMMON */
body, td, a, div, span, li { font-family: Tahoma; font-size: 11px; }
body { padding: 0px; margin: 4px; color: #242424; }


a       { color: #216792; text-decoration: underline; }
a:hover { color: #527C96; text-decoration: none;      }

h1 { color: #456DB3; font-family: Tahoma; font-size: 11px; font-weight: bold; 
	 border-bottom: 1px solid #D9DDE4; padding-bottom: 3px; margin: 0px; }

/* HEADER */
td.hr_menu { 
	background: #EDF1F7; padding: 5px; color: #8EAFC0; 
	border-bottom: 1px solid #66CCFF; 
}
td.hr_menu a { font-weight: bold; text-transform: uppercase; }

/* BASIC_MENU */
td.head { 
	text-transform: uppercase; font-weight: bold; 
	padding-top: 4px; font-size: 10px; color: #fff; 
}
td.nodes   { background: #F5F3F2; padding-left: 4px; }
td.nodes a { text-transform: uppercase; }

/* FORM */
div.status   { font-weight: bold; text-align: center; color: #3F78B1; }
span.neck    { font-weight: bold; color: #dc143c; }
input.text   { font-size: 14px; border: 1px solid #c6c6c6; }
input.button { font-weight: bold; background: #6ABE6C; border: 1px solid #6ABE6C; font-size: 8px;
			   color: #ffffff; font-family: Tahoma; font-size: 11px; text-transform:uppercase;}
textarea     { border: 1px solid #c6c6c6; font-family: Verdana; font-size:12px; }
			   
/* CONTENT */
a.title { background: url(../images/arr.gif) no-repeat left center;
		  padding-left: 10px; text-decoration: underline; color: #456DB3; }
a.title:hover { background: url(../images/arrov.gif) no-repeat left center; color: #5E9BD7; 
				text-decoration: none; }

div.pages { color: #216792; text-align: center; } 

/* CALENDAR */
table.cal { border-collapse: collapse; }
table.cal td { text-align: center; }
td.center { font-weight: bold; color: #216792; }
td.prev   { width: 25px; text-align: center; }
td.prev a { font-wegith: bold; }
td.center { text-align: center; width: 100%; }
td.next   { width: 25px; text-align: center; }
td.next a { font-wegith: bold; }
table.cal td { padding: 3px; }
/* current date */
table.cal td.cdt { background: #eaeaea; font-weight: bold; }
/* current date is sunday */
table.cal td.scd { background: #E83903; color: #fff; }
/* default days */
table.cal td.def { color: #363636; }
/* sunday days */
table.cal td.sbg { color: #dc143c; background: #FEE6DF; }
/* week defaults */
table.cal tr.week td { width: 20px; text-align: center; }
/* week default sunday day */
table.cal td.wsd { background: #dc143c; color: #ffffff;}
/* week default days */
table.cal td.wdd { background: #6ABE6C; color: white; }
/* week selected day */
table.cal td.wsl { background: #ffa500; color: #ffffff;}
table.cal td.wss { background: #ffa500; color: #ffffff;}
