/*** Elements ***/
*
{
	font-family: Arial;
}

html, body
{
	height: 100%;
	width: 100%;
}

body
{
	
	color: #333;
	font-size: 12px;
	line-height: 17px;
	margin: 0px auto;
	text-align: center;
}

a
{
	color: #006c2e;
	font-weight: normal;
}
a:hover
{
	color: #00a64a;
}
a img
{
	border-width: 0px;
}

table, table td
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

input.StandardTextBox, select.StandardTextBox, textarea.StandardTextBox
{
	border: solid 1px #ccc;
	font-size: 12px;
}
input.TextBox, textarea.TextBox
{
	background-color: #eaf0f3;
	border: solid 1px #a4bbcc;
	color: #63717a;
	font-size: 11px;
	width: 120px;
}
textarea
{
	overflow: auto;
}
input.Button, button
{
	font-size: 11px;
}
input.ButtonLarge, button.ButtonLarge
{
	font-size: 12px;
}

h2
{
	color: Black;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: 5px 0px 10px 0px;
}
h4
{
	color: #359946;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}
h5
{
	color: Black;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
}

ul, ol
{
	margin: 20px 0px 20px 35px;
	padding: 0px;
}
ul li, ol li
{
	margin: 5px 0px;
}
ol ul
{
	list-style-type: disc;
}

hr
{
	background-color: #ccc;
	border-width: 0px;
	color: #ccc;
	height: 2px;
	margin: 5px auto;
	width: 80%;
}
hr.ExtraPadding
{
	margin: 15px auto;
}
hr.Green
{
	background-color: #97d7b3;
	color: #97d7b3;
}
/*** End Elements ***/

/*** Classes ***/
ul.ListStyleTypeNone
{
	list-style-type: none;
}
ul.ListItemMarginBig li, ol.ListItemMarginBig li
{
	margin: 10px 0px;
}

.Center
{
	margin: 0px auto;
}

.DefaultColor
{
	color: #333;
}
.Red
{
	color: #872d0a !important;
}
a.Red:hover
{
	color: #c80000 !important;
}
.Gray
{
	color: #666;
}
.Orange
{
	color: #c27802 !important;
}
a.Orange:hover
{
	color: #e38c02 !important;
}
.Blue
{
	color: #00456c !important;
}
a.Blue:hover
{
	color: #0069a6 !important;
}

a.NoteLink
{
	color: #666 !important;
	font-size: 11px;
}

.FontSmaller
{
	font-size: 11px;
}
.FontLarger
{
	font-size: 14px;
}

div.InfoPanel
{
	background-color: #fffee1;
	border: solid 1px #d1cc6b;
	color: #595838;
	padding: 10px;
}
div.InfoPanel.Warning
{
	background-image: url(Images/Caution_48x48.png);
	background-repeat: no-repeat;
	min-height: 28px;
	padding-left: 55px;
}

div.GrayPanel
{
	background-color: #f6f6f6;
	border: solid 1px #ccc;
	padding: 10px;
}

img.BorderImage
{
	background-color: White;
	border: solid 1px #ccc !important;
	padding: 5px;
}

img.AllMarginsNoLeft
{
	margin: 5px 5px 5px 0;
}
img.MarginLeftBig, .MarginLeftBig
{
	margin-left: 20px;
}
img.MarginBottomBig
{
	margin-bottom: 20px;
}
img.MarginLeft
{
	margin-left: 5px;
}
img.MarginBottom
{
	margin-bottom: 5px;
}
img.MarginTop
{
	margin-top: 5px;
}
img.MarginRight
{
	margin-right: 5px;
}

img.AASIcon
{
	float: left;
	margin-right: 5px;
}

.Note
{
	color: #666;
	font-style: italic;
	font-weight: normal;
}

table.StandardPadding td
{
	padding: 2px;
}

table.HorizontalAlignCenter td,
td.HorizontalAlignCenter
{
	text-align: center;
}
table.HorizontalAlignRight td,
td.HorizontalAlignRight
{
	text-align: right;
}

table.VerticalAlignMiddle td
{
	vertical-align: middle;
}
table.VerticalAlignTop td
{
	vertical-align: top;
}

.AccordianHeader div.Name, .AccordianHeaderSelected div.Name
{
	background-position: left center;
	background-repeat: no-repeat;
	color: Black;
	cursor: pointer;
	font-weight: bold;
	line-height: 16px;
	padding-left: 20px;
}
.AccordianHeader div.Name
{
	background-image: url(Images/IconArrow.gif);
}
.AccordianHeaderSelected div.Name
{
	background-image: url(Images/IconArrowSelected.gif);
}
.AccordianHeader div.Description, .AccordianHeaderSelected div.Description
{
	color: #666;
	font-size: 11px;
	padding: 0px 0px 5px 30px;
}
.AccordianContent ul
{
	margin: 5px 0px 15px 50px;
}

a.AlphaFade
{
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
}
a.AlphaFade:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.ModalBackground 
{
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
}

/*** PopupWindow ***/
.PopupWindow
{
	width: 516px;
}
.PopupWindow .PopupTop
{
	background: url(Images/PopupWindow/PopupTop.png) no-repeat;
	height: 29px;
	width: 516px;
}
.PopupWindow .PopupTop .PopupTitle
{
	color: White;
	float: left;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 11px;
}
.PopupWindow .PopupTop a.PopupClose
{
	background: url(Images/PopupWindow/PopupClose.png) no-repeat left 0px;
	display: block;
	float: right;
	height: 17px;
	margin-right: 13px;
	margin-top: 7px;
	width: 43px;
}
.PopupWindow .PopupTop a.PopupClose:hover
{
	background-position: left -17px;
}
.PopupWindow .PopupContentWrapper
{
	background: url(Images/PopupWindow/PopupContentBG.png) repeat-y center 433px;
	width: 516px;
}
.PopupWindow .PopupContent
{
	background: url(Images/PopupWindow/PopupContent.png) no-repeat center top;
	min-height: 433px;
	height: auto !important;
	height: 433px;
	width: 516px;
}
.PopupWindow .PopupContent .PopupContentArea
{
	padding: 15px 25px;
}
.PopupWindow .PopupBottom
{
	background: url(Images/PopupWindow/PopupBottom.png) no-repeat;
	height: 13px;
	width: 516px;
}
/*** End Popup Window ***/

/*** DropDown Menu ***/
.DropDown
{
	border: solid 1px #ccc;
	display: block;
	padding: 2px;
}

.DropDownMenuPanel
{
	background-color: White;
	border: 1px solid #868686;
	cursor: default;
	font-size: 11px;
	padding: 2px;
	z-index: 999;
}

.DropDownMenuPanel a.MenuItem
{
	
}

.DropDownMenuPanel a.MenuItem:hover
{
	
}
/*** End DropDown Menu ***/

/*** Search Results ***/
.SearchResultElement
{
	padding: 10px 0;
}

.SearchResultElement .Title
{
	
}

.SearchResultElement .Title a
{
	font-weight: bold;
}

.SearchResultElement .Description
{
	font-size: 11px;
	margin-left: 25px;
}

.SearchResultElement .Description span.f
{
	color: #666;
}

.SearchResultElement .Description em
{
	color: Black;
	font-style: normal;
	font-weight: bold;
}

.SearchResultElement .Description a
{
	color: #00456c;
}

.SearchResultElement .Url
{
	font-size: 11px;
	margin-left: 25px;
}
/*** End Search Results ***/

a.DonateButton
{
	background: url(Images/GetInvolved/DonateButton.png) no-repeat 0 -100px;
	display: block;
	height: 100px;
	width: 166px;
}
a.DonateButton:active
{
	background-position: 0 0;
}

div.TopRibbon
{
	background-color: #fee;
	border-bottom: solid 1px #f00;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

table.SelectResource td.Resource
{
	font-size: 11px;
	padding-top: 2px;
}

div.LoadingSmall
{
	background: url(Images/LoadingSmall.gif) no-repeat;
	color: Black;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
}
/*** End Classes ***/

/*** GridView ***/
table.GridView
{
	border-collapse: collapse;
	font-size: 11px;
}
table.GridView td
{
	border: solid 1px #ccc;
	line-height: normal;
	padding: 5px;
}
table.GridView tr.GridRowHeader td, 
table.GridView tr th
{
	background-color: #50ac6d;
	border: solid 1px #40965d !important;
	border-bottom-width: 0px !important;
	color: White;
	font-weight: bold;
	line-height: normal;
	padding: 5px;
}
table.GridView tr.GridRowHeader td a,
table.GridView tr th a
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}
table.GridView tr.GridRowHeader td a:hover,
table.GridView tr th a:hover
{
	text-decoration: none;
}
table.GridView tr.GridRowHeader td.GridColumnHeader,
table.GridView tr th.GridColumnHeader
{
	background-color: #40965d !important;
}
table.GridView td.GridColumnHeader
{
	background-color: #ddf9e6 !important;
	font-weight: bold;
	text-align: left;
}
table.GridView tr.GridRowAlternatingItem td.GridColumnHeader
{
	background-color: #cee8d6 !important;
}
table.GridView tr.GridRowItem td
{
	background-color: White;
}
table.GridView tr.GridRowAlternatingItem td
{
	background-color: #f6f6f6;
}
table.GridView tr.GridRowItem td.GridColumnAlternatingItem
{
	background-color: #f6f6f6;
}
table.GridView tr.GridRowAlternatingItem td.GridColumnAlternatingItem
{
	background-color: #eee !important;
}
table.GridView .Note
{
	color: #666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

/*** Plain Table ***/
table.PlainTable
{
	border-collapse: collapse;
}

table.PlainTable td
{
	margin: 0;
	padding: 1px;
}

table.PlainTable tr.TableHeader td
{
	border-bottom: solid 1px #ccc;
	color: #333;
	font-weight: normal;
}

table.PlainTable .BorderTop
{
	border-top: dotted 1px #ddd;
}
/*** End Plain Table ***/

tr.LightHoverRow
{
}

tr.LightHoverRow .LightHoverColumn
{
	color: #999;
}
tr.LightHoverRow:hover .LightHoverColumn
{
	background-color: #f6f6f6;
	color: #333;
}
tr.LightHoverRow:hover .HoverColumn
{
	background-color: #f6f6f6;
	color: Black;
}

/*** Wizard Tabs ***/
a.WizardTab
{
	background-image: url(Images/WizardTabs.png);
	background-repeat: no-repeat;
	background-position: 0 -68px;
	display: block;
	height: 68px;
	margin-left: -20px;
	width: 172px;
}

a.WizardTab.Selected
{
	background-position: 0 0;
}

a.WizardTab:hover
{
	background-position: 0 -136px;
}

/*** Icons ***/
.IconShare
{
	background: url(Images/IconShare.png) no-repeat;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	padding-left: 18px;
	text-decoration: none;
}

/*** Share Video Popup ***/
.ShareVideoPopupContainer
{
}

div.ShareVideoPopupTop
{
	background: url(Images/PopupWindow/ShareVideoPopupTop.png) no-repeat;
	height: 16px;
	width: 492px;
}

div.ShareVideoPopupContentBG
{
	background: url(Images/PopupWindow/ShareVideoPopupBG.png) repeat-y;
	font-size: 11px;
	line-height: normal;
	width: 492px;
}

div.ShareVideoPopupContent
{
	padding: 0 20px;
}
div.ShareVideoPopupContent div.ShareLinks
{
	border-bottom: dotted 1px #999;
	padding-bottom: 10px; 
	text-align: center;
}
div.ShareVideoPopupContent div.UnderLinksContent
{
	padding-top: 5px;
}
div.ShareVideoPopupContent b, div.ShareVideoPopupContent em
{
	color: Black;
}

div.ShareVideoPopupBottom
{
	background: url(Images/PopupWindow/ShareVideoPopupBottom.png) no-repeat;
	height: 16px;
	width: 492px;
}

/*** RFP ***/
.RFPTable
{
	border-collapse: collapse;
	width: 100%;
}
.RFPTable td
{
	border: solid 1px #ccc;
	padding: 2px;
	text-align: center;
}
.RFPTable td.CenterSize
{
	background-color: Transparent !important;
	border-width: 0;
	font-weight: bold;
	text-align: left;
}
.RFPTable td.CenterName
{
	text-align: left;
}
.RFPTable tr.AltRow td
{
	background-color: #f6f6f6;
}
.RFPTable tr.SizeSectionAbove td, .RFPTable tr.SizeSectionAbove th
{
	border-bottom: solid 2px #999 !important;
}
.RFPTable tr.SizeSection td
{
	border-top: solid 2px #999 !important;
}

/*** Combined VA Chat Link ***/
.CombinedVAChatContainer
{
	color: Black;
	font-weight: bold;
	margin: 5px auto;
	text-align: center;
}
.CombinedVAChatContainer .VeteransChatContent
{
	background: url(Images/Veterans/VeteransChatBG.png) no-repeat;
	height: 118px;
	width: 258px;
}
.CombinedVAChatContainer .VeteransChatContent .VAChatPadding
{
	padding-top: 52px;
}

/*
a.VeteransChatIconLink img
{
	background: url(Images/Veterans/VeteransChatIconLink.png) no-repeat;
}
a.VeteransChatIconLink:hover img
{
	background-position: 0 -16px;
}

a.HomelessChatIconLink img
{
	background: url(Images/Veterans/HomelessChatIconLink.png) no-repeat;
}
a.HomelessChatIconLink:hover img
{
	background-position: 0 -16px;
}
*/

a.VeteransChatIconLink img
{
	
}
a.VeteransChatIconLink
{
	font-weight: bold;
	text-decoration: none;
}

a.HomelessChatIconLink img
{
	
}
a.HomelessChatIconLink
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a.HomelessChatIconLink:hover
{
	color: #666;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
