﻿/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   font-family: Arial, sans-serif, Calibri ;
}
body
{
   line-height: 1;
}
/* End Reset */

/* General */
html, body
{
   overflow: auto;
   font-family: Arial, sans-serif, Calibri;
   font-size: 0.9em;
   font-weight: lighter;
   margin: 0;
   padding: 0;
   color: #333333;
   line-height: 1.2em;
}

p
{
   margin: 0px 0px 7px 0px;
}
ol, ul
{
   padding: 3px;
   list-style-type: circle;
}
li
{
   padding: 0;
   margin: 0;  /* Warning: Setting margins > 0 messes up RadWindow header */
}
td
{
   vertical-align: top;   
}
code
{
   font-family: Courier;
}
label
{
   font-size: 1.0em;   
}
.SmallText, .SmallText p, .SmallText label, .SmallText a
{
   font-size: 0.88em;
}
.TinyText, .TinyText p, .TinyText label, TinyText a
{
   font-size: 0.7em;
}
.ReverseText
{
   color: White;
}
.SmallReverseText
{
   font-size: 0.8em;
   color: White;
}
.TinyReverseText
{
   font-size: 0.7em;
   color: White;
}

/* End - General */

/* Headings */
h1, .h1
{
	font-size: 1.5em;
	font-weight: bold;
   margin: 0 0 8px 0;
   color: #ff9900;
}
h2, .h2
{
	font-size: 1.2em;
	font-weight: bold;
   margin: 0 0 8px 0;
}
h3, .h3
{
	font-size: 1.1em;
	font-weight: bold;
   margin: 0 0 5px 0;
}
h4, .h4
{
	font-size: 1.0em;
	font-weight: bold;
   margin: 0 0 5px 0;
}
.BlockText
{
	display: block;
   margin: 0 0 3px 0;
}

/* End - Headings */

/* Links */
a
{
	color: #1667da;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
}
a:hover 
{
	text-decoration: underline ;
}
.ReverseText a
{
	color: #fff;
	text-decoration: underline;
}
.SmallReverseText a
{
	color: #fff;
	text-decoration: underline;
}
.TinyReverseText a
{
	color: #fff;
	text-decoration: underline;
}
/* End Links */

/* Containers */
.Module
{
   display: block;
   margin: 0px 5px 7px 0px;
   padding: 5px;
}
.ModuleWithBorder
{
   display: block;
   margin: 0px 5px 7px 0px;
   padding: 10px;
   border: solid 1px #efefef;
}
.ModuleIndented
{
   display: block;
   margin: 0px 5px 7px 15px;
   padding: 5px;
   border: solid 1px #efefef;
}
.ModuleHeader, .ModuleHeader a
{
   width: 100%;
   margin: 4px 0px 5px 0px;
   padding: 0px;
   font-size: 1.0em;
   font-weight: bold;
}
.ModuleBody, ModuleBody a
{
   width: 100%;
   margin: 5px 0px 5px 0px;
   padding: 0px;
   line-height: 1.2em;
   font-weight: normal;
}
.ModuleFooter, ModuleFooter a
{
   width: 100%;
   margin: 10px 0px 5px 0px;
   padding: 0px;
   font-size: 0.7em;
   font-weight: normal;
}
/* End Containers */

/* Inputs and buttons */

/* Input Page Controls */
input[type="button"], input.button
{
   padding: 2px 3px 2px 3px;
   font-size: 0.9em;
   vertical-align: middle;
   cursor: hand;
   cursor: pointer;
}
input[type="text"], input.text, textarea
{
   padding: 1px 1px 1px 1px;
   font-size: 1.0em;
   vertical-align: middle;
   cursor: text;
   color: #363636;
}
input[type="checkbox"], input.checkbox, input[type="radio"], input.radio
{
   cursor: hand;
   cursor: pointer;
}
.LookupButton
{
   margin-left: 3px;
   vertical-align: middle;
}
select 
{
   white-space: nowrap;
   padding: 1px;
   font-size: 0.9em;
   color: #363636;
   vertical-align: middle;
   cursor: hand;
   cursor: pointer;
}

.DatePicker RadDatePicker, .TextBox RadTextBox
{
   padding: 3px 3px 3px 3px;
   font-size: 0.9em;
   color: #363636;
   vertical-align: middle;
   cursor: hand;
   cursor: pointer;
}
.LargeButton
{
   font-size: 1.0em;
   padding: 5px 10px 5px 10px;
   vertical-align: middle;
   text-align: center;
   text-decoration: none;
   cursor: hand;
   cursor: pointer;
}
.SmallButton
{
   font-size: 0.80em;
   padding: 2px 1px 1px 1px;
   vertical-align: middle;
   text-align: center;
   cursor: hand;
   cursor: pointer;
}
.TinyButton
{
   font-size: 0.7em;
   padding: 2px 1px 2px 1px;
   vertical-align: middle;
   text-align: center;
   cursor: hand;
   cursor: pointer;
}
textarea
{
   padding: 3px 3px 3px 3px;
   font-weight: normal;
   font-family: sans-serif, Calibri, Arial;
   text-decoration: none;
}
/* End Input Controls */

.NotPadded
{
   padding: 0 0 0 0;
}
.Padded
{
   padding: 10px 10px 10px 10px;
}
.PaddedVertical
{
   display: block;
   padding: 5px 0 2px 0;
   width: 100%;
}
.PaddedVerticalText
{
   display: block;
   padding: 2px 0 2px 0;
}
.PaddedVerticalSmallText
{
   display: block;
   padding: 2px 0 2px 0;
   font-size: smaller;
}
.PaddedHorizontal
{
   padding: 0 10px 0 10px;
}

.Watermark
{
   color: #cccccc;
}

.TextboxLabel
{
   display: block;
   font-family: sans-serif, Calibri, Arial;
   font-size: normal;
   font-weight: normal;
   text-decoration: none;
   color: #666666;
   padding-bottom: 6px;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   cursor: default;
}
.RadioGroupLabel
{
   display: block;
   font-family: sans-serif, Calibri, Arial;
   font-size: small;
   font-weight: bold;
   text-decoration: none;
   color: #666666;
   padding-bottom: 10px;
   padding-left: 7px;
   padding-top: 0px;
   padding-right: 0px;
   cursor: default;
}

.BlockLabel
{
   display: block;
   font-family: sans-serif, Calibri, Arial;
   font-size: normal;
   font-weight: normal;
   text-decoration: none;
   color: #666666;
   padding-bottom: 6px;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   cursor: default;
}

.ErrorBlockLabel
{
   display: block;
   font-family: sans-serif, Calibri, Arial;
   font-size: normal;
   font-weight: normal;
   text-decoration: none;
   color: red;
   padding-bottom: 6px;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   cursor: default;
}

.StandardButton
{
   display: block;
   margin-top: 10px;
   cursor: hand;
   cursor: pointer;
}

.Breadcrumbs
{
   list-style: none;
   margin: 0 0 20px 0;
   padding-left: 0px;
}
.BreadcrumbItem
{
   font-family: sans-serif, Calibri, Arial;
   font-size: small;
	color: #666666;
   float : left;
   padding: 0 17px 0 2px;
	background: transparent url("Images/breadcrumb_bullet.gif") no-repeat center right;
}

.BreadcrumbLastItem
{
   font-family: sans-serif, Calibri, Arial;
   font-size: small;
   font-weight: bold;
  background: none;
   margin-right: 12px;
	color: #666666;
	text-decoration: none;
}

/* Search Results */

.SearchResultsTitle
{
   font-size: 1.3em;
   font-weight: bold;
   color: #ff9900;
}
.SearchResultsSearchPanel
{
   display: block;
   height: 25px;
   margin: 5px 0 5px 0; 
}
.SearchResultsSearchBox
{
   float: right; 
   text-align: right;
   vertical-align: middle;
}

.SearchResultsResultPanel
{
   min-height: 400px;   
}
.SearchResultsTopNavigation
{
   display: block;
   vertical-align: middle; 
   margin: 15px 0 8px 0;
   padding: 0 0 5px 0; 
   border-bottom: dotted 2px #eeeeee;
}

.SearchResultsBottomNavigation
{
   display: block;
   padding: 10px 0 10px 0;
   border-top: 2px dotted #eeeeee; 
}

/* WVerticalTab Widget */
.VerticalTab
{
   /*background-image: url(Header/buttonheader38light_background.png);*/
   /*background-repeat: repeat-x;*/
   border: solid 0px #ffffff;
   text-align: left;
   font-family: Arial, sans-serif, Calibri;
   text-align: left;
	color: #ffffff;
   margin: 5px 0 8px 7px;
   padding: 6px 6px 6px 8px;
	background-color: transparent; /*#7F99B2;*/
   cursor: hand;
   cursor: pointer;
   width: 154px;

}
.VerticalTabHover
{
   border: solid 0px #ffffff;
   text-align: left;
   margin: 5px 0 8px 7px;
   padding: 6px 6px 6px 8px;
   font-family: Arial, sans-serif, Calibri;
   font-size: 1.0em;
   text-align: left;
	color: #333333;
   background-color: #eeeeee; /*#9Fb2C5;*/
	text-decoration: none;
   cursor: hand;
   cursor: pointer;
   width: 154px;
}
.VerticalTabActive
{
   border: solid 0px #ffffff;
   text-align: left;
   margin: 5px 0 8px 7px;
   padding: 6px 6px 6px 8px;
   font-family: Arial, sans-serif, Calibri;
   font-size: 1.0em;
   text-align: left;
	color: #333333;
   background-color: #ffffff;
	text-decoration: none;
   width: 156px;

}
.VerticalTab a
{
   font-family: Arial, sans-serif, Calibri;
   font-size: 1.0em;
   color: #ffffff;
	font-weight: normal;
   text-decoration: none;
}
.VerticalTabHover a
{
   font-family: Arial, sans-serif, Calibri;
   font-size: 1.0em;
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}
.VerticalTabActive a
{
   font-family: Arial, sans-serif, Calibri;
   font-size: 1.0em;
   color: #000;
   font-weight: bold;
   text-decoration: none;
   cursor: default;
}
/* End WVerticalTab Widget */

/* WBulletinBoard and WAnnouncement Widget */
.BulletinBoardTitle
{
   display: block;
   font-size: 1.1em;
   font-weight: bold;
   margin: 5px 0 10px 0;
}
.Announcement
{
   display: block;
   margin: 0 0 4px 0;
}
.AnnouncementTitle
{
   font-size: 1.1em;
}
.AnnouncementTitleLink
{
   /* color: #336699; */
   font-weight: bold;
   font-size: 1.0em;
}
.AnnouncementText
{
   display:block;
   font-size: 0.9em;
}
.AnnouncementPhoto
{
   float: left; 
   padding: 3px 7px 7px 0px;
   border: none;
}
.AnnouncementPhotoLink
{
   float: left; 
   padding: 3px 7px 7px 0px;
   border: none;
   cursor: hand;
   cursor: pointer;
}
/* End WBulletinBoard and WAnnouncement Widget */

/* Search Results Widget */
.HighlightText
{ 
   font-weight: bold; 
   color: #ff6347;
}

a .HeadingLink
{ 
	color: #1667da;
	font-size: normal;
   font-weight: bold; 
   text-decoration: none;
}
a:hover .HeadingLink 
{ 
	color: #1667da;
	font-size: normal;
   font-weight: bold; 
   text-decoration: underline;
}
a .HeadingLinkHighlight
{ 
	color: #ff6347;
	font-size: normal;
   font-weight: bold; 
   text-decoration: none;
}
a:hover .HeadingLinkHighlight
{ 
	color: #ff6347;
	font-size: normal;
   font-weight: bold; 
   text-decoration: underline; 
}

/* Organization View Widget */

.OrgView_FocusAreaSelection
{
   margin: 0 20px 0 0;
   padding: 10px 10px 10px 20px;
   width: 520px;
   background-color: #efefef;
   border: solid 2px #eee;
}

.OrgView_FocusAreaDetail
{
   margin: 20px 0 0 0;
}

