/* http://wasmun.org - Page Layout and Design by Sylvia Tashev - June 2008 */

body {
	background-color: #30366a;
	color: #192758;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

.small { font-size: 80%; }
.big { font-size: 120%; }

#daysLeft {
	background-color: white;
	border: 1px solid #000044;
	border-top: 8px solid #000044;
	border-bottom: 6px solid #000044;
	color: #886600;
	float: left;
	font-size: 40px;
	left: 20px;
	padding: 4px;
	position: absolute;
	text-align: center;
	width: 70px;
}

#main {
	border: 1px solid #c0d5e9;
	margin-left: auto;
	margin-right: auto;	
	padding: 4px;
	text-align: left;
	width: 782px;
}

#header {
	background-color: #333366;
	border: 1px solid white;
	margin-bottom: 4px;
	height: 160px;
	width: 780px;
}

/* --------------------------------------- MENU */
#menu {
	background-color: #b4b7d7;
	border: 1px solid white;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	min-height: 380px;
	width: 212px;
}

#menu .home {
	background-color: #192758;
	border: 1px solid white;
	color: #e1e2ee;
	font-family: "AvantGarde", "Arial", sans-serif;
	font-size: 24px;
	margin: 12px;
	padding: 2px;
	text-align: center;
}

#menu a {
	background-color: #e1e2ee;
	border: 1px solid white;
	color: #192758;
	display: block;
	font-family: "AvantGarde", "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 12px;
	margin-bottom: 0px;
	margin-top: 8px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 182px;
}

#menu a.account, #menu a.settings {
	color: green;
}

#menu a.settings {
	background-color: transparent;
	border: none;
	font-size: small;
}

#menu a:hover {
	color: #cccc77;
	background-color: #192758;
}

#menu .submenu {
	background-color: white;
	font-size: 14px;
	margin: 0px;
	margin-right: 12px;
	margin-left: 40px;
	padding-left: 10px;
	text-align: left;
	width: 146px;
}

#menu .subsubmenu {
	background-color: #e1e2ee;
	border: 0px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	font-size: 12px;
	margin: 0px;
	margin-left: 60px;
	margin-right: 12px;
	padding: 3px;
	padding-left: 10px;
	text-align: left;
	width: 125px;
}

#menu .current {
	background-color: #efe6a8;
}

/* Alternative Styling for the current menu - it's a bit more suave looking
#menu .current {
	background-color: white;
	border: 2px solid #192758;
	border-right: none;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	width: 200px;
}
*/

#menu a.subsubmenu.current {
	background-color: white;
	border-bottom: 1px solid #e1e2ee;
}

#menu .contact {
	background-color: #b4b7d7;
	border: 0px;
	font-size: 12px;
}

#menu .attention {
	background-color: #a52a2a;
	color: white;
}

#menu a.attention.current {
	background-color: #ffc0cb;
	color: #800000;
}

hr {
	color: #192758;
	text-align: center;
	width: 80%;
}

/* ------------------------------------ CONTENT */
#content {
	background-color: #ffffff;
	border: 1px solid #b4b7d7;
	float: left;
	font-family: "Verdana", serif;
	margin-bottom: 4px;
	padding: 20px;
	min-height: 340px;
	width: 522px;
}

#content hr {width: 60%;}

#content li {margin-bottom: 6px;}

#content a {
	color: #6c6f8f;
	text-decoration: none;
}

#content a:hover {
	background-color: #efe6a8;
	color: #192758;
}

#content h1, #content h2 {
	font-family: "Georgia", serif;
}

#content h1 {
	border-bottom: 1px solid #b4b7d7;
	font-size: 24px;
	text-align: center;
}

#content h2 {font-size: 18px;}

#content h3 {
	color: #85854e;
	font-size: 12px;
}

#greeting, .greeting {
	background-color: #efe6a8;
	border: 1px solid #b4b7d7;
	font-family: "Georgia", serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;	
}

#content .synopsis {
	color: #84351d;
	font-weight: bold;
	padding-left: 30px;	
}

#content .top {
	background-color: #efe6a8;
	border-bottom: 1px solid #b4b7d7;
	border-top: 1px solid #b4b7d7;
	padding: 4px;
	text-align: center;
}

#resources, #committees {
	border-bottom: 1px solid #b4b7d7;
	border-top: 1px solid #b4b7d7;
	padding-left: 40px;
	padding-right: 40px;
}

#content .columns {
	float: left;
	width: 33%;
}

.anouncement {
	background-color: #f5f5dc;
	border-bottom: 1px solid #a52a2a;
	color: #a52a2a;	
	font-family: "Verdana", sans-serif;
	font-size: 150%;
	text-align: center;
}

.director, .assistant_director, .secretary {
    font-weight: bold;
    background-color: #d8eacf;
    color: #226600;
    padding: 4px;
    border: 1px solid #445544;
    border-bottom: 0px;
}

.assistant_director {
    background-color: #edfbf1;
    color: green;#669933;
    margin-top: -13px;
    border-bottom: 1px solid #445544;
}

.secretary {
    background-color: #f4fff7;
    color: #3c9e19;
    margin-top: -13px;
    border-bottom: 1px solid #445544;
}

#scheduleOfEvents table {
	margin-bottom: 10px;
	width: 100%;
}

#scheduleOfEvents td {
	border-bottom: 1px dashed #887733;
	padding: 5px;
}

#scheduleOfEvents td:first-child {
	width: 150px;
}

/* ------------------------------------- SUBMIT */
#papers_submit {
	font-size: 14px;
}

fieldset {
	background-color: #e8e8ff;
	border: 1px solid #b4b7d7;
}

legend {
	background-color: #b4b7d7;
	border: 1px solid #192758;
	padding: 4px;
}

#papers_submit p, #registration_submit p {
	clear: both;	
}

input, select {
	background-color: white;
	border: 1px solid #b4b7d7;
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-size: 16px;
	margin-top: 4px;
	padding: 2px;
}

.button {
	background-color: white;
	border: 1px solid #8fbc8f;
}

.button:hover, input:hover, select:hover {
	background-color: #f5ffcc;
}

#conference, #files {
	background-color: #ffffe0;
	border: 1px solid #b8860b;
	margin-top: 10px;
	padding: 8px;
}

#conference .columns {
	float: left;
	width: 70%;
}

#conference .columns2 {
	float: left;
	width: 60%;
}

#conference .columns3 {
	float: left;
	overflow: hidden;
	width: 50%;
}

#conference, #files {
	overflow: hidden;
}

#files {
	background-color: #f0fff0;
	border: 1px solid #556b2f;
}

select.choices {
	font-size: 14px;
}

form div {
	clear: left;
}

form span {
	float: left;
	width: 190px;
}

.align_field {
	float: left;
	font-size: 14px;
	padding: 8px;
	width: 12em;
}

#submit.button {
	background-color: #ffffff;
	border: 2px solid #a52a2a;
	color: #a52a2a;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
}

#submit.button:hover {
	background-color: #a52a2a;
	color: white;
}

#errors {
	background-color: #ffdead;
	padding: 20px;
}

#errors h2 {
	border-bottom: red;
	color: red;
}

#errors h3 {
	background-color: #8b0000;
	border-left: 4px solid #192758;
	border-top: 1px solid #192758;
	color: white;
	padding: 4px;
	padding-left: 8px;
}

/* ---------------------------------- DIRECTORY */
#directory {
	padding-left: 40px;
}

#directory a.folder {
	color: green;
	font-weight: bold;
}

#directory a.file {
	color: black;
}

/* ------------------------------- CONTACT INFO */
#contact p.profile {
	background-color: #f0fff0;
	border: 1px solid #556b2f;
	border-top: 8px solid #556b2f;
	font-family: "Verdana", serif;
	font-size: 14px;
	padding: 10px;
}

#contact p.profile:hover {
	background-color: #556b2f;
	color: #f0fff0;
}

#contact p.country_choices {
	background-color: #ffffcc;
	border: 1px solid #666600;
	border-top: 8px solid #666600;
	font-family: "Verdana", serif;
	font-size: 14px;
	padding: 10px;
}

#contact p.country_choices:hover {
	background-color: #666600;
	color: #f0fff0;
}

#contact strong {
	color: black;	
	margin: 6px;
}

#contact a {
	padding-left: 2px;
	padding-right: 2px;
}

#contact a:hover {
	background-color: #559b2f;
	color: white;
}

/* ------------------------------------- FOOTER */
#footer {
	background-color: #b4b7d7;
	border: 1px solid white;
	clear: both;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	width: 780px;
}

#footer blockquote {
	font-style: italic;
	font-weight: bold;
}

/*--------------------------------- ERROR PAGES */
/* JS validation */
.errorMsg {
	color: red;
	margin-top: 2px;
	margin-bottom: 8px;
	width: 25em;
}

.inputBad {
	border: 1px solid red;
}

.inputGood {
	border: 1px solid #b4b7d7
}

/* PHP validation */
#error {
	/*background-color: white;*/
	border: 1px solid #b4b7d7;
	margin-left: auto;
	margin-right: auto;	
	padding: 20px;
	text-align: left;
	/*width: 772px;	*/
	width: 730px;
}

#error h1 {
	font-family: "Georgia", serif;
	border-bottom: 1px solid #192758;
	font-size: 24px;
	text-align: left;	
}

#error a {
	color: #192758;
	text-decoration: none;
	font-size: 20px;
}

#error a:hover {
	background-color: white;
}

/* -------------------------------------- TABLE */
#country_list, #key {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 12px;
}

#country_list tr.top_row {
	background-color: #192758;
	border: 1px solid #192758;
	color: white;
	font-weight: bold;
	font-size: 110%;
}

#country_list td.country_name {
	font-weight: bold;
}

#country_list tr.zebra {
	background-color: #ffffff;	
}

#country_list tr:hover {
	background-color: #efe6a8;
}

#country_list th:hover {
	background-color: #192758;
}

#country_list.show {
	background-color: black;
}

#country_list.show:hover {
	background-color: #cceedd;
}

td.none {
}

td.free {
	background-color: #99cc99; /* light-green */
}

td.free:hover {
	background-color: #00cc00; /* dark-green */
}

td.taken {
	background-color: #cc9999; /* light-red */
}

td.taken:hover {
	background-color: #cc3300; /* dark-red */
}

#country_list .staffapp td {
	text-align: center;
	vertical-align: middle;
}

/*
div#key table {
	margin: 4px;
	padding: 4px;
}

div#key td {
	padding: 2px;

} 8/

/* ------------------------------------- LOGIN */

#login_submit {
	font-size: 13pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 360px;
}

/* ------------------------------------- OTHERS */

.center {
	text-align: center;
}

.columns2 {
	float: left;
	width: 48%;
}

div.spacer {
	height: 1px;
}

div.columns3 {
	float: left;
	width: 33%;
}


div.countries {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-top: 12px;
	padding: 6px;
	overflow: hidden;
}

div.committee {
	background-color: #192758;
	color: white;
}

img {
	border: 0px none;
}

div#w3c {
	margin-top: 4px;
	bottom: 0px;
	text-align: center;
}