@import url('/Styles/roadid_style_jqueryPlugins.css');
@import url('/Styles/roadid_style_deprecated.css');
@import url('/Styles/roadid_style_unused.css');
/* CSS Document */

/* ------------------------------------------------ */
/* #region Base Styles								*/
/* ------------------------------------------------ */
body, pre
{
	font-family: "Trebuchet MS" , "Lucida Grande" , Arial, Helvetica;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
}
body
{
	background: #213f62 url(../imagesV3/bg_main.gif) repeat-x;
	position: relative;
}
form, img
{
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}
a
{
	color: #448cca;
	outline: 0;
}
a img
{
	border: 0;
}
a:hover
{
	text-decoration: none;
}
map area
{
	cursor: pointer;
}
p
{
	padding: 0;
	margin: 10px 0 0 0;
}
label
{
	vertical-align: middle;
}
hr
{
	clear: both;
	border-color: #D3D5DA;
	border-style: solid;
	border-width: 1px 0 0 0;
	height: 0;
	margin: 10px 0;
	padding: 0;
}
h1
{
	color: #082A63;
	font-family: Arial Black, Arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0 1px 10px;
	padding: 0 0 1px 0;
}
h1 .tm
{
	font-size: 8px;
	line-height: 10px;
	vertical-align: text-top;
	padding-left: 2px;
	font-style: normal;
}
h1 .subH1
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial Narrow, Arial;
	vertical-align: baseline;
}
h2, .ProductHeading
{
	color: #FB7134;
	font-size: 19px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-decoration: none;
	line-height: 24px;
	border-bottom: solid 1px #D3D5DA;
}
h2.noBorder
{
	border: 0;
}

h2 .tm
{
	font-size: 12px;
	font-weight: normal;
	vertical-align: text-top;
	line-height: 15px;
}
h2 .subH2
{
	font-size: 12px;
	vertical-align: bottom;
}
h2 .bolder
{
	color: #630201;
}
h3
{
	color: #082A63;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Basic Page Classes						*/
/* ------------------------------------------------ */
.pageContent > .heading:first-child, .ui-tabs-panel > .heading:first-child, .ui-tabs-panel > .subHeading:first-child, .pageContent > div:first-child > .heading:first-child, .pageContent > #errorContainer:first-child + .heading, .pageContent > div.errorPlaceHolder:first-child + .heading, .section > h3:first-child, .section > p:first-child, .section > div.errorPlaceHolder:first-child + p, .section > .subHeading:first-child, .subSection > p:first-child, .subSection > div.errorPlaceHolder:first-child + p
{
	margin-top: 0 !important;
}
.pageContent, .section, .subSection
{
	padding: 10px;
}
.pageContent, .section
{
	border: solid 1px #D3D5DA;
}
.pageContent
{
	position: relative;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.heading, .subHeading
{
	border: 1px solid #c3d3e6;
	padding: 3px 7px;
	font-weight: bold;
	line-height: 17px;
}
.heading
{
	font-size: 14px;
	color: #082A63;
	background: #9cbce0 url(../imagesV3/bg_tableheader.gif) repeat-x top;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 20px;
}
.section
{
	border-top: 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.subHeading
{
	font-size: 12px;
	color: #082A63;
	background: #DBE4EE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
	z-index: 0;
}
.subSection
{
}
.LinkStyle, .BubbleStyle /* Deprecated */
{
	color: #6699cc;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	background-image: url(../imagesV3/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.LinkStyle:hover, .BubbleStyle a:hover /* Deprecated */
{
	text-decoration: none;
}
.LinkStyle_NoArrow
{
	color: #6699cc;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
	vertical-align: middle;
}

/* used to fix the images that we stretch
	across the screen and have funny margins */
.blockImage
{
	display: block;
	width: 100%;
}

.floatLeft
{
	float: left;
	display: inline; /* Fix IE double margin bug.  Ignored by all other browsers since floats are automatically blocks */
}
.floatRight
{
	float: right;
	display: inline; /* Fix IE double margin bug.  Ignored by all other browsers since floats are automatically blocks */
}
.roundedCorners
{
	border-radius: 11px; 
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
}
.roundedCorners_Top
{
	border-radius: 11px 11px 0px 0px; 
	-moz-border-radius: 11px 11px 0px 0px; 
	-webkit-border-radius: 11px 11px 0px 0px;
}
.roundedCorners_Bottom
{
	border-radius: 0px 0px 11px 11px; 
	-moz-border-radius: 0px 0px 11px 11px; 
	-webkit-border-radius: 0px 0px 11px 11px;
}

/* 
	* Note: 
	* This class must have a div inside of it that contains the content 
*/
div.roundedGreyBorder
{
	background: #BBB;
	border-radius: 11px; 
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
	padding: 1px;
}
div.roundedGreyBorder > div,
div.roundedGreyBorder div.roundedGreyBorderContent
{			
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.alpha60 
{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(37, 62, 97);
	/* RGBa with 0.6 opacity */
	background: rgba(37, 62, 97, 0.9);
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Float Clearing Classes					*/
/* ------------------------------------------------ */
.clearFloats:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFloats
{
	zoom: 1; /* hack for ie7 */
}

/*
 * Please try using the clearFloats class on the container of the floats first
 * This class requires an extra empty div with this class following the floated containers
*/
.clearer
{
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region CSS Form Classes							*/
/* ------------------------------------------------ */
div.standardForm
{
	margin: 0 auto;
	width: 450px; /* 530px */
	margin-top: 10px;
}
div.standardForm > div.inputError
{
	margin: 5px 0 -2px 155px;
}
div.standardForm > div.inputRow
{
	margin-top: 2px;
}
div.standardForm > div.inputRow > span.leftCell, 
div.standardForm > div.inputRow > span.rightCell
{
	line-height: 28px;
}
/* Don't think this actually works now but a good placeholder */
div.standardForm > div.inputRow:first-of-type
{
	margin-top: 0;
}

div.standardForm > div.inputRow > span
{
	vertical-align: top;
	padding: 2px;
}
div.standardForm > div.inputRow > span input
{
	margin-left: 0;
}
div.standardForm > div.inputRow > span.leftCell
{
	display: inline-block;
	width: 145px;
	text-align: right;
}

div.standardForm > div.inputRow > span.leftCell label
{
	vertical-align: text-bottom;
}
div.standardForm > div.inputRow > span.rightCell
{
	display: inline-block;
	width: 290px;
}
div.standardForm > div.inputRow > span.rightCell input.formText, div.standardForm > div.inputRow > span.rightCell textarea.formText
{
	width: 200px;
	margin: 0; /*margin-left: 3px;*/
	padding: 0;
}
div.standardForm > div.inputRow > span.rightCell select.formSelect
{
	width: 203px;
	margin: 0; /*margin-left: 3px;*/
	padding: 0;
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Orange & Blue Button Clases				*/
/* ------------------------------------------------ */
.Button_Orange, /* deprecated */ 
.Button_Orange_Large, 
.Button_Blue, /* deprecated */ 
.Button_Blue_Large, 
.Button_Grey_Large, 
.Button_Orange_Medium, 
.Button_Blue_Medium, 
.Button_Grey_Medium, 
.Button_Orange_Small,
.Button_Blue_Small, 
.Button_Grey_Small
{
	display: inline-block;
	background-repeat: no-repeat;
	font-weight: Bold;
	text-shadow: #888 0 0 1px;
	text-decoration: none;
	text-transform: capitalize;
	color: #FFF !important;
	text-align: center;
	cursor: pointer;
}
.Button_Blue,
.Button_Blue_Large, 
.Button_Blue_Medium, 
.Button_Blue_Small
{
	text-shadow: #555 0 0 1px;
}
.Button_Grey_Large, 
.Button_Grey_Medium, 
.Button_Grey_Small
{
	color: #555 !important;
	text-shadow: #FFF 0 0 1px;
}
.Button_Grey_Large.buttonDisabled, 
.Button_Grey_Medium.buttonDisabled, 
.Button_Grey_Small.buttonDisabled
{
	color: #AAA !important;
	cursor: default;
}
.Button_Orange, /* deprecated */ 
.Button_Orange_Large, 
.Button_Blue, /* deprecated */ 
.Button_Blue_Large, 
.Button_Grey_Large
{
	height: 30px;
	line-height: 30px;
	width: 100px;
	font-size: 12px;
	vertical-align: bottom;
}
.Button_Orange, /* deprecated */ 
.Button_Orange_Large
{
	background-image: url(../imagesV3/Buttons/button_orange_large.png);
}
.Button_Blue, /* deprecated */ 
.Button_Blue_Large
{
	background-image: url(../imagesV3/Buttons/button_blue_large.png);
}
.Button_Grey_Large
{
	background-image: url(../imagesV3/Buttons/button_grey_large.png);
}
.Button_Orange_Medium, 
.Button_Blue_Medium,
.Button_Grey_Medium
{
	height: 21px;
	line-height: 21px;
	width: 70px;
	font-size: 11px;
}
.Button_Orange_Medium
{
	background-image: url(../imagesV3/Buttons/button_orange_medium.png);
}
.Button_Blue_Medium
{
	background-image: url(../imagesV3/Buttons/button_blue_medium.png);
}
.Button_Grey_Medium
{
	background-image: url(../imagesV3/Buttons/button_grey_medium.png);
}
.Button_Blue_Small, 
.Button_Orange_Small, 
.Button_Grey_Small
{
	height: 13px;
	line-height: 13px;
	width: 44px;
	font-size: 10px;
}
.Button_Blue_Small
{
	background-image: url(../imagesV3/Buttons/button_blue_small.png);
}
.Button_Orange_Small
{
	background-image: url(../imagesV3/Buttons/button_orange_small.png);
}
.Button_Grey_Small
{
	background-image: url(../imagesV3/Buttons/button_grey_small.png);
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Error Clases								*/
/* ------------------------------------------------ */
.errorText
{
	color: Red;
	font-weight: normal;
	font-family: verdana;
	font-size: 9px;
}
.errorTextBold
{
	color: Red;
	font-weight: bold;
	font-family: verdana;
	font-size: 9px;
}
.errorTextSummary
{
	color: red;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	background-color: #ffff99;
	border: #ff0099 1px solid;
	margin: 10px;
	display: block;
	padding: 10px;
	vertical-align: middle;
}
.errorTextSummaryNoHeight
{
	color: red;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	background-color: #ffff99;
	width: 460px;
	border: #ff0099 1px solid;
	margin: 10px auto;
	display: block;
	padding: 10px;
	vertical-align: middle;
}
.errorTextHidden
{
	display: none;
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Modal Overlay Styles						*/
/* ------------------------------------------------ */
#modalOverlay,
.modalOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: .50; /* Standards Compliant Browsers */
	filter: alpha(opacity=50); /* IE 7 and Earlier */
	/* Next 2 lines IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	background: #000;
	display: none;
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Master Page Clases								 */
/* ------------------------------------------------ */
#topMenu
{
	background-color: #253E61; 
	color: #A8B2C0; 
	/*border-top: 1px solid #F4F4F4; */
	padding: 10px; 
	position: relative; 
	z-index: 100;
}
#topMenu a
{
	color: #A8B2C0;
	text-decoration: none;
}
#countryDropdown
{
	position: absolute; 
	left: 120px; 
	top: 29px;
	z-index: 100; 
	/*width: 120px;*/ 
	padding: 0 3px 5px 3px; 
	border: 1px solid black; 
	display: none;
}
#countryDropdown a
{
	display: block;
	text-decoration: none;
	color: inherit;
}
#countryDropdown a:hover
{
	cursor: pointer;
	color: #FFF;
}

#currentCountryContainer img
{
	position: relative; 
	top: 3px;
}

.fullPage
{
	width: 765px;
	margin: 0 auto;
}
.mainContent
{
	padding-left: 6px;
	text-align: left;
}
a.checkoutButton
{
	display: block;
	background: url(../imagesV3/TopMenu/header_button_checkout.png) no-repeat;
	width: 58px;
	height: 18px;
	cursor: pointer;
}
a.checkoutButton:hover
{
	background: url(../imagesV3/TopMenu/header_button_checkout_over.png) no-repeat;
}
#topCartMenu
{
	margin: 10px 6px;
}
#topCartMenu td
{
	vertical-align: middle;
	padding: 0px 4px;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 10pt;
}
#footer
{
	background: lightGrey url(../imagesV3/Footer/footer_gradient.gif) center repeat-y;
	padding: 10px;
	margin-top: 2px;
}
#footer > table
{
			
}
#footer td
{
	padding: 0 10px;
}
#footer td > div.clearFloats > div
{
	margin: 0 5px;
	float: left;
	width: 18%;
}
#footer ul
{
	margin: 0;
	padding: 0;
}
#footer ul > li
{
	margin: 7px 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #555;
	line-height: 11px;
	margin-top: 2px;
}
#footer a
{
	text-decoration: none;
	color: #555;
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Side Nav Menu Clases						*/
/* ------------------------------------------------ */
.sideContent
{
	width: 170px;
	text-align: left;
}
.sideContent > div
{
	margin-bottom: 6px;
}
.sideNav
{
	background: #0D1D42  bottom left no-repeat;
	background-image: url(../ImagesV3/Nav/sideNav_BG.gif);
	padding-bottom: 3px;
}
a.sideNav_Link
{
	/*margin: 0 3px;*/
	border-top: solid 1px #163673;
	text-transform: uppercase;
	margin: 0 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	display: block;
	border-top: solid 1px #315187;
	padding: 5px 10px;
}
a.sideNav_Link:hover, a.sideNav_Link.clicked
{
	background-color: #448CCA;
	border-top: solid 1px #FC5432;
}
.sideNav > a.sideNav_Link:last-child,
.sideNav > a.sideNav_Link.lastNavLink
{
	border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px;
}
.sideNav_Link_SubWrapper
{
	margin: 0 3px;
	padding: 5px 0 0 0;
	background: #406189 url(../imagesV3/subnavBackground.gif) no-repeat;
}
a.sideNav_Link_Sub
{
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 20px;
	padding-left: 10px;
	margin-left: 20px;
	text-align: left;
	background: url(../ImagesV3/subnav_arrow.gif) no-repeat;
}
a.sideNav_Link_Sub:hover
{
	color: #a5b1c6;
	background-image: url(../ImagesV3/subnav_arrowOver.gif);
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Top Product Nav Menu Clases				*/
/* ------------------------------------------------ */
.subNavWrapper
{
	background: url(../ImagesV3/Nav/subNav_top_button_center.gif) repeat-x;
	position: relative;
	z-index: 3;
	text-align: left;
	margin-bottom: 10px;
	border-right: solid 1px #9DB5D7;
}
.subNav, .subNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
.subNav a
{
	display: block;
	text-decoration: none;
	line-height: 27px;
	cursor: pointer;
}
.subNav a:hover
{
	background-color: #fff;
	color: #333;
}
.subNav li
{
	float: left;
	position: relative;
	z-index: 1000;
}
.subNav ul
{
	position: absolute;
	display: none;
	width: 180px;
	top: 27px;
	left: 0;
	background: #FFF;
	padding: 0 0 10px 10px;
	border: solid 1px #CFDDEE;
	border-top: 0;
	z-index: 1000;
}
.subNav li ul a
{
	display: block;
	width: 170px;
	padding: 2px 5px;
	color: #082A63;
}
.subNav li ul a:hover
{
	color: #44A0E5;
	font-weight: bold;
	background-color: #EEE;
}
/*.subNav ul ul
{
	top: auto;
}
.subNav li ul ul
{
	left: 80px;
	margin: 0px 0 0 10px;
}*/
.subNav li:hover ul ul, .subNav li:hover ul ul ul, .subNav li:hover ul ul ul ul, .subNav li.normal ul
{
	display: none;
}
.subNav li:hover ul, .subNav li li:hover ul, .subNav li li li:hover ul, .subNav li li li li:hover ul, .subNav li.selected ul
{
	display: block;
}
.subNav_top_button
{
}
.subNav_top_button_center
{
	color: #082A63;
	width: 92px; 
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
}
ul.subNav > li:last-child .subNav_top_button_center
{
	width: 91px;
}
ul.subNav > li:last-child .subNav_top_button_right
{
	width: 0;
	display: none;
}
.subNav_top_button_center .tm
{
	font-size: 8px;
	line-height: 13px;
	vertical-align: text-top;
	padding-left: 2px;
	font-style: normal;
}
.subNav_top_button_center, .subNav_top_button_left, .subNav_top_button_right
{
	float: left;
	height: 27px;
}
.subNav_top_button_left, .subNav_top_button_right
{
	width: 2px;
}
.normal > .subNav_top_button > .subNav_top_button_left
{
	background: url(../ImagesV3/Nav/subNav_top_button_left.gif);
}
.selected > .subNav_top_button > .subNav_top_button_left
{
	background: url(../ImagesV3/Nav/subNav_top_button_left_selected.gif);
}
.normal > .subNav_top_button > .subNav_top_button_center
{
	background: url(../ImagesV3/Nav/subNav_top_button_center.gif) repeat-x;
}
.selected > .subNav_top_button > .subNav_top_button_center
{
	background: url(../ImagesV3/Nav/subNav_top_button_center_selected.gif) repeat-x;
}
.normal > .subNav_top_button > .subNav_top_button_right
{
	background: url(../ImagesV3/Nav/subNav_top_button_right.gif);
}
.selected > .subNav_top_button > .subNav_top_button_right
{
	background: url(../ImagesV3/Nav/subNav_top_button_right_selected.gif);
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Testimonial Class						*/
/* ------------------------------------------------ */
.testimonialWrapper
{
	position: relative;
	background: #071c3b url(../imagesV3/testimonial_bg.gif) no-repeat;
}
.testimonial_continue
{
	color: #448cca;
}
.TestimonyPreviouslyRead
{
	color: silver;
}
.testimonial_headline
{
	font-size: 14px;
	line-height: 16px;
	color: #448cca;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}
.testimonial_White
{
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	text-align: left;
	padding: 10px 10px 0 10px;
	margin-right: 170px;
	height: 121px;
	text-align: justify;
}
.TestimonialImage
{
	width: 170px;
	height: 131px;
	position: absolute;
	top: 0;
	right: 0;
}
.testimonial_name
{
	font-weight: bold;
}
.testimonial_text
{
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Telerik Class							*/
/* ------------------------------------------------ */

.rwIcon /* hide icon in radWindow */
{
	display: none !important;
}

/*#endregion*/

/* ------------------------------------------------ */
/* #region Email Editor										 */
/* ------------------------------------------------ */

li.templateListItem
{
	margin-left: 20px;
	cursor: pointer;
}
/*#endregion*/

/* ------------------------------------------------ */
/* #region Shipping Side Nav		 						 */
/* ------------------------------------------------ */

.holidayZipText
{
	position: relative;
	top: 170px;
	z-index: 1;
	height: 15px;
	margin: 0;
	padding: 0;
}
.holidayZipButton
{
	position: relative;
	top: 177px;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.holidayZipImage
{
	position: relative;
	top: -30px;
	z-index: 0;
}
.normalShippingButtonWrapper
{
	position: absolute;
	top: 125px;
	left: 32px;
}
.holidayShippingWrapper
{
	position: absolute;
	top: 177px;
	left: 32px;
}
.shippingNavButton
{
	width: 18px;
	height: 18px;
	background: url(../imagesV3/SideNav/arrow_button.png);
	position: absolute;
	right: 0;
	bottom: 0;
}
table.shippingSection:hover .shippingNavButton, .shippingNavButton:hover
{
	background: url(../imagesV3/SideNav/arrow_button_over.png);
}
table.shippingSection
{
	width: 100%;
	cursor: pointer;
	border-spacing: 0;
}
table.shippingSection td
{
	padding: 0;
	margin: 0;
}
table.shippingSection td.leftCol
{
	width: 30px;
	border-right: 1px solid #A0A0A0;
	padding-right: 4px;
}
table.shippingSection td.centerCol
{
	border-left: 1px solid #FFF;
	padding-left: 7px;
	position: relative;
	font-weight: bold;
}

/*#endregion*/

/*#region Telerik Styles */

/* this is to add some space for the close button on the tooltips */
.rtWrapperContent > div
{
	 margin-top: 10px !important;
}

.rtWrapperContent
{
	 padding: 5px !important;
}

.RadWindow
{
	 position: relative;
	 background: #FFF;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px;
	 padding: 6px;
}

.rwCorner
{
	 width: 0px;
	 display: none;
}

.rwTitlebar
{
	 font-size: 14px;
	 color: #082A63;
	 background-color: #9CBCE0 !important;
	 background-image: url(/ImagesV3/bg_tableheader.gif) !important;
	 background-repeat: repeat-x !important;
	 background-position: top !important;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 padding: 2px 6px 0 6px !important;
}

.rwCorner.rwTopLeft
{
	 border-top-left-radius: 5px;
}

.rwCorner.rwTopRight
{
	 border-top-right-radius: 5px;
}

.rwCorner.rwBodyLeft
{
	 background: none !important;
	 border-left: solid 1px #D3D5DA;
}
.rwCorner.rwBodyRight
{
	 background: none !important;
	 border-right: solid 1px #D3D5DA;
}

/*.rwTable .rwCorner,
.rwTable .rwFooterCenter
{
	background-image: none !important;
	width: 0;
}*/

.rwTopResize
{
	 display: none;
}

.rwTitlebarControls
{
	 font-size: 14px;
	 color: #082A63;
	 -moz-border-radius-topleft: 5px;
	 -webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	 -moz-border-radius-topright: 5px;
	 -webkit-border-top-right-radius: 5px;
	 border-top-right-radius: 5px;
}

.RadWindow .rwTitleRow em
{
	color: #082A63 !important;
}

.rwFooterRow
{
	 display: none;
}

.rwWindowContent > div
{
	 width: auto !important;
}

/* Fix allignment issues between comboboxes and inputs */

span.RadInput
{
	 display: inline-block;
}

.rbText
{
	 padding-left: 3px !important;
}

/*#endregion*/

/* Fix allignment issues between comboboxes and inputs */

span.RadInput
{
	 display: inline-block;
}

.rbText
{
	 padding-left: 3px !important;
}

/*#endregion*/

.TelerikModalOverlay
{
	background: #000000 !important;
}

