/* ---[ body ]----------------------------------------- */

html, body { 
    height: 100%; 
} 

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	font-size: 8pt;
	background-color: #f0f0f0;
	overflow: hidden;
}

body.mainbody
{
	background-color: #dfe9f5;
	background-position: top;
	background-repeat: repeat-x; 
	background-image: url(../images/main_bg.png);	
}

td {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
}

img { border: 0px; }

a {
	color:#DD3409;
	text-decoration:none; 
}

a:hover {
	color:#DD3409;
	text-decoration:underline; 
}

#oneClickOverlay {
	position: absolute; top: 0px; left: 0px;
	visibility: visible; display: block; width: 100%; height: 100%;
	background-color: #ccc; z-index: 10000000;
	filter:alpha(opacity=20); -moz-opacity:0.2; 
	opacity: 0.2;
}

#radGridPopupScreen {
	position: absolute; top: 0px; left: 0px;
	visibility: hidden; display: block; width: 100%; height: 100%;
	background-color: #000;
	opacity: 0.2;
	filter:alpha(opacity=20); -moz-opacity:0.2;
}

/* ---[ header ]------------------------------------------- */

.headerPane 
{
	overflow: visible !important;
}

div.headerMenu
{
	height: 42px;
	background-position: top;
	background-repeat: repeat-x; 
	background-image: url(../images/nav_bg.png);
	vertical-align: middle;
}

/* ---[ page header ]------------------------------------ */

div.headerPage
{
	padding: 10px;
	vertical-align: middle;
}

.pageTitle 
{
	font-size: 12pt;
	font-weight: bold;
	color: #3c6185;
	padding-right: 10px;
}

/* ---[ forms ]----------------------------------- */

TABLE.frm 
{
	border: none;
	padding: 3px;
	text-align: left;
}

TABLE.frm TH {
	vertical-align: baseline;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	font-family: Tahoma;
	font-size: 7pt;
	padding-right:5px;
}

TABLE.frm TD {
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

/* ---[ forms ]----------------------------------- */

.formBlock  
{
	
}

.formBlock h3 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #aaa;
	font-size: 100%;
	color: #666;
}

.formBlock fieldset {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #fff;
}

.formBlock fieldset.radio {
	margin: 0 0 10px 0;
	background-color: #DDDDDD;
}

TD.frmLabel  {
	vertical-align: baseline;
	color: #777;
	white-space: nowrap;
	font-family: Tahoma;
	padding-right:5px;
}

TD.frmValue {
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}
	
.buttonBar  {
	text-align:right;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#dee6ef;
	padding-right:5px;
	display: block;
	width:100%;
	background-image: url(../images/buttonbar_bg.jpg);
}

.panel {
	border: 1px solid #a1a1a1;
	background: #f3f3f3;
	padding: 10px;
	width: 100%;
}

.reqd 
{
	color: #ffa800;
	font-size: 7pt;
	font-weight: bold;
	padding-left: 5px;
}

.modal
{
	background-color: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	z-index: 1001 !important;
}

.modal .close
{
	float: right;
	margin-top: -4px;
	border-style: none;
	background-color:#e2e2e2;
	background-image: url(../images/section_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	
}

.modal fieldset
{
	clear: both;
	margin-top: 3px;
}

.modal .titlebar
{	
	font-weight: bold;
	padding:5px;
	cursor: pointer;
	color: #000;
	border: solid 1px #a1a1a1;
	background-color:#e2e2e2;
	background-image: url(../images/section_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height:12px;
}

.modal .titlebar .title
{
}

.modalBackground
{
	background-color: #ccc;
	filter:alpha(opacity=20); -moz-opacity:0.2;
	opacity: 0.2;
	z-index: 1000 !important;
}


/* ---[ misc. ]------------------------------------------ */

hr {
	border-top: 1px solid #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
}

h3 img {
	vertical-align: middle;
}

.center {
	text-align: center;
}

a img {
	border: none;
}

.hide {
	display: none;
}

/* ---[ boxes ]------------------------------------------ */

.messageBox
{
	border: #cccccc 1px solid;
	padding: 5px;
	margin: 0;
	background-color: #FFFFe1;
}

.globalMessageBox
{
	border: #cccccc 1px solid;
	padding: 5px;
	margin: 0;
	background-color: #8B0000;
	color: White;	
	font-weight:bold;
}

.warningBox
{
	border: #cccccc 1px solid;
	padding: 5px;
	margin: 0;
	background-color: #FFFFe1;
}

.errorBox
{
	border: #cccccc 1px solid;
	padding: 5px;
	margin: 0;
	background-color: #FFFFe1;
	color: #ff0000;
}

.validationSummary
{
	border: #cccccc 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 5px;
	color: #ff0000;
	background-color: #ffffe1;
	/*background: #ffffe1 url('../images/icons/vldError.gif') no-repeat left top;*/
	margin: 0;
}

.validationSummary UL
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 0px;
}

.briefValidationSummary
{
	border: #cccccc 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ff0000;
	background-color: #ffffe1;
	margin: 10px 0px 10px 0px;
}

.briefValidationSummary UL
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 0px;
}

/* ---[ other ]------------------------------------------ */

.vspace {
	/*padding-bottom: 5px;*/
}

/* ---[ links ]----------------------------------------- */

a:link { color: #49669C; }
a:visited { color: #8EA4C2; }
a:hover { color: #036; }

/* ---[ common ]---------------------------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
}

h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #930;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 105%;
	color: #930;
	padding: 0;
	margin: 0 0 1em 0;
}

h2 a:link, h2 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #930;
}

h2 a:hover {
	color: #600;
}

h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}

h2.sub a {
	font-size: 100%;
	color: #999;
	text-decoration: underline;
}

h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #222;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #eee;
}

h1 span, h2 span, h3 span {
	color: #999;
}

blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 23px;
}

em { font-style: italic; }

strong { font-weight: bold; }

strike { text-decoration: line-through; }

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* ---[ selectable panel ]-------------------------------------- */

.nowrap { white-space: nowrap; }
.selectablePanelPlain { border: 0px solid #ccc; margin: 2px; }
.selectablePanel { border: 1px solid #ccc; background-color: #fff; margin: 2px; cursor:pointer; }
.selectablePanelSelected { border: 3px solid #FFCC33; background-color: #ffffe1; cursor:pointer; }


/* ---[ selectable radio button panel ]------------------------------------------ */

.radioPanel 
{
	background-color: #ffffff;
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 10px;
	cursor:pointer;
	width: 100%;
}

.radioPanelSelected 
{
	background-color: #ffffe1;
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 10px;
	cursor:pointer;
	width: 100%;
}

/* ---[ picker control ]------------------------------------------ */

div.picker 
{
	white-space: nowrap;
}

div.picker input
{
	vertical-align: top;
}

.pickerDetails
{
	/*font-size: 7pt;*/
	color: #333;
}


/* ---[ form controls ]----------------------------------------- */

/* div.text input is for RadInput */
input.text, select.text, textarea.text, div.text input {
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #aaa;
	padding: 1px;
	/*max-width: 200px;*/
}

select.text 
{
	max-width: 120px;
}

/* ---[ alpha picker ]----------------------------------------- */

.alphaPicker {
	background-color: #bbb;
	padding: 1px;
	margin-bottom: 5px;
}

.alphaPicker TD {
	background-color: #f0f0f0;
	text-align: center;
}

TD.alphaPickerSelected {
	background-color: #ffffcc;
	padding: 2px;
}

/* ---[ toolbar ]------------------------------------------ */

 ul#toolbar
{
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	list-style: none;
	border: none;
	height: 24px;
	vertical-align:middle;
} 

#toolbar li {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	border-right: 1px solid #ccc;
	height: 24px;
}

#toolbar a {
	height: 19px;
	display:block;
	color:#666666;
	text-decoration:none;
	background: #fff url(../images/nav_bg.gif);
	background-position: center;
	margin:0;
	padding: 4px 15px 1px 15px;
	border-right: 1px solid #fff;
	position: relative;
	font: bold 11px helvetica, arial, sans-serif;
}

#toolbar a:hover {
	color: #000000;
	background-color: #ffffcc;
	background-image: none;
}

#toolbar a.here {
	position:relative;
	z-index:102;
	padding: 4px 15px 1px 15px;
	color: #000000;
}

/* ---[ tab strip ]----------------------------------------- */

.multiPage
{
    margin-top: -1px;
    background-color: #f0f0f1;
	background-image: url(../images/tabpage_bg.png);
	background-position: top;
	background-repeat: repeat-x;
    padding: 10px 10px 43px 10px;
	overflow: auto;
}

.pageView
{
	/* padding: 10px */
	overflow: visible !important;
}

.radToolbarStretch {
	display:block;
	float: none;
}

.gridPager
{
	height: 25px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #d0d2d7;
	text-align: right;
	padding: 8px 8px 0 8px;
}

/* ---[ Record Info ]----------------------------------------- */

.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -33px; 
} 
.wrapper_with_footer .multiPage
{
	padding-bottom: 33px;
}

.footer, .push { 
    height: 33px; 
} 

.footer
{
	position:absolute;
	bottom:0;
	width:100%;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #d0d2d7;
}

.RecordInfo
{
	color: #222;
	text-align: right; 
	margin: 0; 
	padding: 10px 5px 5px 5px;
}

.RecordInfo span
{
	padding: 0 5px;
	margin: 0;
}

.RecordInfo span.left
{
	float: left;
}

.RecordInfo span.left + span.left,
.RecordInfo span.right + span.right
{
	border-left: dotted 1px #868686;
}
	
/* ---[ updatepanel helper ]--------------------------- */

.upwrap, .upwrap > div
{
	height: 100%;
}		

.upwrapWithHeader, .upwrapWithHeader > div
{
	height: 100%;
}		
.upwrapWithHeader > div
{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* this is overlaid ontop of a radgrid caption */
.upwrapWithHeader > div:first-child
{
	position: absolute;
	height: 12px;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.CaptionedRadGrid caption
{
	height: 25px;
}

/* ---[ new form styles ]--------------------------- */

.searchpanel .inputform 
{
	border: 0;
}

.formpanel 
{
	margin-bottom: 5px;	
}

.inputform 
{
	/*border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;*/
	padding: 5px;
}

.inputform span.field
{
	padding-bottom: 10px;
	padding-top: 5px;
	display: block;
}

.inputform > table > tbody > tr > td > label
{
	font-size: 8pt;
	font-weight: bold;
	float: none;
	display: block;
	color: #666;
	/*white-space: nowrap;*/
}

/* required */
.inputform > table > tbody > tr > td > label.req > span
{
	background-image: url(../images/req.png);
	background-position: top;
	background-repeat: no-repeat;	
	padding: 0 4px 2px 4px;
	color: transparent;
}

.inputform > table
{
	width: 950px;
}

.inputform > table.collapsed
{
	max-width: 950px;
	width: auto !important;
}

.inputform > table > tbody > tr > td 
{
	padding-left: 15px;
	padding-right: 15px;
	border-right: dotted 1px #ccc;
	max-width: 200px;
}

.inputform > table > tbody > tr > td.first
{
	padding-left: 0px;
}

.inputform > table > tbody > tr > td.single
{
    padding-left: 0px;
	border-right: none;
}

.inputform > table > tbody > tr > td.last
{
	padding-left: 15px;
	padding-right: 0px;
	border-right: none;
}

.inputform.wide > table > tbody > tr > td 
{
	max-width: 500px;
}

.inputform > table.plain > tbody > tr > td
{
	border-right: none;
	max-width: 500px;
}

.cmdbtn 
{
	padding-bottom: 5px;
}

.smallcmdbtn 
{
	padding: 5px;
}

.tabstrip 
{
	background-image: url(../images/tabstrip_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.gridCell 
{
	padding: 0px;
	background-color: #336699;
}

/* TODO NEW STUFF -- ADD BACK LATER */
/*.RadGrid  .rgRow  tr,
.RadGrid  .rgAltRow  tr
{
	line-height: 0 !important;
}*/


/* radgrid overflow fix TODO: REMOVE THIS */
.GridRow_Vista td,
.GridAltRow_Vista td
{
       overflow:hidden;
       padding: 3px !important;
}

/* radgrid overflow fix for 2009.Q1 */
.RadGrid  .rgHeader,
.RadGrid  .rgRow  td,
.RadGrid  .rgAltRow  td
{
       overflow:hidden;
       padding: 3px !important;
}

/* TODO: REMOVE THIS */
tr  .GridHeader_Vista,
tr  .ResizeHeader_Vista
{
     padding-left: 3px;
     padding-right: 3px;
}

tr.GridRow_Vista td,
tr.GridAltRow_Vista td
{
     padding-left: 3px;
     padding-right: 3px;
}

div.gridModal 
{
	overflow: auto;
	position: absolute;
	top: 27px;
	width: 100%;
	bottom: 48px;
}

div.gridModalCommands 
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow:hidden;
	text-align: right;
	width: 100%;
	height: 24px;
	padding: 12px 0 12px 0;
	background-image: url(../images/popup_footer_bg.png);
	background-repeat: repeat-x;
	background-color: #d4d4d4;	
}

div.gridModalCommands > div > input
{
	padding-right: 10px;
}

.window_footer
{
	overflow:hidden;
	text-align: right;
	height: 24px;
	padding: 12px;
	background-color: #d4d4d4;	
}

.fullsize 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding:0;
	clear:left;
}

/* rating */

.ratingReportPage
{
	background-color: #fff;
}
.ratingReportHeader
{
	background-color: #88f;
	padding: 2px;
	color: White;
	width: 650px;
}
.ratingReport td, .ratingReport th
{
	margin: 1px;
	padding: 3px;
}
.ratingReport th
{
	background-color: #ddd;
	text-align: left;
	font-weight: normal;
}
.ratingGrid td, .ratingGrid th
{
	margin: 1px;
	padding: 3px;
}
.ratingGrid th
{
	background-color: #ddd;
}

/* override the default style to fix line-height inside collapsible panels */
.RadPanelBar_Windows7 .rpTemplate
{
	line-height: 12px !important;
}

/* override the default style to make panel headers bold */
.RadPanelBar_Windows7 a.rpLink
{
	font-weight: bold !important;
}

/* override menu styles to create transparent menu bar */
.RadMenu_Default .rmRootGroup
{
    background:  transparent none !Important;
	border: none !Important;
	color: #fff !Important;
}
.RadMenu_Default .rmRootGroup a.rmLink
{
	background-image: none !important;
}
.RadMenu_Default .rmRootLink .rmExpandDown
{
    color: #fff !important;
}
.RadMenu_Default .rmExpanded .rmExpandDown
{
    color: #000 !important;
}

label.requiredTip 
{
	display: block;
	font-style: italic;
	color: #aaa;
	margin-bottom: 5px;
}

#loadingBox
{
	width: 90px; height: 56px;
	background-image: url(../images/loading_bg.png);
	text-align: center;
	padding-top: 25px;
	position: fixed;
	z-index: 999999;
}

/* colllapse panel contents */
.rpTemplate 
{
	background-color: #fbfdff;
	background-position: top;
	background-repeat: repeat-x; 
	background-image: url(../images/panel_bg.png);	
	/*overflow:hidden; -- shouldnt need this */
}


/* Saved Searches */
.savedSearchBar
{
	text-align: right;
	padding: 0 5px 5px 5px;
}

.savedSearchPanelHeader
{
	padding: 3px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
}

.savedSearchPanel
{
	padding: 10px;
}

.radtooltip_Default
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

/* Notifications */
.notification 
{
	width: 212px; /* 284 */
	height: 47px; /* 81 */
	background-image: url(../images/notification.png);
	padding: 9px 25px 25px 47px;
}
.clearTooltip.RadToolTip_Default table.rtWrapper td.rtWrapperContent
{
	background: none !important;
	border: none;
}
.clearTooltip.RadToolTip_Default * td
{
	background: none !important;
	border: none;
}

/* Fix for DatePicker in Tooltip - http://www.telerik.com/community/forums/aspnet-ajax/tooltip/showing-a-calendar-in-tooltip.aspx */
.RadCalendarFastNavPopup
{
        z-index: 10000 !important;
}

