body, input, select {
	font-family: Verdana, sans-serif;
	font-size:70%;
	color: #6A6A6A;
}

h3 {
	font-weight: normal;
	margin: 8px 10px 0px 10px;
	font-size: 16px;	
	background-image: url('');
}

h4 {
	margin: 8px 10px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

hr {
  margin: 3px 0px 3px 0px;
  padding: 0px 0px 4px 0px;
	border: 0;
	height: 1px;
	background-color: transparent;
	border-bottom: 1px solid #BEE600;
}

/* General Style Info */
a{
	color: #6A6A6A;
	text-decoration: none;
	border-bottom: 1px dotted #6A6A6A;
}
a:hover{
	
	background-color: #BEE600;
	text-decoration: none;
	border-bottom: 1px dotted #6A6A6A
}

a img, a.hastooltip, a.noimgborder {
	background-color: transparent;
	border: none;
}

#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
    color:#900;
    font-weight: bold;
}
.success, .success_message {
    color:#090;
    font-weight: bold;
}

.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

form div.date{
margin-left: 0em;
}

div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

.message_tools {
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 9px;
}

.message_header { 
	font-size: 10px;
}

div#signup label { 
 	width: 240px;
}

/* profile video title */

#profile_video p {
	margin: 5px 0 3px 0;
}

h1.tribetitle {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	display: inline;
	height: 15px;
	margin: 1px;
	line-height: 15px;
}


/* tribelist */

div.tribeMemberNumber {
	font-family: Georgia;
	font-size: 18px;
	font-weight: strong;
	display: inline;
}

a.tribeMemberLink {
	background-color: transparent;
	margin: 0 0 0 0;
}

input, select, textarea {
    font-size: 11px;
    border-color:#999999 rgb(204, 204, 204) rgb(204, 204, 204);
    border-style:solid;
    border-width:1px;
    color:#333333;
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size:11px;
}

input:focus, select:focus, textarea:focus {
    border-color:#BEE600;
}

input[type=submit], input[type=button] {
    background-color: #bee018;
    background-image: url('/img/bar_bg.gif');
    border: 1px solid;
    border-color: #6A6A6A;
    font-family: Tahoma, arial, sans;
    font-size: 11px;
    padding: 2px 8px 3px 8px;
    height: 20px;
    
}


table.colorPicker 
{
	position: absolute;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}
table.colorPicker td
{
	width: 15px;
	height: 15px;
	border: solid 1px #000000;
}