div.message {
    font-weight:bold;
    font-size:1em;
    color:red;
    padding: 0.5em;
}

table {
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    color: #4B4B4B;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
/*
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}
*/
.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff bottom repeat-x;
    border-top: 0;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border-color: #ccc #aaa #aaa #ccc;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

.profile_link {
    text-decoration:none;
    display:block;
}

#profile {
    background-color:#E5E5E5;
    color:#4B4B4B;
    -moz-border-radius: 1em;  
    -webkit-border-radius: 1em;
	margin-bottom: 15px;
}

#profileInner {
    padding: 10px;	
}

#profile ul {
    list-style-type: none;
    margin-left: 0;
    padding: 8px;
}

#profile li {
    margin-left: 0px;
}

#friends {
    background-color:#E5E5E5;
    color:#4B4B4B;
    -moz-border-radius: 1em;  
    -webkit-border-radius: 1em;
	margin-bottom: 15px;
}

#friendsInner {
    padding: 10px;	
}

#friends ul {
    list-style-type: none;
    margin-left: 0;
    padding: 8px;
}

#friends li {
    margin-left: 0px;
}

div#friend_search {
    height: 40px;
}

#tribes {
    background-color:#E5E5E5;
    color:#4B4B4B;
    -moz-border-radius: 1em;  
    -webkit-border-radius: 1em;
	margin-bottom: 15px;
}

#tribesInner {
	padding: 10px;
}

#tribes ul {
    list-style-type: none;
    margin-left: 0;
    padding: 8px;
}

#tribes li {
    margin-left: 0px;
}

span.mantra {
    font-size:25px;
    letter-spacing:-1px;
    line-height:27px;
}

div.mantra {
    border-left:5px solid #FF00BF;
    color:#888888;
    font-family:Helvetica,sans-serif;
    font-weight:bold;
    padding-left:10px;
}

input.text, textarea {
    background:#FFFFFF url(../images/input_bg.gif) repeat-x scroll center top;
    padding: 4px;
    border:1px solid #BBBBBB;
    font-family:"Arial","Verdana","Helvetica",sans-serif
    font-size:small;
}

div#profile_photo {
    
}

#profile_edit {
    clear:both;
}


.profileLeft {
	width: 200px;
}
.profileMiddle {
	width:610px;
}
.profileRight {
	width: 150px;
}

.regProp {
	width:40%;
	text-align: right;
	white-space: nowrap;
	font-size:15px;
	padding-top: 8px;
}

.selected {
	color: #BACBDD;
	font-size: 14px;
	font-weight:bold;
}

.middleTitle {
	border-bottom: 1px solid #4B4B4B; 
	height: 30px; 
	padding-top: 10px;
	padding-bottom: 5px; 
	font-size: 25px;
	line-height: 20px;
}
.bigLeft {
	width: 100%;
}
.title {
	margin-bottom: 15px;
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}


/* Composition Styling */
input.big_text {
   font-size: 15pt;
   width: 400px;
}

input.big_text_profile {
	font-size: 11px;
	width: 300px;
}

textarea.msg {
    height: 150px;
    width: 400px;
    font-size: 12pt;
}

textarea.msg_profile {
    height: 250px;
    width: 300px;
    font-size: 11px;
}



.inputLabel {
	width: 200px;
	text-align: right;
	font-size: 15px;
	padding-top: 15px;
	padding-right: 10px;
}
.formBox {
	margin-top: 50px;
	margin-bottom: 50px;
}

.loginLabel {
	width: 250px;
	text-align: right;
	font-size: 15px;
	padding-top: 15px;
	padding-right: 10px;
}
input.login_text {
   font-size: 15pt;
   width: 250px;
}

.centerTable {
	margin: 50px auto;
}
.profileLabel {
	width: 150px;
}

.status {
	width:300px;
	text-align:right;
	font-size:8px;
	margin-bottom: -8px;
}


.prevLink {
	margin-right: 5px;
	color: #00A8FF;
}

.nextLink {
	margin-left: 5px;
	color: #00A8FF;
}

.step {
	margin-left: 5px;
	margin-right: 5px;
	color: #00A8FF;
}
.currentStep {
	margin-left: 5px;
	margin-right: 5px;
}


#tribe_messages {
    clear:both;
    margin-top:1em;
    padding-top:1em;
}
.tribeName {
	text-align: left;
	font-size: 20px;
	margin: 20px 0px 10px 0px;
	line-height:25px;
}
.smallText {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.clubInfoBox {
	
}
.clubDivision {
	-moz-border-radius: 5px;
	border: 1px solid #b0b0b0;
	background-color: #e5e5e5;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#clubMembers {
	padding-top: 25px;
}
#clubMessages {
	margin-top: 25px;
}
#pendingMembers {
	margin-top: 25px;
}
.clubMessage {
	padding-top: 10px;
	padding-bottom: 10px;
}
.clubPhoto {
	background: #e5e5e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.clubPhotoTitle {
	border-bottom:1px solid #4B4B4B;
	padding-bottom:2px;
	width:100%;
	color: #4B4B4B;
}

#statusBox {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 1px solid #a0a0a0;
}

.activityRightBox {
	font-size:13px;
	line-height:16px;
}
.timeInfo {
	font-size:10px;
	border-top:1px solid #e0e0e0;
	margin-top:0px;
	margin-bottom: 10px;
	padding-left:15px;
}

.statusBox {
	width: 489px;
	overflow:hidden;	
}

.messageEntry {
	width:250px;
	overflow:hidden;
	padding-bottom:2px;
}

.clubLabel {
	width:100px;
}
.clubField {
	width:420px;
	overflow:hidden;
	padding:1px;
}
.clubMessage {
	width:550px;
	overflow: hidden;
}

.clubPhotoTitle {
	border-bottom:1px solid #4B4B4B;
	padding-bottom:2px;
	width:100%;
	color: #4B4B4B;
}