﻿/*	//-------------------------------------------------------------------------------------------------------------------->
		This Style Sheet will be use to created balance across the entire site 
	//-------------------------------------------------------------------------------------------------------------------->*/

body
{
    margin: 0;
    font-family: Verdana;
    font-size: 10pt;
}

.hidden
{
    display: none;
}

.float
{
    position: absolute;
}

.Unselectable
{
    position: absolute;
    width: 100%;
    z-index: 100;
}

.SearchBack
{
    background-image: url('/App_Design/Images/Search.png');
    background-repeat: no-repeat; /*background-image: url('/App_Design/Images/Admin/Search.gif');*/
    width: 400px;
    height: 50px;
}
/*	//-------------------------------------------------------------------------------------------------------------------->
		This is used for the Timer CountDown styles
	//-------------------------------------------------------------------------------------------------------------------->*/

.bDays
{
    font-size: 10pt;
    color: Red;
    font-style: italic;
    font-weight: bold;
    border-style: inset;
    border-width: 2px;
    background-color: #FFFFE0;
    padding: 0px 5px 2px 5px;
}
/*border-style: inset;*/

.bDays small
{
    font-weight: normal;
}

/*-------------------------------------------------------------------------------------------------->
  These classes are used for the forms
-------------------------------------------------------------------------------------------------->*/

.Valid
{
    /*font-weight: bold;*/
    color: Red;
}

.TextBox_3
{
    width: 30%;
}

.BlueBox
{
    background-color: #291F8A;
    color: #fff;
    padding: 5px;
    width: 100%;
}

.BlueBox2
{
    background-color: #5D7B9D;
    color: #fff;
    padding: 5px;
    width: 100%;
}


.BlueTextBox
{
    background-color: #291F8A;
}

.YellowBox
{
    background-color: #FFFFCC;
    padding: 5px;
    width: 500px;
    font-weight: bold;
    border: solid 1px #000;
}

.TitleBar
{
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    background-color: #291F8A;
    width: auto;
    height: 20px; /*background-image: url(/Images/BackColor.gif);*/
}

.ThinLine
{
    color: #716AB0;
    height: 1px;
}
/*.ThickLine { color: #716AB0; }*/

/*************************************************************************
**  These are the What's New Section Management Tool & Content Styles   **
*************************************************************************/

.DateBox
{
    text-align: center;
    width: 75px;
}

.BoxWidth
{
    width: 500px;
}

.TitleBox
{
    width: 600px;
}

.HtmlContentBox
{
    width: 650px;
    height: 200px;
}

.MngContent
{
    max-width: 800px;
}

.MngContent h2
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px;
}

.MngContent a
{
    color: #291F8A;
    white-space: nowrap;
}

.MngContent a:hover
{
    color: #3399FF;
}

.MngContent li
{
    color: #291F8A;
    white-space: nowrap;
    line-height: 25px;
}

.MngContent table
{
    width: 100%;
    border: solid 1px #5D7B9D;
}

.Special_TR
{
    background-color: #5D7B9D;
    color: #fff;
}

.Hide
{
    display: none;
}

/*************************************************************************
**  Sitemap															    **
*************************************************************************/

.Sitemap
{
    /*margin: 20px;*/
    padding: 5px;
    max-width: 100%;
    min-width: 600px;
    line-height: 20px;
    color: Gray;
}

.Sitemap h2
{
    color: #716AB0;
    font-size: 12pt;
    letter-spacing: 2pt;
    margin: 0px;
}

.Sitemap a
{
    color: #291F8A;
    white-space: nowrap;
    font-weight: bold; /*border:solid 1px #fff; padding:0px 5px 1px 5px;*/
}

.Sitemap a:hover
{
    color: #3399FF; /*border:solid 1px #291F8A;*/
}
/************************************************************************/

.ApplicationBar
{
    /*font-family: Verdana;*/
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-color: #291F8A;
    border: solid 5px #291F8A;
    width: 90%;
    border-bottom: #291F8A;
    border-left-color: #291F8A;
    border-right: #291F8A;
}

.HeaderTop
{
    width: 100%;
    height: 14px;
    background-color: #291F8A;
}

.HeaderLine
{
    width: 100%;
    height: 5px;
    background-color: #291F8A;
}

.Notify
{
    width: 650px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 8pt; /*font-style:italic; color:Gray;*/
}

.u
{
    text-decoration: underline;
}

/*************************************************************************
**  Content & Short Content (Unmanaged)                                 **
*************************************************************************/

.Content
{
    margin: 5px;
    max-width: 800px;
    min-width: 450px;
}

.Content h1
{
    font-size: 11pt;
    font-weight: bold;
    color: #291F8A;
    margin: 0px; /*padding-left:5px;*/
}

.Content h2
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px;
}

.Content h3
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 0px; /*margin-bottom: 10px; margin:0px;*/
}

.Content h4
{
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
    margin: 0px;
}

.Content h5
{
    font-size: 7.5pt;
    font-weight: normal;
    color: Red;
    text-decoration: none;
    margin: 0px;
}
/*.Content h6 { font-size: 10pt; font-weight:bold; text-decoration:underline; margin:0px; }*/

.Content a
{
    color: #291F8A;
    white-space: nowrap;
}

.Content a:hover
{
    color: #3399FF;
}

.Content ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}
/*.Content li { line-height:20px; }*/

.Content blockquote
{
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 25px;
}

.CurrentNews li
{
    font-size: 11pt;
    line-height: 25px;
}
/*.CurrentNews a { color:#291F8A; white-space:nowrap; }
.CurrentNews a:hover { color:#3399FF; }*/

/*.Content table { width: 100%; border: solid 2px #291F8A; }*/

/*************************************************************************
**  Content & Short Content (Unmanaged)                                 **
*************************************************************************/

.ContentApp
{
    margin: 5px;
    max-width: 800px;
    min-width: 450px;
}

.ContentApp a
{
    color: #291F8A;
    white-space: nowrap;
}

.ContentApp a:hover
{
    color: #3399FF;
}

.ContentApp table
{
    width: 100%;
    border: solid 2px #291F8A;
}
/*.ContentApp ul { margin-top:0px; margin-bottom:0px; line-height:20px; }*/
/*.Content li { line-height:20px; }*/
/*.ContentApp blockquote { margin-left:20px; margin-top:0px; margin-bottom:0px; line-height:25px; }*/
/*************************************************************************
**  Other Content & Short Content (Unmanaged)                           **
*************************************************************************/

.QuickLinks
{
    font-weight: bold;
}

.QuickLinks a
{
    color: #291F8A;
}

.QuickLinks a:hover
{
    color: #3399FF;
}

.SpecialContent
{
    padding: 20px; /*width: 90%;*/
}

.SpecialContent h2
{
    color: #716AB0;
    font-size: 14pt;
    letter-spacing: 2pt;
    margin: 0px;
}
/*.SpecialContent ul { margin-top:0px; margin-bottom:0px; line-height:20px; }*/

/************************************************************************/


/*.ContentBorder
{
	border: solid 2px #291F8A;
	padding: 10px;
}*/

.ContentUnderline
{
    text-decoration: underline;
    text-align: left;
    font-weight: bold;
}

.Search a
{
    padding: 0px 5px 2px 2px;
    border: solid #ffffff 1px;
    color: #000080;
    font-size: 12px;
    width: 200px;
    text-decoration: none;
}

.Search a:hover
{
    padding: 0px 5px 2px 2px;
    border: ridge #ffffff 1px;
    color: Red;
    background-color: #FFFFDF;
    text-decoration: none;
    width: 200px;
}

.Search a:active
{
    text-decoration: none;
}

h5
{
    text-decoration: underline; /*font-family: Verdana;*/
    font-size: 13px;
}

/*	//-------------------------------------------------------------------------------------------------------------------->
		GridView Style
/*	//--------------------------------------------------------------------------------------------------------------------> */

.gv_Main
{
    color: #333;
    width: 100%;
    padding: 0px 5px 0px 5px;
}

.gv_Style
{
    background-color: #f2e4b8; /*FFFACD*/
    color: #000;
    text-align: left;
    border-style: ridge;
    border-width: 2px;
    width: 100%;
}

.gv_Style a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}

.gv_Style a:hover
{
    color: Red;
}

.gv_Header
{
    background: url(/App_Design/Images/Assets/sprite.png) repeat-x 0px 0px; /*background-color: #d2b48c; }*/
}

.gv_Footer
{
    background-color: #d2b48c;
}

.gv_Pager
{
    background: url(/App_Design/Images/Assets/pager_bg.gif) repeat-x;
    text-align: center;
    height: 30px; /*background-color: #eee8aa; color: #483d8b;*/
}

/*.gv_Row { background-color: #fafad2; text-align: left; }*/

.gv_AlternatingRow
{
    background-color: #fffbdd; /*FFFFE0*/
}

.gv_SelectedRow
{
    background-color: #483d8b;
    color: #f8f8ff;
}

.gv_MouseOverRow
{
    background-color: Yellow;
}

/*//-------------------------------------------------------------------------------------------------------------------->
		Buttons with Images
//-------------------------------------------------------------------------------------------------------------------->*/

.Btn_Plain
{
    line-height: 23px;
    padding: 0px 23px 0px 23px;
    color: #5C6D94;
}

.Btn_Left
{
    background-image: url('/App_Design/Images/MenuBar/LBtn.gif');
    width: 3px;
    max-width: 3px;
    cursor: pointer;
}

.Btn_Back
{
    background-image: url('/App_Design/Images/MenuBar/Btn.gif');
    background-repeat: repeat-x;
    height: 23px;
    padding: 0px 20px;
    cursor: pointer;
}

.Btn_Back2
{
    background-image: url('/App_Design/Images/MenuBar/Btn.gif');
    background-repeat: repeat-x;
    height: 23px;
    padding: 0px 5px;
    cursor: pointer;
}

.Btn_Right
{
    background-image: url('/App_Design/Images/MenuBar/RBtn.gif');
    width: 3px;
    max-width: 3px;
    cursor: pointer;
}


/*	//--------------------------------------------------------------------------------------------------------------------> */

.ReOrder
{
    border: solid 1px #6593cf; /*background-color: #f2e4b8;*/
    color: #000000;
    font-size: 8pt;
    width: 768px;
}

.ReOrder ul
{
    list-style-type: none;
    margin: 0px;
}

.reOrderTable
{
    cursor: pointer; /**/
    background-image: url("/App_Design/Images/Assets/rowGrad-Glass.png");
    background-repeat: repeat-x;
    width: 768px;
}

.back_1
{
    background-color: #f2e4b8;
}

.back_2
{
    background-color: #fffadc;
}

.item_0
{
    background-color: Aqua;
}
/*	//--------------------------------------------------------------------------------------------------------------------> */
.keyStaff
{
    display: table;
    margin: 3px;
}
.row
{
    display: table-row;
}
.left, .right
{
    display: table-cell;
    padding-right: 25px;
    background-color: #f8f8f8;
}
.left p, .right p
{
    margin: 1px 1px;
}
