/* Main CSS Document, This will get loaded from the index.php. Values can be 	*/
/* overridden in other files.													*/
@import "forms.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:white;
	color:black;
	margin:0px;
	padding:2px;
	font-weight:normal;
}
img {
}

em {
	border: solid 2px black;
	background:#FFFBC4;
	text-decoration:none;
	font-size:12px;
	padding:4px;
	font-weight:normal;
}

/* Default Span style */
span {
	
}

/* Default div style */
div {
	
}

/* Default link style */
a:link {
	text-decoration: none;
	color: #3611AE;
}
a:visited {
	text-decoration: none;
	color: #3611AE;
}
a:hover {
	text-decoration: none;
	border-bottom:1pt solid #C29EFF;
	color: black;
}
a:active {
	text-decoration: none;
	color: #888F8F;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
tr {
}

.suggestion_list
	{
	background: white;
	border: 1px solid;
	padding: 4px;
	}
	
	.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
	.suggestion_list a
	{
	text-decoration: none;
	color: navy;
	}
	
	.suggestion_list .selected
	{
	background: navy;
	color: white;
	}
	
	.suggestion_list .selected a
	{
	color: white;
	}

	.autosuggest
	{
	display: none;
	}
	
div#calendar {
	display:none;
	position:absolute;
	z-index:1;
	border:2px #000099 solid;
	background-color: rgb(246, 246, 246);
	padding:1px;
}

/* Calendar */

div.cal_popup {
	
}
table.calendar {
    
}
table.calendar td {
    text-align:         center;
}
table.calendar td a {
    display:            block;
}

table.calendar td a:hover {
    background-color:   #CCFFCC;
}

table.calendar th {
    background-color:   #D3DCE3;
}

table.calendar td.selected {
    background-color:   #FFCC99;
}

img.calendar {
    border:             none;
}
form.clock {
    text-align:         center;
}
/* end Calendar */

