body {
	clear: both;
}

#pagination {
	margin-bottom: 15px;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}

#pagination a,#paginationCurrent {
	padding: 2px 5px;
	font-weight: bold;
}

#pagination a {
	border: 1px solid #00264D;
	color: #00264D;
	background: #eee;
	font-weight: bold;
	margin-right: 3px;
}

#paginationCurrent {
	color: #aaa;
	border: 1px solid #aaa;
}

#pagination .paginationEnds a {
	border: 0;
	background: none;
}

#pollResults {
	border-collapse: collapse;
}

#pollResults .question  {
	font-size: 1.3em;
	color: red;
	font-weight:bold;
}

#pollResults .answer {
	padding: 0 8px 8px 15px;
}

#requests_container h5 {
	border-bottom: 1px solid #aaa;
}

.requests_block {
	margin-bottom: 25px;
}

.requests_avatar {
	float: left;
	width: 110px;
}

.requests_body_container {
	float: left;
}

.requests_options {
	margin-top: 62px;
}

#photo_block {
	border: 0px solid #000;
	text-align: center;
}

#photo_block #photo {
	
}

#photo_comment_panel {
	width: 400px;
	float: left;
}

#photo_options_panel {
	width: 150px;
	float: left;
	margin: 10px;
	text-align: center;
	background: #eee;
	border: 1px solid #eee;
	padding: 15px 0;
	cursor: pointer;
}

#photo_options_panel ul,#photo_options_panel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#photo #photo_caption {
	margin: 0 auto;
	width: 400px;
}

#photo_comments_results {
	text-align: center;
	border: 0px solid #000;
	padding: 5px;
}

#photo_comments_results textarea {
	width: 375px;
	height: 50px;
}

#photo_comments_results .photo_comment_block {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#photo_comments_results .photo_comment_avatar {
	width: 50px;
	height: 50px;
	background-color: #ccc;
	float: left;
	margin-left: 5px;
}

#photo_comments_results .photo_comment_body {
	margin-left: 60px;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}

#photo_comments_results .photo_comment_detials {
	margin-bottom: 10px;
}

.photo_comments_delete_link {
	float: right;
}

#photo_top_nav {
	margin: 10px;
	border: 0px solid #000;
	text-align: left;
}

#photo_nav_links {
	float: right;
	margin-right: 15px;
}

.fullSpread {
	margin-bottom: 0px;
}

#editalbum_order_photos {
	margin: 25px;
	cursor: pointer;
	list-style: none;
}

#editalbum_order_photos li {
	float: left;
	margin: 4px 4px 8px 4px;
	padding: 0;
	text-align: center;
	width: 135px;
	border: 1px solid #ace;
}

.fullpage_background {
	background: #eee;
	padding: 10px;
}

.groupLeftBlock {
	margin-top: 15px;
}

.groupLeftBlock .subLeft {
	float: left;
	width: 225px;
	margin-right: 10px;
	background: #fff;
	min-height: 100px;
}

.groupLeftBlock .subRight {
	width: 225px;
	margin-left: 235px;
	margin-left: 235px;
	background: #fff;
	min-height: 100px;
}

.groupLeftBlock .subRight div,.groupLeftBlock .subLeft div {
	padding: 5px;
}

.groupLeftBlock h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #E5A35F;
}

.groupLeftBlock ul {
	padding-top: 10px;
}

.groupLeftBlock li {
	color: #ccc;
}

.groupInfoButtons {
	height: 200px;
}

.forum_table td {
	vertical-align: top;
}

.forum_table .forum_table_header {
	heigth: 15px;
}

.forum_table .right {
	text-align: right;
}

.group_forum_block {
	margin-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
}

.group_forum_avatar {
	float: left;
	width: 50px;
	margin-right: 10px;
}

.group_forum_post {
	margin-right: 80px;
}

.group_forum_post_header {
	background-color: #eee;
	padding: 3px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
}

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

#group_topic_container {
	
}

.group_topic_header {
	padding: 10px 5px;
	background-color: #ace;
}

.group_topic_block {
	margin-bottom: 15px;
	height: 25px;
}

.group_topic_block_info {
	width: 300px;
	float: right;
}

#loginFields {
	width: 445px;
	display: none;
}

.navSubBar {
	margin-top: -20px;
}

#widget_small_notifications,#widget_small_notifications li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#widget_small_notifications img {
	vertical-align: middle;
	margin-right: 10px;
}

#widget_small_notifications .count {
	float: right;
}

.top10 {
	margin-top: 10px;
}

#widget_links_small li a {
	color: blue;
	text-decoration: underline;
}

#widget_links_small ul.links {
	list-style: disc;
}

.compose {
	width: 460px;
	clear: both;
}

.searchBlock {
	clear: left;
}

.searchBlock .avatar {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.searchBlock .details {
	float: left;
	width: 300px;
	height: 100px;
}

.searchBlock ul,.searchBlock li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.searchBlock li label {
	margin-right: 30px;
	font-weight: bold;
}

.searchBlock .options {
	float: right;
}

.searchBlock .options li {
	width: 120px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

a.smallButton,a.text-button {
	background: transparent url('/images/bg_button_a.png') no-repeat scroll
		top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.smallButton span,a.text-button span {
	background: transparent url('/images/bg_button_span.png') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.smallButton:active,a.text-button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.smallButton:active span,a.text-button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}

.deleteIt {
	background: transparent url(/images/icons/icons.png) no-repeat;
	background-position: -84px -132px;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	cursor: pointer;
}

dl {
	margin: 10px 0 15px 0px;
	border: 0px solid #ccc;
}

dl h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

dt {
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
	clear: left;
}

dd {
	margin-left: 28%;
	padding-right: 10px;
	text-align: justify;
	margin-bottom: 15px;
}

dd.spacer {
	margin-top: 10px;
}

#notificationsTop {
	z-index: 5;
	clear: both;
	margin-right: 5px;
	height: 15px;
	background: #f2f2f2;
	margin-bottom: 20px;
	padding: 6px 0 6px 10px;
}

#notificationsTop ul,#notifications ul {
	list-style: none;
}

#notifications li {
	list-style: none;
}

#notificationsTop ul li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 8px 0 0;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.wall_comment_block hr {
	padding-bottom: 10px;
}

/** HACKED **/
.speechBubbleWhiteNoTail {
	margin-top: 5px;
	width: 11px;
	float: left;
}

.fullSpread {
	margin-bottom: 0px;
}

.wallPosts {
	width: 100%;
	margin-top: 0px;
}

/* End IE5-Mac hack */
#rightTabs .current {
	background-image:
		url(../images/structure/rightColumn/rightTabs/orange_left.gif);
}

#rightTabs .current a {
	background-image:
		url(../images/structure/rightColumn/rightTabs/orange_right.gif);
	padding-bottom: 5px;
	color: #FFFFFF;
}

.wallPosts hr {
	border-bottom: 0px solid #eee;
}

.speechBubbleWhiteContent {
	min-height: 35px;
}

.speechBubbleWhiteContent a:link {
	color: #E56506;
	font-weight: bold;
}

.speechBubbleWhiteContent a:visited {
	color: #E56506;
	font-weight: bold;
}

.speechBubbleWhiteContent a:hover {
	color: #333333;
	font-weight: bold;
}

.speechBubbleWhiteContent a:active {
	color: #E56506;
	font-weight: bold;
}

.leftColumnContent h2 {
	margin: 0 -8px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #0169B2;
}

#notifications a,#notifications li {
	color: #E56506;
	font-weight: bold;
}

#notifications a:hover {
	text-decoration: underline;
}

#comments_results {
	text-align: left;
	border: 0px solid #000;
	padding: 5px;
}

#comments_results textarea {
	width: 375px;
	height: 50px;
}

#comments_results .comment_block {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#comments_results .comment_avatar {
	width: 50px;
	height: 50px;
	background-color: #ccc;
	float: left;
	margin-left: 5px;
}

#comments_results .comment_body {
	margin-left: 60px;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}

#comments_results .comment_detials {
	margin-bottom: 10px;
}

.comments_delete_link {
	float: right;
}

#group_wall_form {
	margin-bottom: 15px;
}

#groupWallFormTextarea {
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
}

#userWallFormTextarea {
	width: 100%;
	height: 15px;
	margin-bottom: 10px;
}

#wall_container {
	margin-top: 15px;
}

.wall_item {
	border-top: 1px solid #f2f2f2;
	padding: 8px 0;
}

.wall_icon {
	width: 55px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.wall_detail {
	float: left;
}

.wall_options {
	float: right;
	margin-left: 10px;
	width: 50px;
	text-align: right;
}

.wall_comment_block {
	margin-bottom: 10px;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
}

.wall_comment_block_avatar {
	float: left;
	width: 30px;
	margin-right: 5px;
}

.wall_comment_block_body {
	float: left;
}

.wall_comment {
	border: 1px solid #ccc;
	background-color: transparent;
	width: 400px;
	padding: 5px 10px 10px 10px;
}

.wall_comment textarea {
	border: none;
	width: 390px;
	height: 40px;
}

#group_wall_block {
	
}

#group_wall_block h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.group_wall_heading {
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding: 4px 0;
}

.group_wall_post {
	padding: 0 0 8px 0;
}

.group_wall_avatar {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.group_wall_body {
	margin-left: 15px;
}

#friends_container {
	
}

#friends_container .friends_block {
	padding: 0 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
}

#friends_container .avatar {
	width: 70px;
	float: left;
}

#friends_container .body {
	margin-left: 75px;
}

/*

WIDGETS

*/
.widget {
	padding: 0;
	margin-bottom: 10px;
}

.widget ul.links {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
}

.widget ul.links li {
	margin: 0;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}

.widget ul.poll {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.widget ul.poll li {
	margin-left: 10px;
}

.widget p {
	overflow: hidden;
	padding: 5px;
	text-align: left;
	margin-bottom: 5px;
}

.solo-widget {
	padding: 5px;
}

.widget h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
}

.widget h2 div.options {
	float: right;
	clar: left;
	font-size: 12px;
	font-weight: normal;
}

.noborder {
	border: 0;
}

.widget-options {
	padding: 0 0 10px 5px;
}

.widget-options ul,.widget-options li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-options ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.widget-options ul li a {
	text-decoration: none;
	color: #000;
}

.widget-options ul li a:hover {
	text-decoration: underline;
}

#widget_people_list {
	width: 200px;
}

#widget_people_list .person {
	float: left;
	width: 60px;
	text-align: left;
	margin-left: 4px;
	margin-top: 4px;
}

#widget_people_list .person .name {
	margin-top: -2px;
}

#widget_people_list .person .name .word_break {
	display: block;
	float: left;
	margin-left: -10px;
	padding: 0px;
}

.widget-large {
	padding: 10px;
	margin-bottom: 10px;
	background: #eee;
}

.widget-large h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px #ccc;
	padding: 5px;
	margin: 0;
}

.widget-large h2 div.options {
	float: right;
	clar: left;
	font-size: 12px;
	font-weight: normal;
}

.widget-large .avatar-block,.widget-large .avatar_block {
	float: left;
	width: 50px;
	margin-right: 5px;
	clear: right;
}

.widget-large .list {
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ccc;
}

.widget-large .list .options {
	float: right;
	margin-right: 10px;
}

.widget-large .list-image,.widget-large .list-image-details {
	float: left;
}

.widget-large .headline {
	font-size: 14px;
	font-weight: bold;
}

.widget-large .list .sub-headline {
	padding: 5px 0 0 15px;
	font-size: 12px;
	font-weight: normal;
}

.widget-large p {
	padding: 5px;
}

table.listing {
	border-collapse: collapse;
	padding: 0;
	margin-bottom: 20px;
}

table.listing,table.listing pre,table.listing td,table.listing input,table.listing textarea,table.listing select
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.listing input,table.listing textarea,table.listing select {
	padding: 1px 3px;
}

table.listing td,table.listing th,table.listing tbody td,table.listing thead th
	{
	border: 1px solid #e1e2d2;
	padding: 3px;
}

table.listing caption,table.listing .heading {
	background: #c6c7b7;
	color: #4c4b36;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	padding: 6px;
	border: 1px solid #c6c7b7;
	margin: 0 0 2px 0;
}

table.listing label {
	font-weight: bold;
	float: right;
	padding-right: 4px;
	color: #555;
}

table.listing .userinput {
	width: 220px;
}

table.listing td,table.listing thead td {
	text-align: left;
	background: #FFF;
}

table.listing th,table.listing thead th {
	font-size: 7pt;
	font-weight: bold;
	color: #4c4b36;
	text-align: left;
	border: 1px solid #c6c7b7;
	background-color: #e1e2d2;
}

table.listing td a {
	text-decoration: underline;
}

table.listing .options {
	text-align: center;
}

table.listing td a:link {
	color: #ab5817;
}

table.listing td a:visited {
	color: #671403;
}

table.listing td a:hover {
	color: #f7941c;
}

table.listing td a:active {
	color: #ab5817;
}

table.listing .highlight {
	font-weight: bold;
}

table.listing th a,table.listing thead th a,table.listing th a:hover,table.listing thead th a:hover
	{
	color: #4C4B36;
	text-decoration: none;
}

#message_read_box {
	margin: 0 25px 0 25px;
	background: #eee;
	padding: 10px;
}

.message_subject_block {
	font-size: 1.3em;
	border-bottom: 2px solid #ccc;
	padding: 10px 0;
	margin-bottom: 10px;
}

.message_contact_block {
	float: left;
	width: 200px;
}

.message_contact_name {
	float: left;
	margin-left: 10px;
}

.message_contact_avatar {
	float: left;
	width: 50px;
}

.message_body_box {
	float: left;
	margin-left: 10px;
}

.message_divider {
	border-bottom: 1px solid #000;
	margin: 5px 0;
}

#message_reply_divider {
	border-bottom: 1px solid #000;
	margin: 15px 0;
	font-weight: bold;
	font-size: 1.3em;
}

#message_subject {
	width: 300px;
}

#msg_message {
	width: 300px;
	height: 105px;
}

#inbox_email_grid tr td {
	vertical-align: top;
	padding: 2px;
}

#inbox_mail_list tr {
	height: 55px;
}

#inbox_mail_list td {
	vertical-align: top;
	padding: 4px;
	border-bottom: 0;
	border-top: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}

#inbox_mail_list tr td img {
	margin: 0;
	padding: 0;
}

#inbox_mail_list .read td {
	background-color: #eee;
}

#inbox_mail_list .new a.messageSubject {
	font-weight: bold;
}

#inbox_mail_list .new a.messageSubject {
	font-weight: bold;
}

#inbox_mail_list .new td {
	background: #ffffff;
}

#inbox_mail_list .new,#inbox_mail_list .new a {
	font-size: 1.1em;
	color: orange;
}

#inbox_top_nav {
	margin-bottom: 10px;
}

#inbox_second_nav {
	float: right;
	margin-bottom: 10px;
}

#inbox_mail_list {
	border-collapse: collapse;
}

#inbox_mail_list .avatar {
	clear: both;
}

#breadcrumb {
	margin-bottom: 15px;
	font-size: 1.2em;
}

/* GLOBAL NAV */
#globalnav {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 1.35em 0;
	list-style: none;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
}

#globalnav li {
	float: left;
	margin: 0;
	padding: 0;
}

#globalnav a {
	display: block;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	background: #f2f2f2;
	margin: 0;
	padding: 0.5em 1em;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

#globalnav a:hover,#globalnav a:active,#globalnav a.here:link,#globalnav a.here:visited
	{
	background: #bbb;
}

#globalnav a.here:link,#globalnav a.here:visited {
	position: relative;
	z-index: 102;
}

.cmxform fieldset {
	margin-bottom: 10px;
	border: 0px solid #000;
}

.cmxform h2 {
	font-size: 2 . em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	display: none;
}

.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-weight: bold;
}

.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}

.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.cmxform label {
	width: 120px; /* Width of labels */
}

.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

/** MESSAGES **/
.errorMessage,.alertMessage {
	padding-left: 55px;
	padding-top: 11px;
	min-height: 30px;
	min-width: 30px;
	font-weight: bold;
	font-family: Arial;
	margin-right: 6px;
	margin-left: 1px;
	clear: both;
}

.errorMessage {
	background: #000000 url(/images/close.png) no-repeat 10px 10px;
	border-bottom: 1px solid #f00;
	border-right: 1px solid #f00;
	border-left: 1px solid #f00;
	color: #f00;
}

.alertMessage {
	background: #000000 url(/images/ok_24.png) no-repeat 10px 10px;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	color: #fff;
}

.errorMessage ul {
	margin: 5px 0 15px 0;
	padding: 0 0 0 30px;
}

.errorMessage li {
	padding: 0;
	list-style: square;
}

.newbutton  {
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    text-decoration: none;
    font-size: 11px !important;
    line-height: 16px;
    padding: 2px 8px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    box-sizing: content-box;
}

a.newbutton {
    line-height: 1.2em;
    -webkit-border-radius: 10px;
    padding: 4px 10px;
}

a.newbutton {
    line-height: 1.2em;
    -webkit-border-radius: 10px;
    padding: 4px 10px;
}

.newbutton {
    border-color: #bbb;
    color: #464646;
}

.newbutton:hover  {
    color: #000;
    border-color: #666;
}

.newbutton {
    background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
}

.newbutton:active {
    background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
}

.newbutton[disabled],
.newbutton:disabled,
a.newbutton.disabled {
    color: #ccc !important;
    border-color: #ccc;
}

#widgetFeedback textarea { width:300px;height:75px; }
