body {
	/*background-color: #c0c0c0;*/
	background-color: #fff;
	color: #000000;
	margin: 5px 0px;
	font-family: arial, verdana, sans-serif;
	padding-top: 60px;
}

a:link { color: #000000;}
a:visited { color: #000000;}
a:active { color: #FF0000;}

div.primary {
	float: left;
	background-color: #FFFFFF;
    margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: ridge;
}

div.primary-bootstrap {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	/*border: ridge;*/
}

div.spacer {
	height: 0px;
}
div.name {
	font-weight: bolder;
	font-size: 40px;
}
div.email {
	padding-bottom: 10px;
	padding-top: 10px;
}
div.personal {
	text-align: center;
	width:800px;
	margin-left: auto;
	margin-right: auto;
}
div.line {
	border-bottom-style: double;
	font-size: 1px;
	margin:5px;
}
div.summary {
	margin:5px;
}
div.section {
	font-weight: bold;
	font-size: 25px;
	margin-top: 20px;
}
div.position {
	background-color: #a5a5a5;
	background-image: url(http://www.kerryvasboe.com/gray_gradient.jpg);
	background-repeat: repeat-x; 
	font-weight: bold;
	font-size:18px;
	margin:10px;
	padding-bottom:1px;
}
div.positionTitle {
	padding-left: 10px;
}
div.positionDetails {
	background-image: none;
	background-color: #ffffff;
	margin:10px;
	font-weight: normal;
	font-size:medium;
	padding: 10px;
}
div.thin {
	background-color: #a5a5a5;
	background-image: url(http://www.kerryvasboe.com/gray_gradient.jpg);
	background-repeat: repeat-x; 
	font-size:2px;
	margin:10px;
	padding-bottom:1px;
}




.sfsa
{
font-size: 12px;
font-family: 'arial','verdana','sans-serif';
color: black;
background-color: F6D629;
border-width: 2px;
border-color: F5841E;
padding: 0px;
}

.cellborder
{
border: solid;
border-width: 1px;
border-color: black;
text-align: center;
}

table.results {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	/*overflow: scroll;*/
}
table.results th {
   font-size: 12px;
   font-family: 'arial','verdana','sans-serif';
}
table.results td {
   font-size: 12px;
   font-family: 'arial','verdana','sans-serif';
}
table.aresults th {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.aresults td {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

fieldset {
	margin: 0pt;
	padding: 0pt;
}

#tabs {
	position: absolute;
	height: 28px;
	list-style: none;
	
	margin: 0pt;
	padding: 0pt;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	/*background-color: #000000;
	color: #888888;*/
	text-decoration: none;
}

#tabs a.active-tab {
	background-color: #3e3e3e;
	border-top: 5px solid #FFE87C;
	border-left: 5px solid #FFE87C;
	padding-top: 3px;
	color: #ccc;
}

.goldMedal {
	font-weight: bold;
	background-color: #D9D919;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 2px;
	border: 1px solid #888888;
	color: #000000;
}
.silverMedal {
	font-weight: bold;
	background-color: #E6E8FA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 2px;
	border: 1px solid #888888;
	color: #000000;
}
.bronzeMedal {
	font-weight: bold;
	background-color: #A67D3D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #EEEEEE;
	padding: 0 2px;
	border: 1px 888888;
}

.titlelink {
	font-size: 40px;
	font-weight: bold;
	border-style: none;
	text-decoration: none;
}

div.bannerspacer {
	float: left;
	width: 100px;
}
.leftbanner {
	width: 100px;
	height: 100%;
	background-image: url(../images/nfl_teams2.png);
	background-repeat: repeat-y;
	background-position: 10px 0px;
	z-index: -1;
}
.rightbanner {
	/*position: absolute;
	right: 0px;*/
	float: left;
	width: 100px;
	height: 100%;
	background-image: url(../images/nfl_teams2.png);
	background-repeat: repeat-y;
	background-position: 10px -1600px;
	z-index: -1;
}
.menu {
	background-color: #FFFFFF;
	width: 175px;
	border: 1px;
	text-align: center;
}
.centered {
    margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
}
.content {
	overflow: hidden;
}
.sizeequal {
    margin-bottom: -32762px;
    padding-bottom: 32767px;
}

/* This is to avoid the two-line issue for the nav-bar */
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    /* To get the content below the nav-bar */
	body {
		padding-top: 70px;
	}
}
