/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/*** HEADER STYLES ***/

body {
    background: url("../img/bg_header.png") repeat-x #3b478c;
    padding-top:3px;
}

.color {
    background-color:#3b478c;
}
.fontcolor {
    color: #00ccff;
}
.linkColor {
    color:#00ccff;
}
.actionBox {
    background-color:#ecedf4;
}
.footerLinks {
    color:#ecedf4;
}


header {   
    height:200px;
    background: url("../img/bg_header.png") repeat-x #fff;
    padding-bottom:20px;
}

header .container {
    padding-top:13px;
}

.logo .nameText {
    position:relative;
    bottom:20px;
    left:10%;
    background-color:#fff;
    font-weight:bold;
    font-style:italic;
    text-transform:uppercase;
}

.headerButtons {
    text-align:right;
    margin-top:10px;  
}

.headerButtons a {
    display:inline-block;
    margin-bottom:5px;
    padding:8px;
    color:#fff;
    
    font-weight:bold;
    text-decoration:none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.headerButtons .gray {
    background-color:#c2c2c2;
}

/*** NAV STYLES ***/
.navBar {
    float:left;
    width:100%;
}

.navBar ul {
    margin: 20px 0 10px;
    padding:0;
    height:35px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
}

.navBar ul li {
    margin: -5px 0px 0px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    list-style-type: none;
    text-align: center;
    height: 30px;
    width: 10%;
    vertical-align: middle;
    padding-top: 10px;
    border:1px solid transparent;
    border-bottom:none;
}
.navBar ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration:none;
    display:block;
    width:100%;
    height:100%;
}

.navBar ul .active, .navBar ul li:hover {
    background-color:#fff;
    border:1px solid #cacacb;
    border-bottom:none;
    
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
}

.navBar ul .active a, .navBar ul li:hover a {
    color:#333;
}

.navBar .tag {
    font-size:2em;
    float:left;
}

/*** BODY STYLES ***/

#main {
    background-color:#fff;
    padding-bottom:15px;
}

.body_top {
    height:50px;
    width:100%;
    background: url("../img/bg_body_top.png") repeat-x bottom;
}

.body_bottom {
    height:50px;
    width:100%;
    background: url("../img/bg_body_bottom.png") repeat-x bottom;
}

.leftPanel {
    float:left;
    width: 700px;
    margin-right:30px;
}

.rightPanel {
    float:left;
    width:220px;
}


/*** FOOTER STYLES ***/

footer {
    color:#9ba1c1;
    text-align:center;
    height:90px;
    border: 1px solid #666666;
    border-bottom:none;
    background: url("../img/bg_footer.png") repeat-x;
    
}

footer a {
    color: #fff;
    text-decoration:none;
}

footer ul {
    padding:20px 0 0;
    margin-bottom:3px;
}

footer ul li {
    font-size: 1.063em;
    font-weight:bold;
    border-right:1px solid #9ba1c1;

    display: inline;
    list-style-type: none;
    padding: 0 10px;
}

footer ul li a {
    color:#9ba1c1;
    text-decoration:none;
}

footer ul .none {
    border-right:none;
}

footer .tagline {
    font-size:0.813em;
}


/*** MISC STYLES ***/

td {
    vertical-align:top;
}

label {
    font-size: 0.9em;
}

.button_white {
    text-decoration: none !important;
    font-weight:bold;
    text-transform:uppercase;
    font-size:0.9em;
    text-align:center;
    padding: 3px 8px;
    color:#333;

    border: 1px solid #c1c1c1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:  0px 0px 5px 1px rgba(241, 241, 241, 1);    
    box-shadow:  0px 0px 5px 1px rgba(241, 241, 241, 1);

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

/*.button {
    display:inline-block;
    padding: 3px 8px;
    color:#fff;
    text-decoration: none !important;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    font-size:0.9em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/

.correlated {
    font-style:italic;
    font-weight:bold;
    color:#2561bb;
}

.actionBox {
    padding: 10px;
    border: 3px solid #3b478c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.searchInputs {
    width:100%;
}

.searchInputs tr td {
    vertical-align:middle;
}

.searchInputs input {
    margin: 3px 1px;
}

.innerHalf {
    width: 467px;
    float:left;
    display:inline;
}

.buttonBox .active {
    color:#333;
    background-color:#fff;
}

.participantTable {
    width:100%;
}

.participantTable th, .participantTable td {
    padding: 3px;
    text-align:center;
    border:1px solid #ccc;
}

.participantTable th {
    color:#fff;
    font-weight:bold;
}

.participantTable td {
    background-color:#fff;
    
}

.headerPanel {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden; 
    margin-bottom:15px;   
}
.head {
    color:#fff;
    padding:5px 10px;
    font-weight:bold;
}
.body {
    padding-top:5px;
}


.halfColumn {
    width: 468px;
    float:left;
}
.halfColumn.first {
    margin-right:10px;
}
.halfColumn.second {
    margin-left:10px;
}

.halfColumn .body {
    padding-left:10px;
}

.submitbutton {
    margin-top:15px;
}

.accordion-tables {
    width:100%;
}

.accordion-tables td {
    border-bottom: 1px solid #ccc;
}

.accordion-tables .leftCol {
    font-weight:bold;
}
/* #Page Styles
================================================== */


/*** location_programlist ***/
.search-box {
    text-align:right;
}

/*** Dashboard ***/
.containerBox {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width:100%;
    height:73px;
    padding:3px;
}

.infoBox {
    float:left;
    width: 225px;
    height:63px;
    text-align:center;
    font-weight:bold;
    font-size:0.95em;
    padding: 5px 3px;

    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e3e5ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e5ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e5ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e3e5ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e3e5ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e3e5ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e5ee',GradientType=0 ); /* IE6-9 */
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

        .innerHalf {
            width: 371px;
        }
        
        .halfColumn {
            width: 372px;
        }

        /** Dashboard **/
        .infoBox {
            width:177px;
        }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

        header {
            height:auto;
            padding-bottom:10px;
        }

        .headerButtons {
            text-align:center;
            font-size:0.85em
        }
        .headerButtons a {
            padding:3px;
        }

        .navBar {
            float:left;
            width:100%;
        }

        .navBar ul {
            margin: 5px 0 5px;
            padding:0;
            height:auto;
            -webkit-border-radius: 0px 0px;
            border-radius: 0px 0px; 
        }

        .navBar ul li {
            border:1px solid #cacacb;
            margin: 0;
            display: list-item;
            list-style-type: none;
            text-align: center;
            height: auto;
            width: 100%;
            padding: 3px 0;
        }

        .navBar ul .active, .navBar ul li:hover {
            background-color:#fff;
            border:1px solid #cacacb;
            -webkit-border-radius: 0px 0px;
            border-radius: 0px 0px; 
        }

        .navBar ul .active a, .navBar ul li:hover a {
            color:#333;
        }

        .navBar .tag {
            font-size:2em;
            float:left;
        }

        #printPage {
            display:none;
        }

        footer ul {
            padding:15px 0 0;
            margin-bottom:3px;
            width:100%;
        }

        footer ul li {
            font-size: 0.9em;
            font-weight: bold;
            display: inline-block;
            list-style-type: none;
            padding: 0px 10px;
            width: 33%;
            border-right: none;
        }

        .searchInputs {
            margin-bottom:15px;
        }

        .headerPanel {
            border: none;
        }

        .halfColumn.first {
            margin-right:0px;
        }
        .halfColumn.second {
            margin-left:0px;
        }
        .halfColumn .body {
            padding-left: 0px;
        }

        .searchInputs tr td {
            vertical-align:middle;
            float:left;
            width:100%;
        }

        /*** location_programlist ***/
        .search-box {
            text-align:left !important;
        }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

        .innerHalf {
            width: 391px;
        }

        .fieldPanel .one-third.column {
            padding-left:5px;
        }

        .halfColumn {
            width: 420px;
        }

        /** Dashboard **/
        .infoBox {
            width:132px;
        }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

        .innerHalf {
            width: 271px;
        }

        .logo .nameText {
            font-size:0.8em;
            bottom:15px;
        }

        .fieldPanel .one-third.column {
            padding-left:2px;
        }

        .halfColumn {
            width: 300px;
        }

        /** Dashboard **/
        .containerBox {
            height:115px;
        }
        .infoBox {
            width:92px;
            height:105px;
        }

        /** Login **/
        .loginBox tr td {
            vertical-align:middle;
            /*float:left;*/
        }

        /** Participant Add Create **/
        .checkboxList label {
            width:95% !important;
        }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/