/*common stylesheet*/

body { background-color: #fff; color: #555555; margin:0px; }

body, p, ol, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size:   90%;
  line-height: 140%;
}


.center
{
	text-align:center;
	width: 100%;
}
#web
{
	text-align:left;
	width: 980px;
	margin:0px auto 0px auto;
	clear:both;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position:right;

}

#search-box
{
	float:right;
	background-image: url(../images/search_bg_05.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:189px;
	height:28px;
	margin-top:-5px;
}
#search-box input
{
	border: none;
	background: transparent;
	padding: 10px 3px 3px 10px;
	color:#bbbbbb;
}

#top-menu
{
	font-size: 85%;
	float: right;
	padding-top: 12px;
	padding-right: 8px;
	color: #004082;
	vertical-align:bottom;
}

#top-menu a
{
	text-decoration:none;
	color: #004082;
}

#head img.logo
{
	position:absolute;
	margin-top:3px;
	margin-left: 56px;
}

#blue-menu-inner
{
	float:right;
}


#login
{
	position:fixed;
	width: 100%;
	background-color: gray;
}

#content
{
	padding: 8px 8px 0px 8px;
	width:724px;
	z-index:100;
	position:relative;
}

#right
{
	float:right;
	width: 222px;
	font-size: 85%;
	line-height:120%;
	padding-bottom:10px;
}
#right ul
{
	padding-left:13px;
	list-style: url(../images/right_li.gif);
}
#right ul li
{
	padding-left: 0px;
}
#right h2
{
	color: #468fc3;
	letter-spacing: -1px;
	font-size: 120%;
	line-height:140%;
	padding-top: 0px;
	font-weight: normal;
}

#right a, #right a:link, #right a:visited
{
	text-decoration:none;
}

#foot
{
	font-size:75%;
	color: #85bfdd;
}
#foot a:link {color:#85bfdd;text-decoration:none;}
#foot a:visited {color:#85bfdd;}
#foot a:active {color:#85bfdd;}
#foot a:hover {color:#85bfdd;}

h1
{
	font-size: 140%;
	color:#468fc3;
}

#content h2
{
	color: #da1b14;
	font-size: 120%;
	margin-top:0px;
	margin-bottom:0px;
}

ul{
	margin-left:0px;
	padding-left:20px;
	list-style: url(../images/li.gif);
}
ul li
{
	padding-left:10px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000;  text-decoration:underline;}
a:visited { color: #666;  text-decoration:underline;}
a:hover { color: #da1b14; text-decoration:none; }

a.no-u, a.no-u:link, a.no-u:visited
{
	 text-decoration:none;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

img
{
	border: none;
}
