/* CSS Document */
/*-----------------------------------------------------------------------------*/
/* classes for incomplete */
.incomplete {
	color: Fuchsia;
	font-variant: small-caps;
	font-weight: bold;
}
a.incomplete img {
	border: 1px solid Fuchsia;
}
/* classes for overall */
body {
	color: #666;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
}
div#ProfileImagePopup {
	width: 482px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  display: none;
  overflow: auto;
  *overflow: visible;
}

#ModalBackground{
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: none;
  z-index: 1;
}

table {
  margin: 0px;
}
table#idShell {
  margin-top: 20px;
	color: #666;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	
}
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------*/
/*    general styles    */
p {
	text-align: left;
	margin-top: .6em;   /* note margin on TOP */
	margin-bottom: .6em  /* note margin on BOTTOM */
}
p.BottomOnly {
	margin-top: 0px;   /* note margin on TOP */
}
p.TopOnly {
	margin-bottom: 0px  /* note margin on BOTTOM */
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a.Plain {
	text-decoration: none;
}
a.Plain:hover {
	text-decoration: none;
}
a img {
	border: none;
	cursor: hand;
}
h1 {
}
h2 {
}
h3 {
}
h3 a {
}
h4 {
}
h5 {
}
h6 {
}
big {
	font-size: 1205;
}
small {
	font-size: 80%;
}
strong {
  color: #333;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
em {
  color: #333;
  font-style: normal;
  font-weight: bold;
}
}
ul {
	margin: 0px 0px 0px 1.2em;
	*margin: 0px 0px 0px 1.3em;
	padding: 0px;
	list-style: disc;
	list-style-position: outside;
}
ul li {
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px 0px 0px .2em;
	*margin: 0px;
	padding: 0px;
	padding-left: 2.0em;
	*padding-left: 2.5em;
	list-style: decimal;
	list-style-position: outside;
}
ol li {
	margin: 0px;
	padding: 0px;
}
hr {
	margin: .6em 0px;
	height: 1px;
	border: none;
	background-color: #CCC;
	*height: 0px;
	*border: 1px solid #CCC;
	clear: both;
}
/*-----------------------------------------------------------------------------*/
/* common styles */
.Blue {
  color: #018eee;
}
.DrkGrey {
  color: #333;
}
/*-----------------------------------------------------------------------------*/
/* header and footer styles */
td#idHeader {

}
td#idFooter {
  padding-top: 25px;
}
/*-----------------------------------------------------------------------------*/
/*    main content styles   */
td#idMainArea {
  padding: 20px 14px 0px 0px; /* yields 659px */
}
img#idRequestInfo {
  margin-top: 20px;
}
/*-----------------------------------------------------------------------------*/
/*    sidebar styles   */
td#idSidebar {
  padding: 20px 0px 0px 0px; /* yields ??? */
  color: #333;
}
img#idFeaturedProjects {
  margin-bottom: 10px;
}
div#idFeaturedProjects {
  width: 196px;
  overflow-y: auto;
  _height: 1px;
  _overflow-y: visible;
	border: 1px solid #562798;
}
td#idSidebar blockquote {
	margin: 0px 0px 1.5em 0px;
	padding: 0px 10px;
}
td#idSidebar blockquote p {
	margin-top: .2em; 
	margin-bottom: .0em;
}
td#idSidebar p.Center {
	margin-top: .2em;
	margin-bottom: 3.5em;
	text-align: center;
}
td#idSidebar big {
	font-size: 133%;
	font-weight: bold;
}
td#idSidebar ul {
	margin: 0px 0px 0px 1.2em;
	*margin: 0px 0px 0px 1.3em;
	padding: 0px;
}
/*-----------------------------------------------------------------------------*/
/* styles for profile pages */
img.ProfileImage {
  border: 1px solid #FFF;
}
img.MagGlass {
  margin-top: -32px;
  margin-left: 198px;
}
img.MagGlassLeftShadowInner {
  margin-top: -32px;
  margin-left: 198px;
  filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
img.MagGlassLeftShadowOuter {
  margin-top: -32px;
  margin-left: 198px;
  filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

/*-----------------------------------------------------------------------------*/
/* styles for forms */
form {
	margin: 0;
}
input {
	color: #666;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
textarea {
	width: 400px;
	height: 120px;
	color: #666;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
select {
	width: 200px;
	color: #666;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
.Text  {
	width: 200px;
}
}
/*-----------------------------------------------------------------------------*/
/* nav area styles */
td#idNavArea {
	padding: 0px;
	font-size: 9pt;
}
/*---------------------------------------------------------------*/
/* styles for images */
img.hRule {
	width: 100%;
	height: 1px;
	margin: 1em 0px;
	background-color: #666;
	clear: both;
}
img.HR {
	width: 100%;
	height: 1px;
	margin: 1em 0px;
	background-color: Red;
	clear: both;
}
.FloatRight {
	float: right;
	clear: left;
	margin: 0px 0px 10px 10px;
}
.FloatLeft {
	float: left;
	clear: right;
	margin: 0px 10px 10px 0px;
}
/*-----------------------------------------------------------------------------*/
/* classes for validator */
.tfvHighlight {
	color: #C00;
	text-align: right;
	padding: 1px;
	padding-right: 4px;
	white-space: nowrap;
}
.tfvNormal {
  color: #666;
	text-align: right;
	padding: 1px;
	padding-right: 4px;
	white-space: nowrap;
}
.inputHighlighted {
	color: #C00;
	text-align: left;
	padding: 1px;
	white-space: nowrap;
}
.inputNormal {
  color: #666;
	text-align: left;
	padding: 1px;
	white-space: nowrap;
}
/*-----------------------------------------------------------------------------*/
