body {
	padding:0;
	margin:0;
	background-color: #666666;
}
body, td, input, textarea{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#DFDFDF;
	line-height:12px;
	vertical-align:top;
	padding:0px;
}

.homeBox {
	padding: 3px 6px 2px 10px;
	line-height: 21px;
	text-align: left;
}

.contentBox {
	padding: 3px 12px 2px 10px;
	line-height: 21px;
	text-align: left;
}

.tableData {
	padding: 3px;
	font-size: 14px;
	width: 125px;
	line-height: 25px;
}

.projectTable {
	padding: 1px;
	font-size: 12px;
	line-height: 20px;
}

.galleryBox {
	padding: 10px 2px 0px;
	vertical-align: middle;
}

.fieldTitle {
	background-image: url(images/projects/profile_field_background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #E5E5E5;
	font-variant: small-caps;
}

.graphicsidebar {
	background-image: url(images/graphic_sidebar_background.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #535353;
}

.imageBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #535353;
	border-bottom-color: #535353;
}

.contentImageBorder {
	border: 2px solid #535353;
}
.contentTitle {
	font-size:14px;
	line-height: 30px;
	font-weight: bold;
	color: a4adba;
}

.titleline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #535353;

}

.fieldText {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

br{font-size:10px}
table{border:0px; border-collapse:collapse;	}

a{color:#FFFFFF; text-decoration:none} 
a:hover{text-decoration:underline}
li{
	margin:15px;
	line-height: 15px;
	padding-left:12px;
	list-style-type: disc;
}
li a{color:#FFFFFF;} 
ul{
	padding:0;
	list-style:disc url(none) inside;
	font-size: 14px;
}

.projectLink {
	font-size: 9px;
	color: #CCCCCC;
} 

.content b{color:#FFFFFF; font-weight:normal} 
.footer{
	color:#686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
} 
.footer a{color:#FFFFFF; text-decoration:none } 
.footer a:hover{text-decoration:underline}

.homeLink {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	font-variant: small-caps;
	text-align: right;
	margin-right: 6px;
	width: 100%;
	color: #E5E5E5;
	text-decoration: none;
	padding: 12px;
}


.formLabel {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	font-variant: small-caps;
	text-indent: 2px;
}

/* classes for validator */
.tfvHighlight
		{
		font-size: 11px;
		line-height: 20px;
		font-variant: small-caps;
		text-indent: 2px;
		font-weight: bold; color: #C40000;
		}
		
.tfvNormal
		{
		font-size: 11px;
		line-height: 20px;
		font-variant: small-caps;
		text-indent: 2px;
		font-weight: bold; 
		color: #D4D4D4;
		}

.required {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #C40000;
	vertical-align: text-top;
}

input, select {
	background:#535353;
	border:1px solid #616161;
	width: 100%;
	color:#DFDFDF;
	font-size:12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-left: 1px;
}

textarea{
	background:#535353;
	border:1px solid #DFDFDF;
	width:100%;
	height:96px;
	overflow:auto;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
 }

