.head {
}

.foot {
}

/* ----- ROUNDED TABLE ----- */

.table_head {
	width: 200px;
	padding: 10px;
	background-image: url(shared/images/parts/table_head200.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.table_foot {
	width: 200px;
	padding: 10px;
	background-image: url(shared/images/parts/table_foot200.gif);
	background-repeat: no-repeat;
	line-height: 2px;
}

.table240_head {
	width: 200px;
	padding: 10px;
	background-image: url(shared/images/parts/table_head240.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.table240_foot {
	width: 200px;
	padding: 10px;
	background-image: url(shared/images/parts/table_foot240.gif);
	background-repeat: no-repeat;
	line-height: 2px;
}

td, th {
	font-family: Lucida Grande, "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

/* ----- IMAGE ----- */

img {
	border: none;}
	
/* ----- LINKS IN SITES ----- */

/* ----- TEXT ----- */
.page_header {
	font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bolder;
	padding-left: 5px;
	padding-bottom: 20px;
	vertical-align: super;
	}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
	color: #FFFF66;
}

.text {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 12px;
	color: #444444;
} /* for common descriptions */

.grey12 {
	color: #666666;
	font-family: "Lucida Grande", Arial, "Apple LiGothic Medium";
	top: 5px;
}

.grey11 {
	font-family: "Lucida Grande", Arial, "Apple LiGothic Medium";
	font-size: 11px;
	color: #444444;
}

.red11 {
	font-family: "Lucida Grande", Arial, "Apple LiGothic Medium";
	font-size: 11px;
	color: #CC0000;
}

.small {
	font-family: Lucida Grande, "Verdana", "Arial", "Helvetica", "sans-serif";
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 18px;
	font-size: 10px;
}

.fineprint {
	font-size: 10px;
	color: #aaaaaa;
}

.box {
	font-size: 12px;
	padding: 20px;
	background-color: #FFFFCC;
}

.special {
	font-family: "Impact", "Arial", "Helvetica", "sans-serif";
	color: #CC6600;
	margin-top: 10px;
	font-size: 30px;
	line-height: 35px;
}

/* ----- COLUMNS ----- */
/* ----- MAIN_RSS CENTER COLUMN and MAIN_TABLE in SITES ----- */

/* ----- GREY BORDERED COLUMN ----- */

table#bordered
{
	border: 1px solid #E6FB8F;
}

/* ----- LEFT SIDE COLUMN ----- */

td#leftsidecolumn
{
	background-color: #F6F6F6;
/*	border-right: 1px dotted #ccc; */
	border-bottom: 1px dotted #ccc;
}

td#leftsidecolumn a.titlelink
{
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	border: none;
}

td#leftsidecolumn a.titlelink:hover {
	color: #669900;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;}

td#leftsidecolumn a.noline
{
	font-size: 14px;
	color: #550055;
	border: none;
}

/* ----- RIGHT COLUMN ----- */

td#rightcolumn
{
/*	background-color: #ffffff;*/
/*	border-left: 1px dotted #ccc;*/
	border-bottom: 1px dotted #fff;
}

td#rightcolumn a.big
{
	font-size: 14px;
	color: #990000;
}

td#rightcolumn a.big:hover {
	color: #669900;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;}
	
td#rightcolumn .small {
	font-family: Lucida Grande, "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #333333;
	line-height: 12px;
	font-size: 10px;
	margin: 0px 0px 20px 10px;}

/* ----- DIV TABLE ----- */

div.block {
	width: 95px;
	padding: 0px 10px;
	position: relative;
	background-color: #0066CC;
	height: auto;
}

div.block p {
	color: #ffffff;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, "Apple LiGothic Medium";
	text-align: justify;
}

div.block a {
	color: #ffffcc;
	font-size: 10px;
	border: none;
	}

/* div.image-left img {
border: 1px solid #ccc;
padding: 4px;
}

div.image-left p {
color: #666;
font-family: 'Lucida Grande', Lucida Sans Unicode;
font-size: 9px ;
margin: 3px 0 0;
text-align: center ;
} */
input {
	background-color: #FFFFCC;
}
option {
	background-color: #333333;
	color: #FFFFFF;
}

/* ----- FRIENDFEED IMPORT ----- */

/** FriendFeed Integration on Stream Page**/
.friendfeed.widget,
div.friendfeed.widget div,
div.friendfeed.widget span,
div.friendfeed.widget img,
div.friendfeed.widget table,
div.friendfeed.widget tr,
div.friendfeed.widget td {
  position: relative;
  background-color: transparent !important;
  color: #666 !important;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
  line-height: 1.3em;
  width: auto;
  float: none;
}

.friendfeed.widget {
  color: #666;
  font-family: "Palatino", "Georgia", "Baskerville", serif !important;
  font-size: 14px !important;
  position: relative;
  border: 0px !important;
  overflow: hidden;
}

.friendfeed.widget a {
  background: none;
  color: #5f5f5f !important;
  font-weight: normal;
  text-decoration: none !important;
  margin: 0;
  padding: 0;
}

.friendfeed.widget a:visited {
  color: #5f5f5f !important;
}

.friendfeed.widget div {
  margin: 0;
  padding: 0;
  border: 0;
}

.friendfeed.widget img {
  border: 0px;
}

.friendfeed.widget .logo {
  background: url("../images/widget-top-border.png?v=1") 0px 0px repeat-x;
}

.friendfeed.widget .logo img {
  margin-left: 5px;
}

.friendfeed.widget .feed {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.friendfeed.widget .bottom {
  background: #cddff6 url("../images/widget-bottom-bg.png?v=1") repeat-x;
  border-top: 1px solid #437ec7;
  padding: 3px 5px 3px 5px;
}

.friendfeed.widget .bottom a {
  font-weight: bold;
  text-decoration: none;
}

.friendfeed.widget .bottom a:visited {
  color: #1030cc;
}

.friendfeed.widget .clear {
  clear: both;
}

.friendfeed.widget img.icon {
  width: 16px;
  height: 16px;
}

.friendfeed.widget .feed .cluster {
  margin-bottom: 1.75em;
}

.friendfeed.widget .feed .cluster .icon {
  float: left;
}

.friendfeed.widget .feed .cluster .body {
  margin-left: 23px;
}

.friendfeed.widget .feed .entry {
  margin-bottom: 1em;
}

.friendfeed.widget .feed .entry .info,
.friendfeed.widget .feed .entry .likes,
.friendfeed.widget .feed .entry .comment,
.friendfeed.widget .feed .entry .expandcomment {
  margin-bottom: 6pt;
}

.friendfeed.widget .feed .cluster .summary,
.friendfeed.widget .feed .entry .title,
.friendfeed.widget .feed .entry .media {
  margin-bottom: 4pt;
}

.friendfeed.widget .feed .entry .likes,
.friendfeed.widget .feed .entry .expandcomment {
  margin-left: 12px;
  padding-left: 19px;
}

.friendfeed.widget .feed .entry .comment {
  overflow: hidden;
  white-space: normal !important;
}

.friendfeed.widget .feed .entry .comment .content {
  margin-left: 31px;
}

.friendfeed.widget .feed .entry .info .lock {
  width: 8px;
  height: 10px;
  vertical-align: middle;
  padding-right: 4px;
  padding-bottom: 3px;
}

.friendfeed.widget .feed .entry .info a,
.friendfeed.widget .feed .entry .info a:visited,
.friendfeed.widget .feed .entry .likes a,
.friendfeed.widget .feed .entry .likes a:visited,
.friendfeed.widget .feed .entry .comment a,
.friendfeed.widget .feed .entry .comment a:visited,
.friendfeed.widget .feed .entry .expandcomment a,
.friendfeed.widget .feed .entry .expandcomment a:visited {
  color: #7070cc;
}

.friendfeed.widget .feed .entry .expandcomment {
  font-style: italic;
}

.friendfeed.widget .feed .entry .likes {
  background: url("../images/smile.png?v=2") left top no-repeat;
}

.friendfeed.widget .feed .entry .comment .quote {
  margin-left: 12px;
}

.friendfeed.widget .feed .entry .comment .quote {
  background: url("../images/comment-lighter.png?v=2") 0px 2px no-repeat;
}

.friendfeed.widget .feed .entry .comment.friend .quote {
  background-image: url("../images/comment-friend.png?v=2");
}

.friendfeed.widget .feed .entry .comment .author {
  margin-top: 2px;
}

.friendfeed.widget .feed .entry .media td {
  padding-right: 8px;
}

.friendfeed.widget .feed .entry .media img {
  border: 0px solid #ccc !important;
  padding: 1px;
}

.friendfeed.widget .feed .entry .media td.more img {
  border: 0;
}

.friendfeed.widget .feed .entry .hiddencomments {
  display: none;
}

.friendfeed.widget .feed .entry .likes span,
.friendfeed.widget .feed .entry .comment .content,
.friendfeed.widget .feed .entry .commentform,
.friendfeed.widget .feed .entry .expandcomment,
.friendfeed.widget .feed .entry .info,
.friendfeed.widget .feed .entry .info span,
.friendfeed.widget .feed .entry a.via,
.friendfeed.widget .feed .entry a.via:visited {
  color: #737373;
}

.friendfeed.widget .feed .entry a.via {
  text-decoration: none;
}

.friendfeed.widget .feed .entry a.via:hover {
  text-decoration: underline;
}

.friendfeed.widget .feed .cluster .summary a {
  color: #1030cc;
  text-decoration: underline;
  font-weight: normal;
}

.friendfeed.widget .feed .cluster .summary a,
.friendfeed.widget .feed .cluster .summary a:hover {
  border: 0;
}

.friendfeed.widget span.searchbold {
  font-weight: bold;
  color: black;
}
