﻿html
{
	height: 100%; /* Required */
}
body
{
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0 auto;
	font-size: 12px;
	background-color: #e5e5e5;
	height: 100%;
}
form
{
    height:100%;
}
h1
{
	font-size: 18px;
	margin:0px;
	padding:0px;
}
h2
{
	color: #652d91;
	padding-top: 4px;
	font-size: 18px;
	line-height: 18px;
}
h3
{
	color: #652d91;
	font-size: 16px;
	line-height: 16px;
}
h4
{
	color: #652d91;
	font-size: 14px;
	line-height: 14px;
}
h5
{
	color: #652d91;
	font-size: 12px;
	line-height: 12px;
}
a:link
{
	color: #000000;
	text-decoration: underline;
}
/* unvisited link */
a:visited
{
	color: #000000;
	text-decoration: underline;
}
/* visited link */
a:hover
{
	color: #000000;
}
/* mouse over link */
a:active
{
	color: #000000;
}
/* selected link */
img
{
	/*-ms-interpolation-mode: bicubic;*/
}

#navig .RadMenu_Default
{
	border: none !important;
	background:none !important;
}

#navig .RAD
{
	border: none !important;
	background:none !important;
}
#navig .rmGroup
{
	border: none !important;
	/*background: transparent !important;*/
}
#navig .rmLeftImage
{
	margin: 0px !important;
	border: none !important;
}

#navig .rmRootGroup .rmFirst
{
	border: none !important;
}
#navig .rmRootGroup .rmItem
{
	border: none !important;
}
#navig .rmRootGroup .rmItem .rmLink
{
	cursor: hand !important;
}
#navig .rmText
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#navig .navItem
{
	padding: 0;
	margin: 0;
}

#container
{
    min-height:100%;
	background-color: #e5e5e5;
	background-image: url(/imgstatic/background/home_light_grad.jpg);
	background-repeat: repeat-x;
	margin-top:-97px;
}

#container:after
{
	/* thank you Erik J - instead of using display table for ie8*/
	clear: both;
	display: block;
	height: 1%;
	content: " ";
}

#header
{
    border-top:solid 97px #fff;
	width: 100%;
	height: 55px;
	background-color: #0d0d0d;
}
#navigation-bar
{
	height: 75px;
	width: 100%;
	background-image: url(/imgstatic/background/nav_bg_grad.jpg);
	background-repeat: repeat-x;
}
#header #CronsLogo
{
	margin: 0;
	float: left;
}

#leftCol
{
	float: left;
	width: 240px;
}

#content
{	
    clear:both;
}

#content2Col
{
	float: left;
}

#contentFull
{
	width: 960px;
	position: relative;
	margin: 0 auto;
}

#rightCol
{
	float: left;
	width: 231px;
}
#rightCol .headerCeo
{
	border: solid 1px #ebeaea;
	width: 229px;
	background: #f2f0f0 url(/imgstatic/callout_header.gif) no-repeat center;
	height: 37px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 400;
}
#rightCol2
{
	float: left;
	width: 393px;
}
#rightCol .content
{
	padding: 8px 12px 8px 12px;
}

/* Article Style */
.artCatTitle
{
	margin-bottom: 10px;
	padding: 5px 0px 10px 0px;
	border-bottom: solid 1px #999999;
	clear: both;
}
.artPrCatTitle
{
	margin-bottom: 10px;
	padding: 10px 0px 5px 0px;
	border-bottom: solid 1px #999999;
	margin-left: 79px;
	clear: both;
}
.artCatMore
{
	padding: 0px 0px 10px 0px;
}
.artCatEnd
{
	padding-bottom: 18px;
	border-top: solid 1px #999999;
}
.artPrCatEnd
{
	padding-bottom: 18px;
	border-top: solid 1px #999999;
	margin-left: 79px;
}
.artCatLessLink
{
	padding-bottom: 18px;
	border-top: solid 1px #999999;
	text-align: right;
	clear: both;
}
.artPrCatLessLink
{
	padding-bottom: 18px;
	border-top: solid 1px #999999;
	text-align: right;
	margin-left: 79px;
	clear: both;
}
.artMoreLinkLine
{
	padding: 0px 0px 10px 0px;
	border-top: solid 1px #999999;
	text-align: right;
}
.artPrMoreLinkLine
{
	padding: 0px 0px 10px 0px;
	border-top: solid 1px #999999;
	text-align: right;
	margin-left: 79px;
}
.artCatLessLink a, .artPrCatLessLink a, .artMoreLink a, .artMoreLinkLine a, .artPrMoreLinkLine a
{
	color: #652d91;
}
.artTitle
{
	color: #652d91;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	clear: both;
}
.artPrTitle
{
	color: #652d91;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.artPubDate
{
	color: #999999;
	font-style: italic;
	line-height: 14px;
}
.artData
{
	padding: 10px 0px 10px 0px;
	clear: both;
}
.artMoreLink
{
	text-align: right;
	clear: both;
}
.artNewFlag
{
	color: #3ab54a;
	padding-bottom: 3px;
}

#breadCrumbs
{
	margin: 6px 0 12px 0;
}

#bodyCopy
{
	position: relative;
	width: 960px;
	line-height: 16px;
	margin: 0 auto;
}
#bodyCopy h2, h3
{
	margin-bottom: 5px;
}
#bodyCopy p
{
	margin: 0 0 10px 0;
}

#bodyCopy ul, ol
{
	margin: 10px 0 10px 0px;
	padding-left:15px;
}
#bodyCopy ul
{
	list-style-type: disc;
}

#bodyCopy div.imageCaption
{
	font-size: 11px;
}
#bodyCopy div.imageCaptionLeft
{
	font-size: 11px;
	float: left;
	margin: 0 12px 12px 0;
}
#bodyCopy div.imageCaptionRight
{
	font-size: 11px;
	float: right;
	margin: 0 0 12px 12px;
}

#footer
{
 
	background: url(/imgstatic/background/footer_bg_grad.jpg) #0d0d0d repeat-x;
	height: 60px;
	margin-top:20px;
	padding: 17px 0 0 0;
	text-align: left;
	color: #999;
	width:100%;
}
#footerInner
{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	position: relative;
}
#footer a
{
	text-decoration: underline;
	color: #999;
}

#fprint
{
	display: none;
}

.cmsToolbar
{
	position: relative;
	height: 30px;
	top: 97px;
	background-color: #f7f7f7;
	width: 960px;
	z-index: 999;
	border: solid 1px #f0f0f0;
	border-top: none;
	margin: -3px auto 0 auto;
}
.cmsToolbar .reminder
{
	background-color: #ffffcc;
	padding: 6px;
	text-align: center;
}
.cmsMenuSeparator
{
	height: 1px;
	margin: 0;
	padding: 0;
}

textarea
{
	font-family: Arial, Verdana, Sans-Serif;
}
.textBox
{
	border: solid 1px #939393;
}
dl.smap
{
	margin-left: 10px;
}
dl.smap dt
{
	font-weight: bold;
}
dl.smap dd
{
	margin-left: 20px;
}
.gridList td
{
	padding: 2px;
}

.searchBox
{
	padding: 0 0 0 25px;
	vertical-align: text-top;
	background: url(/imgstatic/background/searchbox_2.gif) no-repeat;
	height: 24px;
	float: right;
	margin-top: 10px;
}

.txtBox
{
	padding: 0px;
	margin: 2px 0 0 0;
	background-color: Transparent;
	border: none;
	color: #ffffff;
	width: 150px;
}

.searchBx
{
	width: 179px;
}
.searchBx input
{
	padding: 0px;
	margin: 4px 0 0 2px;
	font-size:12px;
}

.searchBx .searchImgButton
{
	width: 20px;
	float: right;
	margin-top: 0px;
}


/* home page callout */
.homePageCallout
{
	background: #f0f0f0;
	color: #333;
	width: 260px;
	height: 96px;
	border: solid 1px #e0e0e0;
	float: left;
	margin: 2px 0 6px 6px;
	padding: 3px;
}
.homePageCallout img
{
	float: left;
	border: solid 2px #fff;
	margin-right: 3px;
}
.homePageCallout h1
{
	font-size: 11px;
	margin: 0;
	color: #333;
	line-height: 15px;
}
.homePageCallout p
{
	font-size: 10px;
	margin: 0;
	line-height: 13px;
}

/* admin */
#login
{
	background: url(/imgstatic/login_box_bg.jpg) no-repeat center top;
	margin-top: 50px;
	width: 495px;
	height: 220px;
	padding: 50px 0 0 50px;
	text-align: center;
}
#login .login_title
{
	width: 265px;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #000;
	font-size: 16px;
	text-align: center;
}
.btn
{
	width: 76px;
}

/* poll */
#poll
{
	background-color: #f0f0f0;
	padding: 12px 12px 0px 12px;
	border-top: solid 1px #e9e9e9;
}
#poll .itemTally
{
	background-color: #7d57a4;
	display: block;
}

/* rating */
#rating
{
	clear: both;
	margin-top: 20px;
	padding: 0px;
}
#rating .star
{
	padding: 0px 8px 0px 8px;
	float: right;
	height: 24px;
}
#rating .item
{
	padding: 0px 8px 0px 8px;
	float: right;
	height: 24px;
	border-left: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
}
#rating .print
{
	border: solid 1px #f0f0f0;
	margin-top: 10px;
	padding: 5px 5px 1px 5px;
}
#rating .your-rating
{
	border: solid 1px #f0f0f0;
	padding: 0px 7px 0px 2px;
}
#rating .your-rating .disclaimer
{
	color: #999;
	font-size: 11px;
}
#rating .your-rating .info
{
	background: url(/imgstatic/icon/info.gif) no-repeat left center;
	padding-left: 25px;
	font-size: 11px;
}
#rating .user-rating
{
	border: solid 1px #f0f0f0;
	padding: 2px 5px 2px 5px;
}
#rating .comment-header
{
	clear: both;
	margin-top: 10px;
	background: url(/imgstatic/articles_header_bar.gif) repeat-x top center;
	height: 25px;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
}
#rating .comment-list
{
}
#rating .comment-list .name-location
{
	color: #652d91;
	font-weight: bold;
}
#rating .comment-list .footer
{
	font-size: 11px;
}
#rating .comment-list .footer .timestamp
{
	float: left;
	color: #999;
}
#rating .comment-list .footer .command
{
	text-align: right;
}
#rating .comment-list .footer .command a
{
	color: #652d91;
}
#toprated
{
	clear: both;
	padding-top: 7px;
}
#toprated .stars
{
	float: right;
}
#toprated h1
{
	background: url(/imgstatic/articles_header_bar.gif) repeat-x top center;
	padding-top: 6px;
	padding-left: 4px;
	height: 25px;
	display: block;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
}
#toprated a
{
	color: #652d91;
	font-weight: bolder;
}
#toprated hr
{
	color: #999;
	height: .1em;
}

/* search */
#search-input
{
	border-left: solid 1px #e2e2ec;
	border-right: solid 1px #dcdfe6;
	border-top: solid 1px #aaadb2;
	border-bottom: solid 1px #e2e9ef;
	width: 255px;
	height: 19px;
}
#search-input .txtBox
{
	float: left;
	border: solid 0px red;
	width: 240px;
}
#search-input .submitBtn
{
	margin: 3px 5px 0 0;
}
#search-output
{
	margin-top: 20px;
}
.OutputHighlight
{
	font-weight: bold;
}
.OutputPageLink
{
}
.OutputCurrentPageLink
{
	font-weight: bold;
}
.OutputCounter
{
	padding-top: 4px;
}
.OutputTitle a
{
	padding-top: 8px;
	color: #000000;
	font-weight: bold;
}
.OutputText
{
	padding-top: 2px;
}
.OutputUrl
{
	padding-top: 2px;
	padding-bottom: 4px;
	color: #999;
}


/* Rotated Callouts */
#rightCol .dvRotatedCallout, #rightCol2 .dvRotatedCallout, #leftCol .dvRotatedCallout
{
	padding-bottom: 24px;
}
#content .dvRotatedCallout
{
	padding-bottom: 18px;
}


.rotImage
{
	width: 100%;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
.sectionText
{
	color: #444444;
	font-size: 32px;
	display: block;
	padding-top: 10px;
}
.leftMenu
{
	margin: 0;
	width: 228px;
	float: left;
	line-height:0px;
}
.leftMenu a img
{
    margin-top:0px;
}
.leftMenu img
{
    margin-top:10px;
}

.editWindow
{
	margin: 63px 0px 0px 0px;
	background-color: #ffffff;
	width: 675px;
	padding: 16px 16px 16px 16px;

}
.editWindow3
{
	margin: 18px 0px 0px 0px;
	background-color: #ffffff;
	width: 675px;
	padding: 16px 16px 16px 16px;
	float: left;
}
.CUS
{
	margin:  18px 0px 0px 0px;
	background-color: #ffffff;
	width: 675px;
	padding: 16px 16px 16px 16px;
	float: left;
}
.caption
{
	text-align: right;
	font-weight: bold;
	width: 250px;
}
#pnlForm
{
	padding: 16px 16px 16px 16px;
}
.pnlMessage
{
	font-size: 16px;
	color: Red;
	padding: 16px 0px 16px 200px;
}
.lblMessage
{
	color: Black;
}
#RadMenu1
{
	z-index: 5000;
}
.homeBotLeft
{
	padding-left: 14px;
	width: 440px;
	float: left;
	color: #d8d8d8;
	font-size: 13px;
	line-height: 18px;
}
.homeBotLeft .homeBotLeftTitle
{
	line-height: 22px;
	font-weight: bold;
	font-size: 18px;
}
.homeBotLeft .homeBotLeftBody
{
	padding-top: 5px;
	font-size: 13px;
	line-height: 18px;
}
.homeBotRightContainer
{
	width: 474px;
	float: right;
	margin-right: 140px;
	color: #d8d8d8;
	padding: 0 14px 0 0;
	margin: 0px;
}
.homeBotRightContent
{
	background-image: url(/imgstatic/background/roundbox_bg.gif);
	padding: 0 10px 0 10px;
	margin: 0px;
	border-right: solid 1px #383838;
	border-left: solid 1px #383838;
	height: 139px;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	color: #d8d8d8;
}
.homeBotRightContent img
{
    margin:13px 0 0 0;
}
.homeTotal
{
	padding-top: 16px;
	width: 100%;
	height: 175px;
	background-color: #0d0d0d;
}
.FounderLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.MissionLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.FAQLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.ObjLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.StakeLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.StructureLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.OnlineLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.CUSLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.CUSShop
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.PhilLeft
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.Left
{
	background-color: #0d0d0d;
	width: 228px;
	text-align: center;
	background-image: url(/imgstatic/background/sidenav_bg.gif);
	background-repeat: repeat-x;
}
.leftFloat
{
	float: left;
	margin: 0 16px 0 0;
}
.rightFloat
{
	float: right;
	margin: 16px 0 16px 16px;
}
#headerInner
{
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#headerLinks
{
	float: right;
	padding: 20px 20px 0 0;
	vertical-align: middle;
}

#headerLinks img
{
	padding: 0 0 0 15px;
	vertical-align: middle;
}

#navig
{
	height: 60px;
	padding: 18px 0 0 0;
	width: 960px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}




/* Validations */
.inlineValidationAtButton
{
	padding: 6px 10px 4px 10px;
	color: #cc0000;
	text-align: right;
	float: left;
	width: 410px;
	font-weight: bold;
}





/* rad customization */
.rad_tab_black_color
{
	color: #e0e0e0 !important;
}
.radwindow .statusbarrow .statusbar
{
	color: #fff;
}
.rtsUL
{
	margin: 0px !important;
}
.TelerikModalOverlay
{
	z-index: 3000 !important;
}
.rade_toolbar.Default .SavePreview
{
	background-image: url(/imgstatic/icon/save_edit.gif);
}
.rade_toolbar.Default .ClearPreview
{
	background-image: url(/imgstatic/icon/clear.gif);
}
.rade_toolbar.Default .ShowPreview
{
	background-image: url(/imgstatic/icon/preview.gif);
}
.rade_toolbar.Default .Publish
{
	background-image: url(/imgstatic/icon/publish.gif);
}
.dockCmdEdit
{
	width: 18px;
	background: url(/imgstatic/icon/edit.gif) no-repeat;
}
.dockCmdSave
{
	width: 18px;
	background: url(/imgstatic/icon/save.gif) no-repeat;
}
.dockPreview .rdContent
{
	background-color: #ffffcc;
	border-bottom: solid 1px #5c5c5c;
}
.radr_clipRegion
{
	background: url(/imgstatic/photo_gal_bar.gif) repeat-x;
	border-right: solid 1px #f0f0f0 !important;
	border-left: solid 1px #f0f0f0 !important;
	border-top: none !important;
	border-bottom: none !important;
}

.rsCustomAppointmentContainer
{
	color: #000000;
	height: 25px;
	font-size: 9px;
}

.ScheduleHeaderBar
{
	background: url(/FedexEventViews/calendar_images/cal_header.jpg) #8238a7 repeat-x 0px 100%;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 0px;
}
.ScheduleHeaderBar .ScheduleViewLinkOn
{
	background: url(/FedexEventViews/calendar_images/cal_header.jpg) #8238a7 repeat-x center 0px;
	text-align: center;
	display: block;
	width: 75px;
	float: right;
	border-left: solid 1px #000000;
	padding: 8px;
	color: #ffffff;
}
.ScheduleHeaderBar .ScheduleViewLinkOn:hover
{
	background: url(/FedexEventViews/calendar_images/cal_header.jpg) #8238a7 repeat-x center 0px;
	text-align: center;
	display: block;
	width: 75px;
	float: right;
	border-left: solid 1px #000000;
	padding: 8px;
	color: #ffffff;
}
.ScheduleHeaderBar .ScheduleViewLink
{
	background: url(/FedexEventViews/calendar_images/cal_header.jpg) #8238a7 repeat-x 0px 100%;
	text-align: center;
	display: block;
	width: 75px;
	float: right;
	border-left: solid 1px #000000;
	padding: 8px;
	color: #ffffff;
}
.ScheduleHeaderBar .ScheduleViewLink:hover
{
	background: url(/FedexEventViews/calendar_images/cal_header.jpg) #8238a7 repeat-x center 0px;
	text-align: center;
	display: block;
	width: 75px;
	float: right;
	border-left: solid 1px #000000;
	padding: 8px;
	color: #ffffff;
}
.ScheduleHeaderBar .HiddenDateInput
{
	width: 1px !important;
	border: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
}
.ScheduleHeaderBar td.inputCell
{
	padding: 0 !important;
	width: 1px !important;
}

.ScheduleReadOnlyWrapper
{
	padding: 5px;
	border: solid 1px #cccccc;
	background-color: #e8e8e8;
}
.ScheduleAdvEditWrapper
{
	padding: 5px;
	border: solid 1px #cccccc;
}
.ScheduleAdvEditWrapper #ScheduleAdvEditInnerWrapper
{
	padding: 10px;
	background-color: #dddddd;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #eeeeee;
}
#ScheduleAdvEditInnerWrapper .inline-label
{
	width: 130px;
	font-size: 11px;
}
#ScheduleAdvEditInnerWrapper .dteLittle
{
	width: 130px !important;
}
#ScheduleAdvEditInnerWrapper td.inputCell
{
	width: 130px !important;
}

.ScheduleReadOnlyWrapper .subjectCell
{
	background-color: #ffffff;
	height: 400px;
	overflow: auto;
	padding: 3px;
	border: solid 1px #cccccc;
}
.ScheduleReadOnlyWrapper .datetimeCell
{
	padding: 3px 0px 3px 0px;
}

