/*
-----------------------------------------------
Basic styles
----------------------------------------------- */

html { height:100%; }
body {
  min-height:101%;
  margin:0;
  padding:0;
  color:#fff;
  font:75% Verdana,Arial,Helvetica,Sans-serif;
  text-align: center;
  border-top: 3px solid #19a7e4; 
}

/* Set Up
----------------------------------------------- */
img { border: 0; }
.clear { clear:both; }
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.right {
	float: right;
}



/* Links
----------------------------------------------- */
a { color: #fff; text-decoration: underline; font-weight: normal; }
a:link { color: #fff; text-decoration: underline;}
a:visited { color: #eee; }
a:hover { color: #eee; text-decoration: none;}
a:active { color: #fff; text-decoration: none;}



/* Accessibility
----------------------------------------------- */
.accessibility { display: none; }
#access { position:absolute; top:-1000em; }
.hide { display: none; }



/* Lists
----------------------------------------------- */

ul {
	*
	}
	ul li {
		color: #fff;
		padding: 2px 0 4px 2px;
	}

dl dt {
	padding: 5px 0 1px 0;
}	

.comment ul {
	margin-left: 0em;
	width: 440px;
}
	

/* Forms
----------------------------------------------- */
form {
	margin: 1.5em 0 0.5em 1.2em;
	padding: 7px 0 0 0;
	clear: left;
}

fieldset {
	border: 1px dashed #f0f0f0 !important;
	padding: 10px 0 5px 6px;
	margin: 0.8em 0;
}

legend {
	background: #6D6E70;
	color: #fff;
	padding: 0 3px;
}

label {
	display: block;
}

#user_login label {
	display: inline;
}


/* Tables
----------------------------------------------- */

table {
	margin-top: 0.4em;
	clear: left;
}

table thead tr {
	margin-bottom: 0.4em;
}

table tr.odd {
	background: #636363;
}

table td.region {
	background: #19A7E4;
	font-weight: bold;
	padding-top: 3px;
}

table td {
	padding: 4px;
}

body.skills table {
	margin: 1.0em 0;
	width: 360px;
	}
	body.skills table td {
		background: #606060;
		padding: 6px;
	}
	body.skills table th {
		padding: 6px;
	}
	body.skills table .tableheader {
		background: #D97442;
	}


/* Messages
----------------------------------------------- */

.errmsg {
	background: #FFFABF url(../images/structural/icon-error.gif) left center no-repeat;
	font-weight: bold;
	padding: 0 19px;
	width: 100%;
	margin-top: 1.5em;
}


/* Header
----------------------------------------------- */



/* Footer
------------------------------------------------------------- */
