
/* default values */
H1,H2,H3,H4,TD,SMALL {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 12px; 	

}

/*
P {
	width: 450px;
}
*/
/* override HTML elements */

H1 {
	font-size : 150%;
	font-weight : bold;
}

H2 {
	font-size : 135%;
	font-weight : bold;
}
H3 {
	font-size : 125%;
	font-weight : bold;
}

H4 {	
	font-size : 120%;
	font-weight : bold;
}

H5 {	
	font-size : 110%;
	font-weight : bold;
}

SMALL {
	font-size : 90%;

}

.small {
	font-size : 90%;

}


BODY {
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;	
	
	
	padding-left: 0px;	
	padding-right: 0px;	
	
	padding-top: 10px;		
	padding-bottom: 10px;	
}



.grid {
	color: #000000;
	background-color: #DDEEFF;	
	background-image: url(/images/grid2.gif); 
}

.sideLine {
 	background-image: url(/images/dot_line_l.gif); 
}

.box {	
	color: #000000;
	background-color: #F5F5F5;	
	
}


/* user defined styles */
 A {
	color : #003399;	
	
    text-decoration : none;        
	font-weight : bold;
}            	

A:visited {	
	text-decoration : none;
	color : #444444;	
}

A:active {	
	color : #FFB94A;	
}
    
A:hover  {
	text-decoration : underline;
}


/*
A, A:visited {
	border-bottom: 1px dotted #6699FF;
	color: #3366CC;	
		
	text-decoration : none;        	
}            	

A:visited {
  border-bottom-color:#996699;
  color:#993399;
}
 
A:active {	
	color : #FFB94A;	
}
    
A:hover  {
  	border-bottom:1px solid #FF9900;
  	color: #FF9900;	
}
*/

/* date in the upper right hand corner of the header */
.headerDate {
	font-family : arial,helvetica,sans-serif;
	color : #666666;
	background-color: #CDE0F5;	
	font-size : 80%;
	font-weight : normal;
}

/* text in the header */
.headerText {
	font-style : italic;
}

/* quote text */
.quote {
	text-align: right;
	width: 250px;
	color : #999999;
	background-color: #FFFFFF;	
	font-family : serif;
	font-size : 100%;
	font-style : italic;
	text-decoration : none;
	font-weight : normal;
}

/* user name */
.userName {
	color : #000000;
	font-family : arial,sans-serif;;
	font-size : 100%;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}


/* breadcrumb links */
.crumb {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
.crumb:hover {
	color : #990000;
	text-decoration : underline;
}



.indexBar {
	font-size : 110%;
	text-decoration: none;
	font-weight : bold;
	background-color: #CDE0F5;	
	color : #222222;
}



A.indexBar:visited  {
	color : #222222;
	background-color: #CDE0F5;	
}

A.indexBar:hover {
	color : #222222;
	text-decoration : underline;
	background-color: #CDE0F5;	
}

A.indexBarActive {	
	font-size : 110%;
	color : #999999;
	text-decoration : none;
	background-color: #CDE0F5;	
}

.login {
	color : #222222;
	text-align: right;
	vertical-align: bottom;	
	
}

A.login:hover {
	color : #222222;
	text-decoration : underline;
	
	background-color: #DDEEFF;	
}


/* toolbar text (includes links) */          


.toolbar {
	
	text-decoration: none;
	font-weight : bold;
	background-color: #DDEEFF;	
	color : #999999;
}

.toolbar:visited  {
	color : #999999;
	background-color: #DDEEFF;	
}

A.toolbar:hover {
	color : #222222;
	text-decoration : none;
	background-color: #DDEEFF;	
}

/* Sidetoolbar */
.sidetoolbar {
	font-size : 11px;
	text-decoration: none;
	font-weight : normal;
	background-color: #DDEEFF;	
	color : #222222;
	text-align: center;
}

TD.sidetoolbar {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 40px;
	padding-right: 4px;		
	text-align: center;
}

A.sidetoolbar:visited  {
	color : #999999;
	background-color: #DDEEFF;	
}

A.sidetoolbar:hover {
	color : #222222;
	text-decoration : none;
	background-color: #DDEEFF;	
}

H3.sidetoolbar {
	font-size : 120%;
	font-weight : bold;
	padding-bottom: 0px;
}

/* error classes */
INPUT.error {
	color: #000000;
	background-color: #FFB94A;
}
SELECT.error {
	color: #000000;
	background-color: #FFB94A;
}
OPTION.error {
	color: #000000;
	background-color: #FFB94A;
}
TEXTAREA.error {
	color: #000000;
	background-color: #FFB94A;
}
.error {
	color : #993300;
	font-style : italic;
}



/* forum link (href on a forum name, thread name, message name, etc) */
.forum {
	color : #003399;
	background-color: #FFFFFF;	
	font-weight : bold;
	text-decoration : none;
}

.forum:visited {
	background-color: #FFFFFF;	
	color : #003399;
	font-weight : bold;
	text-decoration : none;
}

.forum:hover {
	background-color: #FFFFFF;	
	color : #666699;
	text-decoration : underline;
}

/* styles for all dates */
.date {
	color : #cc3300;
}


/* Forum stuff */
.messageTreeHeader {
	font-size : 11px;
	color: #000000;
	background-color: #DDEEFF;
	font-weight: bold;	
}



A.message {
	color : #003399;
	font-weight : bold;
	text-decoration : none;
}

A.message:visited {
	color : #666699;
	font-weight : bold;
	text-decoration : none;
}

A.message:hover {
	color : #666699;
	text-decoration : underline;
}

A.message:active {
	color : #FFB94A;
}

/* Fly stuff */

A.fly {
	color : #003399;	
	font-weight : bold;
	text-decoration : none;
}

A.fly:visited {
	color : #666699;
	font-weight : bold;
	text-decoration : none;
}

A.fly:hover {
	color : #666699;	
}

/* Forms */


.submitRow {
	color: #000000;
	background-color: #CDE0F5;
}



/* Images */

.imageText {	
	padding: 0px;
	margin: 0px;
	/* font-size: 90%;	*/
	font-weight : normal;
}


img {

	  border-color: #000000;
}


/* Fly recipe */ 

.firstCol {
	padding-left: 10px;	

}
.spaceCol {
	width: 10px;	
	background-color: #FFFFFF;	
	color: #000000;
}
.lineCol {
	width: 1px;	
	background-color: #B8B8B8;	
	color: #000000;
}

.spaceRow {
	height: 10px;	
	background-color: #FFFFFF;	
	color: #000000;
}

H3#flyRecipe {
	margin-top: 0px;
	margin-bottom: 4px;
	
/*
	text-align: left;
	font-size : 110%;
	font-weight : bold;
	*/
}

/* General stuff */

.listHeader {
	font-weight : bold;
	font-size : 12px;
}

.listHeader:visited {	
	color: #222222;
}

.footer {		
	color: #888888;
	font-weight : normal;		               
}

.footer:visited {
	color: #888888;
	font-weight : normal;
}

.footer:hover {
	text-decoration : none;
}


/* For articles  */



P.DefaultArticle {	
	font-size : 12px;	
	width: 400px;
}
PRE {
        font-size : 11px;
}

TABLE.DefaultArticle {

	width: 400px;
}


/* Frame */

FRAMESET {
	border: 0px;
}

BODY.messageFrame {
	

	margin-top: 0px;
	margin-left: 30px; 
	margin-right: 0px;     
	margin-bottom: 0px;
}

BODY.threadFrame {
	

	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 30px; 
	margin-bottom: 0px;
}

.RandomImage {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #000000;		
}


TD.RandomImage {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #000000;		
	background-color: #DDEEFF;
	vertical-align: top;
}

TD.RandomImage {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #000000;		
	background-color: #DDEEFF;
	vertical-align: top;
}

IMG.RandomImage2 {
	border-left: 1px #000000 solid;
	border-right: 0px;
	border-bottom: 1px #000000 solid;
	border-top: 0px;
	float: left;
}
TD.RandomImage2 {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
/*	border-color: #000000;		
	background-color: #DDEEFF;
*/	
	vertical-align: top;
}

/* Sticky links */

A.sticky {
/*	color: #222222;		*/
	color : #003399;		
	text-decoration : none;        
	font-weight : bold;
	
}            	

A.sticky:visited {	
	/* color : #222222;	*/
	color : #003399;		
	
}
	/*
A.sticky:active {	
	color : #FFB94A;	
}
      */
A.sticky:hover  {
	text-decoration : underline;
}

A.login {
	color : #222222;		
	text-decoration : none;        
	font-weight : bold;
}

A.login:visited {
	color : #222222;			
}

/* NewMessage list */

TD.newMessage {
	padding-left: 8px;
	padding-bottom: 4px;
}

TR.newMessage {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Places stuff */

TH.Place {
	text-align: left;
	font-size : 12px;
	font-weight : bold;
}
TD.Place {
	font-size : 11px;	
	text-align: left;
	vertical-align: top;	 
}

A.place {
	color : #003399;	
	font-weight : bold;
	text-decoration : none;
}

A.place:visited {
	color : #666699;
	font-weight : bold;
	text-decoration : none;
}

A.place:hover {
	color : #666699;	
}

SMALL.place {
	/*background-color: #F5F5F5;	*/
	font-size : 9px;	
	color: #000000;
	font-weight : normal;		               
}

P.PlaceArticle {	
	font-size : 12px;	
	width: 400px;
}

TABLE.PlaceArticle {

	width: 400px;
}


TR.OddRow {
	background-color: #FFFFFF;	
}

TR.EvenRow {
	background-color: #F5F5F5;	
}


/* Diary */


TD.AddDiaryFirstColumn {	
	text-align: right;
	vertical-align: top;	 
}

H2.AddDiaryFirstColumn {
	padding-bottom: 5px;	
	margin-bottom: 5px;
}

P.AddDiaryFirstColumn {
	width: 150px;
	font-weight : normal;
	font-size : 12px;

	padding-top: 0px;	
	margin-top: 0px;
}


TD.AddDiarySecondColumn {
	width: 100px;
	text-align: right;
	vertical-align: top;	  	
}

TD.AddDiaryThirdColumn {
	font-size : 12px;
	vertical-align: top;	  	
}

.Comment {
	color : #000000;
	font-weight : normal;
	font-size : 10px;
	text-align: left;
	vertical-align: top;	 
}

TH.FishDiaryEntry {
	font-weight : bold;
	font-size : 12px;
	text-align: right;
	vertical-align: top;	 	
}

TD.FishDiaryEntry {
	font-weight : normal;
	font-size : 12px;
	text-align: left;
	vertical-align: top;	 	
}

P.AddDiary {
	font-size : 11px;	
	width: 500px;
}


UL.FAQquestion {
	line-height: 150%;
}


/* Messages */
.threadList {	
	font-size : 11px;	
}

/* Messages */
.message {	
	font-size : 12px;	
	line-height: 1.5;
}


.none {
       color : #000000;
       font-weight : normal;	
}

TH.NewMessages {
	background-color: #DDEEFF;
}

TD.NewMessages {
	background-color: #F5F5F5;	

}

TR.NewMessageRow {
	line-height: 15px;
}

/* WIKI STUFF */

TD.diffadd  { background: #99FF99; 
              font-family: monospace; }
TD.diffrem  { background: #FF9933; 
              font-family: monospace; }
TD.diff     { background: #FFFFFF; 
              font-family: monospace; }



/* special formatting of a wiki table */
.wiki-table {
  border-style: solid;
  border-color: black;
  border-width: 0px 1px 1px 1px;
  empty-cells: show;
}

.wiki-table td {
  border-top: 1px solid black;
  padding: 4px 4px 4px 4px;
}

.wiki-table th {
  border-top: 1px solid black;
  padding: 4px 4px 4px 4px;
  text-align: left;
  color: inherit;
  font-weight: bold;
  
  background-color: #DDEEFF;
}

.wiki-table .table-odd {
  color: inherit;
  background-color: #F8F8F8;
}

.wiki-table .table-even {
}
/************************************************/
/* list formatting                              */
.list {
}
.list-title {
  font-weight: bold;
}
.list ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

ul.minus { list-style-type: square; }
ul.star { list-style-type: dot; }
ol.roman { list-style-type: lower-roman; }
ol.ROMAN { list-style-type: upper-roman; }
ol.alpha { list-style-type: lower-alpha; }
ol.ALPHA { list-style-type: upper-alpha; }
ol.greek { list-style-type: lower-greek; }
ol.GREEK { list-style-type: upper-greek; }
ol.hiragana { list-style-type: hiragana; }
ol.HIRAGANA { list-style-type: hiragana-iroha; }
ol.katakana { list-style-type: katakana; }
ol.KATAKANA { list-style-type: katakana-iroha; }
ol.HEBREW { list-style-type: hebrew; }


DIV.faq-float-box {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	border-style: solid;
	border-color: #222222;
	background-color: #F8F8F8;
  	border-width: 1px 1px 1px 1px;
	
	padding: 5px;
	
	text-align: center;
	float: right;
}

TABLE.wikiAccess {
        border-spacing: 0px;           
        border-collapse:collapse;
} 

 
TD.wikiAccess {       
        padding: 5px 5px 5px 5px;
} 

DIV.wikiImage {	
	text-align:center;	
	clear:left;	
	margin: 10px;	
}

IMG.wikiImage {
	clear:both;	
	border: 1px solid #333;
	padding: 2px;
	
}


DIV.wikiPanorama {	
	text-align:center;
}

DIV.page-edit-float-box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	border-style: solid;
	border-color: #222222;
	background-color: #F8F8F8;
  	border-width: 1px 1px 1px 1px;
	
	padding: 5px;
	
	text-align: left;
}

/* quote text */
.wiki-quote {	
	background-color: #FFFFFF;	
	/* font-family : serif; */
	font-style : italic;
	text-decoration : none;	
}



/************************************************/
/* index formatting                             */
.index-top {
  border-top: 1px solid #003366;
  margin-bottom: 5px;
}

.index-top th {
  padding: 1px 1px 1px 1px;
  text-align: left;
  /*  cellpadding=\"0\" cellspacing=\"0\" border=\"0\" */
  font-weight: normal;
 
}

.index {
	/* cellpadding=\"0\" cellspacing=\"0\" border=\"0\" */
	width:100%;
    border-spacing: 0px;           
    border-collapse:collapse;
}

.index td {
  padding: 1px 1px 1px 1px;
}

.index th {
  margin-top: 5px;
  padding: 1px 1px 1px 1px;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
}

.indexFly {
	margin-bottom: 10px;	
}

/* weblog formatting */
.blog-date {
	font-size : 150%;	 
	font-family: Georgia, Arial, sans-serif;
	color: #222222;

	text-transform: none;
  	margin-bottom: 10px;
  	margin-top: 40px;
  	
  	padding: 4px;
  	padding-top: 10px;
  	padding-bottom: 0px;
  	
  	border: 0px;
  	
  	
  	border-bottom: 1px solid #222222;
  	
}

.blog-area {
	/* border: 1px solid #5B5B5B; */
	clear: both;
}

.blog-inner-area {
	margin-left:30px;
	/* border: 1px solid #5B5B5B; */
}

.blue-title {	
	color: #003399;	
  	border-bottom: 1px dotted #6699CC;  	  	
  	clear: both;
}

#blog-title, #photolog-title   {
	margin-bottom:0px;
}


H2 A:visited {
	color: #003399;			
}



#blog-info, #photolog-info  {
	margin-bottom:17px;		
}

#photolog-info {
	border: 1px solid #333;
}

.left-indent {
	margin-left:10px;
}

.caption {
	
}

.bold {
	font-weight : bold;
}

.blog-more {
		text-align:right;
		font-size: 90%;
		margin-bottom:-4px;
}

span.nobr {
	white-space: nowrap;
}



#comment-title {
	font-weight : normal;	
	font-size : 85%;	
	color: #003399;
	
  	border-bottom: 1px dotted #6699CC;
}


#comment-body {
	margin-left:30px;
	line-height:1.5;
}

#comment-title-editor {	
	font-size : 150%;				
}

A.comment-title-editor {	
	font-weight : normal;			
}


#preview {
	background-color: #F8F8F8;
}

IMG.photolog {
	border: 3px solid #333;
	padding: 2px;
}

P#photolog-preview {
	clear: both;
}

IMG#photolog-preview {	
	float:left;
	margin:0 10px 10px 0;
}

H1#photologs {
	color: #003399;	
  	border-bottom: 1px dotted #6699CC;  	  	
}

DIV#photolog-links {
	text-align: center;
}


IMG.bordered {
	border: 2px solid #333;
	padding: 4px;
}

IMG.small-bordered {
	border: 1px solid #333;
	padding: 2px;
}

DIV.small-bordered {
	border: 1px solid #333;
	padding: 2px;
}

IMG.current {
	border-color: #CC6666;	
}


/* For pager */ 
TABLE#pager {
	padding: 0px;
	border-spacing: 0px; 
	border: 0px;
}
TD#pager-left {
	width: 15%;	
	white-space: nowrap;
	text-align: right;
}
TD#pager-center {
	width: 70%;	
}
TD#pager-right {
	width: 15%;	
	white-space: nowrap;
	text-align: left;
}

TABLE#voter {

	white-space: nowrap;
	text-align: center;
	font-weight : bold;
}

div#flyVote-outer {
	text-align:center;
}


div#flyVote {
	margin: 15px auto; 
	text-align: center;	
	border: 1px dotted #555;
	padding: 2px;
	background-color: #F8F8F8;	
	width: 50%;	
}

h4,h5#flyVote {
	margin:2px;
}

strong#flyVote {
	font-size : 220%;				
}

div#flyVoteLastFly {
	
	text-align: center;	
	border: 1px dotted #555;
	padding: 2px;
	background-color: #F8F8F8;	
	width: 85%;	
}

H2#TopFlyPosition {
	font-size : 220%;				
	margin-bottom: 0px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #555;
	float:left;	
}

.tag-area {
	margin: 15px auto; 
	text-align: left;	
	
	padding: 2px;
	
}

p.tagCloud {
     padding: 15px; 
     margin-right: 30px; 

     border: solid 1px #EEEEEE; 	

     background: #F8F8F8; 

}


.center {
	text-align: center;
}

div.Attachments {
	padding-top: 10px;

}


.Attachments hr {
	width: 85%;
	
	height: 1px;
	color: #888888;
	border-color: #888888;
	border-width: 1px 0px 0px 0px;
	padding: 0px;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-hilite {
	background-color: #FFFF66;		
	font-weight : bold;
}

.CurrentPage {
	background-color: #DDDDDD;		
	font-weight : normal;
}

.Paginator {
	border-color: #CCCCCC;
	border-width: 1px 0px 1px 0px;
  	border-style: solid;	
  	padding: 5px;
}

p.paragraph {
	line-height: 130%;
}


img.Wiki {
	
	
}

img.Left {
	float:left; 
	margin-right:10px;
}

img.Right {
	float:right; 	
	margin-left:10px;
}

DIV.textAd {
	
	margin-top:0px;
	margin-bottom:30px;
	padding-left: 30px;	
	
}

SPAN.textAd {
	background-color: #F8F8F8;
}


DIV.textAdBox {
	
	margin-top:20px;
	margin-bottom:10px;	
	padding-bottom:20px;	
	background-color: #F8F8F8;
	
}

P.DiaryEntry  {
	line-height: 1.5;
}


DIV.statusMessage {

	border: 1px solid black;
	color: white;
	background-color: #003399;
	width: 100px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	float: right; 	
	display:block;
	visibility: hidden;
	position: absolute;
    top:0;
    right:0;

}

DIV.statusMessageOuter {
    position:relative;
}

DIV#progressBar {
	background-color: white;
}


A.tagCloudLink {
	color : #003399;		
	text-decoration : none;        
	font-weight : bold;
	
}            	

A.tagCloudLink:visited {	
	
	
}
	/*
A.sticky:active {	
	color : #FFB94A;	
}
      */
A.tagCloudLink:hover  {
	color : #FFFFFF;
	background-color: #003399; 
	text-decoration : none;        
	font-weight : bold;
}

table.normal {
	border: 1px solid black;
	padding: 0px;
	border-spacing: 0px; 
}






/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 464px;
	height:108px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/images/scrollable/h300.png) repeat-x;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom: 10px;
}





/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	text-align: center;
	
}

.items div {
	float:left;
	width:464px;
}

/* single scrollable item */
.scrollable img {
	/* float:left; */
	margin:4px 2px 4px 2px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin-top:75px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background:url(/images/scrollable/arrow/right.png); no-repeat; background-position: 0 -0px; margin-left:2px; margin-right: 0px; clear:right;}
a.right:hover 	{ background-position:-18px -18px; }


/* left */
a.left				{ background:url(/images/scrollable/arrow/left.png); no-repeat; margin-left: 0px; margin-right: 2px;} 
a.left:hover  		{ background-position:-18px -18px; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* position and dimensions of the navigator */
.navi {
	margin-left:210px;
	margin-top:90px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
	border: 0px;
}


/* tooltip styling. by default the element to be styled is .tooltip  */

.tooltip {
		display:none;
		background-color:#DEF;
		border:1px solid #999;
		padding:3px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
		max-width: 300px;
		font-family : verdana,arial,helvetica,sans-serif;
		font-size : 12px; 
}
