@CHARSET "UTF-8";

/* Common page structure  */
#site-body {
	background-color: white;
	text-align: center;
	min-width: 766px;
}

#center {
	text-align: left;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
}

HR {
	border: none;
	border-top: solid #DDD 1px;
}

img{border:none;}

#site-menu {
   font-family: Arial, sans-serif;
	font-size: small;
	height: 81px;
	margin-bottom: 10px;
	background-image: url(../imgs/logo.jpg);
	background-repeat: no-repeat;
}

#site-menu #version {
	position: relative;
	left: 297px;
	font: bold 12px Verdana, sans-serif;
	color: #999;
}

#site-footer {
    font-family: Arial, sans-serif;
	font-size: x-small;
}

#site-menu ul,#site-footer ul {
	list-style-type: none;
}

#site-menu ul {
	position: relative;
	top: 60px;
	text-align: right;
	padding-right: 10px;
}

#site-footer ul {
	float: right;
	margin: 0;
}

#site-menu ul li,#site-footer ul li {
	padding: 1px 5px;
	display: inline;
}

#site-menu ul li {
	font-weight: bold;
}

#site-menu li a:link {
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #05507B;
}

#site-menu li a:visited {
	text-decoration: none;
	color: black;
}

#site-menu li a:hover {
	text-decoration: underline;
	color: black;
}

#site-menu li a:active {
	text-decoration: none;
	color: black;
}

#side-menu img {
	border: 0;
	/* IE: Avoid padding between images. */
	display: block;
}

/* Class-specific positioning. */
.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.box {
	background-color: #DBECF4;
	font-family: Arial, sans-serif;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box h1 {
	color: #05507B;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.inputbutton,.inputtext,.inputselect {
	border: 1px solid #7F9DB9;
	padding: 4px;
}

.inputbutton {
	font-family: Tahoma, sans-serif;
	font-size: larger;
	padding-left: 1em;
	padding-right: 1em;
	color: #444;
	background-color: #DBECF4;
}

.inputtext,.inputselect {
	font-family: Arial, sans-serif;
	font-size: larger;
	width: 230px;
}

/* Text attributes. */
.guiterm {
	font-weight: bold;
}

/* Instance-specific styles. */
#faq-toc {
    font-family: Arial, sans-serif;
	margin-left: 2em;
	font-size: small;
}

#faq-toc a {
	color: black;
}

#faq {

	width: 40em;
}

#faq dt {
    font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: small;
}

#faq dd {
    font-family: Arial, sans-serif;
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: small;
}

#faq .totop {
    font-family: Arial, sans-serif;
	font-size: x-small;
	text-align: right;
}

#direct-login {
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	list-style-type: none;
}

#direct-login .network-label {
	width: 130px;
	height: 41px;
	border: 1px solid #888888;
	line-height: 200%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}

#direct-login .network-label IMG {
	margin-right: 4px;
	vertical-align: middle;
}

#direct-login .inputtext {
	width: 150px;
	padding: 0;
	margin: 11px 0 0 6px;
}

#direct-login .inputbutton {
	margin: 1px 0;
	background-color: white;
}

#direct-login LI,#direct-login .network-label {
	display: inline;
	float: left;
}

#direct-login LI {
	width: 480px;
	padding: 2px 4px;
	margin: 3px 0;
	border: solid #DDD 1px;
	text-align: center;
}


#more-networks {
	font-size: small;
	text-align: justify;
}

#right-column {
	float: right;
}

#loginTbl .inputtext {
	width: 110px;
}

#forgotTbl .inputtext {
	width: 220px;
}