/* Caution! Ensure accessibility in print and other media types... */

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */

    .tabs-hide {

        display: none;

    }

}


/* This is the holding div control - the area you want to cover with the widget */


/* Skin */

.tabs-nav 
{

	list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
	display: inline-block;
	}

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */

    display: block;

    clear: both;

    content: " ";

}



/* Sets the width of the tab */

.tabs-nav li 
{
	float: left;
	line-height: 42px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	}

.tabs-nav a, .tabs-nav a span 
{

	display: block;
	padding: 0 10px;
	font-family:'BebasNeueRegular', Arial, sans-serif;
	font-size:22px;
	color:#666;
	}


.tabs-nav li a
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #DEDEDE #DEDEDE #DEDEDE -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #999999;
    display: block;
    letter-spacing: 0;
    outline: medium none;
    padding: 0 16px;
    text-decoration: none;
	
	}

.tabs-nav li:first-child a {
    border-left: 1px solid #DEDEDE;
}

.tabs-nav .tabs-selected a 
{

	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-top: 1px solid #666666;
	}






*>.tabs-nav a span { /* hide from IE 6 */

    width: auto;

    height: auto;

}





.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */

    cursor: pointer;

}

.tabs-nav .tabs-disabled {

    opacity: .4;

}



/* The below controls the control for the container box at the bototm of the tabs*/

.tabs-container 
{
	border: 1px solid #DEDEDE;
    margin: -6px 0 20px;
    overflow: hidden;
    width: 100%;
	background-color:#FFF;
	padding:10px;
	}

.tabs-loading em {

    padding: 0 0 0 20px;

    background: url(../assets/lightbox/loading.gif) no-repeat 0 50%;

}


.tabs-nav .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
.tabs-nav .tabs-disabled a span {
    _height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}

.facebookbutton{
	background-color:#3B5999;
	background-attachment:scroll;
	background-position:10px 12px;
	background-repeat:no-repeat;
	border:1px solid #133783;
	border-radius:2px 2px 2px 2px
	color:#fff !important;
	cursor:pointer;
	display:inline-block;
	margin-bottom:20px;
	padding:8px 10px 8px 10px;
	text-decoration:none;
	font-family:'lucida grande', tahoma,verdana,arial,sans-serif;
}

.facebookbutton:hover{
	background-color:#4B67A1;
	text-decoration:underline;