* {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	margin: 25px;
	padding: 0;
	text-align: center;
}

a, img {
	border: none;
}

a:link,
a:visited {
	color:#09F;
	text-decoration: none;
}

a:hover {
	color:#069;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 14px;
}


#layoutBox,
#layoutBox td {
	padding: 0;
	margin: 0 auto;
	border: none;
	border-spacing: 0;
	border-collapse:collapse;
}

td.topleft {
	background-image:url('/oam/images/loginForm/topleft.gif');
	width: 18px;
	height: 23px;
}

td.top {
	background-image:url('/oam/images/loginForm/top.gif');
	background-repeat:repeat-x;
	height: 23px;
}

td.topright {
	background-image:url('/oam/images/loginForm/topright.gif');
	width: 21px;
	height: 23px;
}

td.left {
	background-image:url('/oam/images/loginForm/left.gif');
	background-repeat:repeat-y;
	width: 18px;
}

td.right {
	background-image:url('/oam/images/loginForm/right.gif');
	background-repeat:repeat-y;
	width: 21px;
}

td.bottomleft {
	background-image:url('/oam/images/loginForm/bottomleft.gif');
	width=: 18px;
	height: 23px;
}

td.bottom {
	background-image:url('/oam/images/loginForm/bottom.gif');
	background-repeat:repeat-x;
	height: 23px;
}

td.bottomright {
	background-image:url('/oam/images/loginForm/bottomright.gif');
	width: 21px;
	height: 23px;
}

#formContent {
	width: 275px;
}

#formContent label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px 0;
}

#formContent input#userid,
#formContent input#password {
	float: left;
	width: 150px;
	margin: 4px 5px;
}

#formContent input#remember_me {
	float: left;
	margin: 4px 5px;
}

#formContent input#login {
	margin: 5px 15px;
	padding:1px;
	width: 70px;
	height: 24px;	
	float: right;
	background-color: #069;
	color: #FFF;
	font-weight: bold;
}

#mainContent {
	width: 460px;
	height: auto;
	text-align: left;	
	margin: 15px 0;
	padding:0px;
	clear: both;
}

#extraContent {
	float: left;
	width: 225px;
}
#mainLinks {
	float: right;
	width: 225px;
}

#footerContent {
	margin: 20px 0;
	padding: 0;
	clear: both;
}

ul#footerLinks li {
	display: inline;
	list-style: none;
	font-size: 8px;
	padding: 0 5px;
	border-right: solid 1px #CCC;
}

ul#footerLinks li.first {
	border-left: solid 1px #CCC;
}

#hc_powered {
	background-image: url('/oam/images/loginForm/powered_by_hc.gif');
	width: 147px;
	height: 38px;
}

#addtlInfo {
	width: 300px;
	height: auto;
	font-weight: bold;
	color:#903;
	clear: both;
	text-align: left;
	overflow: hidden;
}

.collapsible{
	overflow:hidden;
}



/*
.byline {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
}
.byline .logo {
	font-weight: bold;
	font-size: 18px;
}
.byline .logo em {
	font-style: normal;
	font-size: 18px;
	color: #06F;
}
*/