/* Site */
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #006699;
	background-image: url('/lib/bg.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-align: center;
}
hr {
	border-top: 1px solid #60A1C2;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
a:link, a:active, a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#000000;
}

/* Header */
#header {
	margin: 18px auto 2px;
	display: block;
	width: 160px;
	height: 44px;
	/* Set image extension to 'png' for Christmas logo */
	background-image: url('/lib/logo.gif');
	background-repeat: no-repeat;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	text-align: center;
}

#nav ul {
	list-style: none;
	height: 41px;
	display: block;
	margin: 0px auto;
	width: 358px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: 114px;
	height: 41px;
	margin: 0;
	border-right: 1px solid #2a9ee2;
	border-bottom: none;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
}

#nav #leftedge {
	width: 6px;
	border-right: none;
	background-image: url('/lib/edge-left.png');
}
#nav #rightedge {
	width: 6px;
	border-right: none;
	background-image: url('/lib/edge-right.png');
}

/* Content */
#content {
	padding: 1px;
	background-color: white;
	margin:0px auto;
	width:850px;
	text-align:left;
	overflow: auto;
	border-bottom:1px solid #60A1C2;
}
#topbar {
	background-image:url('/lib/topbar.gif');
	background-repeat:repeat-x;
	border:1px solid #60A1C2;
	padding:6px 0px 0px 10px;
	height:20px;
	font-weight:bold;
}
#container {
	padding: 12px;
}

/* CSS3 Rounded Corners Table */
.bordered {
	margin: 0px auto;
	border-spacing: 0;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered .centered {
	text-align: center;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* CSS3 Round Button */
.awesome, .awesome:visited {
	background: #222 url(/lib/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	/*border-bottom: 1px solid rgba(0,0,0,0.25);*/
	border: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover							{ background-color: #111; color: #fff; }
/*.awesome:active							{ top: 1px; }*/
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #0077b3; }
.blue.awesome:active							{ background-color: #006699; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }

/* Footer */
#footer {
	margin: 0px auto;
	display: block;
	/*width: 864px;*/
	width: 313px;
	height: 31px;
	background-image: url('/lib/copyright.png');
	background-repeat: no-repeat;
	/*background-position: right;*/
}
#fbar {
	border-bottom:1px solid #60A1C2;
	float: top;
	overflow: auto;
}
