
/* Starting with A */

a.menuLink:link 
{
color: #363ace; 
text-decoration: none;
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
}

a.menuLink:visited 
{
color: #363ace; 
text-decoration: none; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
}

a.menuLink:hover 
{
color: #005500; 
text-decoration: underline; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
}

a.menuLink:active 
{
color: #363ace; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
} 

a.menuLink2:link 
{
color: #363ace; 
text-decoration: none;
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 16px;
text-align: center; 
}

a.menuLink2:visited 
{
color: #363ace; 
text-decoration: none; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 16px;
text-align: center; 
}

a.menuLink2:hover 
{
color: #019875; 
text-decoration: underline; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 16px;
text-align: center; 
}

a.menuLink2:active 
{
color: #019875; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 16px;
text-align: center; 
} 

a.menuLink3:link 
{
color: #363ace; 
text-decoration: none;
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
}

a.menuLink3:visited 
{
color: #363ace; 
text-decoration: none; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
}

a.menuLink3:hover 
{
color: #005500; 
text-decoration: underline; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
}

a.menuLink3:active 
{
color: #363ace; 
font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14px;
text-align: center; 
} 



/* Starting with B */


  .bodyCol2
  {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%; 
    background-color: #f3f3f3;
  }
  
 .BGGradient
  {
  background: -webkit-linear-gradient(90deg, #1A2980 10%, #26D0CE 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #1A2980 10%, #26D0CE 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #1A2980 10%, #26D0CE 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #1A2980 10%, #26D0CE 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #1A2980 10%, #26D0CE 90%); /* W3C */
  
  
  }

        



 .borderBtmDarkGrey
  {
  border-bottom: 1px solid #404040;
  }


 .borderTopDarkGrey
  {
  border-top: 1px solid #404040;
  }


 .borderLeftDarkGrey
  {
  border-left: 1px solid #404040;
  }


 .borderRightDarkGrey
  {
  border-right: 1px solid #404040;
  }
 

 .borderBtmMidGrey
  {
  border-bottom: 1px solid #808080;
  }


 .borderTopMidGrey
  {
  border-top: 1px solid #808080;
  }


 .borderLeftMidGrey
  {
  border-left: 1px solid #808080;
  }


 .borderRightMidGrey
  {
  border-right: 1px solid #808080;
  }


 
 .borderBtm
  {
  border-bottom: 1px solid #000;
  }


 .borderTop
  {
  border-top: 1px solid #000;
  }


 .borderLeft
  {
  border-left: 1px solid #000;
  }


 .borderRight
  {
  border-right: 1px solid #000;
  }
 
 .borderBtmLiteGrey
  {
  border-bottom: 1px solid #f1f1f1;
  }


 .borderTopLiteGrey
  {
  border-top: 1px solid #f1f1f1;
  }


 .borderLeftLiteGrey
  {
  border-left: 1px solid #f1f1f1;
  }


 .borderRightLiteGrey
  {
  border-right: 1px solid #f1f1f1;
  }


 .borderBtmWhite
  {
  border-bottom: 1px solid #fff;
  }


 .borderTopWhite
  {
  border-top: 1px solid #fff;
  }


 .borderLeftWhite
  {
  border-left: 1px solid #fff;
  }


 .borderRightWhite
  {
  border-right: 1px solid #fff;
  }

 .button_example{
  border:1px solid #7d99ca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
  background-color: #a5b8da; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
  background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
  background-image: linear-gradient(to bottom, #a5b8da, #7089b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
 }
 
 .button_example:hover{
  border:1px solid #5d7fbc;
  background-color: #819bcb; background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
  background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
  background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
  background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
  background-image: -o-linear-gradient(top, #819bcb, #536f9d);
  background-image: linear-gradient(to bottom, #819bcb, #536f9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
  cursor: pointer;
 }


 
/* Starting with C */

.corners 
 {    
 width: 500px;    
 margin: 0px auto;    
 background-color: #c0c0c0;    
 border: 2px solid #9d9d9d;
 color: #fff;    
 padding: 10px;     
 /* Border Radius Style */    
 border-radius: 15px;     
 /* Mozilla Firefox Extension */    
 -moz-border-radius: 15px;
 }
 
 .Containerxxx
  {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;  
  overflow: hidden;
  }


.ContentBox
 {
  background-color: #eeeeee;
  border-right: 1px solid #404040;
  border-left: 1px solid #404040;
  width: 1000px;
  height: 1000px;
  display: table;
  margin: 0 auto;
 }


.currLea
 {
 background-color: #c0c0c0;    
 color: #e40754; 
 width: 500px;
 height: 250px;
 overflow-x: hidden;
 overflow-y: scroll;
 border: 2px solid #404040;
 
 }

.cellLiteGrey
 {
 background-color: #e1e1e1;
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 height: 30px;
 }

.cellWhite
 {
 background-color: #fff;
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 height: 30px;
 }

.cellHeader
 {
 background-color: #404040;
 color: #fff; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 height: 30px;
 }
 
.cellLiteblue
 {
 background-color: #4fb5c3;
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 height: 30px;
 }






/* Starting with D */

.ddselect  
 {

    padding:9px;
    margin: 0;
    border-radius:4px;
    -webkit-box-shadow: 
        0 0px 0 #ccc,
        0 0px #fff inset;
    background: url('images/309nb74.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('images/309nb74.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
    color:black;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none; 
    cursor:pointer;
    border: 1px solid #ccc;

 }



 .DarkGrey
  {
   background-color: #d1d1d1;
   width: 292px;
   height: 150px;
   margin: 4px;    
   position: relative;
  }

 .DarkGreyDouble
  {
   background-color: #d1d1d1;
   width: 932px;
   height: 202px;
   margin: 4px;    
   position: relative;
  }

 .DarkGreyDoubleNews
  {
   background-color: #d1d1d1;
   width: 932px;
   height: 22px;
   margin: 4px;    
   position: relative;
  }



/* Drop Shadow Effects */
.css3-shadow,
.css3-gradient1,
.css3-gradient2
{
  	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    		box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
	width:80%;
	height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
	left:10%;
	right:10%;
}

/*==================================================
 * Drop shadow effect with radial gradient
 * ===============================================*/
.css3-gradient1:after{
	content:"";
    position:absolute;
    z-index:-1;
    top:100%;
    bottom:0;
	width:120%;
	height:50px;
	left:-10%;
	right:-10%;
background:-webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
background:		   radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
}

/*==================================================
 * Glow effect with box-shadow
 * ===============================================*/
.css3-gradient2:after{
	content:"";
    position:absolute;
    z-index:-1;
    top:100%;
    bottom:0;
	width:120%;
	height:90px;
	left:-10%;
	right:-10%;
background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(96, 251, 202, 0.8), rgba(112, 220, 255, 0.5), rgba(255, 116, 225, 0.0) 50%), -webkit-radial-gradient(80% 10%, circle contain, rgba(96, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 180%), -webkit-radial-gradient(90% 20%, circle contain, rgba(255, 255, 202, 0.8), rgba(255, 255, 255, 0.0) 60%);
background:radial-gradient(ellipse at 50% -3%, rgba(96, 251, 202, 0.8), rgba(112, 220, 255, 0.5), rgba(255, 116, 225, 0.0) 50%), radial-gradient(circle at 80% 10%, rgba(96, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 2%), radial-gradient(circle at 90% 20%, rgba(255, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 1%);
}

.wrap1,
.wrap2{
	padding:10px 0 30px;
	background:url(22.jpg) center top;
	position:relative;
	z-index:-10;
}
.wrap1{
	background:#098fb6;
}
.box h4{
	background:#eee;
	margin:0;
	padding:60px 20px;
	text-align:center;
	-webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
            box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
}
.box {
	width:90%;
	padding:20px;
	background:#fff;
	/* margin:20px auto 60px; */
	display: table;
	margin: 0 auto;
	border-radius:2px;
	position: relative;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width:70%;
  padding:20px;
  background:#fff;
  display: table;
  border-radius:2px;

}


       /* Shared styles */

	.dropContainer100 {
	  width: 100%;
	  height: 100px;
	  position: relative; 
	
	}
    
	.dropContainer200 {
	  width: 100%;
	  height: 200px;
	  position: relative; 
	
	}

	.dropContainerTerms {
          top: 30%;
	  width: 100%;
	  height: 250px;
	  position: relative; 
	
	}


        .drop-shadow {
            position:relative;
            width:90%;
            height: 100%;
            padding:1em;
            /* margin:2em 10px 4em; */
            margin: 0 auto;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }


        .drop-shadow2 {
            position:relative;
            width:70%;
            height: 100%;
            padding:1em;
            /* margin:2em 10px 4em; */
            margin: 0 auto;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow2:before,
        .drop-shadow2:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow2 p {
            font-size:16px;
            font-weight:bold;
        }


        .drop-shadow3 {
            position:relative;
            width:800;
            height: 500px;
            padding:1em;
            /* margin:2em 10px 4em; */
            margin: 0 auto;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow3:before,
        .drop-shadow3:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow3 p {
            font-size:16px;
            font-weight:bold;
        }


        /* Lifted corners */

        .lifted {
            -moz-border-radius:4px;
            border-radius:4px;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            max-height:100px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
            -moz-transform:rotate(-3deg);
            -ms-transform:rotate(-3deg);
            -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
            -moz-transform:rotate(3deg);
            -ms-transform:rotate(3deg);
            -o-transform:rotate(3deg);
            transform:rotate(3deg);
        }

        /* Curled corners */

        .curled {
            border:1px solid #efefef;
            -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
            border-radius:0 0 120px 120px / 0 0 6px 6px;
        }

        .curled:before,
        .curled:after {
            bottom:12px;
            left:10px;
            width:50%;
            height:55%;
            max-width:200px;
            max-height:100px;
            -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -webkit-transform:skew(-8deg) rotate(-3deg);
            -moz-transform:skew(-8deg) rotate(-3deg);
            -ms-transform:skew(-8deg) rotate(-3deg);
            -o-transform:skew(-8deg) rotate(-3deg);
            transform:skew(-8deg) rotate(-3deg);
        }

        .curled:after {
            right:10px;
            left:auto;
            -webkit-transform:skew(8deg) rotate(3deg);
            -moz-transform:skew(8deg) rotate(3deg);
            -ms-transform:skew(8deg) rotate(3deg);
            -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
        }

        /* Perspective */

        .perspective:before {
            left:80px;
            bottom:5px;
            width:50%;
            height:35%;
            max-width:200px;
            max-height:50px;
            -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -webkit-transform:skew(50deg);
            -moz-transform:skew(50deg);
            -ms-transform:skew(50deg);
            -o-transform:skew(50deg);
            transform:skew(50deg);
            -webkit-transform-origin:0 100%;
            -moz-transform-origin:0 100%;
            -ms-transform-origin:0 100%;
            -o-transform-origin:0 100%;
            transform-origin:0 100%;
        }

        .perspective:after {
            display:none;
        }

        /* Raised shadow - no pseudo-elements needed */

        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }

        .curved-vt-2:before {
            right:0;
        }

        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }






/* Starting with E */


/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



/* Starting with F */
 
 .fixedWidth
  {
   background-color: #f1f1f1;
   width: 970px;
   height: 100%;
   margin: 0px auto;    
   border-left: 1px solid #41363a;
   border-right: 1px solid #41363a;
  }

 .footer
  {
   background-image: url('../images/blackboard2.jpg');
   height: 124px; 
   width: 100%;
   background-repeat: repeat-x;  
   position: relative;
  }


/* Starting with G */


/* Starting with H */


 .Header
  {
   background-color: #000;
   background-image: url('../images/filler3.jpg');
   height: 88px; 
   width: 100%;
   background-position: center;
  }


 .Heading
  {
   background-image: url('../images/blackboard2.jpg');
   height: 124px; 
   width: 100%;
   background-repeat: repeat-x;  
   position: relative;
   }

/* Starting with I */

.Information
 {
  width: 900px;
  display: table;
  margin: 0 auto;
 }

.input5 {
    /* round the corners */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
    width: 400px;
    height: 30px;
}

.input5:focus { 
    outline:none;
    border: 1px solid #c87a00; 
    /* create a BIG glow */
    box-shadow: 0px 0px 14px #ff9900; 
    -moz-box-shadow: 0px 0px 14px #ff9900;
    -webkit-box-shadow: 0px 0px 14px #ff9900;     
}




/* Starting with L */

 .LightGrey
  {
   background-color: #fff;
   border: 1px solid #c6c9cb;
   width: 300px;
   height: 158px;
   margin: 0px auto;    
   position: relative;
   float:left;
   margin-left:20px;
   margin-top:2px;
  }


 .LightGreyDouble
  {
   background-color: #fff;
   border: 1px solid #c6c9cb;
   width: 940px;
   height: 210px;
   margin: 0px auto;    
   position: relative;
   float:left;
   margin-left:20px;
   margin-top:5px;
  }

 .LightGreyDouble2
  {
   background-color: #f1f1f1;
   border: 1px solid #c6c9cb;
   width: 940px;
   margin: 0px auto;    
   position: relative;
   float:left;
   margin-left:20px;
   margin-top:15px;
   max-height:210px;
  }

 .LightGreyDoubleNews
  {
   background-color: #fff;
   border: 1px solid #c6c9cb;
   width: 940px;
   height: 30px;
   margin: 0px auto;    
   position: relative;
   float:left;
   margin-left:20px;
   margin-top:5px;
  }

 .Logo
  {
   background-image: url('../images/logo1.png');
   height: 124px; 
   width: 700px;
   display: table;
   margin: 0 auto;
   }

 .LogoMortar
  {
   background-image: url('../images/mortar2.png');
   background-repeat:no-repeat;
   height: 124px; 
   width: 134px;
   left: 10px;
   top: 12px;
   position: absolute;
   }

 .LogoFBook
  {
   height: 124px; 
   width: 134px;
   right: 10px;
   top: 38px;
   position: absolute;
   }

 .LogoContact
  {
   height: 124px; 
   width: 700px;
   display: table;
   margin: 0 auto;
   }


/* Starting with M */

.MatrixCheckbox
 {
  -moz-appearance: none;
  border: 1px solid #ff9900; 
  width: 30px;
  height: 30px;
 }

 .MenuBar
  {
   width: 100%;
   height: 50px;
  }


.myBox {
    color: #000;
    width: 206px;
    padding: 0px;
    text-align: left;
    background-color: #fff;
    border: 3px solid #c0c0c0;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}



/* Starting with N */





.NewsHead
{
font-family: arial;
font-size: 14px;
text-align: left; 
font-style:italic;
font-weight:bold;
color: #3d6940;
}



.NewsBody
{
font-family: arial;
font-size: 12px;
text-align: left; 
color: #000;
}

/* Starting with P */


/* Starting with R */

.redText
 {
 color: #b02c2c; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: bold;
 }
 
  .row40
   {
   height: 40px;
  }

 
 
 .rowLost
  {
   color: #900c0c; 
   font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
   font-size: 12px;
   font-weight: normal;
   border-bottom: 1px dashed #A0A5BB;  
   }

 .rowWon
  {
   color: #1d873d; 
   font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   border-bottom: 1px dashed #A0A5BB;  
  }

 .rowHome
  {
   color: #404040; 
   font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   border-bottom: 1px dashed #A0A5BB;  
  }

 .rowAway
  {
   color: #404040; 
   font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
   font-size: 12px;
   font-weight: normal;
   border-bottom: 1px dashed #A0A5BB;  
  }


 .rowWhite
  {
   background-color: #fff; 
   color: #404040; 
   font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
   font-size: 14px;
   font-weight: normal;
   height: 30px;
  }

 .rowGrey
  {
   background-color: #e6e6e6; 
   color: #404040; 
   font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
   font-size: 14px;
   font-weight: normal;
   height: 30px;
  }


/* Starting with S */

.SeasonHeader
 {
 padding-top: 20px;
 color: #019875; 
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 16px;
 font-weight: bold;
 height: 25px;
 }

.Spacer5
{     
position: relative;
float:left;
margin: 0px;     
padding: 0;     
text-align: center; 
width: 5px;
}


.Spacer10
{     
position: relative;
float:left;
margin: 0px;     
padding: 0;     
text-align: center; 
width: 10px;
}

.Spacer15
{     
position: relative;
float:left;
margin: 0px;     
padding: 0;     
text-align: center; 
width: 15px;
}


.Spacer50
{     
position: relative;
float:left;
margin: 0px;     
padding: 0;     
text-align: center; 
width: 50px;
}

.Spacer25
{     
position: relative;
float:left;
margin: 0px;     
padding: 0;     
text-align: center; 
width: 25px;
}


.Spacer200
{     
position: relative;
float:left;
margin: 0px;     
padding: 0;     
text-align: center; 
width: 200px;
}

.Spacer150
{     
position: relative;
float:left;
margin: 0px;     
padding: 0;     
text-align: center; 
width: 150px;
}



/* Starting with T */

.textArea5 {
    /* round the corners */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
    width: 400px;
    height: 100px;
}

.textArea5:focus { 
    outline:none;
    border: 1px solid #c87a00; 
    /* create a BIG glow */
    box-shadow: 0px 0px 14px #ff9900; 
    -moz-box-shadow: 0px 0px 14px #ff9900;
    -webkit-box-shadow: 0px 0px 14px #ff9900;     
}



.txtBlack
 {
 font-family: arial;
 font-size: 12px;
 text-align: left; 
 color: #000000;
 }

.txtBlack2
 {
 font-family: arial;
 font-size: 12px;
 color: #000000;
 }


.txtPoints 
 {
 color: #0D469A;
 font-weight: bold;
 }

.txtBlackBold
 {
 font-family: arial;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 }

.txtGrey
 {
 font-family: arial;
 font-size: 16px;
 text-align: left; 
 color: #404040;
 }

.txtBlue
 {
 font-family: arial;
 font-size: 16px;
 text-align: left; 
 color: #1a73d6;
 }

.txtBlue14
 {
 font-family: arial;
 font-size: 14px;
 text-align: left; 
 color: #1a73d6;
 }


.text12Black
 {
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 }

.text12BlackBold
 {
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: bold;
 }


.text14Pink
 {
 color: #e50754; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 }

.text14Black
 {
 color: #000000; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 }

.textEmerald
 {
 color: #019875; 
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: bold;
 }


.textheader
 {
 color: #019875; 
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: bold;
 text-align: left;
 width: 100%;
 margin-left:3px;
 margin-top:3px;
 margin-bottom:3px;
 }

.textline1
 {
 color: #000000; 
 margin-top:1px;
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 text-align: left;
 width: 100%;
 }

.textline2
 {
 color: #000000; 
 margin-top:1px;
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 text-align: left;
 background-color: #9d9d9d;
 width: 100%;
 }

.textline1_10
 {
 color: #000000; 
 margin-top:1px;
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 width: 100%;
 }

.textline2_10
 {
 color: #000000; 
 margin-top:1px;
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 background-color: #9d9d9d;
 width: 100%;
 }

.textline_10
 {
 color: #000000; 
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 }

.text12DarkGrey
 {
 color: #404040; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 }

.text14DarkGreyBold
 {
 color: #404040; 
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: bold;
 }


.textline
 {
 color: #000000; 
 font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
 text-align: left;
 }

.text10
 {
 font-size: 10px;
 font-weight: normal;
 }


.text12
 {
 font-size: 12px;
 font-weight: normal;
 }

.text12Bold
 {
 font-size: 12px;
 font-weight: bold;
 }


.text14 
 {
 font-size: 14px;
 font-weight: normal;
 }

.text14Bold
 {
 font-size: 14px;
 font-weight: bold;
 }


.text16 
 {
 font-size: 16px;
 font-weight: normal;
 }

.text18 
 {
 font-size: 18px;
 }

.text20 
 {
 font-size: x-large;
 }

.text24 
 {
 font-size: 24px;
 }

.text26 
 {
 font-size: 26px;
 }

.textArial 
 {
 font-family: Arial, Geneva, Helvetica, Sans-Serif;
 }
 
.textVerdana
 {
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
 }
 
.textTahoma
 {
 font-family: Tahoma, Arial, Geneva, Helvetica, Sans-Serif;
 }

.textSepia {
 color: #db8837;
}


.textLightGrey
 {
 color: #c0c0c0; 
 }

.textDarkGrey
 {
 color: #404040; 
 }

.textBlack
 {
 color: #000; 
 }

.textWhite
 {
 color: #fff; 
 }

.textRed
 {
  color: #c81818;
 }

.textGreen
 {
 color: #11b311; 
 }

.textLKQ
 {
 color: #015696; 
 }

.textOrange
 {
 color: #FFA500;
 }

.textBlue
 {
 color: #2f47ff; 
 }


.textWhite
 {
 color: #ffffff; 
 }


.textBold
 {
 font-weight: bold;
 }


 .topcorner{
   position:fixed;
   top:15px;
   right:15px;
   z-index: 110;
   background-image: url('../images/wedding-icon.png');
   background-repeat: no-repeat;
   width: 80px;
   height: 80px;

  }



/* Starting with V */

/* Starting with W */

 .WRtext
  {
  color: #000000; 
  font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  }

 .WRtextLea
  {
  color: #be2424; 
  font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  }

 .WR_TabOnNxt
  {
    background-image: url('../images/Next3.jpg');
    background-repeat:no-repeat;
    font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: center; 
    height: 100px;
  }

 .WR_TabOffNxt
  {
    background-image: url('../images/Next3.jpg');
    background-repeat:no-repeat;
    font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: center; 
    height: 100px
  }

 .WR_TabHoverNxt
  {
    background-image: url('../images/Next3Over.jpg');
    background-repeat:no-repeat;
    color: #ffffff; 
    font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: center; 
    height: 100px;
  }

 .WR_TabOnPre
  {
    background-image: url('../images/Prev3.jpg');
    background-repeat:no-repeat;
    font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: center; 
    height: 100px;
  }

 .WR_TabOffPre
  {
    background-image: url('../images/Prev3.jpg');
    background-repeat:no-repeat;
    font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: center; 
    height: 100px
  }

 .WR_TabHoverPre
  {
    background-repeat:no-repeat;
    background-image: url('../images/Prev3Over.jpg');
    color: #ffffff; 
    font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: center; 
    height: 100px;
  }

/* Starting with X */
