body {
    width: 1024px;
    margin: 5px 70px 5px 70px;
}

#portal a, #portal a:link, #portal a:visited, #portal a:active,
#portalMainMenu a, #portalMainMenu a:link, #portalMainMenu a:visited, #portalMainMenu a:active,
#portalSubMenu a, #portalSubMenu a:link, #portalSubMenu a:visited, #portalSubMenu a:active {
	color: #0088FF;
	font-size: inherit;
	font-family: inherit;
}
#portal a:hover {
	color: #0088FF;
	text-decoration: underline;
}
#portal .text a {
	color: Blue !important;
}
.smText, .smLink, .dropDownPointer {
	font-size: 8pt !important;
 }
.lgText, .lgLink {
	/* font-size: 11pt !important; */
    /* color:#ffccff; !important */
}
.nav {
	/* 
    font-family: Segoe UI, Verdana, Arial, Helvetica, Univers, Verdana, sans-serif !important;
    font-size: 10pt !important;
    color:#ffccff; */
}

.smLink img {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0;
    margin: 0;
}
legend {
	color: #006699;
}

tableLedger {
    padding-left: 2px;
}

h1, h1 a {font-size: 14pt; }
h2, h2 a {font-size: 13pt;}
h3, h3 a {font-size: 12pt;}
h4, h4 a {font-size: 11pt;}

a.list, a.list:visited
{
	color: #000000;
	font-size: inherit;
	font-family:inherit;
}

input[type="submit"], input[type="reset"], input[type="button"], button
{
    border: solid 1px dimgray;
    background-color: whitesmoke;
    font-size: 0.9em;
    min-width: 90px;
    height: 21px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover
{
    background-color: lightsteelblue;
}
.Box{
	background-color:  White ;
	border: solid 1px #006699;
	border-bottom-style: solid;
	padding: 1px 1px 1px 1px;
}
.TitleRow, a.TitleRow
{
	padding: 2px 2px 5px 5px;
	background-color: #D1D8DE; 
	background-image: url(../forum/forum_images/table_bg_image2.gif);
	background-repeat: repeat-x;
	/* color: #006699; */
	font-size: 11px;
	font-weight: bold;
}
.SubTitleRow, a.SubTitleRow
{
	margin-top: 1px;
	padding: 2px 2px 5px 5px;
	background-color: #D1D8DE; 
	background-image: url(../forum/forum_images/table_bg_image2.gif);
	background-repeat: repeat-x;
	color: #006699;
	font-size: 11px;
	font-weight: bold;
}
.TitleText {
	margin-top: 1px;
	border-top: 1px solid #ffccff;
	/*color: #006699; */
	font-size: 15px;
	font-weight: bold;
}
.TitleText a, .TitleText a:link, .TitleText a:hover, .TitleText a:active, .TitleText a:visited, 
a.lgText, a.lgText:visited, a.lgText:link, a.lgText:visited {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

.SubTitleText, a.SubTitleText
{
	margin-top: 1px;
	border-top: 1px solid #ffccff;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
.TitleTextLink, a.TitleTextLink, a.TitleTextLink:visited:hover, a.TitleTextLink:visited, a.TitleTextLink:hover
{
	text-decoration: none;
}
.SubTitleTextLink, a.SubTitleTextLink, a.SubTitleTextLink:visited:hover:active, a.SubTitleTextLink:visited, a.SubTitleTextLink:hover
{
	text-decoration: none;
}
.EvenDataRow, .EvenDataCell
{
	margin-top: 1px;
	background-color: #F4F4FB;
	padding: 2px 2px 5px 5px;
}
.OddDataRow, .OddDataCell, .DataRow, .DataCell
{
	margin-top: 1px;
	background-color: #F8F8FC;
	padding: 2px 2px 5px 5px;
}
.EvenDataText
{
	margin-top: 1px;
	padding: 2px 2px 5px 5px;
	position: relative; 
	float: right;
	width: 45%;
	height: 190px;
}
.OddDataText
{
	margin-top: 1px;
	padding: 2px 2px 5px 5px;
	position: relative; 
	float: left;
	width: 45%;
	height: 190px;
}
.EndDataRow
{
	margin-top: 1px;
	background-color: #E6E7F2;
	padding: 2px 2px 5px 5px;
}

.byLine {
	font-size: 7pt;
	font-weight: normal;
	color: gray;
	float:left;
}

.markHoliday {
	color: red;
}
.markReminder {
	color: orange;
}
.markGeneral, .markText {
	color: black;
}
.dayInvalid {
	background-color: #F8F8FC;
}
.dayValid {
	background-color: #F4F4FB;
}
.daySelected {
	background-color: #E6E7F2;
}

.portalWatermark
{
    color: #CCFFFF; /* Aqua ; */
    z-index: 99;
    position: absolute;
    left: 60px;
    top: 20px;
    display: block;
    letter-spacing: 12px;
    text-transform: lowercase;
    font-size: 96px;
    font-weight: bold;
    font-style: normal;
}

.imageRight {
	float: right;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 6px;
	max-width: 350px;
	max-height: 350px;
	}

.imageFrame {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 6px;
	}

img.left {
	float: left;
	border: none;
	padding-right: 7px;
	padding-top: 0px;
	}
	
img.right {
	float: right;
	max-height: 70px;
	_height: 70px;
	/* max-width: 70px; */
	margin-left: 7px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 0;
	}

img.ad {
	float: right;
	height: 140px;
	min-height: 140px;
	display:inline-block;
	overflow:hidden;
	padding-left: 7px;
	padding-top: 0px;
	z-index: 88;
	}
	
#portalHead 
{
    clear:both;
	display:block;
	margin-bottom: 5px;
	}
#portalLogo {
	height: 140px;
	float: left;
	z-index: 0;
	}
body>#portalLogo {height: 140px;}
#portalAd 
{
    float:right;
    display: block;
    max-height: 130px;
    max-width: 600px;
    overflow: hidden;
}
#portalAd img 
{
    max-height: 130px;
    max-width: 600px;
    overflow: hidden;
    }
#portalMainMenu 
{
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 8px;
    padding-top: 6px;
	z-index: 0;
	border-top: 1px solid #eee;
	}

#portalSubMenu 
{
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    padding-bottom: 8px;
    border-top: 1px solid #eee;
    color: #999;
	}

#portalMain{display:block; clear:both; padding-top: 6px;}
#portalCenterColumn 
{
    clear: both;
	float: left;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	overflow: hidden;
	padding-right: 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
body>#portalCenterColumn {width: 800px;}


#portalLeftColumn 
{
    float: right;
    padding-top: 6px;
	padding-left: 15px;
	width: 190px; 
	min-width: 190px; 
	max-width: 190px; 
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
body>#portalLeftColumn {width: 190px;}

#portalRightColumn 
{
    display: none;
    visibility: hidden;
	position: absolute;
	top: -200px; 
	left: -1000px;
	width: 185px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	}
body>#portalRightColumn {width: 185px;}


#portalFooter 
{
    clear:both;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-top: 5px;
    color: #777;
    text-align: center;
    font-size: 9pt;
    letter-spacing: 1px;
    border-top: 1px solid #ddd;
	}
#portalFooter p, #portalFooter a{
	color: #777;
	letter-spacing: 1px;
	text-align: center;
	font-size: 9pt;}

