div.center
{
	text-align:center
}

div#top
{
	height:93px;
}

div#logo
{
	width:150px;
	height:92px;
	background:url('/images/logo.jpg') no-repeat 0 0;
	position:absolute;
	left:0;
	top:0;
	z-index: 0;
}

div#rootnav
{
  float:left;
	text-align:left;
	height:21px;
	padding-left:155px;
	background-color:#FFFFFF;
	padding-top:3px;
}

div#langselect
{
	text-align:right;
	height:21px;
	padding-right:10px;
	background-color:#FFFFFF;
	padding-top:3px;
}

/*
div.submenu
{
	position:absolute;
	left:400px;
	top:400px;
	margin:2px;
	padding:3px;
	background-color: #0077f5;
	z-index:100;
}

div.submenu ul
{
	padding: 0;
	margin: 0;
}


div.submenu li
{
	margin: 0;
	list-style: none;
	padding:3px;
}

div.submenu li a
{
	display:block;
	color:white;
	padding-left:10px;
}
*/

div.submenu
{
	position:absolute;
	left:400px;
	top:400px;
	margin:2px;
	padding:3px;
	/* background-color: #0077f5; */
	background-color: #E9EDF3;
	border:1px solid #8CA2BF;
	z-index:10 !important;
	display:none;
}

div.submenu ul
{
	z-index:10;
	padding: 0;
	margin: 0;
}


div.submenu li
{
	margin: 0;
	list-style: none;
	padding:1px;
}

div.submenu li a
{
	color: #42708A;
	display:block;
	padding-left:10px;
	padding:3px 5px 3px 21px;
	border:1px solid #E9EDF3;
}

div.submenu li a:hover
{
	border:1px solid #98ACD0;
	background-color: #ffffff;
	padding:3px 5px 3px 21px;
	text-decoration: none;
}


div#loginbox
{
	padding-top:5px;
	margin-left:150px;
	height:25px;
	text-align:left;
	padding-right:10px;
}

div#logininfo
{
	text-align:right;
}

div#bar
{
	height:18px;
	background-color:#87bfff;
}

div#barleft
{
	height:18px;
	float:left;
	width:150px;
	background-color:#ccd6e3;
}

div#maincontent
{
	margin-left:23px;
	margin-right:23px;
}

div#contextmenu
{
	text-align:right;
	height:20px;
}

div#mainheading
{
	height:40px;
	background:#c4453e url('/images/title_01.gif') no-repeat 100% 0;
	position:relative;
	margin-bottom:10px;
}

div#mainheading span
{
	position:absolute;
	display:block;
	color:white;
	font-weight:bold;
	top:13px;
	left:10px;
  min-width:400px;
	padding-left:15px;
	background:url('/images/icon_point.jpg') no-repeat 0 2px;
}

div#bottom
{
	clear:both;
	padding-top:100px;
	position:relative;
}

div#bottom div#smallicons
{
	height:29px;
	text-align:center;
}


div#smallicon
{
	float:left;
}

div#smallicontexts
{
	margin-top:5px;
	height:20px;
	text-align:center;
}

div#smallicontext
{
	float:left;
}

div#copy
{
	margin:0;
	padding:0;
	border-top:1px solid #335d8d;
	text-align:right;
	height:25px;
}

div#copy div#copytext
{
	float:right;
}

div#inline_general
{
	text-align:center;
	font-weight:bold;
}

div.inline_error
{
	margin:5px;
	text-align:center;
	font-weight:bold;
	color:#ff0000;
}

hr
{
	height:1pt;
	border:0;
	border-bottom:1px solid #3a6fad;
}

h2
{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #f5f5f5;
	font-size:10pt;
	margin-top:15px;
	color: #170084;

}

/* Tabs */

div.tabs
{
	color:black;
	line-height:auto;
	text-align:center;
	padding:2px;
}

div.tabs ul
{
/*	position:relative;
	top:12px;*/
}

div.tabs ul li
{
	list-style:none;
	display:inline;
	padding:2px;
	border:1px dashed #DBDBDB;
}

div.tabs ul li a
{
/*	display:block; */
	background-color: white;
	padding:2px 5px 2px 5px;
	color: #505576
}

div.tabs ul li a:hover
{
	color:#505576;
	text-decoration:none;
	background-color: #F6F6F6;
}

div > div.inline
{
	height: auto;
}

div.inline
{
	position: relative;
	background-color:#f6f6f6;
	height:20px;
	min-height:20px;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

div.inline div.topleft
{
	width:21px;
	height:18px;
	background:url('/images/greyroundtl.gif') 0 0;
	position:absolute;
	top:0;
	left:0;
  z-index: 1;
}

div.inline div.topright
{
	top:0;
	right:0;
	width:21px;
	height:18px;
	background:url('/images/greyroundtr.gif') 0 0;
	position:absolute;
  z-index: 1;
}

div.inline div.msg
{
	text-align:center;
  padding: 0 10px;
}

div.inline div.bottomleft
{
	width:21px;
	height:30px;
	background:url('/images/greyroundbl.gif') no-repeat 0 100%;
	position:absolute;
	bottom:0;
	left:0;
  z-index: 1;
}

div.inline div.bottomright
{
	width:21px;
	height:30px;
	background:url('/images/greyroundbr.gif') no-repeat 0 100%;
	position:absolute;
	bottom:0;
	right:0;
  z-index: 1;
}

div.inline div.buttons
{
	text-align:center;
	padding:0;
	margin:10px 0 0 0;
}

div.button-row
{
	margin:10px;
	padding:5px;
	text-align:center;
}

div.button-row input,
div.button-row a
{
	margin:0 5px 0 5px;
}

td.links a
{
	padding:3px;
}

.dn
{
	position:absolute;
	left:0;
	top:-200px;
	height:1px;
	width:1px;
  background-color: #000000;
  overflow: hidden;
  visibility: hidden;
	font-size:1pt;
}


div.pager
{
	text-align:center;
}

div.pager table
{
	margin:5px auto;
	border: 1px solid #3A6FAD;
	border-collapse: collapse;
}

div.pager table td
{
	font-size:8pt;
}

div.pager table td.firstlast
{
	background-color: #3A6FAD;
	padding:3px 5px;
}

div.pager table td.firstlast a
{
	color: white;
	display:block;
}

div.pager table td.prevnext
{
	background-color: #E6F1FF;
}

div.pager td.total
{
	background-color: #3A6FAD;
	padding:3px 5px;
	color: white;
	border-left: 1px solid white;
}

div.pager table div
{
	height:15px;
	width:17px;
	padding:3px;
}

div.pager table td.activepage
{
	font-weight:bold;
}

div.pager table td.prevnext div.prevnext,
div.pager table td.page div.page
{
	cursor: pointer;
}


div.pager table td.prevnext div:hover,
div.pager table td.page div:hover
{
	background-color: #3A6FAD;
	color: white;
	text-decoration: none;
}

div.pager table td.prevnext a:hover,
div.pager table td.page a:hover
{
	color: white;
	text-decoration: none;
	border-collapse: collapse;
}

table.section_menu
{
	margin-left:auto; margin-right:0;
}

table.section_menu td
{
	padding: 1px 5px;
}
table.section_menu td.item
{
	border-right: 1px solid #909090;
}

table.section_menu td.last
{
}


/* -- Section Menu -- */

/* -- Calendar theme -- */

/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #7b9ebd;
  font-size: 11px;
  color: #000;
  cursor: default;
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar td
{

}

.calendar {
  border-color: white;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background-color: #f7f9fb;;
  color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr { color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  border:1px solid #e0e0e0;
  padding: 2px;
  color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 2px;
  text-align: center;
  background-color: #f7f9fb;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
	background-color: #e0e0e0;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	background-color: #e0e0e0;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

/* The body part -- contains all the days in month. */

.calendar tbody td
{
  border: 1px solid #e0e0e0;
}

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  background-color: #e0e0e0;
  color: #909090;
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  color: #527CA3;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
/*  visibility: hidden; */
	background-color: #eeeeee;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  border-top: 1px solid #e0e0e0;
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  color: #000;
  z-index: 100;
  font-size: 90%;
  background-color:#f7f9fb;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  color: #000;
  background-color:#999999;
}

.calendar .combo .active {
  font-weight: bold;
  border:1px solid black;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  color: #000;
}

.calendar td.time span.active {
  color: #fff;
}

form.singlesubmit_form
{
	position: relative;
}

form.singlesubmit_form .waiticon
{
	border: 0;
	position: absolute; 
	left: 0;
	top: 0;
	display:none;
}

tr.highlight td
{
	font-weight:bold;
	color: #330099;
	background-color: #FAFAFA !important;
}

div.simplepager
{
  
}

div.simplepager table
{
   border:1px solid #3a6fad;
   margin: 3px 0;
}

div.simplepager table td
{
  padding:2px;
  font-size:8pt;
  background-color: #e6f1ff;
  color:white;
}

div.simplepager table td.prev
{
   width:100px;
   text-align:center;
}

div.simplepager table td.next
{
   width:100px;
   text-align:center;
}

h3.partsearch
{
  background:url('/images/btn_icon01.jpg') no-repeat 0 6px;
  font-size:11px;
  font-weight:bold;
  padding:3px 10px;
  text-align:left;
  color: black;
}

div.notify-msg
{
	border:1px solid #DFDFDF;
	margin: 2px 0;
	background:white url('/images/job.png') no-repeat 1px 4px;
	padding:3px 20px;
/*	position:relative;*/
  clear: both;
}

div.notify-msg .action
{
	float:right;
	width:50px;
  text-align: center;
  z-index:10;
}
