textarea#error_message
{
	font-size: 10pt;
	border: 1px solid silver;
	background-color: rgb(246, 244, 247);
}
#dialogue_holder
{
	position: relative;
	width: 100%;
	height: 5px;
	text-align: center;
}

#dialogue
{
/*	background-color: rgb(238, 233, 17);*/
	border: 1px solid black;
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 100px;
	left: 00px;
	top: 80px;
	z-index: 2;
	padding: 8px;	
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	display: hidden;
}

#search_dialogue, #modal_dialogue
{
	background-color: rgb(245, 245, 245);
	display: none;
	vertical-align: middle;
	height: 100%;
	line-height: 2.5em;

/*	line-height: 3.5em; /* for vertical alignment */
}

#search_dialogue #problem_number
{
	width: 32px;
}
#search_dialogue #problem_search
{
	width: 64px;
}

#search_dialogue select
{
	font-size: 10pt;
	border: 0px;
	background-color: rgb(226, 224, 227);
}

#judge_panel, #judge_panel input, #judge_panel textarea, #search_dialogue, #search_dialogue *, #modal_dialogue, #modal_dialogue *
{
	font-family: "Calibri", "Malgun Gothic", "Dotum", sans-serif;
	font-size: 11pt;
}

#judge_panel a
{
	text-decoration: none;
}
/*
#judge_panel a
{
	color: blue;
	text-decoration: none;
}

#judge_panel a:hover
{
	color: black;
	text-decoration: underline;
}*/

#logo
{
	width: 95%;
	text-align: center;
	border-bottom: 1px solid gray;
	font-family: Calibri;
	letter-spacing: 1em;
	padding: 4px;
}

#logo a
{
	color: gray;
}

#logo a:hover
{
	color: blue;
	text-decoration: none;
}

#page_title
{
	font-weight: bold;
	font-size: 20pt;
	width: 95%;
	height: 48px;
	text-align: center;
}

#mainmenu 
{ 
	position:relative;
	display:block;
	height:39px;
	font-size:14px;
	width: 95%;
	background:transparent url(/code/style4/images/bgOFF.gif) repeat-x top left;
}
#mainmenu ul
{
	padding:0;
	list-style-type:none;
	width:auto;
	margin:0;
}
#mainmenu ul li
{
	margin:0;
	margin-left: 8px;
	display:block;
	float:left;
}
#mainmenu ul li a
{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:5px;
/*	background:transparent url(/code/style4/images/bgDIVIDER.gif) no-repeat top right;*/
	background: rgb(245, 245, 245);
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: silver;
}
#mainmenu ul li a:hover, #mainmenu ul li a.current
{
	height: 23px;
	color:#B30000;
	background:#fff;
}
#mainmenu ul li.right
{
	float: right;
}

#judge_menu_holder
{
	position: relative;
	width: 100%;
	height: 60px;
}

#judge_menu
{
	position: absolute;
	margin-top: 16px;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	height: 30px;
	z-index: 1;
}

#judge_body
{
	width: 767px;
}

div.menubody
{
	position: relative;
	float: left;
	width: 30%;

	padding: 0px;
	margin-left: 10px;

	border: 1px solid silver;
	background-color: rgb(236, 244, 247);
}

div.menubody h3
{
	background-color: rgb(92, 126, 158);
	border-bottom: 1px solid rgb(60, 60, 60);
	margin: 0px;
	padding: 4px;
	padding-left: 8px;
}

div.menubody h3 a, div.menubody h3 a:hover, div.menubody h3 a:visited
{
	color: white;
	font-size: 10pt;
    font-weight: bold;
}

div.menubody ul
{
	font-size: 10pt;
	line-height: 150%;
	list-style-type: square;
}

div.menubody ul li a
{
	color: rgb(21, 48, 74);
}

div.menubody ul li a:hover
{
	color: blue;
}

#problem_number, #problem_search
{
	border: 1px dotted rgb(206, 214, 217);; /* solid gray;*/
	background-color: rgb(236, 244, 247);
	border-bottom: 1px solid black;
	width: 50px;
    font-size: 8pt;
	height: 14px;
}

#problem_list
{
	text-align: center;
}

#first_row td
{
	border-top: 1px solid #C1D1D7;
}

#judge_panel #language
{
	position: relative;
	left: 0px;
	top: 0px;
}

.stylized_table caption
{
	margin:0px;
}
.stylized_table caption a
{
	padding: 5px;
	background: rgb(209, 225, 239);
	color: rgb(64, 95, 103);
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: silver;
}
.stylized_table caption a:hover
{
	color:white;
	background: gray;
	border-color: black;
	border-width: 1px;
}

.stylized_table .odd input, .stylized_table .odd textarea, .stylized_table .odd select
{
	font-size: 10pt;
	border: 0px;
	background-color: rgb(226, 224, 227);
}

.stylized_table .even input, .stylized_table .even textarea, .stylized_table .even select
{
	font-size: 10pt;
	border: 0px;
	background-color: rgb(216, 214, 217);
}

.stylized_table td input:focus, .stylized_table td textarea:focus, .stylized_table td select:focus
{
	border: 1px solid gray;
	background-color: white;
}

.stylized_table
{
	width: 95%;	
	margin-left: 8px;
	border-left: 1px solid #C1D1D7;
	font-size: 10pt;
}

.stylized_table a, .stylized_table a:visited
{
	color: blue;
}

.stylized_table a:hover
{
	color: black;
}

.stylized_table th
{
	background: rgb(209, 225, 239);
	color: rgb(64, 95, 103);
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	padding: 6px 6px 6px 6px;
}

.stylized_table caption
{
	text-align: right;
	padding: 4px;
}

.stylized_table caption input
{
	position: relative;
	top: 2px;
}

.stylized_table td
{
	padding: 4px 4px 4px 8px;
}

.stylized_table .even td
{
	background-color: white;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	color: rgb(10, 52, 62);
}

.stylized_table .odd td
{
	background-color: #F5FAFA;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	color: rgb(10, 10, 40);
}

/* Received */
.verdict0 { color: silver; }
/* Compiling */
.verdict1 { color: gray; }
/* Running */
.verdict2 { color: black; }
/* Judging */
.verdict3 { color: black; }
/* Compile Error */
.verdict4 { font-weight: bold; color: rgb(64, 64, 255); }
a .verdict4 { text-decoration: underline; }
/* OK */
.verdict5 { }
/* Accepted */
.verdict6 { font-weight: bold; color: rgb(255, 64, 64); }
/* Wrong Answer */
.verdict7 { font-weight: bold; color: rgb(64, 128, 64); }
/* Runtime Error */
.verdict8 { font-weight: bold; color: rgb(64, 196, 64); }
a .verdict8 { text-decoration: underline; }
/* Time Limit Exceeded */
.verdict9 { font-weight: bold; color: rgb(64, 64, 128); }
/* Can't Be Judged */
.verdict10 { font-weight: bold; color: rgb(64, 255, 64); text-decoration: underline; }


#notes, #notes a, .comment
{
	color: gray;
	font-size: 8pt;
}

#notes
{
	margin-top: 32px;
	text-align: center;
}

#placeholder
{
	margin: 0;
}

code
{
	font-family: Courier New, Sans;
}

#problem_statement pre, pre#error_message, /* pre#source_code */
{
	font-family: Courier New, Sans;
	font-size: 10pt;
	border: 1px solid silver;
	background-color: rgb(245, 245, 245);
	padding: 12px;
}

#paging
{
	font-size: 8pt;
	margin-top: 24px;
	padding: 5px;
	color: black;
	font-weight: bold;
	text-align: center;
}

#paging a
{
	padding: 4px 7px 4px 7px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #39586e;
	color: #39586e;
	text-decoration: none;
}

#paging a:hover
{
	border: 1px solid #39586e;
	background: #698ea7;
	color: #FFFFFF;
	text-decoration: none;
}

#success_message, #fail_message, #reload_message
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#success_message
{
	color: green;
}

#fail_message
{
	color: red;
}

div.boxed
{
	border: 1px solid gray;
	background: rgb(225, 232, 237);
	padding: 8px;
}

#judge_panel select
{
	width: 70%;
}

#debug
{
}

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 10pt; list-style: none;
	float: left;
	position: relative;
	/*z-index: 1;*/
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 10pt; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 10pt; list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6;
}
.ui-tabs-nav li a:hover {
	background: #dadada;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* authors_ranklist */
#statistics #total_authors
{
	font-weight: bold;
	color: red;
}

#statistics #total_submissions
{
	font-weight: bold;
	color: blue;
}
