﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CEE7FF;
}
a:link
{
	color: #0066CC;
	/*color: Green;*/
	text-decoration: underline;
}
a:hover
{
	color: #0066CC;
	background-color: #CEE7FF;
	/*color: Green;
	background-color: Red;*/
	text-decoration: underline;
}
a:visited
{
	color: #0066CC;
	/*color: Green;*/
	text-decoration: underline;
}



.Help a:link {
    color: Red;
    text-decoration: underline;           
}

.Help a:hover
{
		text-decoration: none;
		background-color:#990000;
						
}
.Help a:visited
{
	color: Red;
    text-decoration: underline;
     
}


.header
{
	border: 1px solid #0066CC;
	width:798px;
	height:95px;
}

.content
{
	border-width: 1px;
	border-color: #0066CC;
	width: 798px;
	background-color: #F1F5F9;
	/*background-image:url(https://cart.projectchallengenc.org/images/MerryChristmas.png);*/
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	text-align: left;
	}

.center
{
	width: 800px ;
    margin-left: auto ;
    margin-right: auto ;
}
.subcontent
{
	text-align: center;
	border-right-style: dashed;
	border-right-color: #0066CC;
	background-color: #FF00FF;
	width: 150px;
	border-right-width: 1px;	
}

.footer
{
    width: 100% ;
	font-size: x-small;
	color: #808080;
	text-align: center;
}
.ParagraphText
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}
.AlertText
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: Red;
	text-align: center;
}

.AlertText a:link {
    color: Red;
    text-decoration: underline;           
}

.AlertText a:hover
{
		text-decoration: none;
		background-color:#990000;
						
}
.AlertText a:visited
{
	color: Red;
    text-decoration: underline;
     
}

.pagedecoration
{
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #0066CC;
	height:50px
}


.breadcrumb
{
	border-color: #0066CC;
	width: 798px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #F1F5F9;
}

 .UpdateProgress {
   /*background-color:#CF4342;*/
   background-image:url(https://cart.projectchallengenc.org/images/animated_loading.gif);
   background-repeat: no-repeat;
   background-color:#CEE7FF;
   /*background:center;*/
   width:100px;
   height:100px;
   border-style:solid;
   border-color:#0066CC;
   border-width:2px;
   color:#CEE7FF;
   top:50%;
   left:50%;
   position:fixed;
 }
 
 
  .FaceBook {
   /*background-color:#CF4342;*/
   background-color:#CEE7FF;
   /*background:center;*/
   width:200px;
   border-style:solid;
   border-color:#0066CC;
   border-width:1px;
   color:red;
   right:1px;
   top:15px;
   position:Absolute;
 }



.resizingimage
{
    padding:0px;
    border-style:solid;
    border-width:3px;
    border-color:Aqua;
}

.resizingtext
{
    padding:0px;
    border-style:solid;
    border-width:2px;
    border-color:Navy
}   

.handleimage
{
    width:16px;
    height:16px;
    background-image:url(~/images/handle.png);
    overflow:hidden;
    cursor:se-resize;
}
.panelimage
{
    padding:0px;
    border-style:solid;
    border-width:3px;
    border-color:Aqua;
}

.watermark
{
	background-color: #F1F5F9;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	text-align: Center;
	color:Red;
		
}

        .handleText
        {
	        width:16px;
	        height:16px;
	        background-image:url(images/HandleGrip.png);
	        overflow:hidden;
	        cursor:se-resize;
        }
        .resizingText
        {
	        padding:0px;
	        border-style:solid;
	        border-width:2px;
	        border-color:#7391BA;
        }
        .frameText
        {
	        width:100px;
	        height:100px;
	        overflow:auto;
	        float:left;
	        background-color:#ffffff;
	        border-style:solid;
	        border-width:2px;
	        border-color:Gray;
	        font-family:Helvetica;
	        line-height:normal;
        }
    
