﻿body
{
    font-size: 9pt;
    color: #606060;
    font-family: 'Century Gothic' , Arial, 'Times New Roman';
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}



#slider {
    width: 375px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider2 {
    width: 375px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 0px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;

}
.sliderImage {
    float: left;
    position: relative;
	display: none;
    
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 375px;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}

.NewsLink
{
    text-transform: capitalize;
    font-size: 10pt;
    font-weight: bold;
    color: #ff00ff;
    text-decoration: none;
    font-family: 'Arial Narrow' , Arial;
}











.MenuLinkStyle
{
    font-size: 10pt; 
    color: #000066; 
    text-decoration: none
	
}



.HeaderLinkStyle
{
    font-weight: bold;
    font-size: 10pt; 
    color: #ffffff; 
    text-decoration: none
}

a.HeaderLinkStyle:link
{
    font-weight: bold;
    font-size: 10pt; 
    color: #ffffff; 
    text-decoration: none
}

a.HeaderLinkStyle:hover
{
    font-weight: bold;
    font-size: 10pt;
    color: #ccffcc;
    text-decoration: none;
}

.HeaderStyle
{
    background-color:#000;
    font-weight: bold;
    font-size: 10pt;
    font-family:Arial;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-style:outset;
    border-width:thick;

}

.HeaderStyleSortable
{
    background-color:#000;
    font-weight: bold;
    font-size: 10pt;
    font-family:Arial;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-style:outset;
    border-width:thick;

}

.HeaderStyleSortable a
{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-family: Arial;
	font-variant: normal;
	font-size: 12px;
	text-decoration: none;	

	
}

.SubMenuTitle
{
    font-size: 11pt;
    font-weight: bolder;
    color: #ffffcc;
    font-family: Arial;
    font-style: italic;
}

.SubMenuItem
{
    font-size: 10pt;
    font-weight: bold;
    color:White;
    font-family: Arial;
    text-decoration: none;
    list-style-position: outside;
    list-style-type: circle;
    line-height: 13pt;
    margin-left: 25px;
}
a.SubMenuItem:link
{
    font-size: 10pt;
    font-weight: bold;
    color: White;
    font-family: Arial;
    text-decoration: none;
    list-style-position: outside;
    list-style-type: circle;
    line-height: 13pt;
    margin-left: 25px;
}
a.SubMenuItem:hover
{
    font-size: 10pt;
    font-weight: bold;
    color: yellow;
    font-family: Arial;
    list-style-position: outside;
    list-style-type: circle;
    line-height: 13pt;
    margin-left: 25px;
}

.LeftNav
{
    font-weight: bold;
    font-size: 14pt;
    color: white;
    text-decoration: none;
    text-align: center;
}
.Links
{
    font-weight: bold;
    font-size: 11pt;
    text-transform: uppercase;
    color: gray;
    text-decoration: none;
}
.Heading
{
    font-weight: bold;
    font-size: 14pt;
    color: #314d73;
    text-decoration: none;
}

.SubHeading
{
    font-weight:normal;
    font-size: 12pt;
    color: #314d73;
    text-decoration: none;
}
.ReportTitle
{
    font-weight:bold;
    font-size: 11pt;
    color: #314d73;
    text-decoration: none;
}

.CalendarStyleDay
{
    text-decoration: none;
    color: blue;
    font-weight: normal;
}

.ErrorText
{
    font-weight: bold;
    font-size: 14pt;
    color: #ff3300;
    text-decoration: none;
}

.GridViewStyle
{
    font-size: 9pt;
    color: black;
    font-family: Arial, 'Times New Roman';
}






.LinkList
{
	
	margin-left:10px;
	font-size:8pt;
		
}

.ContestDesc

{

	margin-left:10px;
	font-size:11pt;
 
}

.ContestLink

{

	margin-left:10px;
	font-size:9pt;

 
}
.trackerDatagridHeader
{
    text-align: center;
    border-bottom: solid 3px black;
    vertical-align: bottom;
    font-size: 8pt;
    font-weight: bold;
}

.trackerDatagridItem
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size:8pt;
}
.HeaderNew {
    font-weight: bolder;
    font-family: font-family: 'Century Gothic', Arial, 'Times New Roman';
    color: #1661A0;
    font-size: 25px;
} 
A
{
    text-transform: capitalize;
    color: #0000ff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}



/* Text inputs and email/number/etc */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
    width: 80%;
    box-sizing: border-box;
    font-size: 15px;
    color: #111;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 14px;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: inherit;
}

    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="password"]::placeholder,
    input[type="number"]::placeholder,
    input[type="search"]::placeholder,
    input[type="tel"]::placeholder,
    input[type="url"]::placeholder,
    textarea::placeholder {
        color: #9ca3af;
    }

    input[type="text"]:hover,
    input[type="email"]:hover,
    input[type="password"]:hover,
    input[type="number"]:hover,
    input[type="search"]:hover,
    input[type="tel"]:hover,
    input[type="url"]:hover,
    textarea:hover {
        border-color: #9ca3af;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    textarea:focus {
        border-color: #7f77dd;
        box-shadow: 0 0 0 3px rgba(127, 119, 221, 0.18);
    }

textarea {
    resize: vertical;
    min-height: 90px;
    line-height: 1.6;
}

/* Select dropdown */
select {
    width: 75%;
    box-sizing: border-box;
    font-size: 15px;
    color: #111;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 36px 10px 14px;
    outline: none;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: inherit;
    /* Custom arrow using an inline SVG as a background image */
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

    select:hover {
        border-color: #9ca3af;
    }

    select:focus {
        border-color: #7f77dd;
        box-shadow: 0 0 0 3px rgba(127, 119, 221, 0.18);
    }