@charset "utf-8";
/* CSS Document */
/* Commen Used Styles. This will be used on every page. */

body {
	font: 12px bold Tahoma, Arial, sans-serif;
	margin: 0;
	background-color: #CCCCCC;
}

td {
vertical-align: top;
}

.topBar {
width: 100%;
height: 22px;
background-image: url('/portal/images/bg.gif');
background-repeat: repeat-x;
background-color: #363636;
}

.topBarInner {
width: 990px;
margin: 0 auto;
padding: 0;
color: #CCCCCC;
padding-top: 2px;
}

a.tbi:link {
color: #CCCCCC;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

a.tbi:visited {
color: #CCCCCC;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

a.tbi:hover {
color: #0099FF;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

a.tbi:active {
color: #33CCFF;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

a.tbi2:link {
color: #0099FF;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

a.tbi2:visited {
color: #0099FF;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

a.tbi2:hover {
color: #0099FF;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

a.tbi2:active {
color: #33CCFF;
text-decoration: none;
cursor: pointer;
font-weight: bold;
}

.logoWrap{
width: 996px;
height: 75px;
margin: 0 auto;
background-image: url(/portal/images/bgy.gif);
background-repeat: repeat-y;

}


.logoInner {
width: 990px;
height: 75px;
margin: 0 auto;
padding: 0;
}

.mainWrap{
width: 996px;
margin: 0 auto;
background-image: url(/portal/images/bgy.gif);
background-repeat: repeat-y;
background-color: #FFFFFF;
}

.mainWrapInner {
width: 990px;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
margin: 0 auto;
}

.footer {
width: 996px;
height: 95px;
margin: 0 auto;
color: #333333;
font-size: 10px;
background-image: url(/portal/images/footer.png);
background-repeat: no-repeat;
padding-top: 4px;
}

.thin_border {
border: solid 1px #000000;
}

.errorRed {
color: #CC0000;
font-weight: bold;
}

.formbutton {
	cursor:pointer;
	border:outset 1px #000000;
	background:#999;
	color:#000000;
	font-weight:bold;
	padding: 1px 2px;
	font-size: 10px;
	background:url('/portal/images/formbg.gif') repeat-x left top;
}

.entry {
	border: 1px solid #aaa;
	background-color: #FFFFFF;
}

.hbf {
color: #FFFFFF;
font-weight: bold;
padding: 2px;
}

.tdEven {
vertical-align: top;
}

.tdOdd {
vertical-align: top;
}

.trEven {
background-color: #CCCCCC;
}

.trOdd {
background-color: #999999;
}

.joinLink{
padding: 4px;
background-color: #0099FF;
color: #990000;
font-weight: bold;
}

.frmDes {
vertical-align: top;
font-weight: 400;
color: #888;
}

.spntxt {
width: 100px;
background-color: #999;
vertical-align: top;
padding: 2px;
}

.spntxt2 {
width: 100px;
background-color: #CCCCCC;
vertical-align: top;
padding: 2px;
}
