body {
	font-family: arial,sans-serif;
	font-size: 12px;
  overflow-x: hidden;
}

td {
	font-family: arial,sans-serif;
	font-size: 11px;
  font-weight: normal;
}

.floatleft {
 float:left;
 margin-right:8px;
}
p {margin-top:0px;}

.siteHeading {
 color:#0e548c;
 font-size:20px;
 font-weight:bold;
}

.subHeading {
 color:#1d80cf;
 font-size:16px;
 font-weight:bold;
}

.sidebar_title {
 color:#005e81;
 font-size:16px;
 text-decoration:none;
 font-weight:bold;
}

a.sidebar_title, a.sidebar_title:link, a.sidebar_title:visited {
 color:#005e81;
 font-size:16px;
 text-decoration:none;
 font-weight:bold;
}

a.sidebar_title:hover {
 color:#005e81;
 font-size:16px;
 text-decoration:none;
 font-weight:bold;
}


.white {
  color: #ffffff;
}

.white_bg {
  background-color: #ffffff;
  color: #000000;
}

.light_grey_bg {
  background-color: #f5f5f5;
  color: #000000;
}

.grey_bg {
  background-color: #d8d6d6;
  color: #000000;
}

.dark_grey_bg {
  background-color: #7d7b7b;
  color: #ffffff;
}

.error_header {
  background-color: #b92323;
  font-weight: bold;
  color: #ffffff;
}

.item_header2 {
  background-color: #e1dfdf;
  color: #0b5274;
}

.item_header {
  background-color: #f5f5f5;
  color: #0b5274;
}

/*---MINI BUTTONS---*/

a.mini_button, a.mini_button:link, a.mini_button:visited {
  float:left;
  margin-left: 2px;
  color: #ffffff;
  background-color: #1779b0;
  font-weight: normal;
  text-decoration: none;
  display:block;
  text-align: center;
  line-height: 15px;
  overflow: hidden;
  width: 60px;
  border-top: 1px solid #0a4566;
  border-right: 1px solid #0a4566;
  border-bottom: 1px solid #0a4566;
  border-left: 1px solid #0a4566;

}

a:hover.mini_button {
  color: #ffffff;
  font-weight: normal;
  background-color: #1297e2;
/*  border-right: 1px solid #ffa800;
  border-left: 1px solid #ffa800;
  border-top: 1px solid #ffa800;
  border-bottom: 1px solid #ffa800;*/
}

/*---END MINI BUTTONS---*/


/*---MODULE CONTROLS---*/

a.module_control, a.module_control:link, a.module_control:visited {
  float:left;
  margin-left: 2px;
  color: #ffffff;
  background-color: #1779b0;
  font-weight: normal;
  text-decoration: none;
  display:block;
  text-align: center;
  padding-left: 3px;
  line-height: 25px;
  overflow: hidden;
  width: 150px;
  border-top: 1px solid #0a4566;
  border-right: 1px solid #0a4566;
  border-bottom: 4px solid #0a4566;
  border-left: 1px solid #0a4566;

}

a:hover.module_control {
  color: #ffffff;
  font-weight: normal;
  background-color: #1297e2;
/*  border-right: 1px solid #ffa800;
  border-left: 1px solid #ffa800;
  border-top: 1px solid #ffa800;
  border-bottom: 4px solid #ffa800; */
}

/*---END MODULE CONTROLS---*/

/*---FRONT NAV---*/

a.front_nav, a.front_nav:link, a.front_nav:visited {
  float:left;
  color: #ffffff;
  background-color: #0c5e8a;
  font-weight: bold;
  text-decoration: none;
  display:block;
  text-align: center;
  line-height: 25px;
  padding-bottom:2px;
  overflow: hidden;
  width: 75px;
  font-family: arial;
  font-size:13px;

}

a:hover.front_nav {
  color: #ffffff;
  background-color: #094a71;
  
/*  border-right: 1px solid #ffa800;
  border-left: 1px solid #ffa800;
  border-top: 1px solid #ffa800;
  yyborder-bottom: 4px solid #ffa800;*/
}

/*---END FRONT NAV---*/



.boxed_item {
	border: 1px solid #333333;
}

td.titlebar {
	background-color: #3399cc;
	color: #ffffff;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}

.confirm_header {
  font-weight: bold;
  color: #ffffff;
	background-color: #ffcc00;
}

td.error_titlebar {
	background-color: #cc0000;
	color: #cccccc;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

span.error { 
	color: #cc0000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
}


textarea {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

select {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

a.sidebar_more_link, a.sidebar_more_link:visited, a.sidebar_more_link:active {
  color: #005e81;
  font-weight: bold;
}

a, a:link, a:visited {
  color: #000000;
  font-weight: bold;
}

a:hover {
  color: #2188b9;
  font-weight: bold;
}

a.white, a.white:link, a.white:visited {
  color: #ffffff;
  font-weight: bold;
}

/*---FRONT MENU---*/
a.front_menu, a.front_menu:link, a.front_menu:visited {
  color: #1e3f51;
  background-color: #56648a;
  background: url(images/) no-repeat 5% center;
  font-weight: bold;
  text-decoration: none;
  display:block;
  line-height: 25px;
  overflow: hidden;
  padding-left:8px;
  width: 149px;
  margin:3px;
  border-top: 1px solid #b4c3ca;
  border-right: 20px solid #b4c3ca;
  border-bottom: 1px solid #b4c3ca;
  border-left: 1px solid #b4c3ca;

}

a:hover.front_menu {
  color: #1e3f51;
  background-color: #eff5f8;
  border-right: 20px solid #b4c3ca;
  border-bottom: 1px solid #b4c3ca;
  border-top: 1px solid #b4c3ca;
}
/*---END FRONT MENU  ---*/


/*---MENU SELECTED ---*/
a.menu_selected, a.menu_selected:link, a.menu_selected:visited {
  color: #000000;
  background-color: #dddbdb;
  font-weight: normal;
  text-decoration: none;
  display:block;
  margin-top: 2px;
  text-align: left;
  padding-left: 3px;
  line-height: 25px;
  overflow: hidden;
  width: 112px;
  border-top: 1px solid #c3c2c2;
  border-right: 4px solid #ca2d2d;
  border-bottom: 1px solid #c3c2c2;
  border-left: 1px solid #c3c2c2;

}

a:hover.menu_selected {
  color: #ffffff;
  background-color: #5b5b5a;
  border-right: 4px solid #ea5100;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #f0efef;
}
/*---END MENU SELECTED ---*/


/*---MENU LINKS---*/
a.menu, a.menu:link, a.menu:visited {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  display:block;
  margin-top: 2px; 
  text-align: left;
  padding-left: 3px;
  line-height: 25px;
  overflow: hidden;
  width: 112px;
  border-top: 1px solid #f0efef;
  border-right: 4px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
  border-left: 1px solid #d8d6d6;
  
}

a:hover.menu {
  color: #ffffff;
  background-color: #5b5b5a;
  border-right: 4px solid #ea5100;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #f0efef;
}

/*---END MENU LINKS---*/

a img {
}

a:hover img {
}

