/* ================================
    CSS STYLES FOR Calypso
    v1.0, 12/2001
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    background-image: url(images/aspnetlogobg2.gif);
    background-repeat: no-repeat;
    background-color: white;
}

TD
{
    font-family: Arial, Verdana;
}

dd {
  padding-bottom: 10px;
}

/* background color for the left column */
.LeftColumn
{
    background-color: #bfbfd8;
}

/* background color for the left column on admin pages */
.LeftColumnAdmin
{
    background-color: red;
}

/* background color for the content part of the pages */
.CenterColumn
{
    background-color: white;
}

/* background color for the right column */
.RightColumn
{
    background-color: white;
}

/* style for home page "bubble" articles */
.Bubble
{
    margin-bottom: 6px;
}

/* Control/Customer styles */
/* Style for search menu */
.ControlGalleryMenu
{
    background-color: #ffffdd;
}

/* style for the header of the control list */
.ControlListHeader
{
    background-color: #4455aa
}

.ControlListHeaderFont
{
    font-weight: bold;
    font-size: x-small;
    color: #ffffdd;
    font-family: Verdana, Arial;
}

/* style for the items in the control list */
.ControlListItem
{
    background-color: #ddeeff;
}

/* style for the alternating items in the control list */
.ControlListAlternatingItem
{

}

.JoinLists {
    padding-bottom:8px;
}

/* PAGE BANNER */
/* style for the text of the site title */
.SiteTitle
{
    font-weight: normal;
    font-size: x-large;
    color: navy;
    font-style:italic;
    font-family: Verdana, Arial;
    line-height: 2em;
}

/* style for admin page titles */
.UtilityHead   {
    font-size: large;
    color: navy;
    font-weight: bold;
    padding-bottom: 6px;
    padding-right: 12px;
}

/* complementary background color for the navigation tab */
.NavBg {
    background-color: #6969cb;
}

/* background/border colors for the selected tab */
.TabTopBg {
    background-color: #89b6b6;
    font-size: 0.7em;
    border-bottom: #89b6b6 4px solid;
    border-top: solid 1px #336666;
    border-right: solid 1px #336666;
}

/* background/border colors for the unselected tabs */
.OtherTabsTopBg
{
    background-color: #cce1e1;
    font-size: 0.7em;
    color: #aabbcc;
    border-bottom: #89b6b6 4px solid;
    border-top: solid 1px #669999;
    border-right: solid 1px #669999;
}

.SeparatorTabsBg {
    border-left: solid 0px #cccc66;
}
/* text style for the selected tab */
.SelectedTab {
    color: #000080;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    color: #000080;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link, A.SelectedTab:link    {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:visited, A.SelectedTab:visited {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:active, A.SelectedTab:active  {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:hover, A.SelectedTab:hover   {
    text-decoration: underline;
    color:red;
}

/* text style for search panel (at extreme top-right of header) */
.SearchPanel {
    background-color: #bfbfd8;
    border-top: solid 5px #000080;
    border-bottom: solid 1px #6969cb;
    margin-right: 10px;
}

.GenericPanel {
    border-top: solid 5px #333333;
    border-bottom: solid 1px #ddeeff;
    border-left: solid 1px #ddeeff;
    border-right: solid 1px #ddeeff;
}

.GenericPanelYellow {
    border-top: solid 5px #336666;
    background-color: #ffffcc;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    border-bottom: solid 1px #669999;
    border-left: solid 1px #669999;
    border-right: solid 1px #669999;
}

.GenericPanelBlue {
    border-top: solid 5px #336666;
    background-color: #cce1e1;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    border-bottom: solid 1px #669999;
    border-left: solid 1px #669999;
    border-right: solid 1px #669999;
}

.TableList
{
    border-top: solid 5px #333333;
    border-bottom: solid 1px #ddeeff;
    border-left: solid 1px #ddeeff;
    border-right: solid 1px #ddeeff;
    font-size: 0.7em;
}

/* text style for table head */
.TableHead {
    background-color: #6969cb;
    color: #ffffdd;
    font-weight: bold;
    padding-left: 6px;
    padding-bottom: 1px;
}

/* text style for table footer */
.TableFoot {
    border-top: solid 5px #ffee99;
    padding-left: 6px;
    padding-bottom: 1px;
}

.ListAlternatingItem
{
    background-color: #ffffdd;
}

.ListFooter
{
    background-color: #ddeeff;
    padding: 6px;
}

.Tagline
{
    color: white;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    padding-bottom: 10px;
    padding-left: 6px;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLinkBg {
    background-color: dodgerblue;
    color:white;
    padding-bottom: 1px;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Arial;
    font-size: 0.65em;
    color:black;
    font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    underline;
    color:navy;
}

A.SiteLink:visited  {
    text-decoration:    underline;
    color:navy;
}

A.SiteLink:active   {
    text-decoration:    underline;
    color:navy;
}

A.SiteLink:hover    {
    text-decoration: underline;
    color:white;
}

/* hyperlink style for the Category links */
A.CategoryLink:link  {
    text-decoration:    none;
    color:  navy;
}

A.CategoryLink:visited   {
    text-decoration:    none;
    color:  navy;
}

A.CategoryLink:active    {
    text-decoration:    none;
    color:  navy;
}

A.CategoryLink:hover {
    text-decoration:    none;
    color:  blue;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message    {
    font-family: Verdana, Arial;
    font-size: xx-small;
    font-size: xx-small;
    background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial;
    font-size:  xx-small;
    font-weight: bold;
    color: navy;
}

.Navy    {
    color:  navy;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, ;
    font-size: 1.2em;
    font-weight: normal;
    color: black;
    padding-top: 8px;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial;
    font-size:  x-small;
    font-weight: bold;
    color: dodgerblue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial;
    font-size: x-small;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
}

.Larger
{
    font-family: Verdana, Arial;
    font-size: 0.8em;
}

/* normal text style, indented */
.Indent
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 3px;
}

.NormalSmaller
{
    color: #333333;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.55em;
}

a.toplink:link, a.toplink:active, a.toplink:hover, a.toplink:visited {
	color:red;
	font-size:0.6em;
}

.NormalSmallerBold
{
    color: #333333;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.7em;
    font-weight: bold;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
}

.NormalRed
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the admin pages */
.CommandButton     {
    font-family: Verdana, Arial;
    font-size: 0.65em;
}

/* hyperlink style for buttons and link buttons used in the admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}


/* GENERIC */
H1  {
    font-family: Verdana, Arial;
    font-size:  large;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial;
    font-size:  large;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial;
    font-size:  medium;
    color: navy;
}

H4  {
    font-family: Verdana, Arial;
    font-size:  medium;
    color: navy;
}

H5, DT
{
    font-weight: bold;
    
    color: navy;
    font-family: Verdana, Arial;
}

H6  {
    font-family: Verdana, Arial;
    font-size:  small;
    font-weight: bold;
    color: navy;
}

A:link  {
    text-decoration:    underline;
    color:  navy;
}

A:visited   {
    text-decoration:    underline;
    color:  navy;
}

A:active    {
    text-decoration:    underline;
    color:  navy;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

SMALL, .Small
{
    font-size: xx-small;
}

BIG {
    font-size:  large;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
    margin-left: -12px;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR
{
    color: #6969cb;
    height: 1pt;
    text-align: left;
}

.Normal_Red
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
    color: red;
}

.RedBold
{
    font-family: Verdana, Arial;
    font-weight: bold;
    color: red;
}

A.Red
{
    color: red;
}

A:visited.Red
{
    color: red;
}

A:hover.Red
{
    color: red;
}

/* =========================================
    CSS STYLES FOR Terrarium Object Model
    v1.0, 5/19/2003
   =========================================
*/

TABLE.Documentation {
    background-color: beige;
    font-size: 10pt;
    margin-top: 15px;
    border: 1px solid midnightblue;
    width: 90%;
}

TABLE.Documentation TD {
    padding-top: 30px;
}

TD.MajorHeading {
    text-align: center;
    font-weight: bold;
    background-color: midnightblue;
    color: white;
    font-size: 14pt;
    padding-bottom: 2px;
    padding-top: 2px;
}

TD.TypeHeading {
    font-size: 12pt;
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 2px;
}

TD.TypeHeading A {
    color: midnightblue;
    text-decoration: none;
}

TD.DescriptionHeading {
    font-size: 10pt;
    font-weight: bold;
}

TD.ParameterHeading {
    color: midnightblue;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
}

TD.ExceptionHeading {
    background-color: midnightblue;
    color: white;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
}

TD.Parameter {
    color: black;
    font-weight: bold;
    padding-left: 2px;
}

TD.Exception {
    color: black;
    font-weight: bold;
    padding-left: 2px;
}
/* =========================================
    CSS STYLES added by DSelfridge
    01/29/2004
   =========================================
*/

.more {
    text-decoration:    none;
    color:midnightblue;
    font-size:x-small;
}
.error
{
	color:Red;
	font-size:smaller;
}
.feedback
{
	color:midnightblue;
	font-size:smaller;
}
.hint
{
	color:midnightblue;
	font-size:smaller;
}

.DataList {
	color:Black;
	background-color:#f1f1f1;
	border: solid 1px #000000;
	border-collapse:collapse;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}

.EditForm {
	color:Black;
	background-color:white;
	border: solid 1px #000000;
	border-collapse:collapse;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}

.ReadOnlyForm {
	color:Black;
	background-color:#ccccff;
	border: solid 1px #000000;
	border-collapse:collapse;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');
}

.PageDetails
{
	color:Gray;
	font-style:italic;
	font-size:smaller;
}

.FAQQuestion
{
	font-weight: bold;
	background-color: #cce1e1;
}
.FAQResource
{
	font-weight: normal;
	font-size: smaller;
	background-color: #f1f1f1;
}
.FAQCode
{
	font-size: smaller;
	font-family: 'Courier New';
	background-color: #dce4f6;
}

.HTMLContent
{
	background-color:white;
	font-size: smaller;
	font-weight:normal;
}

.FAQListQuestion
{
	font-weight: normal;
	font-size: smaller;
	background-color: #cce1e1;
}
.FAQListAnswer
{
	font-weight: normal;
	font-size: smaller;
}

/*** FAQ styles ***/
.FAQ li {
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}
.FAQ div {
	font-weight: normal;
	padding-top:5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
