﻿/* Telerik Styles */

html, body /* only for radEditor */
{
	Border:none !important;
	font-family: Arial;
	font-size: 12px;
}
.rwControlButtons li /* Removes default Margin set by StaffASPNET.css*/
{
    margin-left: auto;
}
.RadAjax {min-height: 15px;z-index:99999999999 !important;}/*z-index so high due to Dialog's needed to show on top of dialogs*/
.reWrapper
{
	height:auto !important;
}
/* Removes ToolBar for RadEditor */
.tlrkHideToolBar .reToolbarWrapper
{
    display:none !important;
}
.StandOutSection {
	position: relative;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background-color: #ffffff;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background-image: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: block;
	padding: 6px 6px;
	margin: auto 6px;
	margin: auto 6px;
}
.RadEditorButtonBlock
{position:absolute; top:3px; right:0px}
.RadEditorButtonBlock a:link,
.RadEditorButtonBlock a:hover,
.RadEditorButtonBlock input[type=submit]
{ padding:2px 6px !important;}
.rgCollapse
{
	/* background-image:url("../images/icons/minus.png") !important; */
	/* background-position: 0px !important; */
	/* font-size:45px !important; */
}
.rgExpand
{
	/* background-image:url("../images/icons/plus.png") !important; */
	/* background-position: 0px !important; */
	/* font-size:45px !important; */
}
.rgRow .btn Clear, .rgAltRow .btn Clear
{
	Padding:3px 5px;
}
.rgRow .btn Clear img, .rgAltRow .btn Clear img
{
	vertical-align: middle
}
.rgAltRow td
{
	border-top:1px solid #cccccc !important;
}
.rgRow td
{
	border-top:1px solid #cccccc !important;
}

.rgDetailTable .rgRow td td {
	background-color: #ffffff;
	border: 0px;
}
.RadGrid thead th {
	background-color: #FFFFFF !important;
	border: 0px !important;
}
.RadButton_Metro.rbSkinnedButton
{
	background-color:#25a0da !important;
}
.RadGrid_Windows7
{
	border: 0px none !important;
}
.RadRating
{
	display:block;
	white-space: nowrap;
	min-width:105px;
}
.rsHeader h2 {
    text-transform: capitalize !important;
    display:inline !important;
    font-size: 14px !important;
    color: #fff !important;
}
.RadWindow {z-index:999999999 !important;}
.RadComboBox {margin-top:0px;}
.rcbInput {
	margin-top: 0px !important;
	padding: 0px !important;
	border: none !important;
	background-color: transparent !important;
}
.reContentArea {min-height:150px;}
.rcbSlide {z-index:1000000000 !important;}
