/* $Id: unpriv.css 5943 2010-07-10 06:46:18Z cher $ */

/* Copyright (C) 2006-2010 Alexander Chernov <cher@ejudge.ru> */

/* This file is a part of ejudge contest management system. */

body 
{
        font-family: "Arial","Lucida Grande","Verdana","Sans-Serif";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 12px;
        color: black;
        text-align: justify;
}

p
{
        font-size: 16px;
}

li
{
        font-size: 16px;
}

tt
{
        font-size: 16px;
}

h3
{
        font-size: 18px;
}

#container /* the big block, which includes all other blocks */
{
        position:absolute; 
        z-index:0;
        width: 96%;
        margin-left: 30px;        
}

#l11 /* the block, which contains the logo */
{
        position: absolute;
        left: 0px;
        top: 30px;
        width: 120px;
        height: 120px;        
        background-color: #FFFFFF;
}
#l12 /* the common block for the title and menu lines */
{
        position: absolute;
        left: 0px;
        top: 30px;
        width: 100%;
        height: 100px;
        display: block;
}

#l13 /* the main block which contains information about server, footer and the content of the page between them */
{
        /*position:relative;*/
        position: absolute; 
        z-index:0;
        width: 100%;    
        top: 150px;
        left: 0px;
}

div.main_phrase /* the title of the current page */
{
        font-family: "Verdana", "Arial";
        font-weight: 800;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left:130px;
}

div.user_actions /* top menu line */
{ 
        background-color: rgb(102, 204, 255);
        width: 100%;
}
         
div.white_empty_block /* white line */
{
        width: 100%;
}
         
div.contest_actions /* bottom menu line */
{ 
        background-color: rgb(102, 204, 255);
        width: 100%;
}


div.user_action_item /* one item in the top menu line */
{
        font-family: "Verdana","Arial";
        font-size: 11px;
        font-weight: 800;
        text-align: center;
        padding-left:10px;
        padding-right:10px;
}
         
div.contest_actions_item /* one item in the bottom menu line */
{
        font-family: "Verdana","Arial";
        font-size: 11px;
        font-weight: 800;
        text-align: center;
        padding-left:10px;
        padding-right:10px;
}
         
select
{ 
        font-family: "Verdana","Arial";
        font-weight: normal;
        font-size: 9px;
        padding: 0px 0px 0px 0px;
}

button
{ 
        font-family: "Verdana","Arial";
        font-weight: normal;
        font-size: 9px;    
        padding: 0px 0px 0px 0px;
}

input
{ 
        font-family: "Verdana","Arial";
        font-weight: normal;
        font-size: 9px;    
        padding: 0px 0px 0px 0px;
}

#footer /* copyright, etc...*/
{
        width: 750px;
        padding: 10px 10px 10px 10px;
}
         
#footer2
{
        background-color: rgb(102, 204, 255);
        padding: 5px 10px 5px 10px;
        text-align: left;
        font-family: "Verdana", "Arial";
        font-size: 11px;
        font-weight: 800;
        margin-top: 20px;
        margin-bottom: 20px;
}

p.ejudge_copyright /* just copyright */
{
        font-family: "Verdana","Arial";         
        font-size: 10px;    
}
         
div.server_status_on /* server status block when the server is up */
{
        background-color: #aaffaa;
        padding: 4px 5px 4px 20px;
}

div.server_status_off /* server status block when the server is down */
{
        background-color: #aaaaaa;
        padding: 4px 5px 4px 20px;
}

div.server_status_alarm /* server status block when the server is up */
{
        background-color: #ffffaa;
        padding: 4px 5px 4px 20px;
}

div.server_status_error /* server status block in case of error */
{
        background-color: #ffaaaa;
        padding: 4px 5px 4px 20px;
}

div.dotted
{
        border-style: dotted;
        border-width: 1px;
        padding: 0px 10px 10px 10px;
        margin: 10px 10px 10px 10px;
}
p.dotted
{
        font-size: 12px
}

div.big_string /* the header for some content section */
{
        font-family: "Verdana","Arial";
        font-weight: normal;
        font-size: 14px;    
        padding: 10px 2px 10px 2px;     
}

A.menu /* menu link should not be underlined */
{
        color: #000000;
        text-decoration: none;
}

A.menu:visited /* menu item should not change the color when visited */
{
        color: #000000;
}

A.menu:hover /* menu link is highlighted when mouse is on */
{
        background-color: #FFFFFF;
}

A /* common link should be underlined */
{
        color: #000000;
        text-decoration: underline;
}

A:visited /* common link should be marked if visited */
{
        color: #696969;
}

table.menu /* menu table has no border */
{
        border-style: none;
        margin-left: 130px;
}

td.menu /* menu table item has no border */
{ 
        border-style: none;
}

table /* common table has no border */
{
        border-style: none;
}

td /* common table item has a thin solid border */
{
        border: solid;
        border-width: 1px;
        border-color: #000000;
        margin: 1px;
}

p.fixed_width
{
        width: 850px;
}

table.b1 /* table for problem summary and logs */
{
        border-style: none;
        border-collapse: collapse;
}

td.b1 /* for summary tables */
{
        border: solid;
        border-width: 1px;
        border-color: #000000;
        margin: 1px;
}

th.b1 /* for summary tables */
{
        border: solid;
        border-width: 1px;
        border-color: #000000;
        margin: 1px;
}

table.b0
{
        border-style: none;
}
td.b0
{ 
        border-style: none;
        font-size: 16px;
}

/* standings view */
TABLE.standings { border-style: none; border-collapse: collapse; width: 95%; }
TH.st_team{font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; font-weight: 600;}
TD.st_team{font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; }

TH.st_place{font-size: 10px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; }
TD.st_place{font-size: 12px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; }

TH.st_prob{font-size: 12px; border: solid; border-width: 1px; border-color: #000000; margin: 0px; }
TD.st_prob{font-size: 12px; border: solid; border-width: 1px; border-color: #000000; margin: 0px; }

TH.st_pen{font-size: 10px; border: solid; border-width: 1px; border-color: #000000; margin: 0px; }
TD.st_pen{font-size: 12px; border: solid; border-width: 1px; border-color: #000000; margin: 0px; }

TH.st_total{font-size: 10px; border: solid; border-width: 1px; border-color: #000000; margin: 0px; }
TD.st_total{font-size: 12px; border: solid; border-width: 1px; border-color: #000000; margin: 0px; }

TH.st_score {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; font-weight: 600;}
TD.st_score {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; }

TH.st_extra {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; font-weight: 600;}
TD.st_extra {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; }

TH.st_warns {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; font-weight: 600;}
TD.st_warns {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; }

TH.st_status {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; font-weight: 600;}
TD.st_status {font-size: 11px; border: solid; border-width: 1px; border-color: #000000; margin: 1px; }

div#currentTime { display : inline; }
div#remainingTime { display : inline; }
div#reloadButton { display : inline; }
div#statusString { display : inline; }

/* problem navigation stuff */
table.probNav
{
        border-style: none;
        border-collapse: collapse;
        padding: 0px;
}

td.probNavSpaceTop
{
        border-top-style: none;
        border-left-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        padding: 1px 1px 1px 1px;
}

td.probNavSpaceBottom
{
        border-top-style: solid;
        border-left-style: none;
        border-right-style: none;
        border-bottom-style: none;
        padding: 1px 1px 1px 1px;
}

td.probNavHidden
{
        cursor: pointer;
        margin: 0px;
        border-color: black;
        border-style: solid;
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        /* background-color: #DCDCDC; */
        /* padding: 1px 1px 1px 1px; */
        padding: 0px 0px 0px 0px;
}

td#probNavTaskArea
{
        border-color: black;
        border-style: solid solid solid solid;
        background-color: white;
        padding: 20px 20px 20px 20px;
        z-index: 2;
}
td#memberNavArea
{
        border-color: black;
        border-style: solid;
        border-top-style: none;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        background-color: white;
        padding: 20px 20px 20px 20px;
}
div#probNavTaskArea
{
        width: 800px;
}

td.probNavActiveTop
{
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: none;
        /* background-color: white; */
        font-weight: 800;
        padding: 2px 2px 2px 2px;
}

td.probNavActiveBottom
{
        border-top-style: none;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        /* background-color: white; */
        font-weight: 800;
        padding: 2px 2px 2px 2px;
}

A.tab
{
        color: #000000;
        text-decoration: none;
}
A.tab:visited
{
        color: #000000;
}

div.probDisabled
{
        background-color: white;
        padding: 2px;
        margin: 0px 0px 0px 0px;
}
div.probCurrent
{
        background-color: white;
        padding: 0px;
        margin: 0px 0px 0px 0px;
}
div.probEmpty
{
        background-color: #dcdcdc;
        padding: 2px;
        margin: 0px 0px 0px 0px;
}
div.probTrans
{
        background-color: #ffff88;
        padding: 2px;
        margin: 0px 0px 0px 0px;
}
div.probOk
{
        background-color: #88ff88;
        padding: 2px;
        margin: 0px 0px 0px 0px;
}
div.probBad
{
        background-color: #ff8888;
        padding: 2px;
        margin: 0px 0px 0px 0px;
}

/*
The following style sheet is for the new problem tabs.
*/

/* The top tab row */
.nTopNavList {
        border: 0 none;
        padding: 0;
}

td.nTopNavList {
        border-style: none none none none;
        border-width: 1px;
}

.nTopNavList ul {
        list-style: none outside none;
        margin: 5px 0 0 0;
}

.nTopNavList li {
        display: inline;
        padding: 0;
        margin: 0 0 0 1em;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-width: 1px 1px 1px 1px;
        z-index: 1;
        line-height: 100%;
}

#nTopNavSelected {
        display: inline;
        padding: 0;
        margin: 0 0 0 1em;
        border-style: solid solid solid solid;
        border-color: black black white black;
        border-width: 1px 1px 1px 1px;
        z-index: 1;
}

.nTopNavList a {
        border: none;
        text-decoration: none;
        padding: 0px 0.9em 0px;
        width: 100%;
        height: 100%;
        margin: 0;
}

/* The bottom tab row */
.nBottomNavList {
        border: 0 none;
        padding: 0;
}

td.nBottomNavList {
        border-style: none none none none;
        border-width: 1px;
}

.nBottomNavList ul {
        list-style: none outside none;
        margin: 0 0 5px 0;
}

.nBottomNavList li {
        display: inline;
        padding: 0;
        margin: 0 0 0 1em;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-width: 1px 1px 1px 1px;
        z-index: 1;
        line-height: 100%;
}

#nBottomNavSelected {
        display: inline;
        padding: 0 0 0;
        margin: 0 0 0 1em;
        border-style: solid solid solid solid;
        border-color: white black black black;
        border-width: 1px 1px 1px 1px;
        z-index: 1;
}

.nBottomNavList a {
        border: none;
        text-decoration: none;
        padding: 0px 0.9em 0px;
        width: 100%;
        height: 100%;
        margin: 0;
}

/* tab attributes */
div.nProbEmpty {
        display: inline;
        margin: 0;
        background-color: #DCDCDC;
}

div.nProbDisabled
{
        display: inline;
        background-color: white;
        padding: 0;
        margin: 0;
}
div.nProbCurrent
{
        display: inline;
        background-color: white;
        padding: 0;
        margin: 0;
}
div.nProbTrans
{
        display: inline;
        background-color: #ffff88;
        padding: 0;
        margin: 0;
}
div.nProbOk
{
        display: inline;
        background-color: #88ff88;
        padding: 2;
        margin: 0;
}
div.nProbBad
{
        display: inline;
        background-color: #ff8888;
        padding: 0;
        margin: 0;
}
