@charset "UTF-8";
@import url("../SpryAssets/SpryMenuBarHorizontal.css?v=2");

@import url("Calendar.css");

* {
    box-sizing: border-box;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	z-index: 12;
        box-sizing: border-box;
	
}
.sponsored-text {
	font-weight: 900;
}
.home-sizing  {
	margin-bottom: 10px !important;
}
.IncentiveLink {
	display:block;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: 900;
	font-size: 15px;
}
.suMSG {
	height: 30px;
	width: 100%;
	font-size: 14px;
	color: #000000;
}
.GenLayout #container #suMSG p {
	font-size: 10px;
	background-color: #CC0000;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	height: 20px;
}

.text_wrap {
	word-break: break-word;
}

.betaMSG {
	background-color: #CCCC33;
	height: 30px;
	width: 100%;
	font-size: 10px;
	color: #CC6633;
}
.GenLayout #container #betaMSG p {
	font-size: 10px;
	background-color: #CCFF66;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	height: 20px;
}
h1 {
	font-size: 22px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}
a:visited {
	text-decoration: none;
	color: #339999;
}
a:hover {
	color: #1c0697 !important;
/*	background-color: #00AEBF;
*/}
#logoTag {
	float: none;
	clear: both;
}
.index {
	top: -10px;	
}
.msgText {
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
.errorText {
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
}
h2.errorText {
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	text-decoration: none;

}
.GenLayout /* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
 #container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	clear: both;
}
.GenLayout  #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
} 
.GenLayout #header   h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*
** Responsive Menu
*/
.GenLayout #Menu-responsive {
    display: none;
    background-color: #CCC;
}
.GenLayout #Menu-responsive .responsive-menu-title {
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    cursor: pointer;
}
.GenLayout #Menu-responsive .menu-ul-responsive {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: none;
}

.GenLayout #Menu-responsive .menu-ul-responsive li a,
.GenLayout #Menu-responsive .menu-ul-responsive li a span {
    color: #000;
}
.GenLayout #Menu-responsive .menu-ul-responsive li {
    border-top: 1px solid black;
}

.GenLayout #Menu-responsive .menu-ul-responsive li:last-child {
    border-bottom: 1px solid black;
}

.GenLayout #Menu-responsive .menu-ul-responsive li {
    text-align: center;
    padding: 10px;
}

.GenLayout #Menu-responsive .menu-ul-responsive li ul {
    display: none;
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
}

.GenLayout #Menu-responsive .menu-ul-responsive li ul li:last-child {
    border-bottom: none;
}

.GenLayout #Menu-responsive .menu-ul-responsive li ul li a {
    display: inline-block;
}

.GenLayout #Menu-responsive .menu-ul-responsive.show-dropdown,
.GenLayout #Menu-responsive .menu-ul-responsive li ul.show-dropdown {
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



/*
** End Responsive menu
*/

.GenLayout #Menu {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 1px outset #CCCCCC;
	height: 31px;
	width: 999px;
	padding: 0px;
	z-index: 10;
	clear: both;
}
.GenLayout #SideBar {
	width: 490px;
	background-color: #FFFFFF;
	height: 99%;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	line-height: 30px;
	padding-right: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.GenLayout #container #SideBar a:link, a:visited {
	color: #09C;
}
.GenLayout #container #SideBar a:hover {
	color: #FFF;
}
.GenLayout    #mainContent    h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	text-indent: 0px;
}
.GenLayout #SideBar p {
	width: 400px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.GenLayout #SideBar li {
	width: 300px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.GenLayout #SideBar2 {
	width: 375px;
	background-color: #FFFFFF;
	height: 95%;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: none;
	margin: 0px;
	border-right-width: 1px;
	border-right-color: #CCC;
}
.GenLayout #SideBar2 p {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
.GenLayout #SideBar2 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 22px;
}

.GenLayout  #mainContent table{
	font-size: 11px;
}

.GenLayout  #mainContent {
	width: 475px;
	float: left;
	height: 100%;
	font-family: "trebuchet ms", Optima, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin: 0px;
	padding-left: 15px;
}
.GenLayout  #mainContent  h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 22px;
}
.GenLayout #mainContent li {
	font-family: "trebuchet ms", Optima, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	list-style-type: disc;
	padding-bottom: 10px;
}
.GenLayout #mainContent2 {
	float: left;
	height: 100%;
	clear: none;
	font-family: "trebuchet ms", Optima, Helvetica, sans-serif;
	background-color: #ffffff;
	background-position: right 1px;
	background-image: none;
	font-size: 12px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
	width: 370px;
}
.GenLayout #mainContent2 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 22px;
}
.GenLayout #mainContent3 {
	width: 500px;
	float: right;
	height: 100%;
	font-family: "trebuchet ms", Optima, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	clear: none;
}
#mainContent3 {
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 567px;
}
.GenLayout #mainContent a:link {
	text-decoration: none;
	color: #0099CC;
}
.GenLayout #mainContent a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
.GenLayout #Ad_Bar {
	background-color: #000000;
	width: 170px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	height: 100%;
}
.GenLayout #Ad_Bar_Horiz {
	background-color: #000000;
	width: 430px;
	float: none;
	clear: none;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.GenLayout  #Legal1  {
	font-size: 9px;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	line-height: 11px;
	padding: 10px;
	color: #333333;
}
.GenLayout #Legal1 h6 {
	font-size: 12px;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	line-height: 14px;
	color: #999999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.GenLayout #Contact {
	font-size: 12px;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	line-height: 14px;
	padding: 10px;
	color: #333333;
}
.GenLayout #Contact h2 {
	font-size: 1.25em;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.GenLayout #Contact h6 {
	font-size: 12px;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	line-height: 14px;
	color: #999999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.GenLayout  #footer {
	background:#DDDDDD;
	width: 100%;
	height: 30px;
	clear: both;
} 
.GenLayout  #footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.GenLayout  #footer  #TableF  {
	font-size: 9px;
}
.GenLayout #rotator {
	width: 540px;
	float: right;
	height: 500px;
	clear: right;
	padding: 0;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 1px;
}
.GenLayout #footer a:link {
	text-decoration: none;
	color: #333333;
}
.GenLayout #footer a:visited {
	text-decoration: none;
	color: #333333;
}
.GenLayout #footer a:hover {
	text-decoration: none;
	color: #FFCC33;
}
.GenLayout #AdminNavSidebar {
	width: 25%;
	background-color: #FFFFFF;
	height: 99%;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	line-height: 24px;
}
.GenLayout #AdminNavSidebar ul{
	list-style-type: none;
}
.GenLayout#AdminNavSidebar   h1 {
	font-size: 18px;
	padding-left: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.GenLayout   #main_content_Admin {
	float: left;
	height: 100%;
	clear: none;
	font-family: "trebuchet ms", Optima, Helvetica, sans-serif;
	background-color: #ffffff;
	background-position: right 1px;
	background-image: none;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
	width: 70%;
	font-size: 12px;
}
.GenLayout #main_content_Admin p {
}


.TableListHeader {
	background-color: #ffffff;
	font-weight:bold;
}
.TableListRowOdd {
	background-color: #ffffff;
}
.TableListRowEven {
	background-color: #dddddd;
}

button.slick-arrow.slick-prev {
    left: 20px;
    z-index: 1;
}

button.slick-arrow.slick-next {
    right: 20px;
    z-index: 1;
}

/*Media Queries*/



.ad-carousel {
    width: 50%;
    float: right;
    padding: 10px;
}
.ad-carousel.ad-large {
    width: 100%;
}
.GenLayout#SideBar .ad-carousel {
    width: 100%;
    float: left;
}

@media (max-width: 768px) {
	.GenLayout #AdminNavSidebar{
		width: 25% !important;
		text-align: left !important;
		padding-left: 50px !important;
	}
	#main_content_Admin {
		width:70% !important;
	}
	    

	#loginP2, #loginP{
		padding:1.5em;
	}
	.IncentiveLink {
		left: 0 !important;
		margin-top: 15px !important;
		text-align: left !important;
		padding-left: 15px !important;
	}
	#header, #SideBar{
		display: block;
	}
    .button{
		width: 43% !important;
		float: none !important;
	}
	.login{
		float: none !important;
	}
	.ad-carousel{
		width: 100% !important;	
	}
	.GenLayout #container{
		text-align:center !important;
	}
	#Menu-responsive{
		line-height: 2em;
	}
	#Menu-responsive .responsive-menu-title{
		line-height: 2em !important;
	}

	#mainContent{
		width: 100% !important;
		padding:5px !important;
		min-width: 370px
	}
	
	#mainContent table[cellpadding="10"]{
		width:100% !important;
	}


	input[type="submit"],.btn_submit{
		margin-top:1em !important;
		border-radius: 27px !important;
		border: 2px solid !important;
		padding: 5px;
		background-image: #f1f1f1 !important;
        background: #f1f1f1 !important;
        background-color: #f1f1f1 !important;
		color: black !important;
    }

    .GenLayout #mainContent table input[type="text"]{
		border-radius: 10px;
		border: 2px solid;
		padding:5px;
    }
    

	.GenLayout #mainContent table select{
		padding: 5px 10px;
		border: 1px solid;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-image: linear-gradient(45deg, transparent 50%, #f8f8fb 50%), linear-gradient(135deg, #fdfdfd 50%, transparent 50%), linear-gradient(to right, gray , gray);
		background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), 100% 0;
		background-size: 5px 8px, 5px 8px, 1.5em 2.5em;
		background-repeat: no-repeat;
		border-radius: 10px;
	}

	#footer{display: none}


	#mainContent3{
		width: 100% !important;
		min-height: 0px !important;
		height:auto;
	}
	#mainContent3 #LoginFormJS{
		width:50% !important;
	}
	#mainContent3 #error{
		margin:0px !important;
	}
	#mainContent3 #LoginFormJS img{
		width:100% !important;
		height:auto;
	}
	.GenLayout #mainContent3 {
		background-color: #ccc !important; 
	}

}
/**
@media (max-width: 992px) {
    .GenLayout #Menu {
        display: none;
    }
    .GenLayout #Menu-responsive {
        display: block;
    }
}
*/
@media (max-width: 992px){

	.GenLayout #mainContent, .GenLayout #container {
	
	width: ppp !important;
	
	}
	
	}

/* New CSS */

@media screen and (max-width:767px) {
	body{
		margin: 0 !important;
		padding: 0 !important;
		background-color: transparent !important;
	}
    .GenLayout #container{
        width: 100% !important;
        max-width: 100% !important;
       
    }
    .GenLayout #mainContent{
        width: 100% !important;
        max-width: 100% !important;
       
    }
    #mainContent{
        min-width: unset !important;
    }
    .section3_centerpart{
        width: 90%;
    }
    #myForm label{
        max-width: 100% !important;
    }
    .GenLayout #container{
        width: 100% !important;
        height: unset !important;
    }

    .GenLayout #SideBar{
        width: unset !important;
        max-width: 100%;
    }
	.GenLayout #SideBar img{
		width: 30%!important;
	}
}










