form {
  margin: 0px;
}
fieldset {
  -moz-border-radius: 7pt;
}
legend {
  font-family: Arial, Helvetica, sans-serif;
  color: #6cbc45;
  font-size: 12px;
  font-weight: bold;
}
.tinymce {

}
.code_javascript {
  background-color: #ffffff;
  border-left: #DAD9D3 1px solid;
  border-top: #DAD9D3 1px solid;
  border-bottom: #808080 1px solid;
  border-right: #808080 1px solid;
}
.page_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #7f4200;
  font-weight: bold;
  text-align: center;
}
.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.text_white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
}
.text_control {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000; 
	color: #FFFFFF; 
	border: 1px solid #000000;
	padding: 5px;
}
.textarea_control {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #000000; 
	color: #FFFFFF; 
	border: 1px solid #000000;
	padding: 5px;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.textarea_control_codeeditor {
  font-family: 'Courier New', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  border: 1px solid #7F9DB9;
  margin-left: 0px;
  width: 100%;  overflow: auto;
}
.textarea_control_required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  background-color: #FFFFCC;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.text_required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #000000; 
	color: #FFFFFF; 
	border: 1px solid #000000;
	padding: 5px;
}
.text_small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.text_small_italic {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9B9B9B;
  font-style: italic;
}
.link_small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #376faa;
}
.link_small:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #feb165;
}
.text_disabled_small {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #C0C0C0;
}
.text_control_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000; 
	color: #FFFFFF; 
	border: 1px solid #000000;
	padding: 5px;
}
.textarea_control_small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
}
.text_bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.text_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  font-style: italic;
}
.text_disabled {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #C0C0C0;
}
.text_note, .text_note span, .error span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: red;
}
.standardPaddingTop {
  padding-top: 4px;
}
.label_control_row {
  padding: 4px 0px 8px 0px;
}
.command_seperator_top {
  border-bottom: dotted 1px #DAD9D3;
  margin-bottom: 8px;
  padding-bottom: 6px;
}
.command_seperator_bottom {
  border-top: dotted 1px #DAD9D3;
  margin-top: 8px;
  padding-top: 4px;
}
.commandWrapper {
  height: 26px;
}
.commandDiv {
  float: left;
  padding-right: 4px;
}
.commandDivRight {
  float: right;
  padding-left: 4px;
  height: 26px;
}
.editTab_wrapper {
  margin: 0px;
  padding: 8px 0px 0px 20px;
}
.button_action {
  cursor: pointer;
}
.button_move {
  cursor: move;
}
.button_control {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px;
}
.buttonIconWrapper {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
	background-image: url(images/btn_form_orange.gif); 
}
.buttonIconWrapperHover {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
	background-image: url(images/btn_form_orange.gif); 
}
.buttonIcon {
  padding: 6px 8px;
}
.buttonIconWrapper a, .buttonIconWrapper a:hover, .buttonIconWrapperHover a, .buttonIconWrapperHover a:hover {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.buttonIcon .icon {
}
.buttonIcon .title {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 6px;
}


a.button, .button input.buttonDiv, .button div.buttonDiv {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.button a {
  text-decoration: none;
}
a.button div.buttonDiv:hover, .button input.buttonDiv:hover, .button div.buttonDiv:hover {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.buttonDiv {
  cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background-image: url(images/btn_form_orange.gif); 
	width: 100px; 
	height: 25px;
	font-weight: bold;
	border: 0px;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb_text, .breadcrumb_text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: normal;
	text-transform: none;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
.breadcrumb_text h1 {
  display: inline;
}
.breadcrumb_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffcc66;
	text-decoration:none;
}
.breadcrumb_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ff9900;
	text-decoration:none;
}
.grid_header {
  background-color: #b67514;
  padding: 0px 0px 4px 0px;
}
.white {
  color: #ffffff;
}
.pagination {
  text-align: right;
  padding: 10px 0px 10px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.pagination a, .pagination span {
  margin: 0px;
  padding: 2px 3px;
  text-decoration: none;
}
.pagination a.number, .pagination a.number:active, .pagination a.number:visited {
  border: #4B4B4B 1px solid;
  margin: 0px 2px;
  padding: 1px 4px 2px 4px;
  color: #ffffff;
  background-color: #000000;
}
.pagination a.number:hover {
  background-color: #ffcc33;
  color: #ffffff;
}
.pagination a.current, .pagination a.current:active, .pagination a.current:visited {
  background-color: #ff9900;
  border: #808080 1px solid;
  color: #ffffff;
}
.grid_table {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  border-style: solid;
  border-collapse: collapse;
}
.grid_cell_header {
  padding: 2px 4px 2px 4px;
}
.grid_cell {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  padding: 8px;
}
.grid_cell_even {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background: transparent url(images/main_body_bg_main.png);
  padding: 8px;
}
.grid_cell_footer {
  padding: 2px 4px 2px 4px;
}
.grid_title {
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.grid_title:hover {
  text-decoration: underline;
}
.grid_container, .grid_container_cell {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.grid_container_list {
  overflow-x: hidden;
  overflow-y: auto;
  border: #C0C0C0 1px solid;
  padding: 5px;
}
.grid_container_list-active {
  background-color: #FFFFCC;
}
.grid_container {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_container_list_featured {
  overflow-x: hidden;
  overflow-y: auto;
  border: #f4ae2a 1px solid;
  padding: 5px;
}
.grid_container_list_item {
  background-color: #A0A0A0;
  border-bottom: white 1px solid;
  color: #ffffff;
}
.grid_container_table {
  border: #E4E4E4 1px solid;
  padding: 5px;
}
.grid_container_table_featured {
  border: #f4ae2a 1px solid;
  padding: 5px;
}
.grid_container_item {
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_container_table_noborder {
  /*padding: 5px; */
}
.grid_container_table_noborder_padding {
  padding-right: 8px;
}
.grid_container_table_item {
  padding: 0px;
  margin: 0px;
}
.grid_container_table_item_selected {
  border: red 2px solid;
  padding: 0px;
  margin: 0px;
}
.grid_container_cell_item  {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: center;
}
.grid_container_pagelet, .grid_container_cell_pagelet {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  float: left;
}
.grid_container_pagelet {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_container_pagelet_header {
  border: #B6B6B6 1px solid;
  padding: 2px 4px 2px 10px;
  background: transparent url(images/frames/frame_teal.gif) repeat-x center center;
  width: 100%;
}
.grid_container_pagelet_header_text {
  color: #ffffff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.grid_container_pagelet_handle {
  cursor: move;
}
.grid_container_table_pagelet {
  width: 100%;
  border: #E4E4E4 1px solid;
  padding: 5px;
}
.edit_container {
  border: #7b9ebd 1px solid;
  padding: 4px 4px 4px 4px;
}
.edit_container_nopadding {
  border: #7b9ebd 1px solid;
}
.imageedit {
  border: #7b9ebd 1px solid;
}
.image {
  border-left: #DAD9D3 1px solid;
  border-top: #DAD9D3 1px solid;
  border-bottom: #808080 1px solid;
  border-right: #808080 1px solid;
}
.imageright {
  float: right;
  margin-top: 2px;
  margin-left: 12px;
  margin-bottom: 2px;
}
.imageleft {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.imageleft_standard {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}
.imageleft_nobottom {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5a0a0f;
}
.link:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffcc33;
}
.search_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #536274;
  text-decoration: underline;
}
.search_link:hover {
  font-size: 12px;
  color: #ffcc33;
  text-decoration: underline;
}
.spacer {
  height: 7px;
  width: 1px;
}
.text_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}
.text_header a {
  font-size: 11px;
  color: #feb165;
}
.text_header a:hover {
  font-size: 11px;
  color: #376faa;
}
.label_header {
  color: #feb165;
  font-size: 13px;
  font-weight: bold;
}
.control_button {
  border: #E4E4E4 1px solid;
  padding: 3px;
}
.nowrap {
  white-space: nowrap;
}

/* Calendar */
.CalendarLegend {
  border: #C0C0C0 1px solid;
}
.CalendarLegendHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #024b82;
  padding: 2px 0px;
}
.CalendarLegendItem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 0 5;
}
.CalendarLegendEmptyItem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 2 5;
  background-color: #EEEEEE;
}
.CalendarTopRightBottomFullBorder {
  border-top: #C0C0C0 1px solid;
  border-right: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
}
.CalendarLeftBorder {
  border-left: #C0C0C0 1px solid;
}
.CalendarTopBottomBorder {
  border-top: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
}
.CalendarLeftTopBottomBorder {
  border-top: #C0C0C0 1px solid;
  border-left: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
}
.CalendarTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: white;
  background-color: #2f374a;
  padding: 2px 0px;
  height: 20px;
}
.CalendarOtherMonthLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px 0px 8px;
  color: #ffcc33;
  text-decoration: none;
}
.CalendarOtherMonthLink a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffcc33;
  text-decoration: none;
}
.CalendarOtherMonthLink a {
  text-decoration: none;
}
.CalendarOtherMonthLink a:hover {
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
}
.CalendarDayHeader, .CalendarDayHeader TD {
  background-color: #991d1f;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 0px;
  height: 10px;
}
.CalendarOtherMonthDay {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  background-color: #EEEEEE;
  border-left: #C0C0C0 1px solid;
  padding: 0px 2px 2px 2px;
  text-align: right;
  vertical-align: top;
}
.CalendarMonthDay {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  border-left: #C0C0C0 1px solid;
  padding: 0px 2px 2px 2px;
  text-align: right;
  vertical-align: top;
}
.CalendarOtherMonthDayLastRowOfWeek {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  background-color: #EEEEEE;
  border-left: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
  padding-right: 2px;
  padding-top: 2px;
  text-align: right;
  vertical-align: bottom;
}
.CalendarMonthDayLastRowOfWeek {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  border-left: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
  padding-right: 2px;
  padding-top: 2px;
  text-align: right;
  vertical-align: bottom;
}
.Calendarheader2  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  10px;
  font-weight: bold;
  color: #003366;
}
.CalendarMedHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  10px;
  font-weight: bold;
  color: black;
}
.EventCalendarRow {
  border-left: #C0C0C0 1px solid;
  padding-left: 2px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  border-bottom: #C0C0C0 1px solid;
}
.EventCalendarRow a:link, .EventCalendarRow a:visited, .EventCalendarRow a:active {
  text-decoration: none;
  font-size: 10px;
}
.EventCalendarRow a:hover {
  font-size: 10px;
  text-decoration: underline;
}
.CalendarNone {
  border: none;
  background-color: white;
}
.largespace {
  font-size: 1px;
  height: 10px;
  width: 1px;
  clear: both;
}
.space {
  font-size: 1px;
  height: 1px;
  width: 2px;
  clear: both;
}

/* Indicators */

.indicator_container {
  position: absolute;
  display: none;
  text-align: center;
  background-color: #ffffff;
  z-index: 1000;
}
.indicator_wrapper {
  position: relative;
  top: 50%;
}

.search_indicator_container {
  position: absolute;
  display: none;
  text-align: center;
  z-index: 1000;
}
.search_indicator_wrapper {
  position: relative;
  top: 40%;
  text-align: center;
}
.search_indicator_information {
  background-color: #000000;
  border: #646464 1px solid;
	width: 160px;
	margin: auto auto;
  padding: 20px 0px;
}
.search_indicator_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  16px;
  color: #ffffff;
  padding: 0px 0px 10px 0px;
}
.search_indicator_medium {
  position: relative;
  height: 31px;
  width: 31px;
  background: url(images/indicator_medium.gif);
  margin: 0px auto;
}

/* Wizards */

.WizardColumnsWrapper {
  position: relative;
}
.WizardWrapperColumnLeft {
  float: left;
  width: 185px;
  border-left: #DAD9D3 1px solid;
  border-top: #DAD9D3 1px solid;
  border-right: #DAD9D3 1px solid;
}
.WizardWrapperColumnRight {
  position: relative;
  margin-left: 205px;
}
.WizardTitle {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  text-align: center;
}
.WizardStep {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px;
  border-bottom: #DAD9D3 1px solid;
}
.WizardStepCompleted {
  background-color: #5C7BCD;
}
div.WizardStepCompleted:hover {
  cursor: pointer;
  background-color: #3558B5;
}
.WizardStepActive {
  font-weight: bold;
  background-color: #3558B5;
}
.WizardStepInactive {
  background-color: #7C96D8;
}
.WizardSubStep {
  padding: 2px 10px 2px 24px;
  background-color: #BCC9EB;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: #DAD9D3 1px solid;
  font-size: 13px;
  font-weight: normal;
}
.WizardSubStepCompleted {
  background-color: #98ACE0;
}
div.WizardSubStepCompleted:hover {
  cursor: pointer;
  background-color: #8199DA;
}
.WizardSubStepActive {
  font-weight: bold;
  color: #ffffff;
  background-color: #3558B5;
}
.WizardSubStepInactive {
  background-color: #BCC9EB;
}
.WizardControlsTop {
  padding-bottom: 10px;
}
.WizardControlsBottom {
  padding-top: 10px;
}

/*
.informationDiv {
  height: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  border: #7f9db9 1px solid;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 2px;
}
*/

/* Forms */

.msgWindow {
  background-color: #f5f4f0;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  height: auto;
}
.msgWindow p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

/* Skin Specific */

body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	text-transform: uppercase;
}
h3, h3 a {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #3399cc;
	text-transform:uppercase;
}
h4, h4 a {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #3399cc;
	text-transform:uppercase;
}
h5 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
p, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc33;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: none;
	font-size: 14px;
}
.fontOrange {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc66;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.fontOrangeSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc66;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.fontWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.fontWhiteSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.fontWhiteSmall a {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffcc66;
	text-decoration:none;
	font-size: 11px;
}
.mainBody {
  background: url(images/main_body_bg_main.png);
  padding: 10px 20px 10px 20px;
}
.advertisementsRight {
  text-align: center;
  padding-left: 10px;
}
.popular {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 11px;
	text-align:center;
}
.header {
	background-image:url(images/hdr_main.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.headerBlog {
	background-color:#000000;
	background-image:url(images/hdr_main_blog.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.nav {
	padding: 0px 20px;
}
.popular a {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffcc33;
	text-decoration:none;
	font-size: 13px;
}
.popular a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#ff9900;
	text-decoration:none;
	font-size: 13px;
}
.popular img {
	border: solid 1px #ffffff;
}
.formButton {
  cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background-image: url(images/btn_form_orange.gif); 
	width: 100px; 
	height: 25px;
	font-weight: bold;
	border: 0px;
}
.formbtnSignup {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(images/btn_form_orange.gif); 
	width: 60px; 
	height:25px;
	font-weight:bold;
	border: 0px;
}
.formbtnGo {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(images/btn_form_orange.gif); 
	width: 40px; 
	height:25px;
	font-weight:bold;
	border: 0px;
}
.formSearch {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-color:#333333; 
	border:solid 1px #000000;
	width: 350px;
	padding: 5px;
}
.formSearchwhite {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	background-color:#ffffff; 
	border:solid 1px #000000;
	width: 350px;
	padding: 5px;
}
.formSearchgrey {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	background-color:#6f6f6f; 
	border:solid 1px #000000;
	width: 180px;
	padding: 5px;
}
.formDrop {
	background-color: #000000; 
	color: #FFFFFF; 
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.advacedsearch a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffcc33;
	text-decoration:none;
}
.advacedsearch a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: normal;
	color: #999999;
	padding: 0px;
	margin: 0px;
	display: inline;
	text-transform: none;
}
.label {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffcc33;
  font-size: 12px;
  font-weight: normal;
}
.label_small {
  font-family: Arial, Helvetica, sans-serif;
  color: #669933;
  font-size: 11px;
  font-weight: normal;
}
.label_required {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
}
.label_normal {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
.label_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffcc33;
  font-weight: normal;
}
.label_title_required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffcc33;
  font-weight: normal;
}
.sitemap {
  color: #ffffff;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	text-align: justify;
  padding: 20px 0px;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: normal;
	color: #cccccc;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	display: inline;
	text-transform: none;
}

/* Page Layout */

.pagecontent_container_table_columns {
  width: 1000px;
}
.pagecontent_container_column_twocolumn_left {

}
.pagecontent_container_column_twocolumn_right {

}
.pagecontent_container_column_threecolumn_left {

}
.pagecontent_container_column_threecolumn_right {

}
.pagecontent_container_column_threecolumn_middle {

}
.pagecontent_container_column_onecolumn {

}
.pagecontent_container_pagelet {
  padding: 12px 4px;
}

/* Form Layout */

.form_container_table_columns {
  padding-top: 10px;
}
.form_container_column_twocolumn_left {

}
.form_container_column_twocolumn_right {
  padding-left: 20px;
}
.form_container_column_threecolumn_left {

}
.form_container_column_threecolumn_right {

}
.form_container_column_threecolumn_middle {
  padding: 0px 10px;
}
.form_container_column_onecolumn {

}

/* Fields */

.form_field_tiny {
  width: 42px;
}
.form_field_extrasmall {
  width: 78px;
}
.form_field_small {
  width: 122px;
}
.form_field_medium {
  width: 170px;
}
.form_field_large {
  width: 278px;
}

/* Inventory */

.screenshot_image {
  position: relative;
  top: 5px;
  left: 5px;
  height: 235px;
  width: 235px;
  text-align: center;
}
.image_wrapper {
  height: 146px;
}
.image_thumbnail {
  text-align: center;
}
.image_not_available_full_wrapper {
  border-left: #c8cebe 1px solid;
  border-top: #e5e3e1 1px solid;
  border-bottom: #a198af 1px solid;
  border-right: #c8cebe 1px solid;
  background-color: #ffffff;
  height: 400px;
  width: 400px;
  margin: 0px auto;
  padding: 2px;
}
.image_not_available_full {
  background-color: #dbd6d1;
  height: 400px;
  width: 400px;
  display: table; 
  #position: relative;
  overflow: hidden;
}
.image_not_available_full .image_not_available_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none;
	font-size: 60px;
}
.image_not_available_large_wrapper {
  border-left: #c8cebe 1px solid;
  border-top: #e5e3e1 1px solid;
  border-bottom: #a198af 1px solid;
  border-right: #c8cebe 1px solid;
  background-color: #ffffff;
  height: 146px;
  width: 146px;
  margin: 0px auto;
  padding: 2px;
}
.image_not_available_large {
  background-color: #dbd6d1;
  height: 146px;
  width: 146px;
  display: table; 
  #position: relative;
  overflow: hidden;
}
.image_not_available_small_wrapper {
  border-left: #c8cebe 1px solid;
  border-top: #e5e3e1 1px solid;
  border-bottom: #a198af 1px solid;
  border-right: #c8cebe 1px solid;
  background-color: #ffffff;
  height: 146px;
  width: 96px;
  margin: 0px auto;
  padding: 2px;
}
.image_not_available_small {
  background-color: #dbd6d1;
  position: relative;
  height: 146px;
  width: 96px;
  display: table; 
  #position: relative;
  overflow: hidden;
}
.image_not_available_large_wrapper a, .image_not_available_small_wrapper a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}
.image_not_available_large_wrapper a:hover, .image_not_available_small_wrapper a:hover  {
	text-decoration: underline;
}
.image_not_available_large_wrapper a div.image_not_available_large:hover, .image_not_available_large_wrapper div.image_not_available_large:hover,
.image_not_available_small_wrapper a div.image_not_available_small:hover, .image_not_available_small_wrapper div.image_not_available_small:hover{
  background-color: #cecac4;
  text-decoration: underline;
}
.image_not_available_text_wrapper {
  #position: absolute;
  #top: 50%;display:
  table-cell;
  vertical-align: middle;
}
.image_not_available_text {
  #position: relative;
  #top: -50%;
  text-align: center;
}

/* Carousel */

.carousel, .itemview {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
  padding-top: 8px;
}
.carousel a, .itemview a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc33;
	text-decoration: none;
	font-size: 13px;
}
.carousel a:hover, .itemview a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: none;
	font-size: 13px;
}
.jcarousel-wrapper-home {
  height: 220px;
  width: 710px;
  overflow: hidden;
}
.jcarousel-wrapper-mostpopular {
  height: 220px;
  width: 860px;
  overflow: hidden;
}
.jcarousel-skin-inventory-home .jcarousel-container,
.jcarousel-skin-inventory-mostpopular .jcarousel-container {
  height: 220px;
}
.jcarousel-skin-inventory-mostpopular .jcarousel-container-horizontal {
  width: 790px;
  padding: 10px 35px;
}
.jcarousel-skin-inventory-home .jcarousel-clip,
.jcarousel-skin-inventory-mostpopular .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-skin-inventory-mostpopular .jcarousel-clip-horizontal {
  width:  790px;
  height: 220px;
}
.jcarousel-skin-inventory-home .jcarousel-container-horizontal {
  width: 640px;
  padding: 10px 35px;
}
.jcarousel-skin-inventory-home .jcarousel-clip-horizontal {
  width:  640px;
  height: 220px;
}
.jcarousel-skin-inventory-home .jcarousel-item,
.jcarousel-skin-inventory-mostpopular .jcarousel-item {
  width: 150px;
  padding: 0px;
  height: 220px;
}
.jcarousel-skin-inventory-home .jcarousel-next-horizontal,
.jcarousel-skin-inventory-mostpopular .jcarousel-next-horizontal {
  position: absolute;
  top: 70px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-inventory-home .jcarousel-next-horizontal:hover,
.jcarousel-skin-inventory-mostpopular .jcarousel-next-horizontal:hover {
  background-position: -32px 0;
}
.jcarousel-skin-inventory-home .jcarousel-next-horizontal:active,
.jcarousel-skin-inventory-mostpopular .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-inventory-home .jcarousel-next-disabled-horizontal,
.jcarousel-skin-inventory-home .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-inventory-home .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-inventory-mostpopular .jcarousel-next-disabled-horizontal,
.jcarousel-skin-inventory-mostpopular .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-inventory-mostpopular .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-inventory-home .jcarousel-prev-horizontal,
.jcarousel-skin-inventory-mostpopular .jcarousel-prev-horizontal {
  position: absolute;
  top: 70px;
  left: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-inventory-home .jcarousel-prev-horizontal:hover,
.jcarousel-skin-inventory-mostpopular .jcarousel-prev-horizontal:hover {
  background-position: -32px 0;
}
.jcarousel-skin-inventory-home .jcarousel-prev-horizontal:active,
.jcarousel-skin-inventory-mostpopular .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-inventory-home .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-inventory-home .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-inventory-home .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-inventory-mostpopular .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-inventory-mostpopular .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-inventory-mostpopular .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

/* tooltip styling */
.tooltip {
	display: none;
	background: url(images/tooltip.png);
	height: 173px;
	padding: 30px 30px 10px 20px;
	width: 310px;
}
.tooltip p {
	font-size: 12px;
	color: #ffffff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color: #ad4;
	font-size: 11px;
	font-weight: bold;
}


