@charset "utf-8";
body {
 font-family:Arial, Helvetica, sans-serif;
 font-size:16px;
 margin:0px;
 background-color:#000000;
 color:#4D4D4D;
	background-image:url(img/bg-border.gif);
	background-position:center top;
	background-repeat:repeat-y;
 webkit-text-size-adjust:none;
}
html, body { height:100%; }
table { border-collapse:collapse; }
td, th { font-size:16px;padding:0px; }
.padded td, .padded th { padding:2px; }
th { text-align:left;background-color:#d1f3fa; }

table.bordered { border-top:1px solid #cccccc; border-left:1px solid #cccccc; }
.bordered td, .bordered th { border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; }
.altrows tr:nth-child(odd) { background-color:#e3f8fc; }

img { border:0px;margin:0px; }

p { margin-top:0px; }

h1 { font-size:20px;margin:20px 0px; border-bottom:1px solid #2f66ae; padding:7px 20px 6px; background-image:url(img/bg-header.gif); background-repeat:repeat-x; background-position:left bottom; }
h2 { font-size:20px;margin:16px 0px; }
h3 { font-size:16px;margin:16px 0px 0px; }

a { text-decoration:none; color:#002a66; }
a:hover { color:#2f66ae; }
a div { cursor:pointer; }
p a { text-decoration:underline; }

ol ol { list-style-type: lower-alpha; }

ul {
	margin-top:0px;
	margin-left:0px;
	padding-left:16px;
}
.no_bullets {
 list-style-type:none;
	padding-left:0px;
	margin:0px;
}
.spaced_li li {
 margin-bottom:13px;
}

form { margin:0px; }
select, input, textarea { font-size:16px;margin:0px; }
textarea { font-family:Arial, Helvetica, sans-serif; }
button { padding:0px;border:none;background-color:transparent; }

.m { font-size:12px; }
.s { font-size:11px; }
.xs { font-size:10px; }

.inlineBlock {
	display:inline-block;
	zoom:1;
	*display:inline;
}

.success {
 color:#00cc00;
 font-weight:bold;
}
.error {
 color:#cc0000;
 font-weight:bold;
}
.warning {
 color:#ff9900;
 font-weight:bold;
}

.clear {
 clear:both;
 height:1px;
 overflow:hidden;
}

tr.available:nth-child(odd) {	background-color:#ffe5e5; }
tr.available:nth-child(even) {	background-color:#fff2f2; }

tr.in_progress:nth-child(odd) {	background-color:#fff7e5; }
tr.in_progress:nth-child(even) {	background-color:#fffbf2; }

tr.submitted:nth-child(odd) {	background-color:#e5ffe5; }
tr.submitted:nth-child(even) {	background-color:#f2fff2; }

.top { vertical-align:top; }
.nobg, .altrows tr.nobg:nth-child(odd) { background-color:transparent; }

#globe {
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
 height:100%;
	background-image:url(img/bg.jpg);
	background-position:bottom center;
	text-align:center;
	background-repeat:no-repeat;
}
#container {
	position:relative;
	z-index:2;
	width:920px;
	padding:0 20px;
	text-align:left;
	margin:0px auto;
	min-height:100%;
	background-color:#edfafd;
	background-image:url(img/bg-top.gif);
	background-repeat:repeat-x;
}
* html #container {
 height:100%;
}
#container_padding { padding:20px 0 103px; }
#login { float:right;padding-top:103px;padding-right:20px;width:100px;margin-left:-120px;text-align:right;white-space:nowrap; }
#login img { width:19px;height:10px;margin-right:5px; }
#logo { text-align:center;margin-bottom:20px; }
#logo img { width:300px;height:107px; }
#nav {
	background-image:url(img/nav-bg.gif);
	height:40px;
	margin:10px 0;
	text-align:center;
}
#nav_left { background-image:url(img/nav-left.gif);background-repeat:no-repeat; }
#nav_right { background-image:url(img/nav-right.gif);background-repeat:no-repeat; background-position:right top; }
#nav_right div {
	text-transform:uppercase;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-weight:bold;
	font-size:17px;
	padding:11px 20px;
	color:#ccf7ff;
	text-shadow:1px 1px rgba(0,0,0,0.4);
}
#nav a:link div.current, #nav a:visited div.current { color:#ccf7ff; }
#nav a div { color:#ffffff; }
#nav a:hover div, #nav a:hover div.current { color:#ffcd00; }
#footer {
	clear:both;
	text-align:center;
	position:relative;
	z-index:3;
	width:960px;
	font-size:10px;
	margin:-93px auto;
	padding-top:60px;
	height:33px;
	background-image:url(img/footer.gif);
	color:#353b3e;
}
#footer a { color:#2f66ae; }
#footer a:hover { color:#ffcd00; }
#credit a, #credit a:hover { color:#353b3e; }

#dots img { width:14px;height:14px;margin-right:1px; }

#left {
	float:left;
	margin-right:20px;
	width:240px;
}
#main {
	margin-left:260px;
	width:660px;
}

#left h2 {
 font-size:16px; text-transform:uppercase; margin:0px; border-bottom:1px solid #999; padding:0px 10px 5px;
}
.sidenav {
	border-top:1px solid #ccc;
}
.sidenav div {
	padding:7px 10px 5px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
.sidenav div.current:before {
	content:"\00BB";
	float:right;
}
.sidenav div.current {
	background-image:url(img/bg-header.gif);
}
.check {
	font-family:dingbats;
	color:#00cc00;
	text-align:center;
}
.xmark {
	font-family:dingbats;
	color:#cc0000;
	text-align:center;
}
.col3 {
	vertical-align:top;
	width:264px;
	background-color:#e3f8fc;
	border:1px solid #b8dee5;
	padding:0 10px;
	margin:0 10px;
	display:inline-block;
	 zoom:1;
 	*display:inline;
}

.done {
	color:#b8dee5;
}
.done:after {
	color:#cc0000;
	font-weight:bold;
	font-size:20px;
	content:"COMPLETED";
	transform: rotate(-15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
	padding:2px 5px;
	margin-left:60px;
	border:3px solid #cc0000;
	position:absolute;
	top:317px;
}
.done a { color:#b8dee5; }

.req, .ria, .opt {
	vertical-align:middle;
	text-align:center;
	font-size:9px;
	line-height:12px;
	margin-right:5px;
	padding:1px 0px;
	width:16px;
	background-color:#000;
	color:#fff;
	display:inline-block;
	 zoom:1;
 	*display:inline;
}
.ria { background-color:#999; }
.opt {
	color:#000;
	background-color:#fff;
	border:1px solid #000;
	width:14px;
	padding:0px;
}

#tab_menu {
 margin:15px 0;
 border-bottom:1px solid #002a66;
 text-transform:uppercase;
}
#tab_menu div {
 color:#002a66;
 border:1px solid #002a66;
 padding:12px 10px 11px;
 margin:0 0 -1px 5px;
 width:140px;
 text-align:center;
	display:inline-block;
	 zoom:1;
 	*display:inline;
}
#tab_menu div.complete {
 color:#bed0df;
}
#tab_menu div.complete_stamp {
 margin:0;
 padding:0;
 border:none;
 margin-left:-131px;
 vertical-align:middle;
 width:131px;
 text-align:left;
 height:28px;

}
#tab_menu div.complete_stamp img {
 width:89px;
 height:28px;
}