/*************************************
 +Containers
 *************************************/
body{
	background:#fff;
	border-top:5px solid #333;
	color:#555;
	font-family: arial, sans;
	font-size:70%;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
}

#content{
	clear: both;
	font-size:1.2em;
	padding:0em 1em 1em 1em;
	text-align: justify;
	border-top:1px dotted #ddd;
}
#headerShortcuts{
	font-size:1.1em;
	float:right;
}
#headerTitle{
	font-family: "Times New Roman", Georgia;
	font-size:3.5em;
	font-style: italic;
	float:left;
	text-align: left;
	vertical-align: middle;
	color: #CC0000;
}
#header{
	padding: 1em;
}
#footer{
	background:#333;
	color:#888;
	clear:both;
	font-size:1em;
	padding:0.5em;
}
#loginbox{
	text-align: justify;
	color: #000;
	padding: 4px;
	margin-left: 40%;
	margin-right: 25%;
}
#login{
	clear: both;
	border-top:1px dotted #ddd;
	padding: 0px 4px 100px 4px;
}

.comment{
}

object.include { width:0; height:0; }


/*************************************
 +Headers
 *************************************/
h1 {
	text-align: left;
	font-style: italic;
}

h2 {
	text-align: left;
	font-style: italic;
}

h3 {
	text-align: left;
	font-style: italic;
}

h4 {
	text-align: left;
	font-style: italic;
}

h5 {
	text-align: left;
	font-style: italic;
}

h6 {
	text-align: left;
	font-style: italic;
}

/*************************************
 +Anchors
 *************************************/
a{
	text-decoration:underline;
	color: #0000FF;
}
a:visited{
	text-decoration:underline;
	color: #0000FF;
}
a:hover{
	color:#CC0000;
}

#footer a{
	color:#888;
	text-decoration:underline;
}

#footer a:hover{
	color:#EEEEEE;
}

#headerShortcuts #username a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#headerShortcuts #username a:hover{
	text-decoration: underline;
}

td a{
	text-decoration: underline;
}

td a:hover{
	color:#CC0000;
}

th a{
	text-decoration: underline;
	color: #000;
}

th a:hover{
	color:#CC0000;
}

#content a{
	color:#579;
}

#content a:hover{
	color:#CC0000;
}

/*************************************
 +Tables
 *************************************/
table {
	border-collapse: collapse;
	border: none;
	padding-bottom: 1em;
}

th {
	background: #f3f3f3;
	color: #000;
	border: 1px solid black;
	text-align: center;
}

td {
	border: 1px solid black;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.altRow {
	background: #FFFFBB;
}

.radioCell{
	width: 12%;
}

#pagination {
	text-align: center;
	font-size:1.4em;
}

/*************************************
 +Trafficlight box-outs
 *************************************/
.red{
	background: #FF8888;
	color: #000;
}

.amber{
	background: #FFDD88;
	color: #000;
}

.green{
	background: #88FF88;
	color: #000;
}

/*************************************
 +Tags
 *************************************/

em {
	background: #FFFFBB;
}

pre {
        font-size:1.2em;
        line-height:1em;
}

#headerTitle img {
	border: none;
	vertical-align: text-bottom;
	padding: 0px 2px 2px 0px;
}

img {
	border: none;
}

fieldset{
	border: none;
	padding: 0;
	margin: 0;
}

abbr {
	border: none;
}

/*************************************
 +Form elements
 *************************************/

#editForm{
	clear: both;
	padding: 5px 0px 0px 0px;
}

.required{
	color: #CC0000;
}

label {
	width: 15%;
	float: left;
	text-align: left;
	margin: .5em 1em;
}

form br {
	clear: left;
}

/*************************************
 +Navigation Tabs
 *************************************/
#tabnav{
	clear: both;
	padding: 0em 2em 1em 1em;
	vertical-align: top;
	float:right;
	background: #f3f3f3;
	margin: 0em 0em 1em 1em;
	border-left:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	border-right:1px dotted #ddd;
}

#tabnav ul {
	margin: 0;
	padding: 0;
}

#tabnav li {
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	margin-left:1em;
	margin-right:1em;
	padding:0.3em;
	list-style-type: none;
}

#tabnav .active {
	list-style-type: square;
	color: black;
}

/*************************************
 +Microformat Specific
 *************************************/
.adr {
	font-weight: bold;
}

.hresume .education .date_duration, .hresume .experience .date_duration
{
    float: right;
    font-size: smaller;
}

.hresume .education .htitle, .hresume .experience .htitle
{
    float: left;
}

.experience{
	margin-bottom:2.0em;
	border-top:1px dotted #ddd;
}

.hresume .htitle .include
{
    display: none;
}

.htitle
{
    font-weight: bold;
}

.hresume abbr
{
    border: none;
}

.hresume .contact .fn
{
    font-weight: bold;
}