﻿* {margin:0; padding:0;}

.groupMeetImage {
    width: 70px;
    height: 70px;
}

.groupMeetImage2 {
    width: 70px;
    height: 70px;
}

.body {
    background-color: #FFFFFF;
    background-image: url('../Images/InTimeBackground.jpg');
    background-repeat: no-repeat;
    background-position: 50% top;
    width: 100%;
    height: 100%;
    min-width: 950px;
}

.bodyNoTheme
{
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

@font-face 
{
    font-family: 'Open Sans Light';    
    src: url('/Fonts/OpenSans-Light_0.eot');
    src: url('/Fonts/OpenSans-Light_0.woff') format('woff'),
         local('Open Sans Light'), url('/Fonts/OpenSans-Light_0.ttf') format('truetype');
}

@font-face 
{
    font-family: 'Open Sans Bold';
    src: url('/Fonts/OpenSans-Bold.eot');
    src: url('/Fonts/OpenSans-Bold.woff') format('woff'),
         local('Open Sans Bold'), url('/Fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face 
{
    font-family: 'Open Sans Regular';
    src: url('/Fonts/OpenSans-Regular_0.eot');
    src: url('/Fonts/OpenSans-Regular_0.woff') format('woff'),
         local('Open Sans Regular'), url('/Fonts/OpenSans-Regular_0.ttf') format('truetype');
}

#headerBar
{
    background-color: #5EA2D8;
    background-image: url('../Images/InTimeHeader.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height:176px;
}

#homeBanner
{
    height: 330px;    
    background-position: center top;
    background-color: #000000;
    background-image: url('../Images/HomeBanner.jpg');
    background-repeat: no-repeat;    
    line-height: 35px;
}

#otherBanner
{
    height: 210px;    
    background-position: center top;
    background-color: #000000;
    background-image: url('../Images/OtherBanner.jpg');
    background-repeat: no-repeat;    
    line-height: 35px;
}

#footerBar
{
    background-color: #61a2d7;
    height: 202px;
    width:100%;
    font-family:'Open Sans Regular', sans-serif, Arial;
    font-size:12px;  
    color: #ffffff;
}

.container{
     font-family:'Open Sans Light', sans-serif, Arial;
}

#content
{
    max-width:950px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    font-family:'Open Sans Light', sans-serif, Arial;
    font-size:15px;    
    color: #262626;
}

#content .header
{
     font-weight: 500;
     font-size: 32px;
     color: #262626;
}

#content .header a
{
     text-decoration: none;
     color: #262626;
}

#content .header2
{
     font-weight: normal;
     font-size: 30px;
     color: #262626;
}

#content .subHeader
{
     font-weight: 500;
     font-size: 20px;
}

#content .text
{
     font-size: 15px;
     line-height: 21px;
}

#content .text a
{
     font-size: 15px;
     line-height: 21px;
     text-decoration:none;
     color: #262626;
}

#content .text a:hover
{
     text-decoration:underline;
}

.headerText
{
    font-family:'Open Sans Light', sans-serif, Arial;
    font-size: 42px;
    color:#ffffff;
}

.headerText2
{
    font-family:'Open Sans Light', sans-serif, Arial;
    font-size: 48px;
    color:#ffffff;
    font-weight: normal;
}

.highLightText
{
    font-family:'Open Sans Light', sans-serif, Arial;
    font-size: 42px;
    color: #8cc5f1;
}

.quote
{
    line-height:26px;
    font-size: 18px;
     color: #ffffff;
    font-family:'Open Sans Light', sans-serif, Arial;
}

.quoteBold
{
    line-height:26px;
    font-size: 18px;
     color: #ffffff;
    font-family:'Open Sans Bold', sans-serif, Arial;
    font-weight: bold;
}

.quoteSemiBold
{
    line-height:26px;
    font-size: 18px;
     color: #daefff;
    font-family:'Open Sans Bold', sans-serif, Arial;
    font-weight: bold;
}

.menuItem
{   
    font-size: 14px;
    color: #ffffff;
    font-family:'Open Sans Bold', sans-serif, Arial;
    font-weight: bold;
    text-decoration:none;
}

.menuItem:hover
{
    color: #24669B;
    text-decoration:none;
}

.customTable
{
    margin: 0px;
    padding: 0px;
    width: 950px;
    border: 1px solid #8d96b1;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.customTable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:950px;
	margin:0px;
    padding:0px;
}
 
 .customTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

.customTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.customTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.customTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
 
.customTable tr:nth-child(odd)
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

.customTable .lastColumnCell
{
    background: #c2dcef; /* Old browsers */
    background: -moz-linear-gradient(top, #c2dcef 0%, #e6f1f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2dcef), color-stop(100%,#e6f1f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c2dcef 0%,#e6f1f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c2dcef 0%,#e6f1f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c2dcef 0%,#e6f1f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c2dcef 0%,#e6f1f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dcef', endColorstr='#e6f1f9',GradientType=0 );  /* IE6*/
}

.customTable .lastColumnCellAlt
{
    background: #a9cde9; /* Old browsers */
    background: -moz-linear-gradient(top, #a9cde9 0%, #cce1f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9cde9), color-stop(100%,#cce1f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9cde9 0%,#cce1f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9cde9 0%,#cce1f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9cde9 0%,#cce1f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9cde9 0%,#cce1f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cde9', endColorstr='#cce1f2',GradientType=0 );  /* IE6*/
}

.customTable tr:nth-child(even)    
{ 
    /*background-color:#ebebeb;*/   
  
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.customTable td
{
	vertical-align:middle;
	border:1px solid #8d96b1;
	border-width:0px 0px 1px 0px;
	text-align:left;
	padding:12px;
	font-size:15px;
    font-family:'Open Sans Light', sans-serif, Arial;
	font-weight:Bold;
	color:#262626;

}.customTable tr:last-child td{
       
	border-width:0px 0px 0px 0px;

}.customTable tr td:last-child{
	border-width:0px 0px 1px 0px;

}.customTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.customTable tr:first-child td
{
    background-color: #545454;
    border: 0px solid #8d96b1;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans Light' , sans-serif, Arial;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 2px 20px 2px;
    vertical-align:top;
}
.customTable tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.customTable tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}



.meetTable
{
    margin: 0px;
    padding: 0px;
    width: 950px;
    border: none;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.meetTable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:950px;
	margin:0px;
    padding:0px;
}
 
 .meetTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

.meetTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.meetTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.meetTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
 

.meetTable img {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.meetTable tr:nth-child(odd)
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}



.meetTable tr:nth-child(even)    
{ 
    /*background-color:#ebebeb;*/   
  
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
/*---------------------*/
.meetTable tr:nth-child(odd):hover
{ 
   
  background: #a5bccd; /* Old browsers */
background: -moz-linear-gradient(top, #a5bccd 0%, #b0c9db 13%, #bfdaee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bccd), color-stop(13%,#b0c9db), color-stop(100%,#bfdaee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* IE10+ */
background: linear-gradient(to bottom, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bccd', endColorstr='#bfdaee',GradientType=0 );  /* IE6-9 */

   

}

.meetTable tr:nth-child(even):hover    
{ 
    background: #c0ccd5; /* Old browsers */
background: -moz-linear-gradient(top, #c0ccd5 0%, #d2dfe9 13%, #f0f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0ccd5), color-stop(13%,#d2dfe9), color-stop(100%,#f0f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ccd5', endColorstr='#f0f4f4',GradientType=0 ); 
  
}

.meetTable tr:hover  img {
    filter: none;
    -webkit-filter: grayscale(0);
}
/***************/

.meetTable td
{
	vertical-align:middle;
    border-color: transparent;
	border-width:0px 0px 1px 0px;
	text-align:left;	
	font-size:26px;
    font-family:'Open Sans Light', sans-serif, Arial;
	font-weight:500;
	color:#262626;
    text-transform: uppercase;

}

.meetTable  a
{
    color: #262626;
    text-decoration: none;
}

.meetTable tr:last-child td{
       
	border-width:0px 0px 0px 0px;

}.meetTable tr td:last-child{
    border-color: transparent;
	border-width:0px 0px 1px 0px;

}.meetTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.meetTable tr:first-child td
{
    background-color: #545454;
    border: 0px solid #8d96b1;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans Light' , sans-serif, Arial;
    font-weight: 500;
    color: #ffffff;
    
    vertical-align:top;
}

.meetTable tr:first-child td a
{
    text-decoration: none;
}
.meetTable tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.meetTable tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.readMore
{
    color: #61a2d7;
    font-size: 15px;
    font-family: 'Open Sans Bold' , sans-serif, Arial;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.hyperLink
{
    color: #262626;
    font-size: 15px;
    font-family: 'Open Sans Bold' , sans-serif, Arial;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.hyperLink:hover
{
    color: #000000;
    text-decoration: none;
}

.yearItem
{
    text-align: center;
    display:inline-block;
    height: 36px;
    width: 60px;
    margin-left: 5px;
    padding-top:5px;
    vertical-align: middle;
}

.yearItem a
{
    color: #ffffff;
}

.yearItem a:hover
{
    text-decoration:underline;
}

.yearItemHighlight
{
    background-position: center center;
    text-align: center;
    display: inline-block;
    height: 36px;
    width: 108px;
    margin-left: 5px;
    padding-top: 5px;
    background-color: transparent;
    vertical-align: middle;
    background-image: url('../Images/YearTab.png');
    background-repeat: no-repeat;
    
}

.yearItemHighlight a
{
    color: #303233;
}


.resultsHeader
{
    text-transform: uppercase;
    height:40px;
    background-color: #545454;
    color: #ffffff;
}

.resultsHeaderLeft
{
    text-align: left;
}

.resultsHeaderCenter
{
    text-align: center;
}

.resultsRowAlt
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    height: 45px;
}

.resultsRow
{ 
    /*background-color:#ebebeb;*/   
    
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    height: 45px;
}

.resultsRow:hover
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #c0ccd5; /* Old browsers */
    background: -moz-linear-gradient(top, #c0ccd5 0%, #d2dfe9 13%, #f0f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0ccd5), color-stop(13%,#d2dfe9), color-stop(100%,#f0f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ccd5', endColorstr='#f0f4f4',GradientType=0 ); 

}

.resultsRowAlt:hover
{ 
    /*background-color:#ebebeb;*/   
  
    background: #a5bccd; /* Old browsers */
    background: -moz-linear-gradient(top, #a5bccd 0%, #b0c9db 13%, #bfdaee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bccd), color-stop(13%,#b0c9db), color-stop(100%,#bfdaee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bccd', endColorstr='#bfdaee',GradientType=0 );  /* IE6-9 */

}
.resultsRow a
{
    font-size: 14px;
    color: #262626;
}

.resultsRowAlt a
{
    font-size: 14px;
    color: #262626;
}

.competitionHeaderLarge
{
    display:inline-block;
    vertical-align: middle;
    font-size:42px;
    font-weight:500;
    text-transform: uppercase;
    line-height: normal;
}

.competitionHeader
{    
    display:inline-block;
    vertical-align: middle;   
    font-size:35px;
    font-weight:500;
    text-transform: uppercase;
    line-height: normal;
}

.dropDownList
{
    background-color: transparent;
    padding: 10px;
    border: solid 1px #262626;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    font-size: 14px;
    text-transform: uppercase;
}

.dropDownListLimited
{
    background-color: transparent;
    padding: 10px;
    border: solid 1px #262626;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    font-size: 14px;
    max-width: 310px;
    text-transform: uppercase;
}

.black_overlay{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	background-image: url('../Images/ajax-loader-admin.gif');
	background-repeat:no-repeat;
	background-position:center;
}

.modalPopup
{
     background-color: #f2f7fb;
     position:relative;
}

.modalFormHeader
{
    position:relative;
    background-color: #545454;
    height:47px;
    line-height: 47px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.modalFormSubHeader
{
    background-color: #545454;
    height:34px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Open Sans Light' , sans-serif, Arial;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:0px;
    margin-top:-5px;
}

.modalFormMinorHeader
{
    background-color: #d6d6d6;
    height: 30px;
    line-height: 30px;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    font-size: 15px;
    color: #000000;
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}

.modalFormRow
{
    background-color: #f2f7fb;
    font-family: 'Open Sans Light' , sans-serif, Arial;
    font-size: 15px;
    color: #000000;
    text-align: left;
    padding-left: 20px;
    font-weight: normal;
}

.closeIcon
{
	border: none;	
	background-position: center;
	background-image: url(../Images/Icon_Close.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 15px;
	top: 13px;
	height: 21px;
	right: 20px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.scoreHeader
{
	background-color:#ababab;
	color:#000000;
    font-size: 11px;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    height:30px;
}

.scoreBust
{
	background-color: #FFCCCC;
	font-weight: bold;
	color: #FF0000;
}

.scoreBustFinal
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3737;
}


.smallText
{
   color:#000000;
    font-size: 10px;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    border: none;
    width:840px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;

}

.smallText th
{
    border-top: 1px solid #f2f7fb;
    min-width: 10px;
    text-align: center;
}

.smallText td
{
    min-width:10px;
    height:20px;
    border-top: 1px solid #f2f7fb;
    text-align:center;
}

.smallText tr:nth-child(odd)
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

.smallText tr:nth-child(even)    
{ 
    /*background-color:#ebebeb;*/   
  
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.smallText tr:first-child td
{
   background-color:#ababab;
	color:#000000;
    font-size: 11px;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    height:30px;
}

/*.smallText tr:last-child td
{
    background-color:#545454;
	color:#ffffff;
    font-size: 11px;
    height:30px;
    font-family: 'Open Sans Bold' , sans-serif, Arial;
}*/

.smallText tr:last-child td.scoreBustFinal
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3737;
    font-size: 11px;
    height:30px;
    font-family: 'Open Sans Bold' , sans-serif, Arial;
}

.smallText td:first-child {
	text-align: left;
    padding-left:15px;
}

/*-----------------*/

.mediumText
{
   color:#000000;
    font-family: 'Open Sans Light' , sans-serif, Arial;
    font-size: 14px; 
    border: none;
    width:840px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;

}

.mediumText th
{
    border-top: 1px solid #f2f7fb;
    min-width: 10px;
    text-align: center;
}

.mediumText td
{
    min-width:10px;
    height:30px;
    border-top: 1px solid #f2f7fb;
    text-align:center;
}

.mediumText tr:nth-child(odd)
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

.mediumText tr:nth-child(even)    
{ 
    /*background-color:#ebebeb;*/   
  
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.mediumText tr:first-child td
{
    background-color:#ababab;
    color:#000000;
    font-size: 14px;
    font-family: 'Open Sans Regular' , sans-serif, Arial;
    height:30px;
}


.mediumText tr:last-child td.scoreBustFinal
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3737;
    font-size: 14px;
    height:30px;
    font-family: 'Open Sans Bold' , sans-serif, Arial;
}

.mediumText td:first-child {
	text-align: left;
    padding-left:15px;
}


.trueItem
{
    background-image: url('../Images/accepted_48.png');
    background-repeat: no-repeat;
    background-position: center center;
    width:20px;
    height:20px;
}

.falseItem
{
    background-image: url('../Images/cancel_48.png');
    background-repeat: no-repeat;
    background-position: center center;
    width:20px;
    height:20px;
}

.nameRowHeader
{
	font-size: 12px;
	text-align: left;
	font-weight: normal;
     font-family: 'Open Sans Regular' , sans-serif, Arial;
}

.CPResultsTable
{
    margin: 0px;
    padding: 0px;
    width: 950px;
    border: none;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.CPResultsTable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:950px;
	margin:0px;
    padding:0px;
}
 
.CPResultsTable tr:nth-child(odd)
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

.CPResultsTable tr:nth-child(even)    
{ 
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.CPResultsTable tr:nth-child(odd):hover
{       
    background: #c0ccd5; /* Old browsers */
    background: -moz-linear-gradient(top, #c0ccd5 0%, #d2dfe9 13%, #f0f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0ccd5), color-stop(13%,#d2dfe9), color-stop(100%,#f0f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ccd5', endColorstr='#f0f4f4',GradientType=0 ); 

}

.CPResultsTable tr:nth-child(even):hover    
{ 
    background: #a5bccd; /* Old browsers */
    background: -moz-linear-gradient(top, #a5bccd 0%, #b0c9db 13%, #bfdaee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bccd), color-stop(13%,#b0c9db), color-stop(100%,#bfdaee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bccd', endColorstr='#bfdaee',GradientType=0 );  /* IE6-9 */

}

.CPResultsTable td
{
	vertical-align:middle;
    border-color: transparent;
	border-width:0px 0px 1px 0px;
	text-align:left;	
	font-size:13px;
    font-family:'Open Sans Light', sans-serif, Arial;
	font-weight:500;
	color:#262626;
    height:30px;
}

.CPResultsTable  a
{
    color: #262626;
}



.CPResultsTable .cpheader
{
    background-color: #545454;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans Light' , sans-serif, Arial;
    font-weight: 500;
    color: #ffffff;
    vertical-align:middle;
}


.CPResultsTable tr:first-child td a
{
    text-decoration: none;
}

.CPResultsColon
{
    position:absolute;
    left:200px;
    top: 0px;
    margin-right:20px;
}

.CPResultValue
{
    position:absolute;
    left:220px;
    top: 0px;
    height: 100%;
}


/*Wingsuit Performance*/

.WSPerformanceResultsTable
{
    margin: 0px;
    padding: 0px;
    width: 950px;
    border: none;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.WSPerformanceResultsTable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:950px;
	margin:0px;
    padding:0px;
}
 
.WSPerformanceResultsTable tr:nth-child(odd)
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

.WSPerformanceResultsTable tr:nth-child(even)    
{ 
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.WSPerformanceResultsTable tr:nth-child(odd):hover
{       
    background: #c0ccd5; /* Old browsers */
    background: -moz-linear-gradient(top, #c0ccd5 0%, #d2dfe9 13%, #f0f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0ccd5), color-stop(13%,#d2dfe9), color-stop(100%,#f0f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ccd5', endColorstr='#f0f4f4',GradientType=0 ); 

}

.WSPerformanceResultsTable tr:nth-child(even):hover    
{ 
    background: #a5bccd; /* Old browsers */
    background: -moz-linear-gradient(top, #a5bccd 0%, #b0c9db 13%, #bfdaee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bccd), color-stop(13%,#b0c9db), color-stop(100%,#bfdaee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bccd', endColorstr='#bfdaee',GradientType=0 );  /* IE6-9 */

}

.WSPerformanceResultsTable td
{
	vertical-align:middle;
    border-color: transparent;
	border-width:0px 0px 1px 0px;
	text-align:left;	
	font-size:11px;
    font-family:'Open Sans Light', sans-serif, Arial;
	font-weight:500;
	color:#262626;
    height:30px;
}

.WSPerformanceResultsTable  a
{
    color: #262626;
}



.WSPerformanceResultsTable .wsPerfHeader
{
    background-color: #545454;
    text-align: center;
    font-size: 13px;
    font-family: 'Open Sans Light' , sans-serif, Arial;
    font-weight: 500;
    color: #ffffff;
    vertical-align:top;
    padding-top:2px
}


.WSPerformanceResultsTable tr:first-child td a
{
    text-decoration: none;
}

.WSPerformanceResultsColon
{
    position:absolute;
    left:200px;
    top: 0px;
    margin-right:20px;
}

.WSPerformanceResultsValue
{
    position:absolute;
    left:220px;
    top: 0px;
    height: 100%;
}
/*Speed Skydiving*/

.ssResultsHeader
{
    text-transform: uppercase;
    height:40px;
    background-color: #545454;
    color: #ffffff;
    font-size: 12px;
}

.ssResultsHeader th {
    
    text-align: center;
}

    .ssResultsHeader .leftAlign {
        text-align: left;
    }

    .ssResultsHeader .rightAlign {
        text-align: right;
    }
.ssResultsRowAlt
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #c1c1c1 14%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(14%,#c1c1c1), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%,#c1c1c1 14%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    height: 45px;
    font-size: 12px;
}

.ssResultsRow
{ 
    /*background-color:#ebebeb;*/   
    
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 1%, #e8e8e8 10%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(10%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 1%,#e8e8e8 10%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    height: 45px;
    font-size: 12px;
}

.ssResultsRow:hover
{ 
    /*background-color:#d6d6d6;*/ 
     
    background: #c0ccd5; /* Old browsers */
    background: -moz-linear-gradient(top, #c0ccd5 0%, #d2dfe9 13%, #f0f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0ccd5), color-stop(13%,#d2dfe9), color-stop(100%,#f0f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c0ccd5 0%,#d2dfe9 13%,#f0f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ccd5', endColorstr='#f0f4f4',GradientType=0 ); 

}
s
.ssResultsRowAlt:hover
{ 
    /*background-color:#ebebeb;*/   
  
    background: #a5bccd; /* Old browsers */
    background: -moz-linear-gradient(top, #a5bccd 0%, #b0c9db 13%, #bfdaee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bccd), color-stop(13%,#b0c9db), color-stop(100%,#bfdaee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5bccd 0%,#b0c9db 13%,#bfdaee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bccd', endColorstr='#bfdaee',GradientType=0 );  /* IE6-9 */

}
.ssResultsRow a
{
    font-size: 12px;
    color: #262626;
}

.ssResultsRowAlt a
{
    font-size: 12px;
    color: #262626;
}

/*---------*/
.trueItem
{
    background-image: url('../Images/Icon_Tick.png');
    background-repeat: no-repeat;
    background-position: center center;
    width:20px;
    height:100%;
    vertical-align:middle;
}

.falseItem
{
    background-image: url('../Images/Icon_Cross.png');
    background-repeat: no-repeat;
    background-position: center center;
    width:20px;
    height:100%;
    vertical-align:middle;
}

.exceptionMsg
{
    font-size: 14px;
    font-family: 'Open Sans Bold' , sans-serif, Arial;
    color: #990000;
    vertical-align: middle;
}

.chart
{
    font-size:18px;
}

#list_countries, .list_collapse
{
    background: #FFFFFF;   
    width: 220px;
    height: 50px;
    overflow-y: scroll;
   
    border: 1px solid #666;
    z-index: 10;
    padding: 0px;
    text-align: left;
    display:block;
    background-color: transparent;
}

.blueHyperLink
{
    color:#61a2d7;
    font-weight:bold; 
    font-family:'Open Sans Bold', sans-serif, Arial;
    text-decoration:none;
    text-transform: uppercase;
    font-size: 15px;
}

.blueHyperLink:hover
{
    color: #2D80C4;
}

.eventBar
{
    text-decoration:none;
    color:#262626;
}

.eventBar:hover
{
    color:#000000;
}

.newsBar
{
    text-decoration:none;
    color:#262626;
}

.newsBar:hover
{
    color:#000000;
    background-color: #EEEEEE;
}


/*=================*/

.nav-justified {    
    margin-top:30px;
}
.nav-justified > li > a {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #FFFFFF;
    text-align: left;
    font-size: 14px;
    font-family:'Open Sans Bold', sans-serif, Arial;
    font-weight: bold;
    text-decoration:none;
    background-color: none;
}

.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
     color: #24669B;
     background-color: transparent;
}

.nav-justified > li > a:hover {
     color: #24669B;
     background-color: transparent;
}


