@font-face {
    font-family: "TW Cen MT";
    src: url('/fonts/Tw%20Cen%20MT.ttf');
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    /*background-image: url('img/background.jpg');*/
/*background-color: #ddd;*/
/*font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Calibri, helvetica, arial, sans-serif;*/
    font-family: Helvetica, Arial, sans-serif;

    font-size: 12px;
}

noscript div {
    width: 100%;
    font-size: 20px;
    background-color: #a00;
    color: #fff;
    text-align: center;
}

th {
    font-size: 12px;
}

td {
    font-size: 12px;
}

h2 {
    width: 100%;
    font-family: "TW Cen MT","Century Gothic","Futura","Helvetica",sans-serif;
    font-weight: normal;
    font-size: 2em;
    color: #666;
    border-bottom: 2px solid #666;
}

.h2content {
    margin-left: 10px;
    margin-right: 10px;
}

#container {
    position: relative;
    margin: 4px auto 0 auto;
    height: auto;
    width: auto; /* 880px; */
    text-align: left;
    padding-left: 0px;
}

#header {
    background-color: #fff;
    margin-top: 0px;
    height: 70px;
    width: /*1404px;*/ 880px;
    margin: auto;
   /* background-image: url('img/header-dev.png');*/
}
#header-rule {
    margin: 0;
    height: 10px;
    background-image: url('/rycons/navgrad.png');
}
#nav-rule {
    margin: 0 auto;
    height: 10px;
    width: 878px;
    border-width: 1px;
    border-style: none solid;
    border-color: #858585;
}

.lbutton, .rbutton {
    border: 1px solid #CCC;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0, .2);
    margin-top: 43px;
    padding: 2px 6px;
    text-align: center;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}
.lbutton {
    margin-right: 4px;
    float: left;
}
.rbutton {
    margin-left: 4px;
    float: right;
}
.lbutton img, .rbutton img { vertical-align: middle; }

#pubFind {
    float: left;
    margin: 24px 20px 0 20px ;
    text-align: left;
}
#pubFind button {
    height: 12px;
    width: 12px;
    margin: 6px 6px 0;
}

#pubName {
    color: #666;
    font-size: 1.5em;
    font-weight: bold;
}

#logo {
    float: left;
    cursor: pointer;
}
#rlogo {
    float: right;
    cursor: pointer;
}
#logo img {
    max-height: 70px;
    margin-right: 1em;
}
#rlogo img {
    max-height: 70px;
    margin-left: 1em;
}

#body {
    background-color: #fff;
    width: /*1400px;*/ 872px;
    margin: auto;
    min-height: 600px;
    padding: 3px;
    /*border: 1px solid #aaa;*/
    border-width: 1px;
    border-style: none solid solid solid;
    border-color: #858585;
    box-shadow: 0 5px 5px #888;    
}

/* menu page */
#menu ul {
    list-style-type: none;
}

#menu li {
    position: relative;
    display: none;
    width: 240px;
    height: 110px;
    margin: 10px;
    padding: 0px;
    padding-top: 40px;
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0, .2);
    /* todo: need to set up clip to show badge but clip other runoff */
    /*overflow: hidden;*/
    text-align: center;
    float: left;
    cursor: pointer;
    background-color: white;
/*
    background-image : url(img/crest.png);
    background-repeat: no-repeat;
    background-position: -8px 92px;
*/
}
#menu li:hover {
    box-shadow: 0 0 8px rgba(0,0,0, .5);
}

#menu li h1 {
    position: absolute;
    top: 0; left: 0; right: 0;
    font-family: "TW Cen MT","Century Gothic","Futura","Helvetica",sans-serif;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: white;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0,0,0, .2);
    text-shadow: 1px 1px black;
    border-radius: 6px 6px 0 0;
}

#menu li h1:first-child {
}

#menu p {
    font-size: 10pt;
    color: black;
    margin: 5px;
}

#menu td {
    font-size: 10pt;
    color: #000;
    margin: 5px;
}

#menu table {
    background-color: #fff;
    filter:alpha(opacity=60);
    opacity: 0.6;
}

#menu li div.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    background-color: #c00;
    color: #fff;
    height: 17px;
    min-width: 17px;
    border: 2px solid #ddd;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    z-index: 10;
}

/* login page */
#login {
    background-color: #eee;
    border: 1px solid #999;
    width: 300px;
    margin-left: 290px;
    margin-top: 100px;
    text-align: center;
}

#login table {
    margin: 10px auto;
}

/* art upload page */
#dropzone {
    width: 846px;
    border: 3px solid #fff;
    -moz-border-radius: 7px;
    position: relative;
}
/*
#dropzone:before
{
    text-align: center;
    content: "Drag and Drop to upload";
    color: #ddd;
    font-size: 50px;
    font-weight: bold;
    opacity: 0.5;
    text-shadow: 1px 1px #000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: -25px 0 0;
    z-index: 1;
}
*/

#dropzone table {
    width: 100%;
    border-collapse: collapse;
}
.dataTables_scrollBody {
    border: 1px solid #ccc;
}

#dropzone td,th {
}

/* art assign page */
#assignlist table {
    border-collapse: collapse;
    width: 100%;
}

#assignlist td {
    padding-left: 5px;
    padding-right: 5px;
}

#assignlist th {
    background-color: #dddddd;
    border-right: 2px solid white;
    border-left: 2px solid white;
    cursor: pointer;
}

#assignlist td.btop {
    padding-top: 10px;
    border-top: 1px solid #999;
}

#assignlist td.bbot {
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

#assignlist tr.even {
    background-color: #eee;
}

/* infoTable */
table.infoTable {
    border-collapse: collapse;
}

.infoTable td {
    padding: 0.1em 1em;
}

/* Std Form */
#buttonsLeft {
    margin-top: 5px;
    float: left;
}
#buttonsRight {
    margin-top: 5px;
    float: right;
}
#myForm input:disabled, select:disabled, textarea:disabled { 
    color: black;
    background-color: #eee; border: 0;
}
/* Time Machine history */
#tm { }
#tmDialog table { border-collapse: collapse; width: 100%; }
#tmDialog td { padding-left: 5px; padding-right: 5px; }
#tmDialog th { background-color: #fff; border: 2px solid #ccc; }

/* Validation */
label.error { color: #a00; }

/* POV in FOP */
#pov_page h1 {
    font-size: 16px;
}
#pov_page h2 {
    font-size: 14px;
}
#pov_page ol {
    margin-left: 0;
    padding-left: 2em;
}
#pov_page ol li {
    list-style-type: decimal;
}
#pov_page ol ol li {
    list-style-type: lower-alpha;
}

/* Other global stuff for FOP */
#menu p.clickhere { font-style: italic; font-size: .9em; }
.warning { color: #a00 }

/* DataTables Overrides */
table.display thead tr th.ui-state-default {
    color: white;
    text-shadow: 1px 1px #000;
    border: 1px solid #333;
}
table.display tbody tr.odd {
    /*background-color: #d6e7f1;*/
    background-color: #F8F8F8;
}
table.display tbody tr.odd td.sorting_1 {
    /*background-color: #c4dee8;*/
    background-color: #F0F0F0;
}
table.display tbody tr.even {
    background-color: white;
}
table.display tbody tr.even td.sorting_1 {
    /*background-color: #e0f0fa;*/
    background-color: #F8F8F8;
}
table.display tfoot tr td {
    background-color: white;
    border-top: 1px solid #eee;
    font-weight: bold;
}
.dataTables_wrapper {
    box-shadow: 0 0px 5px rgba(0,0,0, .5);
    border-radius: 5px;
}


/* Backgrounds and Gradients */
/* White to Silver */
/* removed: #menu li */
.optioncontainer #menu li, .tplicon, .rbutton, .lbutton, #pub-palette, .panel  {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

/* body bkg white to silver */
#body {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

}

/* Blue Heading */
#menu li h1, #pub-palette h3, #t_hist th, table.dataTable thead tr th.ui-state-default, .panel h3, #t_hist caption, .d_chartbox h3, .so_table .sectheading  {
background: rgb(167,207,223); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}


/* SMap and some new layout stuff */
h2.bodytitle {
    width: 100%;
    font-family: "TW Cen MT","Century Gothic","Futura","Helvetica",sans-serif;
    font-weight: normal;
    font-size: 2.2em;
    color: #666;
    border-bottom: 2px solid #666;
    text-align: center;
    margin-top: 10px;
    position: relative;
}
h2.buttonhead {
    position: relative;
}
div.nav-topr {
    position: absolute;
    top: 0; right: 0;
    font-size: .45em;
}
div.nav-topl {
    position: absolute;
    top: 0; left: 0;
    font-size: .45em;
}
div.nav-topc {
    position: absolute;
    top: 0; left: 0; right: 0;
    text-align: center;
    font-size: .45em;
}
div.but-topr { 
    position: absolute;
    top: 0; right: 0;
}
a.textbut { text-decoration: none; }

#footer {
    clear: both;
    margin-top: 1em;
    text-align: center;
}
