﻿/* HOME PAGE ***********************/

#homeColumn1, #homeColumn2, #homeColumn3
{
	float: left;
	padding: 0px 25px 0px 25px;
}

#homeColumn1
{
	width: 278px;
}

#homeColumn2
{
	width: 274px;
}

#homeColumn3
{
	width: 278px;
}

#homeColumn1 p, #homeColumn2 p, #homeColumn3 p
{
	color: #6b6b6b;
	font-size: 11px;
}

#homeButton1, #homeButton2, #homeButton3
{
	/* buttons float left by default. custom for centered in columns */
	float: left;
	padding: 10px 25px 0px 25px;
}

#homeButton1
{
	/* padding-left: 278 / 2 - 50 */
	margin-left: 85px;
	width: 278px;
}

#homeButton2
{
	width: 274px;
}

#homeButton3
{
	width: 135px;
}

#homeBodyContent a.newUserRegistration
{
	position: absolute;
	display: block;
	width: 100px;
	height: 18px;
	top: 362px;
	left: 205px;
	cursor: pointer;
	z-index: 100;
}

#homeBodyContent .homeUsername, #homeBodyContent .homePassword
{
	border: none;
	position: absolute;
	top: 362px;
	width: 109px;
	height: 18px;
	background-color: Transparent;
	font: normal 12px verdana;
	padding: 3px 5px 0px 5px;
}

#homeBodyContent .homeUsername
{
	left: 405px;
	z-index: 100;
}

#homeBodyContent .homePassword
{
	left: 538px;
}

#homeBodyContent .homeLoginButton
{
	border: none;
	position: absolute;
	top: 360px;
	left: 674px;
	width: 29px;
	height: 23px;
}

#homeBodyContent .homeLoginError
{
	border: none;
	position: absolute;
	top: 387px;
	left: 405px;
	width: 500px;
	height: 20px;
	color: #CC0000;
	color: #33ddee;
	font: normal 12px verdana;
}

#homeBodyContent .forgotPassword
{
	position: absolute;
	display: block;
	width: 102px;
	height: 18px;
	top: 362px;
	left: 718px;
	cursor: pointer;
	z-index: 100;
}

#homeBodyContent .faqLink
{
	position: absolute;
	display: block;
	width: 110px;
	height: 110px;
	top: 155px;
	left: 855px;
	cursor: pointer;
	z-index: 100;
}

#homeBodyContent-container .faqComboBox
{
	position: absolute;
	top: 25px;
	right: 20px;
	width: 200px;
	cursor: pointer;
}

/* END HOME PAGE ******************/

span.greenText
{
	color: #009900;
	font-weight: 400;
}

/* INPUT FORM *********************/
div.inputFormBorder
{
	border: solid 1px gray;
	border-top: solid 3px gray;
	padding: 20px 30px 20px 30px;
	float: left;
	background-color: #FAFAFA;
}

table.inputForm
{
}

table.inputForm tr
{
}

table.inputForm td
{
	padding: 4px;
}

table.inputForm td.requiredFieldLabelCell
{
	text-align: right;
	font-weight: bold;
}

table.inputForm td.fieldLabelCell
{
	text-align: right;
	color: Black;
}

table.inputForm td.errorCell
{
	text-align: center;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	width: 9px;
	white-space: nowrap;
}

table.inputForm td.fieldCell
{
	text-align: left;
	vertical-align: middle;
}

table.inputForm td.buttonCell
{
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
}

table.inputForm td.fieldCell span.fieldHint
{
	font: normal 10px verdana;
	color: #999999;
	padding-left: 10px;
	vertical-align: middle;
}

div.validationSummary
{
	border: solid 1px #CC0000;
	padding: 10px;
	max-width: 400px;
	margin: 15px 0px 15px 0px;
	background-color: #FFFFFF;
}

div.validationSummary ul
{
	margin: 5px 0px 0px 20px;
}

div.validationSummary ul li
{
	color: #CC0000;
	line-height: 17px;
	padding: 0px;
	font-size: 11px;
}

div.validationSummary span /* Hack to set style of header text */
{
	color: #000000;
	font: bold 12px verdana;
}

/**********************************/


/* GRID VIEW STYLES ***********************************/
.GridViewStyle1
{
	color: Black;
	border: solid 1px #737371;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	border-collapse: separate; /* for cellspacing */
	border-spacing: 0px; /* for cellspacing */
}

.GridViewStyle1 thead tr td
{
	background-image: url(Images/TableBackgrounds/GreenTableHeader.gif);
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 0px;
	height: 22px;
	border-bottom: solid 1px #737371;
}

.GridViewStyle1 tr.HeaderStyle
{
	background-image: url(Images/TableBackgrounds/GreenTableHeader.gif);
	background-color: #DDDDDD;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 22px;
	border-bottom: solid 1px #737371;
}

.GridViewStyle1 tr.HeaderStyle td
{
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding: 0px 4px 0px 4px;
	margin: 0px;
}

.GridViewStyle1 th
{
	background-image: url(Images/TableBackgrounds/GreenTableHeader.gif);
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 0px 4px 0px 4px;
	height: 22px;
	border-bottom: solid 1px #737371;
}

.GridViewStyle1 .ColumnHeadings
{
	background-color: #c9c9c9;
	padding: 1px 8px 1px 15px;
	font-size: 9px;
}

.GridViewStyle1 .RowStyle
{
	background-color: #f2f2f2;
}

.GridViewStyle1 .AlternatingRowStyle
{
	background-color: #e3e3e3;
}

.GridViewStyle1 tr.RowStyle td, .GridViewStyle1 tr.AlternatingRowStyle td
{
	padding: 5px;
	font-size: 11px;
}

.GridViewStyle1 tr.RowStyle td a, .GridViewStyle1 tr.AlternatingRowStyle td a
{
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	color: #01686c;
	text-decoration: none;
}

.GridViewStyle1 tr.RowStyle td a:hover, .GridViewStyle1 tr.AlternatingRowStyle td a:hover
{
	text-decoration: underline;
}

.GridViewStyle1 tfoot tr td
{
	background-image: url(Images/TableBackgrounds/GrayTableHeader.gif);
	font-size: 10px;
	font-weight: normal;
	color: White;
	text-align: center;
	padding: 0px;
	height: 20px;
}

.GridViewStyle1 .FooterStyle
{
	background-color: #bcbcbc;
	font-size: 10px;
	font-weight: normal;
	color: White;
	text-align: center;
	padding: 0px;
	height: 20px;
}

.GridViewStyle1 .PagerStyle
{
	background-image: url(Images/TableBackgrounds/GrayTableHeader.gif);
	font-size: 11px;
	font-weight: normal;
	color: White;
	text-align: center;
	padding: 0px;
	height: 20px;
}

.GridViewStyle1 .PagerStyle a
{
	font-size: 11px;
	font-weight: normal;
	color: White;
	text-align: center;
}
.GridViewStyle1 .PagerStyle a:hover
{
	text-decoration: underline;
}

.GridViewStyle1 tfoot tr td a
{
	font-size: 10px;
	font-weight: normal;
	color: White;
	text-align: center;
}
.GridViewStyle1 tfoot tr td a:hover
{
	text-decoration: underline;
}
.GridViewStyle1 .PointerStyle
{
	cursor: pointer;
}
/* END GRIDVIEW STYLES ***********************************/

.view
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
}

.view .photo-frame
{
	margin-left: auto;
	margin-right: auto;
}


/* ***********************/

div.collapsiblePanelTitle
{
	padding: 0px;
	height: 24px;
	vertical-align: middle;
	border: none;
	position: relative;
	cursor: pointer;
}

div.collapsiblePanelHeaderLeft
{
	background-image: url(Images/DisplayPanel/Panel-TopLeft.gif);
	background-repeat: no-repeat;
	padding: 1px 0px 0px 5px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 24px;
}

div.collapsiblePanelHeaderLeft table tr td
{
	font-family: Tahoma, Verdana, Arial, helvetica;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	vertical-align: middle;
	padding-left: 5px;
}

div.collapsiblePanelHeaderCenter
{
	background-image: url(Images/DisplayPanel/Panel-TopCenter.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 200px;
	height: 24px;
}

div.collapsiblePanelHeaderCenter p
{
	padding: 0px;
	margin-top: 2px;
	font-family: Tahoma, Verdana, Arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}

div.collapsiblePanelHeaderRight
{
	background-image: url(Images/DisplayPanel/Panel-TopRight.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 24px;
}

.collapsiblePanelContent
{
	background-image: url(Images/DisplayPanel/Panel-BodyTile.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: none;
	border-left: solid 1px #c2c2c2;
	border-right: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

/* **********************/

div.collapsiblePanelHeader
{
	background-image: url(images/CollapsiblePanelHeader.png);
	width: 950px;
	height: 40px;
	padding: 0px;
	margin: 10px 0 0 0;
	position: relative;
	cursor: pointer;
}

div.collapsiblePanelHeaderText
{
	position: absolute;
	top: 8px;
	left: 65px;
	color: White;
	font-size: 14px;
	font-family: Verdana, Arial;
}

img.collapsiblePanelHeaderIcon
{
	position: absolute;
	top: 2px;
	left: 0px;
}

span.collapsiblePanelHeaderTip
{
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: right;
	color: White;
	font-size: 10px;
	font-family: Verdana, Arial;
}

.collapsiblePanelBody
{
	position: relative;
	margin: 0px auto;
	min-width: 8em;
	max-width: 1200px; /* based on image dimensions - not quite consistent with drip styles yet */
	color: #fff;
	z-index: 1;
	margin-left: 10px; /* default, width of left corner */ /*margin-bottom: 0.5em;  spacing under dialog - KJ: Removed this to stop the footer alignment from messing up.s*/
}

.collapsiblePanelBody .cpBodyContent, .collapsiblePanelBody .t, .collapsiblePanelBody .b, .collapsiblePanelBody .b div
{
	background: transparent url(images/cpBody.png) no-repeat top right;
}

.collapsiblePanelBody .cpBodyContent
{
	position: relative;
	padding: 0px 10px 0px 0px;
	min-height: 215px;
}

.collapsiblePanelBody .t
{
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px; /* top slice width */
	margin-left: -10px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}

.collapsiblePanelBody .b
{
	/* bottom */
	position: relative;
	width: 100%;
}

.collapsiblePanelBody .b, .collapsiblePanelBody .b div
{
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}

.collapsiblePanelBody .b
{
	background-position: bottom right;
}

.collapsiblePanelBody .b div
{
	position: relative;
	width: 10px; /* bottom corner width */
	margin-left: -10px;
	background-position: bottom left;
}

.collapsiblePanelBody .hd, .collapsiblePanelBody .bd, .collapsiblePanelBody .ft
{
	position: relative;
}

.collapsiblePanelBody .wrapper
{
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.collapsiblePanelBody h1, .collapsiblePanelBody p
{
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.5em 0px 0.5em 0px;
	color: Black;
}

.collapsiblePanelBody h1
{
	padding-bottom: 0px;
}

.radMultiPagePageView
{
	background-color: #fbfbfb;
	padding: 15px;
	border: solid 1px #888888;
	border-top: none;
}

.radMultiPagePageView2
{
	/* background-color: #fbfbfb; */
	padding: 15px;
	border: solid 1px #888888;
	border-top: none;
}

.btnGreen
{
	background-color: #016d70;
	color: White;
	border: solid 1 px black;
}

/* Test */
.wizardCell
{
	background-color: #DDDDDD;
	border: solid 1px black;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 100px;
}

/************************************/
/* Credit card CID styles ***********/
/************************************/
div#cvv
{
	width: 290px;
}

div#cvv a span
{
	display: none;
}

div#cvv a:hover span
{
	display: block;
	position: relative;
	top: 5px;
	left: 0px;
	width: 280px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	color: #AAA;
	background: white;
	font: 10px Verdana, sans-serif;
	text-align: center;
}
/************************************/

.mpSubPanel
{
	background-color: White;
	border: solid 1px black;
	border-top: none;
	padding: 15px;
	margin: 0px;
}

.sessionTabsPanel
{
	border: solid 1px gray; /*KJ:  Making all the borders appear the same.*/
	padding: 5px;
	background: white;
}

/**************************************/

.RepeaterStyle1
{
	border: medium none;
	border-collapse: separate;
	border-spacing: 0;
	color: Black;
	margin: 0;
	padding: 0;
}
.RepeaterStyle1 tr.ItemStyle td
{
	font-size: 11px;
	/*padding: 5px 5px 5px 15px;*/
}
.RepeaterStyle1 tr.AlternatingItemStyle td
{
	background-color: #E3E3E3;
	font-size: 11px;
	/*padding: 5px 5px 5px 15px;*/
}
.RepeaterStyle1 .PointerStyle
{
	cursor: pointer;
}
.RepeaterNestedTable
{
	border: medium none;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
.RepeaterNestedTable tr.RowStyle td
{
	height: 18px;
	margin: 0;
	padding: 0;
}
.RepeaterNestedTable tr.RowStyle td span
{
	margin: 0;
	padding: 0;
}

.composeWindow
{
	padding: 0;
}

#composeActions
{
	float: right;
	margin-right: 6px;
	padding-top: 4px;
}
#composeActions a
{
	margin: 0 10px;
}
#composeActions .radfdSkinnedFormButton
{
	width: 75px;
	margin-left: 12px;
}

.composeWindow .radeditor .rade_contentCell
{
	padding: 0 5px;
}

/* Required to have full-screen RadSplitter */

.RadForm_Black .header, .RadForm_Black .logo,
.RadForm_Default .header, .RadForm_Default .logo,
.RadForm_Telerik .header, .RadForm_Telerik .logo,
.RadForm_Hay .header, .RadForm_Hay .logo,
.RadForm_Forest .header, .RadForm_Forest .logo
{
	background-image: url('Images/header-darks.png');
}

.RadForm_Black .header { background-position: 0 -49px; }
.RadForm_Black .logo { background-position: 0 0; }
.RadForm_Default .header { background-position: 0 -147px; }
.RadForm_Default .logo { background-position: 0 -98px; }
.RadForm_Telerik .header { background-position: 0 -245px; }
.RadForm_Telerik .logo { background-position: 0 -196px; }
.RadForm_Hay .header { background-position: 0 -343px; }
.RadForm_Hay .logo { background-position: 0 -294px; }
.RadForm_Forest .header { background-position: 0 -441px; }
.RadForm_Forest .logo { background-position: 0 -392px; }

.RadForm_Sunset .header, .RadForm_Sunset .logo,
.RadForm_Outlook .header, .RadForm_Outlook .logo,
.RadForm_Office2007 .header, .RadForm_Office2007 .logo,
.RadForm_WebBlue .header, .RadForm_WebBlue .logo,
.RadForm_Web20 .header, .RadForm_Web20 .logo,
.RadForm_Vista .header, .RadForm_Vista .logo
{
	background-image: url('Images/header-colds.png'); /* ... yet sunset isn't actually cold */
}

.RadForm_Sunset .header { background-position: 0 -49px; }
.RadForm_Sunset .logo { background-position: 0 0; }
.RadForm_Outlook .header { background-position: 0 -147px; }
.RadForm_Outlook .logo { background-position: 0 -98px; }
.RadForm_Office2007 .header { background-position: 0 -245px; }
.RadForm_Office2007 .logo { background-position: 0 -196px; }
.RadForm_WebBlue .header { background-position: 0 -343px; }
.RadForm_WebBlue .logo { background-position: 0 -294px; }
.RadForm_Web20 .header { background-position: 0 -441px; }
.RadForm_Web20 .logo { background-position: 0 -392px; }
.RadForm_Vista .header { background-position: 0 -539px; }
.RadForm_Vista .logo { background-position: 0 -490px; }

.skin-chooser
{
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: default;
	color: #fff;
}

.rcbSlide
{
	z-index: 10000 !important;
}

/* </header> */


/* move the last menu item to the right */

/* center the calendars */
.calendar-container
{
	width: 220px;
	margin: 10px auto;
}

/* FF2 bugfix*/
#RAD_SPLITTER_PANE_CONTENT_ctl00_topPane
{
	overflow: visible !important;
}

#RAD_SPLITTER_PANE_CONTENT_ctl00_ContentPlaceHolder2_RadPane1
{
	overflow: hidden;
}

#ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder2_DetailsView1Panel
{
	overflow-x: hidden;
}

/* required so RadGrid in the Contacts page is 100% tall in FireFox */
#ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder2_RadGrid1Panel
{
	height:100%;
}

/* apply height to the update panel that contains the RadScheduler
   so it can resize properly */
#ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder2_RadScheduler1Panel
{
	height:100%;
}

.RadToolBar .rtbTemplate .RadInput 
{
	line-height: 22px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: baseline;
}

.RadToolBar .RadComboBox,
.RadMenu .RadComboBox,
.RadMenu .skinLabel
{
	vertical-align: middle;
}

* html .RadMenu .rmTemplate .rmText
{
	padding-bottom: 3px;
}

.contacts-filter-toolbar .rtbTemplate
{
	color:White;
	width:400px;
}

div.RadToolBar
{
	width: 100%;
}

div.inbox-search-toolbar .rtbOuter,
div.inbox-search-toolbar .rtbMiddle,
div.inbox-search-toolbar .rtbInner,
div.contacts-filter-toolbar .rtbOuter,
div.contacts-filter-toolbar .rtbMiddle,
div.contacts-filter-toolbar .rtbInner
{
	border-left-width: 0;
	border-right-width: 0;
	padding-left: 0;
	padding-right: 0;
}

div.inbox-search-toolbar .rtbTemplate
{
	margin-left: 100px;
}

/* message DetailsView*/

#message-body
{
	padding: 0 16px 25px;
}

.rfdBlack #message-body a { color: #9EDA29; }
.rfdDefault #message-body a { color: #6C6C6C; }
.rfdForest #message-body a { color: #751A04; }
.rfdHay #message-body a { color: #50B306; }
.rfdOffice2007 #message-body a { color: #606F94; }
.rfdOutlook #message-body a { color: #355D98; }
.rfdSunset #message-body a { color: #5d1f00; }
.rfdTelerik #message-body a { color: #64B33E; }
.rfdVista #message-body a { color: #0F5477; }
.rfdWeb20 #message-body a { color: #38477F; }
.rfdWebBlue #message-body a { color: #38477F; }

.message-view
{
	width: 100%;
}

.message-view ul
{
	margin: 10px 6px;
	padding: 0;
	list-style:none;
	border-bottom: 1px solid #add1ff;
}

.message-view ul h3
{
	margin: 0;
}

.message-view li label
{
	display: inline-block;
	width: 40px;
	color:#6f9dd9;
}

/* contact details nested view template */
.contact-details img
{
	float:left;
	margin: 0 12px 0 6px;
}
* html .contact-details img { margin-left: 3px }

.contact-details ul
{
	list-style:none;
	margin: 10px;
}

.contact-details label
{
	display:inline-block;
	font-weight:bold;
	width:80px;
}


.rpTemplate input
{
	vertical-align: middle;
	margin-top: 0;
}

/* <notes> */

.notes-list img
{
	vertical-align: text-top;
	margin: 0 4px 0 0;
}

/* </notes> */

/* <calendar> */

div.RadScheduler .rsAdvancedEdit .rsAdvRadio
{
	margin-right: 4px;
}

/* </calendar> */