body {
    font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    font-size: 12px; 
    margin-top: 0;
}

body.developed {
    background-color: #4f9aee;
}

body.non_developed {
    background-color: #e6454b;
}

#container {
    width: 900px;
    margin: auto;
}

#container.backoffice {
    width: 100%;
    margin: auto;
}

table {
    width: 100%;
}

tr {
    width: 100%;     
    border: solid 8px transparent;
}


h1 {
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

span.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

th {
    font-weight: normal;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-left: 20px;
}

input[type="text"], input[type="password"], textarea {
    width: 90%;
}

input[type="submit"], input[type="button"] {
    width: 80px;
    left: 110px; 
}

a {
    /*font-size: 12px;*/
    text-decoration: none;
    text-align: center;
}

a:hover {
    text-decoration: underline;
}

div#top {
    height: 140px;
}

div#top_logo {
    width: 120px;
    display: inline-block;    
}

td#td_logo {
    width: 120px;
    vertical-align: top;
}

span#logo {     
    width: 120px;
    padding-bottom: 10px;    
    height: 107px; 
    background-image: url('../../img/gchera_logo.png');
    background-size: 120px 107px;
    background-repeat: no-repeat;   
    position: absolute;    
}
#container.backoffice span#logo {
    background-image: url('../../img/gchera_logo_dark.png');
}

td#td_nanjing {
    width: 120px;
    vertical-align: top;
}
span#nanjing {     
    width: 120px;
    height: 120px;    
    background-image: url('../../img/NAU_logo.png');    
    background-repeat: no-repeat;   
    background-size: 120px 120px;
    position: absolute;
}
td#title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    height: 120px;
    color: #5a7821;
    margin-top: 60px;
    line-height: 30px;
}

#container.backoffice td#title {
    color: #fff;
}

#container.backoffice.admin td#title {
    color: #000;
}

div#header {     
    width: 900px;
    margin-top: 0;
    padding-top: 0;
    height: 226px;
    margin: auto;    
    background-repeat: no-repeat;    
}
div#header.header1 {
    background-image: url('../../img/header_img_1.png');
    background-size: 900px 226px;
}

div#header.header2 {
    background-image: url('../../img/header_img_2.png');
    background-size: 900px 226px;
}

div#header.header3 {
    background-image: url('../../img/header_img_3.png');
    background-size: 900px 226px;
}

div#header.header4 {
    background-image: url('../../img/header_img_4.png');
    background-size: 900px 226px;
}

div#header.header5 {
    background-image: url('../../img/header_img_5.png');
    background-size: 900px 226px;
}

div#header.header6 {
    background-image: url('../../img/header_img_6.png');
    background-size: 900px 226px;
}

div#header p {
    margin: auto;
    padding-top: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
}

div#tools {
    margin-top: 5px;
    margin-bottom: 30px;
}

a.link_switch_economy {
    color: black;
}

div#container a.logout {
    margin-top: 0px;    
    margin-left: 20px;
    text-align: right;
    text-decoration: none;
    font-size: 12px;
    color: black;
    float: right;
}

div#container a.logout:hover {
    text-decoration: underline;
    color: black;
}

div#container a.contact {
    margin-top: 0px;        
    text-decoration: none;
    font-size: 12px;
    color: black;
    float: right;
}

div#container a.contact:hover {
    text-decoration: underline;
    color: black;
}

div#main_title {
    width: 600px;
    font-size: 28px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    color: #C40000;
    margin-bottom: 30px;
}

div#login {    
    height: 170px;
    width: 200px;
    display: block;
    top: 0;
}

div#login tr.buttons td { font-size: 11px; }
.lbl_show_password { font-size: 12px; }

div#introduction {    
    width: 670px;
    text-align: justify;
    padding: 20px;    
    padding-top: 0;
    display: block;
}

div#nominations_top {
    width: 620px;
    margin: auto;
}

div#nominations_closed {    
    width: 100%;
    text-align: center;
    padding: 20px;    
    display: inline-block;
    font-weight: bold;
    font-size: 10pt;
}

div#trophy {
    background: url('../../img/gchera_wap_logo.png');
    background-size: 150px 150px;
    width: 150px;
    height: 150px;
    display: inline-block;
}

div#previous_ceremonies {
    padding-top: 20px;
}

div#previous_ceremonies p {
    font-size: 12pt;
    text-align: center;
}

div .table_nomination {
    width: 100%;
    margin: auto;    
}

div .table_nomination th {
    font-size: 12px;
    width: 17%;
    padding-left: 0;           
}

div .table_nomination th.title {
    font-size: 14px;
    width: 17%;
    padding-left: 0;           
    text-align: center;
}

div .table_nomination thead th {
    /*vertical-align: middle;*/
    font-size: 14px;
    font-weight: bold;
}

div .table_nomination td {
    font-size: 14px;
    width: 40%;
    padding-left: 10px;
}

div .table_nomination tr {
    height: 45px;
}

div .table_nomination input[type="text"], textaera {
    margin-bottom: 0;
    width: 98%;
}

div .table_nomination textarea {
    width: 98%;
}

.comment {
    font-style: italic;
    font-size: 10px;
    display: block;
    vertical-align: top;
}

div .table_nomination .file_progress {
    width: 300px;
    height: 35px;
    margin-left: 0;   
    text-align: left;
    font-weight: bold;   
    display: inline-block;
}

div .table_nomination .file_progress p {
    height: 100%;
    width: 100%;
    text-align: right;
    padding-top: 7px;    
    font-size: 12px;
    font-weight: normal;
}

br .pixel {
    height: 5px;
}

.with_background td {
    /*padding-left: 15px;*/
}

.with_background thead th {
    /*left: 0;*/
    text-align: left;
    padding: 0;
}

/**
* Copied from GCHERA.COM
*/
#photo {position: relative;}
#photo img {float: left; width: 68em; height: auto; margin: 0;}
#photo ul li {list-style:none;}

#header, #photo {border-bottom: 3px solid;}

/* 
    #logo {font: 3.5em Helvetica, Arial, sans-serif; z-index:501; font-weight: bold; margin-bottom: -0.1em; color: #2d4d87; text-decoration: none; position:absolute; top:10px; left:20px;}
    #logo a, #logo a:visited {color: #2d4d87; text-decoration: none;}
*/
#strapline {
	color: #7d7d7d; 
	margin: 0; z-index:501; 
	position:absolute; 
	width:450px; 
	font:1.8em Bookman, Times New Roman, Arial; 
	top:53px; 
	left:25px; 
	font-style:italic;
}
div#rotator {
    position: relative;
    height: 350px;
}

span.close_button {
    position: absolute;
    width: 70px;
    height: 20px;
    top: 7px;
    right: 15px;
    padding-top: 5px;        
}

span.print_button {
    position: absolute;
    width: 100px;
    height: 20px;
    top: 7px;
    right: 100px;
    padding-top: 5px;        
}

table.active_background tr,td {
    border: solid 8x transparent;
}

table.active_background tr:hover {
    background-color: #eee;
}

div.largetable {
    margin: auto; 
    /* width: 850px; */
    overflow-y: scroll;
}

table.overalljuryweightedscores {
    max-width: 1000px;
}

table.overalljuryweightedscores th:nth-child(1)
, table.overalljuryweightedscores td:nth-child(1) {
    width: 10px;
}

table.overalljuryweightedscores th:nth-child(2) {
    text-align: center;
}

table.overalljuryweightedscores th:nth-child(2)
, table.overalljuryweightedscores td:nth-child(2) {
    width: 500px;
}

table.overalljuryweightedscores th:nth-child(1n+3)
, table.overalljuryweightedscores td:nth-child(1n+3) {
    text-align: center;
    width: 100px;
}

table.overalljuryweightedscores p {
    margin:0;    
}

table.nomination_scores {
    width: 1000px;
}

table.nomination_scores thead th:nth-child(1)
, table.nomination_scores tbody td:nth-child(1) {
    width: 10px;
}

table.nomination_scores thead th:nth-child(2) {
    text-align: center;
}

table.nomination_scores thead th:nth-child(2)
, table.nomination_scores tbody td:nth-child(2) {
    min-width: 500px;
}

table.nomination_scores thead th:nth-child(1n+3)
, table.nomination_scores tbody td:nth-child(1n+3) {
    text-align: center;
    width: 100px;
}

table.nomination_scores p {
    margin:0;    
}

td#td_economies_switch {
    text-align: center;
}

td#td_economies_switch a {
    font-size: 14px;
    font-weight: bold;    
    color: white;
    padding: 5px;
}

body.developed td#td_economies_switch a {
    background-color: #e6454b;
}

body.non_developed td#td_economies_switch a {
    background-color: #4f9aee;
}

@media print
{
    .noprint { display: none; }
}

ol {
    padding-left: 30px !important;
}

div.g-recaptcha div {
    margin: auto;
}

a.print_page {
    float:right;
}
