BODY {
	margin: 0px;
	font-size: 12px;
	background-color: #ffffff;
	color:#000000;
}


/* slightly enhanced, universal clearfix hack */
.clearFix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearFix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* close commented backslash hack */


.hide{
	display:none;
}

.uploadtable{
	border:1px solid #DDDDDD;
	background-color:#FFFFFF;
}

.uploadtable td, .uploadtable th{
	text-align:left;
}

.uploadtable .listenColumn{
	text-align:center;
}

th{
	border-bottom:1px solid #DDDDDD;
	background-color:#FAFAFA;
}

.line{
	border-bottom:1px dashed #CCCCCC;
	width:779px;
	margin-top:10px;
	margin-bottom:10px;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

TABLE#body, TD#body{
	border-top: 0px;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	background-color: #fbfbfb;
}
 
TABLE.project{
	border: 1px solid #DCDCDC;
	background-color: white;
	width: 100%;
}

TR.hover, TR.hover a{
	color: #FFFFFF;
	background-color: #84C1DF;
	text-decoration: none;
	cursor:pointer;
	}

TR.search_result_odd, TR.clip_odd {
background-color: #F8F8F8;
}

TR.search_result_even, TR.clip_even{
background-color: #FFFFFF;
}

TR.header, TD.header{
background-color: #EEEEEE;
font-weight: bold;
border-bottom: 2px solid #CCCCCC;
}
 
A {
  color: #1B4876;
  text-decoration: none;
}

A:hover {
	color: #1A4673;
	text-decoration: none;
	background-color: #EEEEEE;
}

a:link img, a:visited img {
	border-color: #000000;
}

a:hover img {
	border-color: #000000;
	background-color: #FFFFFF;
}

a:active img {
border-color: #000000;
}

.projectcomment {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	background-position: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C5C5C5;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #C5C5C5;
	width: 100%;
	left: auto;
	right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 8px 0 8px 0;
 }
 
INPUT#project, RADIO#project, SELECT#project, TEXTAREA#project {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  border: 1px solid #AEAEAE;
}

INPUT#project:hover, RADIO#project:hover, SELECT#project:hover, TEXTAREA#project:hover {
  border: 1px solid #84C1DF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	display: inline;
}

h2 {
	border-bottom-width: thin;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	font-size: 1.5em;
	color: #464646;
}

.main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

form {
	display: inline;
}

INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #EFEFEF;
  border: 1px solid #AEAEAE;
  border-top: 1px solid #5A5A5A;
  border-bottom: 1px solid #BEBEBE;
}

INPUT#checkbox{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: transparent;
  border: 0px;
}

INPUT#file{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #FFFFFF;
  border: 1px solid #AEAEAE;
}

.button, INPUT#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #eFeFeF;
	border: 1px solid #AEAEAE;
	border-bottom: 1px solid #5A5A5A;
	border-top: 1px solid #BEBEBE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.button{
	padding: 3px;
}

TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #eFeFeF;
  border: 1px solid #AEAEAE;
  border-top: 1px solid #5A5A5A;
  border-bottom: 1px solid #BEBEBE;
}

.navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5c5c5c;
	text-align: center;
	background-image: url(/images/navbot.GIF);
	background-repeat: no-repeat;
	background-position: center center;
}
.navBar a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	background-position: center;
	vertical-align: middle;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}

.navBar a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	text-decoration: none;
	background-position: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-weight: bold;
		border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.navBar a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #EBEBEB;	
}

.navBar a:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #EBEBEB;
}

.searchBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5c5c5c;
	text-align: center;
}


.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5c5c5c;
}
.bottom a:link      {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #999999; text-decoration: none;}
.bottom a:visited  {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #999999; text-decoration: none;}
.bottom a:hover   {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #37373E; text-decoration: none;}

#rating {
width: 200px;
height: 30px;
list-style: none;
position: relative;
overflow:visible;
background:url(images/rate.gif) 0px 0px no-repeat;
left: 0px;
margin: 0px;
}

#rating li {
position: absolute;
display: block;
height: 30px;
line-height: 12px;
font-size: 115%;
font-weight:bold;
left: 0px;
margin: 0px;
}

#rating li a {
display: block;
height: 30px;
width: 100%;
left: 0px;
margin: 0px;
text-decoration:none;
}

#r1{width: 20px;z-index: 200;}
#r2{width: 40px;z-index: 190;}
#r3{width: 60px;z-index: 180;}
#r4{width: 80px;z-index: 170;}
#r5{width: 100px;z-index: 160;}
#r6{width: 120px;z-index: 150;}
#r7{width: 140px;z-index: 140;}
#r8{width: 160px;z-index: 130;}
#r9{width: 180px;z-index: 120;}
#r10{width: 200px;z-index: 110;}

#rating li a:hover{background:url(images/rate.gif) 0px -60px;}

#rating li a span{ display: none; }
#rating li a:hover span {
display: block;
text-indent: 0;
color: #000;
font-weight: bold;
position: absolute;
top: 35px;
left: 0px;
margin: 0px;
padding: 4px;
width: 200px;
text-align:center;
}
.current-rating {
background:url(images/rate.gif) 0px -30px no-repeat;
position: absolute;
left: 0px;
margin: 0px;
height: 30px;
display: block;
text-indent:-9999px; /* Hide the current rating text */
overflow: hidden;
z-index: 1;
}
		
.group1{
visibility: hidden;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

img.projectImage {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}

img.floatleft {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 4px;
}

img.floatright {
	float: right;
	border-width: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.alignright {
	float: right;
	border-width: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-color: #FFFFFF;
}

.commentText {
	background-color: #FFFFFF;
	background-position: 100% 100%;
	text-align: left;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
				
.commentHead {
	background-position: 100% 100%;
	text-align: left;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E2E2E2;
	background-color: #F0F0F0;
}		

.bookmark {
	width: 20%; 
	min-width: 145px; 
	float: left; 
	margin-top: 6px;
}