.scholarshipNameSearch
{
    font-weight: bold;
    font-size: 14px;
}

.ngDateBox
{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-right-width:0;
} 

.ngAccount a
{
    color:black;
    font-size:13px;
}

.ngAccount a:hover
{
    color:orange;
    font-size:13px;
}

.ngNav ul {
    list-style: none;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    width:auto;
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);  
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%); 
	background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%); 
    background: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
}

.ngNav li {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    border-right: 1px solid #d7d7d7; 
    padding-left:2px;
    padding-right:2px;
    margin-left:2px;
}

.ngNav a {
    text-decoration: none;
    color: #000;
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid #d7d7d7;
    transition: .3s background-color;
}

.ngNav a:hover {
    color:#eda65c;
}

.ngNav a.active {
    cursor: default;
}

/* Sub Menu Items */
.ngNav li li {
    font-size: 14px;
    font-weight:normal;
    border-bottom: 0px dotted #d7d7d7;
    border-right:0px;
    margin-top:0px;
    background-color:#f7f7f7;
    padding:4px;
}

@media screen and (min-width: 400px) 
{
    .ngHome
    {
        height:40px;
        line-height: 20px;
    }

    .ngNav li {
    border-bottom: none;
    font-size: 14px;
    display: inline-block;
    margin-right: -4px;
    }

    .ngNav a {
    border-bottom: none;
    }

    .ngNav > ul > li {
    text-align: center;           
    }

    .ngNav > ul > li > a {
    padding-left: 0;
    padding:8px;
    }

    /* Sub Menu Container */
    .ngNav li ul {
    position: absolute;
    display: none;
    width: inherit;
    padding:8px;
    background-color:#f7f7f7;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    min-width:160px;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
    margin-left:-4px;
    background: linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%);  
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%); 
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#f7f7f7 100%); 
    background: -ms-linear-gradient(top, #f7f7f7, #f7f7f7);
    }

    .ngNav li:hover ul {
    display: block;
    }

    .ngNav li ul li {
    display: block;
    }
}

.ngBtn {
        display: block;
        margin-right: 5px;
        background: #f0f0f0;
        border-color: #f0f0f0;
        display: inline-block;
        min-width: 100px;
        max-width: 100%;
        padding: 4px 10px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: none;
        color: #000;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.428571429;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.75);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.75);
        text-shadow: none;
        transition: all .2s;
    }
    .ngBtn:hover{background:#0199d9;color:#fff;}
/*    .ngBtn:focus{border:1px solid #ffea00;outline:0;} */
    .ngBtn.active,.ngBtn:active{border-color:transparent;cursor:wait;}
    .ngBtn.active,.ngBtn:active,.ngBtn:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:wait;}
    .ngBtn:disabled{color:#aaa;background: #f0f0f0;}

    .ngBtnSmall {
        display: block;
        margin-right: 5px;
        background: #f0f0f0;
        border-color: #f0f0f0;
        display: inline-block;
        min-width: 60px;
        max-width: 100%;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: none;
        color: #000;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.428571429;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.75);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.75);
        text-shadow: none;
        transition: all .2s;
    }
    .ngBtnSmall:hover{background:#0199d9;color:#fff;}
        /*.ngBtnSmall:focus{border:1px solid #ffea00;outline:0;}*/
    .ngBtnSmall.active,.ngBtn:active{border-color:transparent;cursor:wait;}
    .ngBtnSmall.active,.ngBtn:active,.ngBtn:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:wait;}
    .ngBtnSmall:disabled{color:#aaa;background: #f0f0f0;}

.ngAlternatingColor
{
    background-color:#f5f5f5;
}

.ngWhiteColor
{
    background-color:#fff;
}

.transparentBox
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100000px;
    background-color: rgba(0, 0, 0, .4);  
    z-index: 2000;
}
.pleaseWaitMessage
{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border:1px solid #333;
    background-color:#fff;
    padding-left:50px;
    padding-right:50px;
    padding-top:10px;
    padding-bottom:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
}
 #fixedLeft{
    position:fixed;
    right:0px;
    top:0px;
    height:100%;
    width:20px;
    border: solid 2px #009900;
    padding:0px;
    background-color:rgb(221, 255, 221);    
}
.hiddenlabel
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}
.paddedCell
{
    border:0px solid #ccc;
    padding:8px;
}

#FileUpload {
    position:relative;
}
 
#BrowserVisible {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background:url(button.gif) 100% 0px no-repeat;
    height:26px;
    width:240px;
}
 
#FileField {
    width:155px;
    height:26px;
    margin-right:85px;
    font-size:16px;
    border:solid 1px #000;
}
 
#BrowserHidden {
    position:relative;
    width:240px;
    height:26px;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}



#getFixed 
{
}

#getFixed2 
{   
}

.PanelTitle
{
    font-size:1.1em;
    padding:6px;
    font-weight:bold;
}

.InnerPanel
{
    width:auto;
    border-top: solid 1px #ccc;
    background-color:#fff;
    padding:10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.InnerPanelNoCurves
{
    width:auto;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color:#fff;
    padding:10px;
}

.paddedHeaderCell
{
    border:0px solid #aaa;
    padding:6px;
    background-color:#f0f0f0;
}

.Level1Wrapper
{
    border: solid 1px #ccc;
    padding:10px;
    background-color:#F2F9F8;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.Level2Wrapper
{
    border: solid 1px #ccc;
    padding:10px;
    background-color:#F8F1F1;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.Level3Wrapper
{
    border: solid 1px #ccc;
    padding:10px;
    background-color:#ebfcd2;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.Level4Wrapper
{
    border: solid 1px #ccc;
    padding:10px;
    background-color:#eeeeff;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.Level5Wrapper
{
    border: solid 1px #ccc;
    padding:10px;
    background-color:#fff4ee;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.Level6Wrapper
{
    border: solid 1px #ccc;
    padding:10px;
    background-color:#f0f0f0;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ApplicationStatus
{
    border: solid 1px #ddd;
    padding:10px;
    background-color:#f9f9f9;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom:20px;
}

.HelpWrapper
{
    border: solid 1px #ccc;
    padding:10px;
    background-color:#FFFFD7;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.LoginError
{
	margin-bottom:20px;
	padding:20px;
	max-width:600px; 
	display:block;
}

.ErrorMessageSummary
{
    width:100%;
    border: dotted 1px #990000;
    padding:4px;
    background-color:#ffcccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
    margin-top:10px;  
    font-size:1.1em;  
}

.ErrorMessageDetails
{
    width:550px;
    border: solid 2px #990000;
    padding:8px;
    background-color:#ffcccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:20px;
    margin-top:10px;  
    font-size:1.1em;  
}

.CommitteeTab
{
    font-size:1.1em;
    font-weight:bold;
    background-color:#ffffe1;
    border:1px solid #c0c0c0;
    padding:6px 10px 0px 10px;
    -moz-border-radius-topleft: 5px; 
    -webkit-border-top-left-radius: 5px; 
    -khtml-border-top-left-radius: 5px; 
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -khtml-border-top-right-radius: 5px; 
    border-top-right-radius: 5px;
}


.BroadcastStep
{
    margin-bottom:2px;
}


.buttonLook {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-ms-linear-gradient(top, #f9f9f9 5%, #dfdfdf 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dfdfdf');
	border:1px solid #888888;
	display:inline-block;
	color:#000;
	font-size:1em;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.AYearStatusCurrent
{
    width:200px;
    float:right;
    border-bottom: solid 0px #009900;
    padding-left:4px;
    padding-top:2px;
    padding-bottom:2px;
    background-color:rgb(221, 255, 221);
    background-image: -ms-linear-gradient(top, #CCFFCC 0%, #EFFEEF 100%);
    background-image: -moz-linear-gradient(top, #CCFFCC 0%, #EFFEEF 100%);
    background-image: -o-linear-gradient(top, #CCFFCC 0%, #EFFEEF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCFFCC), color-stop(1, #EFFEEF));
    background-image: -webkit-linear-gradient(top, #CCFFCC 0%, #EFFEEF 100%);
    background-image: linear-gradient(to bottom, #CCFFCC 0%, #EFFEEF 100%);
}

.AYearStatusOther
{
    background-color:#ffcccc;
    background-image: -ms-linear-gradient(top, #FEE2E2 0%, #F8F1F1 100%);
    background-image: -moz-linear-gradient(top, #FEE2E2 0%, #F8F1F1 100%);
    background-image: -o-linear-gradient(top, #FEE2E2 0%, #F8F1F1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEE2E2), color-stop(1, #F8F1F1));
    background-image: -webkit-linear-gradient(top, #FEE2E2 0%, #F8F1F1 100%);
    background-image: linear-gradient(to bottom, #FEE2E2 0%, #F8F1F1 100%);
}

.AYearStatusReadOnly
{
    width:99%;
    border: solid 2px #888888;
    padding:4px;
    background-color:#f0f0f0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;    
    background-image:url(../images/readonlybg.gif);
    background-repeat:repeat-x;   
    background-position:top;    
}

.AYearLabel a
{
    color:black;
    font-weight:100;
    font-size:14px;
    color:#000;
    margin-left:6px;
}

.AYearLabel a:hover
{
    color:orange;
}


.ScholarshipImageButton
{
    padding-bottom:3px;    
}

.applicationButtonLocked
{
    background-color:#ffffcc;
    color:Black;    
    border:1px solid #888;
    padding:3px;
    padding-left:8px;
    padding-right:8px;
}

.applicationButtonStyle
{
    width:130px;
    border:1px solid #000044;
    background-color:#009ddc;
    padding:3px;
    -moz-border-radius: 5px;
	border-radius: 5px;    
}

.applicationButtonStyle a
{
    font-size:1.1em;
    color:#fff;
    padding-left:4px;
}
.shelltable
{
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
	border-radius: 10px;
	border-collapse: separate;
    /*border-spacing: 2px;*/
}
.collapsePanel 
{
	padding:0px;
    height:0px;
    overflow:hidden;
    background-color:#ffffcc;
}
.collapseGenericPanel 
{
	padding:0px;
    height:0px;
    overflow:hidden;
}
.expandPanelLabel
{
    cursor:pointer;    
} 
.ValidationSummary
{
    color:Red;
}

.RolePanel
{
	font-weight:bold;	
}

.NavMenu
{
	background-color:#fff;	
}

.siteWrapper
{
	width:100%;
	margin:0 auto;
}

.mvcContainer
{
    width:100%;
	padding-bottom:20px;
	padding-right:10px;
    padding-left:10px;
}

.bodyContainer
{
    width:100%;
	float:left;
	padding-bottom:20px;
	padding-right:10px;
    padding-left:10px;
}

.navigationContainer
{
	float:left;
	padding-top:20px;
	padding-right:20px;
}

.navigationTop
{
    margin-top:0px;
    background-color:#fafafa;
    font-weight:bold;
    font-size:1.1em;
    margin-left:12px;
    padding:8px;
    width:160px; 
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border:1px solid #ddd;
    border-bottom:0px;
    margin-bottom:0px;    
}

.navigationBottom
{
    margin-top:0px;
    background-color:#fafafa;
    font-weight:bold;
    font-size:1.1em;
    margin-left:12px;
    padding:2px;
    width:172px; 
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border:1px solid #ddd;    
    border-top: 1px dotted #ccc;
}

.navigationLI
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px dotted #ccc;
	list-style-type:none;
	margin-left:0px;
	padding: 8px;
	width:160px;
	cursor:pointer;
	background-color:#ffffff;
}

.navigationLI a
{
    font-size:.95em;
    color:#444;
    text-decoration:none;
}

.navigationLink
{
	color:#000;
	font-size:.9em;
}

#NavWrapper li:hover
{
    background-color: #F2F9F8;
}

#NavWrapper a:hover
{
    color:#000;
}

.LoginUserName
{
    font-size: 1.3em;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    padding:5px;
    border:1px solid #ccc;
    -moz-border-radius:5px;
    border-radius:5px;
}

.LoginPassword
{
    font-size: 1.3em;
    color: #000000;
    text-decoration:none;
    background-color:#ffffff;
    padding:5px;
    border:1px solid #ccc;
    -moz-border-radius:5px;
    border-radius:5px;
}

.LoginHeaderLabel
{
    padding:8px;
    background-color:#fafafa;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom:1px dotted #ddd;
}

.LoginNavRoundBoth
{
    padding:8px;
    background-color:#fafafa;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top:1px dotted #ddd;
}


.LogNavRoundRight  
{
    padding:8px;
    background-color:#fafafa;
    border-bottom-right-radius:10px;
    border-top:1px dotted #ddd;    
}

.LogNavRoundLeft
{
    padding:8px;
    background-color:#fafafa;
    border-bottom-left-radius:10px;
    border-top:1px dotted #ddd;
}

.timer
{
	float:right;
	padding-left:4px;
	white-space:nowrap;
    font-size:.8em;
}
.shellHeaderRow
{
    font-size:1.2em;
	font-weight:bold;
	background-color:#f6f6f6;
	padding-bottom:4px;
	padding-top:2px;
	padding-left: 3px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
}

.sectionContainer
{
	border: solid 1px #ccc;	
	background-color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

.loginTable
{
	width:700px;
    margin-left:40px;
    margin-top:20px;
}

.essayLabel
{
	border-width:0px;
	background-color:#fff;
	font-weight:bold;
}


.ApplicationTable
{
	width:100%;	
}

.applicationCurrentPage
{
	display:inline;
	background-color:#000;
	color:#fff;
	font-weight:bolder;
	padding-left:6px;	
	padding-right:6px;
	padding-bottom:2px;	
	padding-top:3px;
	border: solid 1px #cccccc;
}


.applicationNavigation
{
	font-size:1.2em;
	display:inline;
}

.checkBoxAnswer
{
	font-size:.8em;
	float:left;
	margin-top:20px;
}

.waitMessage
{
	padding:10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color:#ffffe1;
	font-size:1.2em;
	-moz-border-radius: 10px;
	border-radius: 10px;  
}

.answer
{
	color:Blue;
	border: solid 1px #bbb;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	font-weight:bold;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.noAnswer
{
	color:#666;	
	font-style: italic;
	border: solid 1px #bbb;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    min-width:120px;	
}

.formElementAdmin
{
	font-weight:normal;
	float:left;
	padding: 4px;
}

.formElement
{
	font-weight:normal;
    float:left;
	padding: 6px;
	
}

.clearLine
{
	clear:both;
	padding-bottom:2px;
}

.note
{
	font-style:italic;
	font-size:.9em;	
}





/*H1
{
	color: maroon;
	font-size: 1.5em;
	font-weight:100;
    margin-bottom:2px;
}

H2
{
	font-size: 1em;
	margin-left:26px;
	margin-bottom:8px;
	padding-bottom:0px;
	margin-top:36px;
	text-decoration:underline;
}*/


.Grid 
{
	border:solid 1px #cccccc; 
	background-color:#ffffff;
	width:100%;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.LightGrid {
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    width: 100%;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.MyFormsGrid
{
	border-style:solid;
	border-width: 1px;
	border-color:#ffffff;
}

.MyFormsItems {
    background-color: #fff;
}

.MyFormsItemsAlternate {
    background-color: #f0f0f0;
}

.MyFormsTableHeader
{
    background-color: #e5e5e5;
    font-weight: bold;
    height: 20px;
    
}

.SearchExpandSection
{
	background-color:#f0f0f0;	
	OVERFLOW: auto; 
	CLIP: rect(0px 510px 200px 0px); 
	BORDER-LEFT: #93bee2 9px solid; 
	BORDER-BOTTOM: #93bee2 9px solid;
	BORDER-RIGHT: #93bee2 9px solid; 
	BORDER-TOP: #93bee2 9px solid; 	 
	SCROLLBAR-DARKSHADOW-COLOR: #6699cc; 
	SCROLLBAR-SHADOW-COLOR: #6699cc; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 	
	SCROLLBAR-FACE-COLOR: #6699cc; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	HEIGHT: 200px; 
	ORDER: 1
}

.SearchCollapseSection
{
	CLIP: rect(0px 510px 200px 0px)	
}

.SearchSection
{
	WIDTH: 450px; 
	CLIP: rect(0px 510px 200px 0px)
}

.SearchForm table tr th input
{
	margin-left:70px;
	background-color:#f0f0f0;	
	font-weight:bold;
}

.SearchButtons .GraphicShell-Body2-Odd
{
	width:100px;
}

.SearchCategorySection
{
	width: 100%;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#ffffff;	
	border: dotted 0px brown;
}

.SearchCategoryPlus
{
	float:left;
	width:20px;	
}

.SearchCategoryLabel
{
	font-weight:bold;
	float:left;
	width:400px;	
}

.SearchCategoryData
{
	width:600px;	
}

.SearchCategoryData select
{
	width:640px;	
}

.SearchCategoryDivider
{
	clear:both;
}

.manageDonors .GraphicShell-Body2-Odd input
{
	width:auto;
}

/*ChmSms*/

INPUT
{
	font-size: 1em;
	font-weight: normal;
}

TEXTAREA
{
	font-size: 12px;
	font-weight: normal;
	background-color:#fff;
    font-family: arial, sans-serif;
}

LABEL
{
	font-size: 1em;
	font-weight: normal;
}

SELECT
{
	font-size: 1em;
	font-weight: normal;
}

TABLE
{
	font-size: 1em;
}

TD
{
	font-size: 1em;
}

TH
{
	font-size: 1em;
	text-align:left;
}

TD.clsContentHeader
{
	background-color: #d0d0d0;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

TD.clsContentBody
{
	padding-top: 5px;
	padding-left: 5px;
}

A
{
	Text-Decoration:none;	
}

A:hover
{
	color:Orange;
	Text-Decoration:none;	
}

.mainContent
{
	width:auto;	
}

.SearchResults td
{
	padding:15px;
}


.pageTitle
{
	color: Maroon;
	font-size: 1.2em;
	font-weight: bold;
}

.TempHeader 
{
	font-weight: bold;
	font-size: larger;
}

A.clsTopLink:active
{
	color: blue;
}



A.clsLargeLink
{
	color: #000080;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

A.clsLargeLink:hover
{
	color: #0000ff;
}

A.clsMediumLink
{
	color: #000080;
	font-size: 1em;
	text-decoration: none;
}

A.clsMediumLink:hover
{
	color: #0000ff;
}


A.clsInLineLink:active
{
	color: #000080;
}


.ChameleonButton
{
	width: 100px;
}

.ChameleonHeader
{
	color: #ffffff;
}

.clsContentHeading
{
	color: #80709D;
	font-size: 1em;
	font-weight: bold;
}

.SimpleShellHeader1
{
	color: #FFFFCC;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 1em;
}

.SimpleShellHeader1 A
{
	color: #ffff00;
}

.SimpleShellHeader2
{
	color: #FFFFCC;
	font-weight: normal;
	letter-spacing: normal;
	font-size: .8em;
}

.SimpleShellBody1
{
	color: #ffffff;
}

.SimpleShellBody1 A
{
	color: #ffff00;
}

.SimpleShellBody1 LABEL
{
	color: #ffffff;
}

.SimpleShellFooter1
{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

.SimpleShellBody2
{
	font-weight: normal;
	color: #ffffff;
}

.SimpleShellBody2 A 
{
	color: Blue;
}

.SimpleShellBody2 LABEL
{
	color: #ffffff;
}

.SimpleShellBody3
{
	color: #ffffff;
}

.SimpleShellBody3 LABEL
{
	color: #ffffff;
}

.WarningShellBody2
{
	color: #000000;
}

A.WarningShellBody2 
{
	color: #000000;
}

.WarningShellHeader1
{
	color: #000000;
}

.ReadOnlyTextArea
{
	color: #ffffff;
	background-color: transparent;
	border-style: none;
}

.SmallSimpleShellHeader1
{
	color: #FFFFCC;
	font-weight: bold;
	font-size: .8em;
}

.SmallSimpleShellHeader2
{
	color: #FFFFCC;
	font-weight: normal;
	font-size: .8em;
}

.SmallSimpleShellHeader1 A
{
	color: #ffff00;
}

.SmallSimpleShellBody1
{
	color: #ffffff;
}

.SmallSimpleShellBody1 A
{
	color: #ffff00;
}

.SmallSimpleShellBody1 LABEL
{
	color: #ffffff;
}

.SmallSimpleShellFooter1
{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

.SmallSimpleShellBody2
{
	font-weight: normal;
	color: #ffffff;
}

.SmallSimpleShellBody2 A 
{
	color: Blue;
}

.SmallSimpleShellBody3
{
	color: #ffffff;
}

.SmallSimpleShellBody4
{
	color: #FFFFCC;
}

.formDashedLine
{
	border-left: dashed 1px #999;
}








/* ************************************ */
/*From ChmStyle.css					    */
/* ************************************ */



.Chm-PageTitle { 
font-family: Tahoma;
	font-size: 1.3em;
	font-weight: bold;
	color: #900;
}

.Chm-PageSubTitle { 
font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	color: #900;
}

.CMXA-PageTitle { 
font-family: Tahoma;
	font-size: 1.3em;
	font-weight: bold;
	color: #900;
}

.CMXA-PageSubTitle { 
font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	color: #900;
}

.Tsx-PageTitle { 
font-family: Tahoma;
	font-size: 1.3em;
	font-weight: bold;
	color: #900;
}

.Tsx-PageSubTitle { 
font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	color: #900;
}

.Tsx-TsEntryBigText { 
font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.Tsx-TsEntryText { 
font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}

.Tsx-TsEntrySmallText { 
font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}



/* BEGIN CSS */

/* Header 1 */

.EvenTabShell-Header1-Off {
	font-weight: bold;
	font-size: 1em;
	background-color: white;
}

.EvenTabShell-Header1-Even {
	font-weight: bold;
	background-color: white;
}

.EvenTabShell-Header1-Odd {
	font-weight: bold;
	font-size: 1em;
	background-color: white;
}

.EvenTabShell-Header1-Selected {
	font-weight: bold;
	font-size: 1em;
	background-color: white;
}

a.EvenTabShell-Header1-Off {
	font-weight: bold;
	font-size: 1em;
}

a.EvenTabShell-Header1-Selected {
	font-weight: bold;
	font-size: 1em;
}

a.EvenTabShell-Header1-Odd {
	font-weight: bold;
	font-size: 1em;
}

a.EvenTabShell-Header1-Even {
	font-weight: bold;
	font-size: 1em;
}


a.EvenTabShell-Header1-Off:hover {
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header1-Selected:hover {
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header1-Odd:hover {
    font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header1-Even:hover {
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Header 2 */

.EvenTabShell-Header2-Off {
	
	font-weight: bold;
	font-size: 1em;

	background-color: white;
}

.EvenTabShell-Header2-Even {
	
	font-weight: bold;
	font-size: 1em;

	background-color: white;
}

.EvenTabShell-Header2-Odd {
	
	font-weight: bold;
	font-size: 1em;

	background-color: white;
}

.EvenTabShell-Header2-Selected {
	
	font-weight: bold;
	font-size: 1em;

	background-color: white;
}

a.EvenTabShell-Header2-Off {
	
	font-weight: bold;
	font-size: 1em;
}

a.EvenTabShell-Header2-Selected {
	
	font-weight: bold;
	font-size: 1em;
}

a.EvenTabShell-Header2-Odd {
	
	font-weight: bold;
	font-size: 1em;
}

a.EvenTabShell-Header2-Even {
	
	font-weight: bold;
	font-size: 1em;
}


a.EvenTabShell-Header2-Off:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header2-Selected:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header2-Odd:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header2-Even:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Header 3 */

.EvenTabShell-Header3-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: white;
}

.EvenTabShell-Header3-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: white;
}

.EvenTabShell-Header3-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Header3-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.EvenTabShell-Header3-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Header3-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Header3-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Header3-Even {
	
	font-weight: normal;
	font-size: 1em;
}


a.EvenTabShell-Header3-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header3-Selected:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header3-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Header3-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Footer 1 */

.EvenTabShell-Footer1-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Footer1-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Footer1-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Footer1-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.EvenTabShell-Footer1-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer1-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer1-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer1-Even {
	
	font-weight: normal;
	font-size: 1em;
}


a.EvenTabShell-Footer1-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer1-Selected:hover {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer1-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer1-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
}

/* Footer 2 */

.EvenTabShell-Footer2-Off {
	
	font-weight: normal;
	font-size: 1em;
	background-color: #BBBBBB;
}

.EvenTabShell-Footer2-Even {
	
	font-weight: normal;
	font-size: 1em;
	background-color: #BBBBBB;
}

.EvenTabShell-Footer2-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Footer2-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.EvenTabShell-Footer2-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer2-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer2-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer2-Even {
	
	font-weight: normal;
	font-size: 1em;
}


a.EvenTabShell-Footer2-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Footer2-Selected:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Footer2-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Footer2-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

/* Footer 3 */

.EvenTabShell-Footer3-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Footer3-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Footer3-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Footer3-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.EvenTabShell-Footer3-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer3-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer3-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer3-Even {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Footer3-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Footer3-Selected:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Footer3-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Footer3-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Body 1 */

.EvenTabShell-Body1-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Body1-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #f0f0f0;
}

.EvenTabShell-Body1-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #FFFFFF;
}

.EvenTabShell-Body1-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.EvenTabShell-Body1-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Body1-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Body1-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Body1-Even {
	
	font-weight: normal;
	font-size: 1em;
}


a.EvenTabShell-Body1-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Body1-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Body1-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Body1-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Body 2 */


.EvenTabShell-Body2-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Body2-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #f0f0f0;
}

.EvenTabShell-Body2-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #FFFFFF;
}

.EvenTabShell-Body2-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.EvenTabShell-Body2-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Body2-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Body2-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.EvenTabShell-Body2-Even {
	
	font-weight: normal;
	font-size: 1em;
}


a.EvenTabShell-Body2-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Body2-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Body2-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.EvenTabShell-Body2-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Body 3 */


.EvenTabShell-Body3-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.EvenTabShell-Body3-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #f0f0f0;
}

.EvenTabShell-Body3-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #FFFFFF;
}

.EvenTabShell-Body3-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.EvenTabShell-Body3-Off {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}

a.EvenTabShell-Body3-Selected {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}

a.EvenTabShell-Body3-Odd {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}

a.EvenTabShell-Body3-Even {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}


a.EvenTabShell-Body3-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.EvenTabShell-Body3-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.EvenTabShell-Body3-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.EvenTabShell-Body3-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

input.EvenTabShell-Body2-Odd 
{
    color: black;
    background-color: white;
}

input.EvenTabShell-Body2-Even 
{
    background-color: white;
}

input.EvenTabShell-Body2-Off 
{
	background-color: white;
}

input.EvenTabShell-Body1-Odd 
{
	background-color: white;
}

input.EvenTabShell-Body1-Even 
{
	background-color: white;
}

input.EvenTabShell-Body1-Off 
{
	background-color: white;
}

select.EvenTabShell-Body1-Odd {
                color: black;
                background-color: white;
}

select.EvenTabShell-Body1-Even {
                color: black;
                background-color: white;
}

select.EvenTabShell-Body1-Off {
                color: black;
                background-color: white;
}
select.EvenTabShell-Body2-Odd {
                color: black;
                background-color: white;
}

select.EvenTabShell-Body2-Even {
                color: black;
                background-color: white;
}

select.EvenTabShell-Body2-Off {
                color: black;
                background-color: white;
}


.loginspacer 
{
	height:20px;
	width:200px;	
	background-color:Red;
}


input.GraphicShell-LoginBody-Off {
	
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding:3px;
}


/* Header 1 */

.GraphicShell-Header1-Off {
	
	font-weight: bold;
	font-size: 1.15em;
	color: white;
	background-color: #c0c0c0;
}

.GraphicShell-Header1-Even {
	
	font-weight: bold;
	font-size: 1em;

	background-color: #f0f0f0;
}

.GraphicShell-Header1-Odd {
	
	font-weight: bold;
	font-size: 1em;

	background-color: #f0f0f0;
}

.GraphicShell-Header1-Selected {
	
	font-weight: bold;
	font-size: 1em;

	background-color: #f0f0f0;
}

a.GraphicShell-Header1-Off {
	
	font-weight: bold;
	font-size: 1em;
}

a.GraphicShell-Header1-Selected {
	
	font-weight: bold;
	font-size: 1em;
}

a.GraphicShell-Header1-Odd {
	
	font-weight: bold;
	font-size: 1em;
}

a.GraphicShell-Header1-Even {
	
	font-weight: bold;
	font-size: 1em;
}


a.GraphicShell-Header1-Off:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Header1-Selected:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Header1-Odd:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Header1-Even:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Header 2 */

.GraphicShell-Header2-Off {
	
	font-weight: bold;
	font-size: 1em;

	background-color: #e5e5e5;
}

.GraphicShell-Header2-Even {
	
	font-weight: bold;
	font-size: 1em;

	background-color: #e5e5e5;
}

.GraphicShell-Header2-Odd {
	
	font-weight: bold;
	font-size: 1em;

	background-color: #e5e5e5;
	white-space:nowrap;
}

.GraphicShell-Header2-Selected {
	
	font-weight: bold;
	font-size: 1em;

	background-color: #e5e5e5;
}

a.GraphicShell-Header2-Off {
	
	font-weight: bold;
	font-size: 1em;
}

a.GraphicShell-Header2-Selected {
	
	font-weight: bold;
	font-size: 1em;
}

a.GraphicShell-Header2-Odd {
	
	font-weight: bold;
	font-size: 1em;
}

a.GraphicShell-Header2-Even {
	
	font-weight: bold;
	font-size: 1em;
}


a.GraphicShell-Header2-Off:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Header2-Selected:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Header2-Odd:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Header2-Even:hover {
	
	font-weight: bold;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

/* Footer 1 */

.GraphicShell-Footer1-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.GraphicShell-Footer1-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.GraphicShell-Footer1-Odd {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

.GraphicShell-Footer1-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.GraphicShell-Footer1-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.GraphicShell-Footer1-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.GraphicShell-Footer1-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.GraphicShell-Footer1-Even {
	
	font-weight: normal;
	font-size: 1em;
}


a.GraphicShell-Footer1-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Footer1-Selected:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Footer1-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Footer1-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

/* Body 1 */

.GraphicShell-Body1-Off {
	
	font-weight: normal;
	font-size: 1em;
	border: solid 1px #f0f0f0;
	padding: 0px;
}

.GraphicShell-Body1-Even {
	
	font-weight: normal;
	font-size: 1em;

	/*background-color: #f9f9f9;*/
}


textarea.GraphicShell-Body1-Odd {
	width:auto;
}

.GraphicShell-Body1-Odd {
	
	font-weight: normal;
	font-size: 1em;
    color:#000;
	background-color: #ffffff;
}

.GraphicShell-Body1-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.GraphicShell-Body1-Off {
	
	font-weight: normal;
	font-size: 1em;
}

a.GraphicShell-Body1-Selected {
	
	font-weight: normal;
	font-size: 1em;
}

a.GraphicShell-Body1-Odd {
	
	font-weight: normal;
	font-size: 1em;
}

a.GraphicShell-Body1-Even {
	
	font-weight: normal;
	font-size: 1em;
}


a.GraphicShell-Body1-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Body1-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Body1-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}

a.GraphicShell-Body1-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}


/* Body 2 */


.GraphicShell-Body2-Off {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #f6f6f6;
}

.GraphicShell-Body2-Even {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #f6f6f6;
}

textarea.GraphicShell-Body2-Even {
	background-color: #fff;
}

input.GraphicShell-Body2-Even {
	background-color: #fff;
}

.GraphicShell-Body2-Odd {
	
	font-weight: normal;
	font-size: 1em;

	/*background-color: #f0f0f0;*/
}

.GraphicShell-Body2-Selected {
	
	font-weight: normal;
	font-size: 1em;

	background-color: #BBBBBB;
}

a.GraphicShell-Body2-Off {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}

a.GraphicShell-Body2-Selected {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}

a.GraphicShell-Body2-Odd {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}

a.GraphicShell-Body2-Even {
	
	font-weight: normal;
	font-size: 1em;
	color: #f0f0f0;
	text-decoration: underline;
}


a.GraphicShell-Body2-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.GraphicShell-Body2-Off:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.GraphicShell-Body2-Odd:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.GraphicShell-Body2-Even:hover {
	
	font-weight: normal;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

.GraphicShell-Body2-Odd input
{
	background-color:#ffffff;	
	width:90%;
}



.GraphicShell-Body2-Even input
{
	width:90%;
}
h3 {
	font-size:1em;
}

select.GraphicShell-Body2-Odd {
                color: black;
                background-color: white;
}

select.GraphicShell-Body2-Even {
                color: black;
                background-color: white;
}

select.GraphicShell-Body2-Off {
                color: black;
                background-color: white;
}



/* BEGIN CSS */

/* Header 1 */

.LightListShell-Header1-Off {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;

	background-color: #f0f0f0;
}

.LightListShell-Header1-Even {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;

	background-color: #f0f0f0;
}

.LightListShell-Header1-Odd {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;

	background-color: #f0f0f0;
}

.LightListShell-Header1-Selected {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;

	background-color: #f0f0f0;
}

a.LightListShell-Header1-Off {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Header1-Selected {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Header1-Odd {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Header1-Even {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #f0f0f0;
	text-decoration: underline;
}


a.LightListShell-Header1-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Header1-Selected:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Header1-Odd:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Header1-Even:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}


/* Header 2 */

.LightListShell-Header2-Off {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;

	background-color: #f0f0f0;
}

.LightListShell-Header2-Even {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;

	background-color: #f0f0f0;
}

.LightListShell-Header2-Odd {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;

	background-color: #f0f0f0;
}

.LightListShell-Header2-Selected {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;

	background-color: #f0f0f0;
}

a.LightListShell-Header2-Off {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Header2-Selected {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Header2-Odd {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Header2-Even {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}


a.LightListShell-Header2-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Header2-Selected:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Header2-Odd:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Header2-Even:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

/* Footer 1 */

.LightListShell-Footer1-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Footer1-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Footer1-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Footer1-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

a.LightListShell-Footer1-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Footer1-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Footer1-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Footer1-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}


a.LightListShell-Footer1-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Footer1-Selected:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Footer1-Odd:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Footer1-Even:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

/* Footer 2 */

.LightListShell-Footer2-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Footer2-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Footer2-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Footer2-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

a.LightListShell-Footer2-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Footer2-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Footer2-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Footer2-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}


a.LightListShell-Footer2-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Footer2-Selected:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Footer2-Odd:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Footer2-Even:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

/* Body 1 */

.LightListShell-Body1-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Body1-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #f0f0f0;
}

.LightListShell-Body1-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #f0f0f0;
}

.LightListShell-Body1-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

a.LightListShell-Body1-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Body1-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Body1-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Body1-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}


a.LightListShell-Body1-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Body1-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Body1-Odd:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Body1-Even:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}


/* Body 2 */


.LightListShell-Body2-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

.LightListShell-Body2-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #f0f0f0;
}

.LightListShell-Body2-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #f0f0f0;
}

.LightListShell-Body2-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;

	background-color: #BBBBBB;
}

a.LightListShell-Body2-Off {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Body2-Selected {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Body2-Odd {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}

a.LightListShell-Body2-Even {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: underline;
}


a.LightListShell-Body2-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Body2-Off:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Body2-Odd:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

a.LightListShell-Body2-Even:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}

.SimpleShellWrapper { font-family:Arial, Arial, Helvetica, sans-serif;width:650px; }
.SimpleShellTop { float:left;background:#eee url(/images/simshl_tl.gif) no-repeat top left;width:100%; }
.SimpleShellContent { float:left;border-left:2px solid #ccc;border-right:2px solid #ccc;margin:0; }
.SimpleShellBottom { float:left;background:#eee url(/images/simshl_bl.gif) no-repeat bottom left;width:100%; }

.SimpleShellMTable { float:left;border-left:1px solid #fff;padding:0;margin:-4px 0 0 0;width:646px; }
.SimpleShellMTable td { padding:2px 2px 2px 3px;margin:0px;border-right:1px solid #fff;border-bottom:1px solid #fff; }

.SimpleShellContent textarea { background:#fff; }
.SimpleShellContent input { background:#fff; }
.SimpleShellContent select { background:#fff; }

/* Header1 */
.SimpleShell-Header1-Off, .SimpleShell-Header1-Even, .SimpleShell-Header1-Odd, 
.SimpleShell-Header1-Selected { font-weight:bold;font-size:1.1em;background-color:#eee; }

/* Header2 */
.SimpleShell-Header2-Off, .SimpleShell-Header2-Even, .SimpleShell-Header2-Odd, 
.SimpleShell-Header2-Selected { font-weight:bold;font-size:1.1em;background-color:#eee; }

/* Body1/Body2/Footer1/Footer2 Common */
.SimpleShell-Body1-Off, .SimpleShell-Body1-Even, .SimpleShell-Body1-Odd, .SimpleShell-Body1-Selected,
.SimpleShell-Body2-Off, .SimpleShell-Body2-Even, .SimpleShell-Body2-Odd, .SimpleShell-Body2-Selected { font-weight:normal;font-size:11px; }

a.SimpleShell-Body1-Off, a.SimpleShell-Body1-Even, a.SimpleShell-Body1-Odd, a.SimpleShell-Body1-Selected,
a.SimpleShell-Body2-Off, a.SimpleShell-Body2-Even, a.SimpleShell-Body2-Odd, a.SimpleShell-Body2-Selected, 
a.SimpleShell-Footer1-Off, a.SimpleShell-Footer1-Even, a.SimpleShell-Footer1-Odd, a.SimpleShell-Footer1-Selected,
a.SimpleShell-Footer2-Off, a.SimpleShell-Footer2-Even, a.SimpleShell-Footer2-Odd, a.SimpleShell-Footer2-Selected { color:#036; }

a.SimpleShell-Body1-Off:hover, a.SimpleShell-Body1-Even:hover, a.SimpleShell-Body1-Odd:hover, a.SimpleShell-Body1-Selected:hover, 
a.SimpleShell-Body2-Off:hover, a.SimpleShell-Body2-Even:hover, a.SimpleShell-Body2-Odd:hover, a.SimpleShell-Body2-Selected:hover, 
a.SimpleShell-Footer1-Off:hover, a.SimpleShell-Footer1-Even:hover, a.SimpleShell-Footer1-Odd:hover, a.SimpleShell-Footer1-Selected:hover,
a.SimpleShell-Footer2-Off:hover, a.SimpleShell-Footer2-Even:hover, a.SimpleShell-Footer2-Odd:hover, 
a.SimpleShell-Footer2-Selected:hover { color:#222; }

/* Body1 */
.SimpleShell-Body1-Off, .SimpleShell-Body1-Even { background-color:#ddd; }
.SimpleShell-Body1-Odd { background-color:#ccc; }
.SimpleShell-Body1-Selected { background-color:#eee; }
/* Body2 */
.SimpleShell-Body2-Off, .SimpleShell-Body2-Even { background-color:#ccc; }
.SimpleShell-Body2-Odd { background-color:#bbb; }
.SimpleShell-Body2-Selected { background-color:#eee; }

/* Footer1 */
.SimpleShell-Footer1-Off, .SimpleShell-Footer1-Even, .SimpleShell-Footer1-Odd, 
.SimpleShell-Footer1-Selected { font-weight:bold;font-size:11px;background-color:#ddd; }
/* Footer2 */
.SimpleShell-Footer2-Off, .SimpleShell-Footer2-Even, .SimpleShell-Footer2-Odd, 
.SimpleShell-Footer2-Selected { font-weight:bold;font-size:10px;background-color:#ddd; }

.MaskedEditFocus
{
 background-color:Yellow;
}
.MaskedEditError
{
 background-color:Red;	
}

/*Modal Popup*/
.modalHeader 
{
	font-family: Arial, Sans-Serif;
	color: Maroon;
	font-size: 1.4em;
	font-weight: bold;
}

.modalBackground {
	background-color:black;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.modalPopup {
	background-color:#ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#000000;
	padding:0px;
	width:500px;
	height:400px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.modalPopupCSS {
	background-color:#ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#000000;
	padding:10px;
	width:650px;
	height: 350px;
	border-radius: 10px;
	-moz-border-radius: 10px;	
}

.cal_Theme1 .ajax__calendar_container   {
    background-color: #e2e2e2; 
    border:solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header  {
    background-color: #ffffff; 
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: #004080; 
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
    background-color: #e9e9e9; 
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align:center; 
    font-weight:bold; 
    margin-bottom: 4px; 
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
    color: #004080; 
    font-weight: bold; 
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today   {
    font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}
