body {
	color: black;
	font: 9pt/1.3em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px none;
}	
p {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
.Male {
	background: no-repeat url(../images/male.gif);
}
.Female {
	background: no-repeat url(../images/female.gif);
}


#container {
	border: none;
	margin: 0px;
}



#footer {
	clear: both;
	background: #E9E9EC;
	color: #666;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 23%;
}
#footer h2 {
	color: white;
	font-size: 10pt;
	border: 1px solid #999;
	background: #CCC;
	margin: 0px;
	padding-left: 4px;
}
#footer p {
	font-size: 8pt;
	line-height: 1.3em;
	padding: 3px;
}
#footer a {
	color: #666;
}


#primarymenu {
	position: absolute;
	right: 22%;
	top: 80px;
	z-index: 50;
	background-image:url(../images/email_hover.png);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
#primarymenu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#primarymenu ul li {
	float: left;
	padding: 5px 10px;
	margin: 0;
	color: #808080;
	font-size: 16px;	
	background: repeat-x left top url(../images/primarymenu.gif) white;
}

#primarymenu ul li.cornerleft {
	background: no-repeat left top url(../images/primarymenucorner.gif);
	width: 15px;
}
#primarymenu ul li.cornerright {
	background: no-repeat left top url(../images/primarymenuend.gif);
	width: 17px;	
	border-right: none;
}
#primarymenu ul li.selected {
	background: #808080;
	color: #e6e6e6;
}

#primarymenu ul li a {
	background: none;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333333;
}
#primarymenu ul li a:hover {
	color: #FF3333;
}

#sidepanel {
	position: absolute;	
	z-index: 0;
	background: url(../images/useroptions.gif) top left repeat-x;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#mainpanel {
	margin-right: 22%;
	width: 77%;
	z-index: 2;
}

#useroptions {
	height: 17px;
	margin: 0px;
	margin-bottom: 3px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 6px;
}
#useroptions h2 {
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}
#useroptions ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#useroptions ul li {
	float: left;	
	font-size: 11px;
}
#useroptions ul li a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	color: #333;
}
#useroptions ul li a:hover {
	color: #FF3333;
}
#useroptions ul li input {
	font-size: 10px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #CCC;
	margin-left: 4px;
	margin-right: 10px;
}
#useroptions ul li input.submit {
	font-weight: bold;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #57C02E;
	color: white;
}

#usermenu {
	width: 21%;
	position: absolute;
	top: 37px;
	left: 0px;
	margin-left: 78%;
}
#menus {
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 5px;
	background-image:url(../images/edit_hover.png);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

.menucontainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;	
	padding-right: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	
}
.menucontainer_message {	
	position: absolute;
	z-index: 5;
	top: 26px;
	left: 32%;
	width: 35%;
	border: 1px solid #333;
	border-top: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	color: white;
	background: #666;
}

.menucontainer h2 {
	font-size: 11pt;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 2px;
	color: white;	
}
.menucontainer h2 a {
	color: white;	
	text-decoration: none;
}
.menucontainer h2 a.taglink {
	padding-left: 10px;
	font-size: 8pt;
	font-weight: normal;
}
.menucontainer h2 a:hover {
	color: #FF3333;
}
.menucontainer label {
	margin: 0px;
	padding: 2px;
	font-size: 10pt;
	color: #666;
	font-weight: bold;
}

.menucontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menucontainer li {
	text-align: left;
	background: white;
	line-height: 1.4em;
	font-size: 9pt;
}
.menucontainer li a {
	padding: 3px;
	padding-left: 15px;
	color: black;
	text-decoration: none;
}
.menucontainer input {
	margin: 2px;	
	margin-left: 10px;
	margin-right: 5px;
	padding: 3px;
	font: 10pt Lucida, Helvetica, Arial, sans-serif;
	border: 1px #CCC solid;
	background: white;
}
.menucontainer p {
	text-align: right;
}
.menucontainer p a {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.menucontainer p a:hover {
	color: #FF3333;
}
.menucontainer input.submit {
	margin: 2px;
	margin-right: 9px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font: 9pt Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	border: 1px solid #666;
}

.smallcontainer {
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 8px;
	padding: 0px;
	background: #666;
	border: 1px solid #666;
}

.smallcontainer h2 {
	font-size: 9pt!important;
	margin: 0px!important;
	padding: 2px!important;
	color: white!important;
}
.smallcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: white;
}
.smallcontainer li {
	border-top: 1px solid #CCC;
	text-align: left;
	background: white;
}
.smallcontainer li a {
	display: block;
	width: 100%;
	padding: 3px;
	padding-left: 5px;
	color: black;
	text-decoration: none;
}
.smallcontainer li a:hover {
	color: #FF3333;
}

a.technorati {
	background: url(../images/technorati.gif) 2px 2px no-repeat;
	padding-left: 20px!important;
	width: 90%!important;
}
a.delicious {
	background: url(../images/delicious.gif) 2px 2px no-repeat;
	padding-left: 20px!important;
	width: 90%!important;
}
a.flickr {
	background: url(../images/flickr.gif) 2px 3px no-repeat;
	padding-left: 20px!important;
	width: 90%!important;
}




#search {
	margin-right: 2px;
	padding: 2px;
	text-align: left;
}
#search form {
	background-image:url(../images/searchoptions_open.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
#search input {
	border: 1px solid #CCC;
	padding: 4px;
	font: 9pt Lucida, Helvetica, Arial, sans-serif;
	border: 1px #CCC solid;
	background: white;
	margin: 0px;
}
#search input.submit {
	margin: 0px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	font: 10pt Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	border: 1px solid #666;
}
#search ul li {
	background: none!important;
	padding-left: 0px!important;
	color: #CCC;
	font-size: 12px;
	border-top: none!important;
}
#search ul li input {
	margin: 0px;
	padding: 0px;
}

#relatedtags {
	width: 150px;
	float: right;
	font-size: 7pt;
}
ul.search {
	padding: 0px;
	margin: 15px;
	margin-top: 5px;	
	list-style: none;
}
ul.search li {
	border-top: 0px;
	background: none;
}
ul.search li a {
	padding: 3px;
	padding-left: 29px;
	display: block;
	text-decoration: none;
}

ul.search li p {
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
	font-size: 9pt;
}
ul.search li a.messages {	
	background: url(../images/posting.gif) 5px 0px no-repeat;
}
ul.search li a:hover {
	background: #F3EFFE;
}
ul.search li a.messages:hover {
	background: url(../images/posting.gif) 5px 0px no-repeat #F3EFFE;
}
ul.search li a.people {	
	background: no-repeat url(../images/male.gif) -1px 1px;
}
ul.search li a.people:hover {
	background: no-repeat url(../images/male.gif) -1px 1px #F3EFFE;
}
ul.search li a.projects {
	background: no-repeat url(../images/project.gif) 0px 2px;
}
ul.search li a.projects:hover {
	background: no-repeat url(../images/project.gif) 0px 2px #F3EFFE;
}
ul.search li a.companies {
	background: no-repeat url(../images/company.gif) 0px 2px;
}
ul.search li a.companies:hover {
	background: no-repeat url(../images/company.gif) 0px 2px #F3EFFE;
}
ul.search li a.Male {
	background: no-repeat url(../images/male.gif) -1px 1px;
}
ul.search li a.Female {
	background: no-repeat url(../images/female.gif) -1px 1px;
}
ul.search li a.Male:hover {
	background: no-repeat url(../images/male.gif) -1px 1px #F3EFFE;
}
ul.search li a.Female:hover {
	background: no-repeat url(../images/female.gif) -1px 1px #F3EFFE;
}
ul.search li a.files {
	background: no-repeat url(../images/filename.gif) -1px 1px;
}
ul.search li a.files:hover {
	background: no-repeat url(../images/filename.gif) -1px 1px #F3EFFE;
}

ul.search li p a {
	display: inline;
	padding: 0px;
	font-style: italic;
}
ul.search li p a:hover {
	background: none;
}


ul.search span.heading {
	font-size: 12pt;
	color: #666;
	padding: 2px;
	text-decoration: underline;
}
ul.search span.subheading {
	font-size: 9pt;
	color: #999;
	font-style: italic;
	padding-left: 7px;
	padding-right: 10px;
}

#optiontoggle {
	display: block;
	width: 11px;
	height: 0px;
	padding-top: 19px;	
	overflow: hidden;
	float: left;
	background: no-repeat left top url(../images/searchoptions_closed.gif);	
	margin-right: 3px;
}

#searchoptions ul {
	list-style: none;
	margin: 5px;
	padding: 0px;
}

#content {
	padding: 5px;
	padding-bottom: 25px;
	padding-left: 10px;
	text-align: left;
	background-image:url(../images/delete_hover.png);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #333;
	line-height: 1.0em;
	padding-bottom: 9px;
	padding-left: 15px;
	border-left: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	margin-top: 10px;
}
#content h1 a {
	text-decoration: none;
	font-size: 15pt;
	color: #333;
	padding-left: 25px;
	background-image:url(../images/posting.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#content h1 span.subtitle {
	font-size: 12pt;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	color: #CCC;
}
#content h4 {
	color: #BDB9B9;
	font-size: 10pt;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 3px;
}
#content h4 a {
	color: #BDB9B9;
}

#content h5 {
	color: #BDB9B9;
	font-size: 9pt;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	padding-left: 30px;
	margin-top: 2px;
	margin-bottom: 0px;
	background: url(../images/triangle_bullet.png) 16px 2px no-repeat;
}
#content h5 a {
	color: #BDB9B9;
	text-decoration: none;
}
#content h5 a:hover {
	color: #FF3333;
}

div.itemoptions {
	border: 1px solid #CCC;
	border-top: none;
	padding: 3px;
	padding-left: 6px;
	float: right;
	background: white;
	text-align: right;
}

.maincontent {
	margin-left: 15px;
	padding-top: 10px;
}

.maincontent h1 {
	color: #666;
	font-size: 15pt;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 0px;
	border-left: none;
}
.maincontent h2 {
	color: #999;
	font-size: 12pt;
	margin: 2px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 6px;
}
.maincontent h3 {
	color: #666;
	font-size: 11pt;
	margin: 2px;
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.maincontent h4 {
	color: #BDB9B9;
	font-size: 10pt;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 9px;
}
.maincontent h6 {
	color: #BDB9B9;
	font-size: 11pt;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.maincontent p {
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 3px;
}
.maincontent a {
	color: #333;
}
.maincontent a:hover {
	color: #FF3333;
}
	
.maincontent input {
	margin: 2px;	
	padding: 3px;
	margin-left: 25px;
	font: 10pt Lucida, Helvetica, Arial, sans-serif;
	border: 1px #CCC solid;
	background: white;
}
.maincontent select {
	margin: 2px;	
	padding: 3px;
	margin-left: 25px;
	font: 10pt Lucida, Helvetica, Arial, sans-serif;
	border: 1px #CCC solid;
	background: white;
}
.maincontent label {
	color: #666;
	font-weight: bold;
	font-size: 10pt;
}
.maincontent label a {
	border: 1px solid #CCC;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

.maincontent textarea {
	margin: 2px;
	padding: 3px;
	margin-left: 25px;
	font: 10pt Lucida, Helvetica, Arial, sans-serif;
	border: 1px #CCC solid;
	background: white;
}
.maincontent input.submit {
	margin: 2px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 350px;
	font: 11pt Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	border: 1px solid #666;
}

.maincontent input.submit_nogap {
	margin: 2px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 0px;
	font: 11pt Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	border: 1px solid #666;
}


div.editmessage label {
	margin-right: 0px;
	padding-right: 6px;
}
div.editmessage input {
	margin-left: 0px;
}
div.editmessage select {
	margin-left: 0px;
}
div.textarea {
	margin-left: 40px;
}

a.history {
	background: no-repeat url(../images/history.png);
	height: 0px;
	padding-top:  16px;
	width: 16px;
	display: block;
	float: left;
	margin-right: 6px;
	overflow: hidden;
}
#history {
	position: absolute;	
	background: white;
	border: 1px solid #E7E2E2;
	padding: 3px;
	left: 23px;
	top: 156px;
}
#history p {	
	font-size: 11pt;
	color: #999;
	line-height: 1.4em;
}

#fileuploads {
	margin-left: 15px;
	padding-top: 5px;
}
#fileuploads label {
	color: #666;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 3px;
	margin-bottom:5px;
}
#fileuploads div {
	margin-left: 30px;
}
#fileuploads input {
	margin: 2px;	
	padding: 3px;
	font: 10pt Lucida, Helvetica, Arial, sans-serif;
	border: 1px #CCC solid;
	background: white;
}
#attachments {
	margin-left: 15px;
	padding-top: 5px;
}
#attachments label {
	color: #666;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 3px;
	margin-bottom:5px;
}
#file_attachments {
	padding-top: 3px;
	padding-bottom: 3px;
}
#file_attachments div.thumbnailbox_list {
	width: 140px;
	float: left;
}
#file_attachments_vertical {
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}
#file_attachments_vertical div.thumbnailbox_list {
	width: 140px;
}



.fieldWithErrors {
  padding: 2px;
  background: url(../images/form_error.jpg) left top no-repeat #ff3333;
  display: table;
}
.fieldWithErrors input {
	border: none;
}
.fieldWithErrors textarea {
	border: none;
}
div#flash {
	font-size: 10pt;
	color: #333;
	border: 1px solid #666;
	border-top: none;
	position: absolute;
	width: 50%;
	top: 25px;
	left: 25%;
	padding: 5px;
	background: white;
	text-align: center;
	z-index: 100;
}
div#errorExplanation {
	font-size: 10pt;
	color: #333;
	border: 1px solid #666;
	border-top: none;
	position: absolute;
	width: 50%;
	top: 25px;
	left: 25%;
	padding: 5px;
	background: white;
	z-index: 100;
}
div#errorExplanation h2 {
	padding: 0px;
	margin-bottom: 3px;
	font-size: 10pt;
}
div#errorExplanation p {
	padding: 0px;
	margin: 2px;
	padding-left: 15px;
}
ul.listing {
	list-style: none;
}
ul.listing li {
	width: 230px;
	height: 25px;
	float: left;
	padding: 2px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-size: 16px;
}
ul.listing li a {
	text-decoration: none;
}
ul.listing li a:hover {
	text-decoration: underline;
}
ul.listing li span {
	font-size: 12px;
	color: #CCC;
	font-style: italic;
}
table.listing {
	width: 99%;
}
.listing th {
	background: #CCC;
	border-bottom: #666 solid 1px;
	text-align: left;
	color: white;
	padding: 2px;
	padding-left: 10px;	
}
.listing td {
	border-bottom: 1px dashed #EEE8E8;
	padding: 5px;
}

a.help {	
	background: no-repeat url(../images/help.png);
	height: 0px;
	padding-top:  16px;
	width: 51px;
	display: block;	
	float: left;
	margin-right: 3px;
	overflow: hidden;
}
a.edit {	
	background: no-repeat url(../images/edit.png);
	height: 0px;
	padding-top:  16px;
	width: 16px;
	display: block;	
	float: left;
	margin-right: 3px;
	overflow: hidden;
}
a.edit:hover {	
	background: no-repeat url(../images/edit_hover.png);
}

a.save {	
	background: no-repeat url(../images/save.png);
	height: 0px;
	padding-top:  32px;
	width: 32px;
	display: block;	
	float: left;
	margin-right: 6px;
	overflow: hidden;
}

input.edit {
	float: left;
	margin-right: 5px;
}
a.tagthis {
	display: inline;
	margin-right: 2px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #CCC;
	background: #57C02E;
	color: white;
	text-decoration: none;
	font-size: 10px;
}
a.tagthis:hover {
	background: #46E508;
}
div.addtag {
	padding: 0px;
	padding-top: 6px;
	clear: both;
	width: 120px;
}
div.addtag form {
	width: 120px;
}
div.addtag input.textbox {
	font-size: 12px;
	border: 1px solid #CCC;
	background: white;
	margin: 0px;
	padding: 0px;
}
div.addtag input.smallbutton {
	font-size: 12px;
	border: 1px solid #CCC;
	background: #F2ECEC;
	margin: 0px;
	padding: 0px;
}

a.rss {
	background: no-repeat url(../images/rss.png) top left;
	height: 0px;
	padding-top: 16px;
	width: 30px;
	display: block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
}
a.permalink {
	background: no-repeat url(../images/permalink.png) top left;
	height: 0px;
	padding-top: 16px;
	width: 77px;
	display: block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
}
a.delete {
	background: no-repeat url(../images/delete.png);
	height: 0px;
	padding-top:  16px;
	width: 16px;
	display: block;
	float: left;
	margin-right: 6px;
	overflow: hidden;
}
a.delete:hover {	
	background: no-repeat url(../images/delete_hover.png);
}
a.sync {
	background: no-repeat url(../images/sync.png);
	height: 0px;
	padding-top:  16px;
	width: 16px;
	display: block;
	float: left;
	margin-right: 6px;
	overflow: hidden;
}
a.cancel {
	background: no-repeat url(../images/cancel.png);
	height: 0px;
	padding-top:  16px;
	width: 16px;
	display: block;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}
a.cancel_large {
	background: no-repeat url(../images/cancel_large.png);
	height: 0px;
	padding-top:  32px;
	width: 32px;
	display: block;
	float: left;
	margin-right: 6px;
	overflow: hidden;
}
a.cancel:hover {	
	background: no-repeat url(../images/cancel_hover.png);
}
a.email {
	background: no-repeat url(../images/email.png);
	height: 0px;
	padding-top:  16px;
	width: 20px;
	display: block;
	float: left;
	margin-right: 2px;
	overflow: hidden;
}
a.email:hover {	
	background: no-repeat url(../images/email_hover.png);
}
a.info {
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 2px;
	border: 1px solid #CCC;
	background: #57C02E;
	color: white;
	text-decoration: none;
	font-size: 10px;
}
a.info:hover {	
	background: #46E508;
}
a.remove_item {
	background: no-repeat url(../images/delete_tag.gif);
	height: 0px;
	padding-top:  16px;
	width: 16px;
	display: block;
	float: left;
	overflow: hidden;
}

div#tag_list a.link {
	font-size: 11pt;
	color: #999;
	text-decoration: none;
	line-height: 1.5em;
}

div.tag_listing {
	margin: 15px;
	margin-bottom: 10px;
	background: #F6F2F2;
}
div.tag_listing label {
	padding-right: 5px;
}
div.tag_listing img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
div.tag_listing a {
	text-decoration: none;
}

div.thumbnailbox {	
	width: 148px;
	padding: 2px;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
}
div.thumbnailbox img {
	width: 100%;
}
div.thumbnailbox p {
	font-size: 8pt;
	color: #999;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
div.imagepreview {
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 2px;
	width: 90px;
	height: 90px;
	text-align: center;
}
div.imagepreview img {
	width: 100%;
}

ul.inlinelist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.inlinelist li {
	display: inline;
	margin: 2px;
	margin-left: 15px;
}

ul.participants {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.participants li {
	margin-left: 25px;
}
ul.participants span.company {
	margin-left: 10px;
	color: #CCC;
	font-size: 7pt;	
}

div#participant_list {
	margin: 0px;
	padding-left: 40px;	
}
div#participant_list img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

div.divider {
	clear: both;
	padding-top: 5px;
}

div.auto_complete {
	text-align: left;
}

div#calendar {
	width: 100%;
	text-align: center;
	font-size: 8pt;
}
div#calendar h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
div#calendar table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}
div#calendar td {
	border-right: 1px solid #F8F8F1;	
	border-top: 1px solid #F8F8F1;	
	padding-top: 1px;
	padding-bottom: 0px;
	width: 14%;
	color: #999;
	background: white;
}
div#calendar th {
	font-weight: bold;
	color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 14%;
}
div#calendar td.currentday {
	background: #E8E8F4;
}
div#calendar td a {
	color: black;
}
div#calendar td a:hover {
	color: #FF3333;
}
div.message {
	margin-top: 15px;
}
span.status {
	font-style: italic;
	color: #666;
	padding-left: 15px;
}

div.comments {
	margin-top: 4px;
	padding: 0px;
	padding-left: 20px;
	margin-left: 15px;
	background: url('../images/comment_background.gif') 0px 0px no-repeat;
}
div.comments span {	
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
	color: #666;
}
div.comments h3 {
	margin-top: 0px;
}
div.comment_item {
	border: 1px solid #CCC;	
	border-right: none;
	border-bottom: none;
}
div.comment_item p {
	padding-left: 22px;
}
h4.comment_title {
	font-size: 13px!important;
	color: black!important;
	margin: 0px!important;
	padding: 2px!important;
	padding-left: 24px!important;
	background: url('../images/comment_background.gif') 3px 1px no-repeat #EFF1F4;
	font-style: normal!important;
}
h6.comment_date {
	margin: 0px!important;
	padding: 0px!important;
	padding-left: 25px!important;
	font-size: 9pt!important;
}
div.comment_show {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 3px;
}
div.comment_new {
	margin-bottom: 7px;
}
div.comment_new a {
	text-decoration: none;
	color: #999;
}
div.comment_new a:hover {
	color: #FF3333;
}
div.comment_new a.cancel {
	background: no-repeat url(../images/cancel.png);
	height: 0px;
	padding-top:  16px;
	padding-left: 0px;
	width: 16px;
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 25px;
	margin-top: 3px;
	overflow: hidden;
}
div#submit_message {
	position: absolute;
	width: 74%;
	left: 13%;	
	top: 152px;
	padding: 15px;
	background: white;
	border: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
div#submit_message img {
	float: left;
	border: none;
	padding-top: 13px;
}
div#submit_message h3 {
	margin-left: 50px;
	font-size: 14pt;
	padding-left: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCC;
}
div#submit_message p {
	margin-left: 60px;
	font-size: 12pt;
	line-height: 1.2em;
}

div.basic_search {
	text-align: center;
	background: #EFF8F8;
	margin-bottom: 6px;
	margin-left: 40px;
	margin-right: 40px;
	border-bottom: #CCC 1px solid;
}
div.basic_search input.submit {
	margin-left: 0px;
}
div.search_pages {
	margin: 7px;
	margin-top: 13px;
	width: 360px;
	font-size: 12px;
	padding: 3px;
	padding-left: 14px;
	font-weight: bold;
	background: url(../images/search_pages.png) no-repeat top left;
}
div.search_pages span {
	color: #999;
	font-weight: normal;
}
div.search_pages a {
	margin-left: 3px;
	margin-right: 3px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

div.advanced_search {
	border: 1px solid #CCC;
	margin: 10px;
	margin-right: 10%;
	padding: 0px;
	padding-bottom: 4px;
}
div.advanced_search h3 {
	background: #CCC;
	border-bottom: 1px solid #A99E9E;
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px;
	padding-left: 10px;
	color: white;
}
div.advanced_search ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.advanced_search li {
	padding: 2px;
	margin-left: 20px;
}
div.advanced_search li select {
	margin: 0px!important;
}
div.advanced_search li input {
	margin: 0px!important;
}
div.advanced_search img {
	display: inline;
	margin: 0px;
	margin-bottom: 3px;
	vertical-align: middle;
}
div.advanced_search ul.filetype {
	margin-left: 10px;
	margin-top: 5px;
}
div.advanced_search ul.filetype li {
	width: 160px;
	padding: 3px;
	float: left;
	margin-left: 5px;
}
div.advanced_search ul.filetype li input {
	margin-right: 6px!important;
}
div#search_when {
	background: #F6EFF1;
}
div#search_what {
	background: #ECEFF7;
}
div#search_where {
	background: #FCF5F7;
}
div#results_total {
	float: left;
	padding-left: 3px;
	font-size: 8pt;
}
div#results_order {
	float: right;
	padding-right: 3px;
	font-size: 8pt;
}

a.calendar_menu {
	display: block;
}
div.calendar_popup {
	position: absolute;
	font-size: 8pt;
	left: -110px;
	width: 220px;
	border: 1px solid #999;
}
a.calendar_menu div ul {
	margin: 0px;
	padding: 0px;
}
div.calendar_popup li {
	border: none!important;
}
ul.calendar_options li a {
	background: none;
	display: block;
	padding: 2px;
	padding-left: 8px;
}
ul.calendar_options li a:hover {
	background: none;
	font-weight: normal;
}

ul.taboptions {
	margin: 0px;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 3px;
	list-style: none;
}
ul.taboptions li {
	margin: 0px;
	display: inline;
	font-size: 13pt;	
	padding-left: 24px;
}
ul.taboptions li label {
	font-weight: bold;
	color: #999999;
	font-size: 10pt;
}
ul.taboptions li a {
	font-size: 10pt;
	color: #666;
}

div.projectlisting {
	float: left;
	margin-top: 4px;
	margin-left: 6px;
	width: 300px;
	height: 130px;
	border: 1px solid #F2ECEC;
	text-align: right;
}
div.projectlisting h3 {
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: white;
	text-align: left;
	background: #F2ECEC;
	border: 1px solid #CCC;
}
div.projectlisting h3 a {
	color: black;
	display: block;	
	padding: 3px;
	text-decoration: none;
}
div.projectlisting h3 a:hover {
	color: #FF3333;
}
div.projectlisting h6 {
	font-size: 9pt;
	padding-right: 5px;
}
div.projectlisting li {
	font-size: 9pt;
	margin-left: 20px;
	padding-right: 5px;
	text-align: left;
}
div.projectlisting div.preview {
	float: left;
	margin-right: 8px;
	width: 100px;
}

.directorylist {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
.directorylist a {
	background: no-repeat url(../images/filename.gif) -1px 1px;
	padding: 2px;
	padding-left: 30px;
	margin-left: 5px;
}
a.headingtab {
	font-size: 12pt!important;
	background: none!important;
	color: #666!important;
}
a.headingtab:hover {
	color: #FF3333;
}

div#FileUploadProgress {	
    margin: 0px!important;
    padding: 0px!important;
}
div.progressBar {
    padding: 0px!important;
    width: 350px;    
    background: url('../images/upload_progress.gif') -1000px -1000px no-repeat;
}
div.progressBar div.border {
    background: url('../images/upload_background.gif') top left repeat-x #fff;
    margin: 0px!important;
    padding: 0px!important;
    width: 100%;
}
div.progressBar div.background {
    background-color: #333;    
    background: url('../images/upload_progress.gif') top left repeat-x #53A1F9;
    margin: 0px!important;
    padding: 0px!important;
    height: 20px;
    width: 0%;
}

div.tagcloud {
	background: white;
	padding: 5px;	
}

div.tagcloud span {
	padding-right: 8px;
	line-height: 1.7em;
}
div.tagcloud span a {
	text-decoration: none;
	color: black;
}
div.tagcloud span a:hover {
	color: #FF3333;
}

a.tagsize0 {	
	font-size: 60%;
 }
a.tagsize0 {	font-size: 80%; }
a.tagsize1 {	font-size: 90%; }
a.tagsize2 {	font-size: 100%; }
a.tagsize3 {	font-size: 100%; }
a.tagsize4 {	font-size: 110%; }
a.tagsize5 {	font-size: 120%; }
a.tagsize6 {	font-size: 130%; }
a.tagsize7 {	font-size: 140%; }
a.tagsize8 {	font-size: 160%; }
a.tagsize9 {	font-size: 180%; }
a.tagsize10 {	font-size: 200%; }

input.radio {
	background: none!important;
	border: none!important;
}
input.checkbox {
	background: none!important;
	border: none!important;
}

div#syncmessage {
	font-size: 10pt;
	color: #333;
	border: 1px solid #666;
	border-top: none;
	position: absolute;
	width: 50%;
	top: 25px;
	left: 25%;
	padding: 5px;
	background: white;
	z-index: 100;
}
div#syncmessage h2 {
	padding: 0px;
	margin-bottom: 3px;
	font-size: 10pt;
}
div#syncmessage p {
	padding: 0px;
	margin: 2px;
	padding-left: 15px;
}


ol.questions li {
	margin-bottom: 20px;
	margin-top: 5px;
}
ol.questions li h3 {
	font-size: 12pt;
	line-height: 15pt;
	font-weight: normal;
	color: #111;
}

table.qrating {
	border-collapse: collapse;
	border: 0px none;
	margin-left: 5px;
}
table.qrating th {
	width: 100px;
	background: #CCC;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}
table.qrating td {
	text-align: center;
}
table.qrating input {
	padding: 0px;
	margin: 0px;
}
ul.qboolean { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
}
ul.qboolean li {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
ul.qboolean input {
	padding: 0px;
	margin: 0px;
}
ul.qoptions { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
}
ul.qoptions li {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
ul.qoptions input {
	padding: 0px;
	margin: 0px;
}


