/** HtmlButtonGroupRenderer */

.buttongroup_table {}
.buttongroup_hor_cell {}

.buttongroup_hor_padding
{
	padding-right: 10px;
}
.buttongroup_hor_spacing
{
	padding-left: 10px;
}

.buttongroup_ver_cell {}
.buttongroup_ver_padding
{
    height: 10px;
}

/** HtmlCalendarRenderer */

.calendar_div_style
{
    z_index: +999;
    position: absolute;
    visibility: hidden;
}

.calendar_table_style
{
    font_family: arial;
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
    border-color: #121271;
    background-color: white;
}

.calendar_prevmonth_style,
.calendar_currentmonth_style,
.calendar_currentyear_style,
.calendar_nextmonth_style
{
    font_family: arial;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.calendar_prevmonth_style
{
    text_align: left;
}

.calendar_currentmonth_style
{
    text-align: center;
}

.calendar_currentyear_style
{
    width: 50%;
    text-align: left;
    padding-left: 3px;
}

.calendar_nextmonth_style
{
    text-align: right;
}

.calendar_title_background_style
{
    background-image: url('../images/headernavbg.jpg');
    background-repeat: repeat-x;
}

.calendar_title_normal_style
{
    color: white;
    cursor: pointer;
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}

.calendar_title_select_style
{
    border-style: solid;
    border-width: 3px;
    border-color: #c89637;
    cursor: pointer;
}

.calendar_close_style
{
    cursor: pointer;
}

.calendar_dropdown_style
{
    font-family: arial;
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
    border-color: #a0a0a0;
    background-color: #fff7e4;
    cursor: pointer;
}

.calendar_dropdown_select_style
{
    background-color: #fed279;
}

.calendar_dropdown_normal_style
{
    background-color: #fff7e4;
}

.calendar_body_style
{
    background-color: white;
    font-family: verdana;
    font-size: 10px;
    width: 100%;
}

.calendar_dow_style
{
    background-color: #b6b6ff;
}

tr.calendar_dow_style td
{
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #000066;
    border-bottom: 1px solid #000066;
    padding: 2px;
    color: black;
    font-size: 11px;
    width: 14%;
}

.calendar_week_style td
{
    text-align: center;
    padding: 2px;
    color: black;
    font-size: 11px;
    width: 14%;
}

.calendar_current_day_style
{
    color:red;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
    display: block;
}

.calendar_weekend_style
{
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.calendar_normal_day_style
{
    color: black;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.calendar_would_be_selected_day_style
{
    background-color: #c0c0c0;
    display: block;
}

.calendar_selected_day_style
{
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    display: block;
}

.calendar_footer_style
{
    text-align: center;
    background-color: #b6b6ff;
}

.calendar_today_lbl_style
{
    padding: 2px;
    font-size: 11px;
    border-top: 1px solid #000066;
}

.calendar_today_style
{
    cursor: pointer;
}

.calendar_weeknumber_div_style
{
    background-color: #fce8c3;
    padding: 0px;
}

/** HtmlDataColumnRenderer */

.datacolumn_header,
.datacolumn_sort_header
{
    text-align: left;
    color: black;
}

.datacolumn_header,
.datacolumn_sort_header
{
	height: 25px;
    padding-bottom: 4px;
    border-right: 1px solid white;
}

.datacolumn_header
{
    background-color: #818181;
    background-repeat: repeat-x;
    background-image: url('../images/formpanel_top.jpg');
}

.datacolumn_select_header
{
	width: 20px;
	text-align: center;
}

.datacolumn_sort_header
{
    background-color: #88aada;
    background-repeat: repeat-x;
    background-image: url('../images/formpanel_top_selected.png');
}

.datacolumn_header a,
.datacolumn_header a:link,
.datacolumn_header a:active,
.datacolumn_header a:visited,
.datacolumn_header a:hover,
.datacolumn_sort_header a,
.datacolumn_sort_header a:link,
.datacolumn_sort_header a:active,
.datacolumn_sort_header a:visited,
.datacolumn_sort_header a:hover
{
    display: block;
    text-decoration: none;
}

.datacolumn_content,
.datacolumn_sort_content
{
	display: block;
}

.datacolumn_select
{
	width: 20px;
	text-align: center;
}

.datacolumn_content_table
{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.datacolumn_content_text
{
	cursor: pointer;
	padding-right: 10px;
	font-size: 11px;
	color: black;
	font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.datacolumn_sort_header .datacolumn_content_text
{
	color: white;
}

.datacolumn_content_sort
{
	width: 17px;
	cursor: pointer;
}

.datacolumn_body
{
    font-size: 11px;
}

.datacolumn_footer
{
	font-size: 11px;
	padding: 5px 6px;
	background-color: #c0c0c0;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

/** HtmlFormGridRenderer */

.formgrid_table
{
    width: 100%;
    border: none;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.formgrid_top_left,
.formgrid_left,
.formgrid_bottom_left
{
}

.formgrid_top_right,
.formgrid_right,
.formgrid_bottom_right
{
}

.formgrid_top_left,
.formgrid_top
.formgrid_top_right
{
}

.formgrid_bottom_left,
.formgrid_bottom
.formgrid_bottom_right
{
}

.formgrid_top_left
{
}

.formgrid_top
{
}

.formgrid_top_right
{
}

.formgrid_left
{
}

.formgrid_content
{
    vertical-align: top;
    background-color: #f7f7f7;
}

.formgrid_right
{
}

.formgrid_bottom_left
{
}

.formgrid_bottom
{
}

.formgrid_bottom_right
{
}

.formgrid_grid
{
    width: 100%;
    border: none;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.formgrid_cell,
.formgrid_first_cell
{
    vertical-align: top;
}

.formgrid_cell
{
    padding-left: 10px;
}

/** HtmlFormPanelRenderer */

.formpanel_table
{
    width: 100%;
    border: none;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.formpanel_top_left,
.formpanel_left,
.formpanel_bottom_left
{
    width: 0px;
}

.formpanel_top_right,
.formpanel_right,
.formpanel_bottom_right
{
    width: 0px;
}

.formpanel_top_left,
.formpanel_top
.formpanel_top_right
{
    height: 30px;
}

.formpanel_bottom_left,
.formpanel_bottom
.formpanel_bottom_right
{
    height: 0px;
}

.formpanel_top_left
{
}

.formpanel_top
{
    height: 29px;
    background-image: url('../images/formpanel_top.jpg');
    background-repeat: repeat-x;
}

.formpanel_top_right
{
}

.formpanel_left
{
}

.formpanel_content
{
    vertical-align: top;
    padding-top: 10px;
    padding: 5px;
    background-color: white;
}

.formpanel_right
{
}

.formpanel_bottom_left
{
}

.formpanel_bottom
{
}

.formpanel_bottom_right
{
}

.formpanel_header_title
{
    float: left;
    padding-left: 4px;
    color: #333333;
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 3px;
}

/** HtmlLinkRenderer */

.link_button_container
{
    height: 25px;
}

.link_button_hilite,
.link_button_toggled
{
}

.link_button_container a,
.link_button_container a:link,
.link_button_container a:visited,
.link_button_container a:active,
.link_button_container a:hover
{
	display: block;
	width: 100%;
    color: white;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
}

.link_button_outer
{
    width: 100%;
    border: 0px;
}

.link_button_left
{
    background-image: url('../images/button_left.jpg');
    background-repeat: no-repeat;
    height: 25px;
    width: 11px;
    padding: 0px;
    margin: 0px;
}

.link_button_hilite .link_button_left
{
    background-image: url('../images/button_left_hilite.jpg');
}

.link_button_toggled .link_button_left
{
    background-image: url('../images/button_left_toggled.jpg');
}

.link_button_mid
{
    background-image: url('../images/button_content.jpg');
    background-repeat: repeat-x;
    font-size: 11px;
    height: 25px;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
}

.link_button_hilite .link_button_mid
{
    background-image: url('../images/button_content_hilite.jpg');
}

.link_button_toggled .link_button_mid
{
    background-image: url('../images/button_content_toggled.jpg');
}

.link_button_mid_icon
{
    display: inline;
    cursor: pointer;
}

.link_button_mid_icon img
{
    border: 0px;
}

.link_button_mid_text
{
    display: inline;
    color: white;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.link_button_right
{
    background-image: url('../images/button_right.jpg');
    background-repeat: no-repeat;
    height: 25px;
    width: 11px;
    padding: 0px;
    margin: 0px;
}

.link_button_hilite .link_button_right
{
    background-image: url('../images/button_right_hilite.jpg');
}

.link_button_toggled .link_button_right
{
    background-image: url('../images/button_right_toggled.jpg');
}

.link_button_clear
{
	clear: left;
}






.link_link_container
{
    display: inline;
}

.link_link_toggled
{
}

.link_link_container a,
.link_link_container a:link,
.link_link_container a:visited,
.link_link_container a:active,
.link_link_container a:hover
{
    color: #dfa62f;
}


.link_link_container a:hover
{
    text-decoration: underline;
}

.link_link_left
{
    display: none;
}

.link_link_mid
{
    font-size: 11px;
    text-align: left;
    line-height: normal;
    vertical-align: middle;
}

.link_link_mid_icon
{
}

.link_link_mid_icon img
{
    border: 0px;
};

.link_link_mid_text
{
}

.link_link_right
{
    display: none;
}

.link_link_end
{
    display: none;
}

/** HtmlPopupWindowRenderer */

.popupwindow_popup
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    z-index: 1001;
}

.popupwindow_mask
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #c0c0c0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 1000;
}

/** HtmlSLotGridRenderer */

.slotgrid_content
{
    width: 100%;
    height: 100%;
    padding: 0px;
    vertical-align: top;
    background-color: white;
}

.slotgrid_grid
{
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.slotgrid_cell
{
    vertical-align: top;
}

/** HtmlSlotPanelRenderer */

.slotpanel_table
{
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
}

.slotpanel_top_left
{
    width: 14px;
    height: 45px;
    background-image: url('../images/slotpanel_topleft.jpg');
    background-repeat: no-repeat;
}

.slotpanel_top
{
    height: 45px;
    background-image: url('../images/slotpanel_top.jpg');
    background-repeat: repeat-x;
}

.slotpanel_top_table
{
    height: 100%;
    border: none;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.slotpanel_top_header
{
}

.slotpanel_top_header_icon
{
    float: left;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 0px;
}

.slotpanel_top_header_title
{
    float: left;
    padding-left: 2px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 10px;
}

.slotpanel_top_tabs
{
}

.slotpanel_top_actions
{
    float: right;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
}

.slotpanel_top_actions table
{
	color: white;
}

.slotpanel_top_right
{
    width: 20px;
    height: 45px;
    background-image: url('../images/slotpanel_topright.jpg');
    background-repeat: no-repeat;
}

.slotpanel_left_border
{
    width: 2px;
    background-image: url('../images/slotpanel_left.jpg');
    background-repeat: repeat-y;
}

.slotpanel_left
{
    width: 12px;
    background-image: url('../images/slotpanel_content.jpg');
    background-repeat: repeat-x;
    background-color: white;
}

.slotpanel_content
{
    background-image: url('../images/slotpanel_content.jpg');
    background-repeat: repeat-x;
    background-color: white;

    height: 100%;
    vertical-align: top;
    padding-top: 10px;
}

.slotpanel_right
{
    width: 12px;
    background-image: url('../images/slotpanel_content.jpg');
    background-repeat: repeat-x;
    background-color: white;
}

.slotpanel_right_border
{
    width: 8px;
    background-image: url('../images/slotpanel_right.jpg');
    background-repeat: repeat-y;
}

.slotpanel_bottom_left
{
    width: 14px;
    height: 19px;
    background-image: url('../images/slotpanel_bottomleft.jpg');
    background-repeat: no-repeat;
}

.slotpanel_bottom
{
    height: 19px;
    background-image: url('../images/slotpanel_bottom.jpg');
    background-repeat: repeat-x;
}

.slotpanel_bottom_right
{
    width: 20px;
    height: 19px;
    background-image: url('../images/slotpanel_bottomright.jpg');
    background-repeat: no-repeat;
}

/** HtmlTableRenderer */

.datatable_container
{
    width: 100%;
}

.datatable_actions
{
    float: left;
    padding-left: 1px;
    padding-bottom: 5px;
}

.datatable_actions_divider
{
    float: left;
    line-height: 25px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.datatable_actions_action
{
    float: left;
}

.datatable_actions_links
{
    float: left;
}

.datatable_filtering
{
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    color: white;
    background-color: #818181;
    background-repeat: repeat-x;
    background-image: url('../images/headerbg.jpg');
}

.datatable_filtering_filter
{
}

.datatable_filtering_filter select
{
    margin-left: 3px;
    margin-right: 3px;
}

.datatable_filtering_filter input
{
    margin-left: 3px;
    margin-right: 3px;
}

.datatable_filtering_buttons
{
    padding-left: 5px;
}

.datatable_filtering_buttons input
{
    margin-left: 2px;
    margin-right: 2px;
}


.datatable_paging
{
    float: right;
}

.datatable_paging_divider
{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.datatable_paging_minidivider
{
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.datatable_paging_viewall
{
    padding-left: 10px;
}

.datatable_paging_viewall a,
.datatable_paging_viewall a:link,
.datatable_paging_viewall a:active,
.datatable_paging_viewall a:visited,
.datatable_paging_viewall a:hover
{
    text-decoration: none;
}

.datatable_paging_pager
{

}

.datatable_paging_pager select
{
    margin-left: 3px;
    margin-right: 3px;
}

.datatable_paging_nav
{
}

.datatable_paging_nav a,
.datatable_paging_nav a:link,
.datatable_paging_nav a:active,
.datatable_paging_nav a:visited,
.datatable_paging_nav a:hover
{
    text-decoration: none;
}

.datatable_table
{
    width: 100%;
    clear: both;
    padding-bottom: 5px;
    /* border-left: 1px solid #e5e5e5; */
}

.datatable_thead
{
}

.datatable_row_header
{
    background-repeat: repeat-x;
    background-image: url('../images/datatable_row_header.jpg');
}

.datatable_row_header td
{
    height: 24px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid white;
}

.datatable_row_colheader
{
}

.datatable_tbody td
{
	/* border-left: 1px solid #e5e5e5; */
}

.datatable_row_even td.datacolumn_body,
.datatable_row_odd td.datacolumn_body
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.datatable_row_even td.datacolumn_body
{
    background-color: white;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.datatable_row_odd td.datacolumn_body
{
    background-color: #e5e5e5;
    border-right: 1px solid white;
    border-left: 1px solid #e5e5e5;
}

.datatable_col_empty
{
    height: 32px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;

    font-size: 11px;
    text-align: center;
    font-style: italic;
    background-color: white;
}

.datatable_tfoot
{
}

.datatable_row_footer td
{
	color: black;
	padding: 3px;
	font-size: 10px;
	/* background-color: #e5e5e5; */
	border-top: 1px solid #c5c5c5;
	padding-left: 6px;
}

.datatable_row_colfooter
{
}

.calendarview_table
{
    width: 100%;
    border-left: 1px solid #c0c0c0;
}

.calendarview_header
{
	background-repeat: repeat-x;
    background-image: url('../images/datatable_row_header.jpg');

    height: 24px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid white;
}

.calendarview_header_table
{
	width: 100%;
}

.calendarview_header_prev,
.calendarview_header_next
{
	width: 12px;
	vertical-align: middle;
}

.calendarview_header_prev a,
.calendarview_header_next a
{
	border: 0px;
}

.calendarview_header_prev_month,
.calendarview_header_next_month
{
	width: 25%;
    vertical-align: middle;
    font-size: 10px;
    font-weight: normal;
}

.calendarview_header_prev_month a,
.calendarview_header_prev_month a:link,
.calendarview_header_prev_month a:active,
.calendarview_header_prev_month a:visited,
.calendarview_header_next_month a,
.calendarview_header_next_month a:link,
.calendarview_header_next_month a:active,
.calendarview_header_next_month a:visited
{
	color: white;
	text-decoration: none;
}

.calendarview_header_prev_month a:hover,
.calendarview_header_next_month a:hover
{
    color: white;
    text-decoration: underline;
}

.calendarview_header_prev_month
{
	text-align: left;
	padding-left: 5px;
}

.calendarview_header_next_month
{
	text-align: right;
	padding-right: 5px;
}

.calendarview_header_title
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 50%;
}

.calendarview_weekday
{
    width: 14%;

    height: 25px;
    padding-bottom: 4px;
    border-right: 1px solid white;
    background-color: #818181;
    background-repeat: repeat-x;
    background-image: url('../images/formpanel_top.jpg');
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.calendarview_day
{
	width: 14%;
	height: 75px;
    vertical-align: top;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.calendarview_today
{
	background-color: #eaeaea;
}

.calendarview_day_date
{
	float: left;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #dddddd;
	margin-bottom: 5px;
	margin-right: 5px;
}

.calendarview_day_content
{
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
