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


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

td.field_label {
  width: 125px;
  font-weight: bold;
  text-align: right;
}

.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: #b92323;
}

.item_header {
  background-color: #f5f5f5;
  color: #b92323;
}

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

a.module_control, a.module_control:link, a.module_control:visited {
  float:left;
  margin-left: 2px;
  color: #ffffff;
  background-color: #5b5b5a;
  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 #f0efef;
  border-right: 1px solid #d8d6d6;
  border-bottom: 4px solid #d8d6d6;
  border-left: 1px solid #d8d6d6;

}

a:hover.module_control {
  color: #ffffff;
  font-weight: normal;
  background-color: #5b5b5a;
  border-right: 1px solid #d8d6d6;
  border-bottom: 4px solid #ea5100;
  border-top: 1px solid #f0efef;
}

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


.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;
}

input {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
  background: url(images/input_bg.jpg) repeat;
  border-style: solid;
  border-color: #dbdbdb;
}

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

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

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

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

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

/*---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---*/

/*---MENU LINKS---*/
a.front_menu, a.front_menu:link, a.front_menu:visited {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  display:block;
  text-align: center;
  line-height: 42px;
  overflow: hidden;
  width: 100px;
}

a:hover.front_menu {
  color: #a05b03;
  background: url(images/button_over_bg.jpg);
}

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

/*---MENU LINKS---*/
a.sideLink, a.sideLink:link, a.sideLink:visited {
  color: #ffffff;
  background-color:#0279df;
  font-weight: normal;
  text-decoration: none;
  display:block;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  width: 250px;
  border:1px solid #026ac3;
  border-left:1px solid #40a6fd;
  border-top:1px solid #40a6fd;

}

a:hover.sideLink {
  color: #ffffff;
  background-color:#73beff;
  border:1px solid #49a0ec;
  border-left:1px solid #b2dcff;
  border-top:1px solid #b2dcff;
}

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



