
/* Outer layer */

#outer {
text-align: left;
background: #ffffff;
color: inherit;
border: 1px solid #000000;
margin: 0 auto;
padding: 0;
width: 760px;
}

/* Header */

.header {
width: 760px;
height: 78px;
background: url('/images/header.gif');
}

/* Top Nav Bar */

.top-nav {
height: 30px;
background: inherit;
border: solid #000000;
border-width: 1px 0;
}

.top-nav-inner td {
padding: 2px 2px 0px 8px;
font-size: 13px;
font-family: verdana, arial, tahoma, sans-serif;
}

.top-nav-inner td a:link {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: none;
}

.top-nav-inner td a:visited {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: none;
}

.top-nav-inner td a:hover {
background: inherit; 
color: grey;
font-weight: bold;
text-decoration: underline;
}

.top-nav-inner td a:active {
color: grey; 
background: inherit;
font-weight: bold;
text-decoration: underline;
}

/* Google ads*/
.adtop {
background: #C8C8C8;
border: 1px solid #000000;
}

.adbottom {
background: #C8C8C8;
border: 1px solid #000000;
}

.left-info {
border: 1px solid #000000; 
color: #ffffff;
background: #C8C8C8;
padding: 0 0 0 0px;
font-family:verdana,arial,tahoma,sans-serif;
font-weight: bold;
font-size: 16px;
}

.content {
border: 1px solid #000000;
background: #FFFFFF;
font-family:verdana,arial,tahoma,sans-serif;
font-size:13px;
line-height:130%;
}

.login {
text-align: right;
}

.content h1 {
display: inline;
font-family:verdana,arial,tahoma,sans-serif;
font-size:15px;
font-weight:bold;
}

.content h3 {
display: inline;
font-family:verdana,arial,tahoma,sans-serif;
font-size:8px;
font-weight:normal;
}

.content h2 {
display: inline;
font-family:verdana,arial,tahoma,sans-serif;
font-size:13px;
font-weight:normal;
}

.content h4 {
display: inline;
font-family:verdana,arial,tahoma,sans-serif;
font-size:10px;
font-weight:normal;
}

.content table {
//-text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
//-font-size: 15px;
}

.content table.small {
//-text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

.right-info {
border: 1px solid #000000;
color: #ffffff;
background: #C8C8C8; 
padding:3px;
}

.right-info-title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}


.right-info table.white
{
border: 0px;
padding: 0px;
background-color: #C8C8C8;
}

.right-info table.grey
{
border: 0px;
padding: 0px;
background-color: #E0E0E0;
}

.right-info td
{
font-family:verdana,arial,tahoma,sans-serif;
font-size:10px;
}

.right-info th
{
font-family:verdana,arial,tahoma,sans-serif;
font-size:13px;
}

.right-info td a:hover {
background: inherit; 
color: grey;
font-weight: normal;
text-decoration: underline;
}

.right-info th a:hover {
background: inherit; 
color: grey;
font-weight: bold;
text-decoration: underline;
}

}

.right-info-title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}


.right-info a:hover {
background: inherit;
color: grey;
font-weight: bold;
text-decoration: underline;
}

.right-info a:link {
color: #000000;
text-decoration : none;
}

.right-info a:visited {
color: #000000;
text-decoration : none;
}


.bottom-nav {
height: 25px;
background: inherit;
border: solid #000000;
border-width: 1px 0 0;
}

.bottom-nav-inner {
padding: 5px 10px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center; 
}

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}

