/* Layout */

BODY {
  background       : #eeeeee;
  margin           : 0px 0px 0px 0px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #4f6e9e;
  /*text-align       : center;*/
  height           : 100%;
}

#wrapper{
  
}

/* LINKS */

a:link, a:visited {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : #4f6e9e;
  text-decoration  : none;
}

a:hover {
  color            : #0981D8;
  text-decoration  : underline;
}

/* HEADER */

#header {
	background: #4D84A7;
	height: 181px;
	position: relative;
  text-align: left;
}

#header_bg {
	background: url(../images/header_bg.gif) top;
  text-align: center;
}

#header_left {
	background: url(../images/header_left.gif) repeat-y top left;
	width: 900px;
	padding-left: 20px;
	margin: auto;
}

#header_right {
	background: url(../images/header_right.gif) repeat-y top right;
	position: relative;
	padding-right: 20px;
}

/* MENU */

#menu {
	padding: 0;
  font-family: Verdana;
  font-weight: bold;
  font-size: 0.8em;
	color: #FFFFFF;
	height: 20px;
  background: #2f679f;
  border-top:  solid 1px #7e99bf;
  text-align: left;
}

#menu_bg {
	background: url(../images/menu_bg.gif) repeat-x top left #2f679f;
  text-align: center;
}

#menu_left {
	background: url(../images/menu_left.gif) no-repeat top left;
	width: 900px;
	padding-left: 20px;
	margin: auto;
}

#menu_right {
	background: url(../images/menu_right.gif) no-repeat top right;
	position: relative;
	padding-right: 20px;
}

a.menu_item, a.menu_item:link, a.menu_item:visited {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
  color: #FFFFFF;
  text-decoration: none;
	height: 20px;
  border-right: solid 1px #7e99bf;
  padding: 4px 14px 0px 14px;
  display : block;
}

a.menu_item:hover {
  background: #0981D8;
}

a.menu_item_active, a.menu_item_active:link, a.menu_item_active:visited {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
  color: #FFFFFF;
  text-decoration: none;
	height: 20px;
  border-right: solid 1px #7e99bf;
  padding: 4px 14px 0px 14px;
  display : block;
  background: #0981D8;
}

/* SPACER */

#spacer {
  background: url(../images/spacer_inside.gif) repeat-x top left;
	padding: 0;
	color: #FFFFFF;
	height: 10px;
}

#spacer_bg {
	background: url(../images/spacer_bg.gif) repeat-x top left #b9c3da;
  text-align: center;
}

#spacer_left {
	background: url(../images/spacer_left.gif) no-repeat top left;
	width: 900px;
	padding-left: 20px;
	margin: auto;
}

#spacer_right {
	background: url(../images/spacer_right.gif) no-repeat top right;
	position: relative;
	padding-right: 20px;
}

/* CONTENT */

#content {
	background: #f6f8fb;
	position: relative;
  text-align: left;
  height: auto;
  overflow: visible;
}

#content_bg {
	background: #eeeeee;
  text-align: center;
}

#content_left {
	background: url(../images/content_left.gif) repeat-y top left;
	width: 900px;
	padding-left: 20px;
	margin: auto;
  height: auto;
  
}

#content_right {
	background: url(../images/content_right.gif) repeat-y top right;
	position: relative;
	padding-right: 20px;
  height: auto;
}

#page_content {
  height: 100%;
  padding: 6px 6px 0px 6px;
  overflow: visible;
}

#page_content_split {
	width: 688px;
	float: left;
  height: 100%;
  /*overflow: hidden;*/
  overflow: auto;
}

#padded_content {
  width: 660px;
  margin: 6px;
}

/* SIDE MENU  */

#side {
	width: 192px;
  height: 100%;
  background: url(../images/side_bg.gif) repeat-y;
	float: right;
  padding-bottom: 0px;
}

.side_header {
  background: url(../images/side_header.gif) no-repeat;
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
  width: 192px;
  height: 22px;
  padding-left: 22px;
  padding-top: 5px;
  display : block;
}

.side_content {
  width: 192px;
  padding-left: 2px;
  padding-bottom: 8px;
  display : block;
}

ul.side_menu { 
  width: 190px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.side_menu li a { 
  font-size : 10px;
  font-weight : normal;
  color : #4f6e9e;
  display: block;
  text-decoration: none;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
}

ul.side_menu li {
  display: inline;
}

ul.side_menu li a:link, ul.side_menu li a:visited { 
  /*background: #e8ecf4;*/
  color: #4f6e9e;
}

ul.side_menu li a:hover, ul.side_menu li a:active { 
  background: #eff2f7;
  color: #0981D8;
}

.HeadingTitle {
  height: 10px;
}

h3 {
  line-height: 10px;
}

/* PAGER */

a.pager:link, a.pager:visited {
  color: #4f6e9e;
  text-decoration: none;
  font-size : 10px;
  line-height: 2em;
  font-weight: normal;

}

a.pager:hover {
  text-decoration: underline;
  color: #0981D8;
}

.pager_up {
  border-top: solid 1px #7e99bf;
  border-left: solid 1px #7e99bf;
  border-right: solid 1px #7e99bf;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px 0px 10px;
  background: #f6f8fb;
  height: 23px;
  width: 636px;
  color : #4f6e9e;
  font-size : 10px;
  line-height: 2em;

}

.pager_down {
  border-bottom: solid 1px #7e99bf;
  border-left: solid 1px #7e99bf;
  border-right: solid 1px #7e99bf;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px 0px 10px;
  background: #f6f8fb;
  height: 23px;
  width: 636px;
  color : #4f6e9e;
  font-size : 10px;
  line-height: 2em;
}

.pager_arrow_left {
  padding-top: 3px;
  float: left;
  width: 20px;
  text-align: left;
}

.pager_left {
  padding-left: 1px;
  float: left;
  width: 120px;
  height: 23px;
  text-align: left;
}

.pager_select {
  padding-top: 1px;
  float: middle;
  text-align: center;
}

.pager_arrow_right {
  padding-top: 3px;
  float: right;
  width: 20px;
  text-align: right;
}

.pager_right {
  padding-right: 1px;
  float: right;
  width: 120px;
  height: 23px;
  text-align: right;
}

/* TABLE */

table.form_outerline {
  border: solid 1px #7e99bf;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 10px;
}

th {
  text-align: left;
  vertical-align: top;
  padding: 2px 5px 0px 5px;
  background: #f6f8fb;
}

table.form_outerline th.left {
  text-align: left;
  padding: 2px 5px 0px 5px;
}

table.form_outerline td {
  text-align: left;
  padding: 2px 5px 2px 5px;
}

tr.col0 {
  background: #f4f6f8;
}

tr.col1 {
  background: #eff2f7;
}

td.col0 {
  background: #f4f6f8;
}

td.col1 {
  background: #eff2f7;
}

th.v {
  height: 20px;
  border-bottom: dotted 1px #7e99bf;
}

th.h {
  border-right: dotted 1px #7e99bf;
}

tr.rcol0 {
  background: #f4f6f8;
}

tr.rcol1 {
  background: #eff2f7;
}

tr.rccol0 {
  background: #f4f6f8;
}

tr.rccol1 {
  background: #eff2f7;
}

tr.rcol0:hover, tr.rcol1:hover {
  background: #e7f3ff;
  color: #0981D8;
  cursor: pointer;
}

tr.rccol0:hover, tr.rccol1:hover {
  background: #e7f3ff;
  color: #0981D8;
}

table.noborder {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /*padding: 10px;*/
}

table.noborder th {
  vertical-align: top;
  padding: 2px 5px 0px 5px;
}

table.noborder th.left {
  text-align: left;
  padding: 2px 5px 0px 5px;
}

table.noborder td {
  text-align: left;
  padding: 2px 5px 2px 5px;
}

table.outerline {
  border: solid 1px #7e99bf;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px;
}

table.outerline th {
  padding-left: 5px;
  padding-right: 5px;
}

table.outerline td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* TEXT */

h1 {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #2f679f;
  font-size        : 16px;
  font-weight      : bold;
  text-align       : left;
  margin           : 0px 0px 10px 0px;
}

p.center {
  text-align: center;
}

/* FORM */

.button {
	padding: 1px 4px;
	border-top: 1px solid #D5DBEA;
	border-left: 1px solid #D5DBEA;
	border-bottom: 1px solid #A1AECC;
	border-right: 1px solid #A1AECC;
	background: url(../images/button_bg.gif) #E5E9F2;
}

.button:hover, .button:focus {
	border-top: 1px solid #A1AECC;
	border-right: 1px solid #D5DBEA;
	border-bottom: 1px solid #D5DBEA;
	border-left: 1px solid #A1AECC;
}

input, select {
  font: 11px Tahoma, Arial, sans-serif;
}

se lect, .inputbox {
	padding: 2px;  
}

select {
	border-top: 1px solid #A1AECC;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #A1AECC;
  background: #f6f8fb;
}

.side_menu select {
  margin-left : 11px;
  margin-top  : 2px;
  width       : 168px;
  font: 10px Tahoma, Arial, sans-serif;
  color: #4F6E9E;
  background: #E8ECF4;
}

select:enabled:hover, select:enabled:focus {
	border: 1px solid #0981D8;
}

.side_menu select:enabled:hover, .side_menu select:enabled:focus {
  background: #eff2f7;
  color: #0981D8;
}

.inputbox {
	border-top: 1px solid #A1AECC;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #A1AECC;
	background: url(../images/inputbox_bg.gif) repeat-x top #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #0981D8;
	background: url(../images/inputbox_bg.gif) repeat-x top #FFFFFF;
}
/* FOOTER */

#footer {
	background: url(../images/footer_inside.gif) repeat-x top left #2f679f;
	position: relative;
  top: 0px;
  text-align: left;
  height: 32px;
  z-index: 1;
}

#footer_bg {
  background: url(../images/footer_bg.gif) repeat-x top left;
  text-align: center;
}

#footer_left {
	background: url(../images/footer_left.gif) repeat-y top left;
	width: 900px;
	padding-left: 20px;
	margin: auto;
}

#footer_right {
	background: url(../images/footer_right.gif) repeat-y top right;
	position: relative;
	padding-right: 20px;
}

.footer_w3c {
  padding-top: 9px;
  padding-right: 9px;
  float: right;
  text-align: right;
}

.footer_text {
  padding-top: 11px;
  float: left;
  text-align: center;
  color: #FFFFFF;
  font-size : 10px;
  font-weight : normal;
  height: 1em;
  line-height: 1em;
  width: 700px;
}

/* OTHER */

a.atip:link, a.atip:visited {
  font-weight      : bold;
  font-size        : 11px;
  color            : #004872;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a.atip:hover {
  color            : #006993;
  text-decoration  : underline;
}

body div#toolTip { position:absolute;z-index:1000;width:auto;background:#FAF8F8;border:1px double #4c82e3;text-align:left;padding:5px;min-height:1em;}
body div#toolTip p { margin:0;padding:0;color:#000;font:11px/12px verdana,arial,sans-serif; overflow:hidden;}
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#000; }

.fifteen {
  height           : 15px;
}

.HeadingSepStart {
  background       : url("../images/heading_sep_start2.gif") no-repeat;
}

.HeadingSepBody {
  background       : url("../images/heading_sep_body2.gif") repeat-x;
}

.HeadingSepEnd {
  background       : url("../images/heading_sep_end2.gif") no-repeat;
}

.NewsSep {
  background       : url("../images/news_sep.gif") repeat-x;
}


* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
