* {
	outline:none;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color:#fff;
	background-repeat:repeat-x, y;
}
#footer {
	font-size: 11px;
	color: #000;
	margin-bottom:5px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
a {
	color:#000;
	outline:none;
	font-size:11px;
}
a img {
	border:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
/* Photo Gallery Theme */

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
	width: 280px;
	padding: 10px 20px 10px 50px;
	text-align:center;
}
*+html .jcarousel-skin-ie7 .jcarousel-container-horizontal {
	padding: 10px 40px 10px 40px;
}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
	width:  254px;
	height: 80px;
}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal img {
	border:solid 1px #CCCCCC;
	height:70px;
	overflow:hidden;
}
.jcarousel-skin-ie7 .jcarousel-item {
	width: 80px;
}
.jcarousel-skin-ie7 .jcarousel-item-horizontal {
	margin-right: 6px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
	position: absolute;
	top: 28px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/buttons/btn_right.gif) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
	background-position: 1px 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
	background-position: 2px 0;
}
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal, .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
	position: absolute;
	top: 28px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/buttons/btn_left.gif) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
	background-position: -1px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
	background-position: -2px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal, .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
	height: 75px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
/*END OF PHOTO GALLERY */
.vmiddle {
	vertical-align:middle;
}
.vbottom {
	vertical-align:bottom;
}
#invitation {
	display:block;
	width:auto;
	height:50px;
	background-image:url(../images/backgrounds/msg.png);
	background-repeat:repeat;
	color:#FFFFFF;
}
#invitation h1 {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
#invitation span {
	font-weight:bold;
	font-size:16px;
	width:150px;
}
#invitation span .yellow {
	color:#FFFF00;
	text-transform:uppercase;
}
#online_box {
	font-family:Arial;
	position:absolute;
	width:617px;
	height:20px;
	margin-left:15px;
	bottom:10px;
	display:block;
	color:#ffffcc;
	font-weight:bold;
	font-size:11px;
}
#online_box td {
	font-family:Arial;
	color:#3dfe01;
	font-weight:bold;
	font-variant:small-caps;
	font-size:11px;
}
#online_box form {
	padding:0px;
	margin:0px;
}
#online_box span {
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
#main_content {
	margin: auto;
	width: 990px;
	background-color:#fff;
}
#content_box #left {
	float: left;
	width: 860px;
	margin-top: 5px;
	text-align:left;
	display:block;
	overflow:hidden;
}
.pink_cont_rnd {
	background-color: #000;
	text-align: left;
}
.pink_cont_rnd span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px;
	display:block;
}
.white_cont_rnd, .white_cont {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	/*background-color: #ffffff;*/
	display:block;
	padding:3px;
	text-shadow: 1px 1px 0 #fff;
}
.white_cont {
	padding:0;
}
.white_cont .padding {
	padding:3px;
}
.loginbox {
	height:150px;
	height:auto;
}
*html .loginbox, *+html .loginbox {
	height:180px;
	height:auto;
}
.white_cont h2 {
	background-color:#000;
	color:#FFF;
	padding:3px 5px;
	margin:0;
	font-size:11px;
	text-transform:uppercase;
}
.five_px_vertical {
	display: block;
	clear: both;
	height: 5px;
}
#content_box #right {
	float: right;
	width: 267px;
	margin-top: 5px;
	text-align:left;
	display:block;
}
#header {
	background-image: url("../images/header_image.jpg");
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 110px;
	width: 920px;
	text-align:left;
	position:relative;
}
#online_now {
	position:absolute;
	margin-left:90%;
	top:100px;
	display:block;
	color:#fff;
	background-color:#0066ff;
	border:none;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#header_ad {
	position:absolute;
	width:580px;
	height:60px;
	margin-top:13px;
	margin-left:300px;
	text-align:right;
}
#logo {
	padding-top:3px;
	padding-left:5px;
	width:292px;
	display:none;
}
#content_box {
	padding:0;
	padding-bottom:10px;
	clear: both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clearer {
	clear: both;
}
#adsense_1 {
	height: auto;
}
#adsense_2 {
	height: auto;
}
#adsense_3 {
	height: 250px;
	text-align:center;
}
#adsense_4 {
	height:88px;
	width:597px;
	display:block;
	background:#CCCCCC;
	padding:3px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
}
#left .left {
	float: left;
	width: 270px;
}
.gray_right {
	color: #666666;
	text-align: right;
	display: block;
}
#login .left {
	float: left;
}
#left .right {
	float: right;
	width: 345px;
}
#menu_bar {
	/*background-image: url(../images/backgrounds/bckg_menu.jpg);
	background-repeat: repeat-x;*/
	background-color:#eaeaea;
	display: block;
	width: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 25px;
}
#menu_bar {
	font-family: Lucida Grande, arial;
	font-size: 12px;
	font-weight: bold;
	text-transform:none;
	color: #000;
}
#menu_bar a {
	font-family: Lucida Grande, arial;
	font-size: 12px;
	font-weight: normal;
	text-transform:none;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: 21px;
	padding-right: 7px;
	padding-left: 7px;
}
#menu_bar a:hover {
	color:#000;
	text-decoration: none;
}
#menu_bar .centered {
	margin:auto;
	width:770px;
}
#menubar ul {
	padding:0px;
	margin:0px;
}
.topmenu_main {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
.topmenu_main .divider {
	border-right:solid 1px #000;
	float:left;
	height:16px;
	margin-top:7px;
}
*html .topmenu_main .divider, *+html .topmenu_main .divider {
	margin-top:0;
}
.topmenu_main li {
	position: relative;
	top:-7px;
	float: left;
	display: block;
	z-index: 999;
	padding:0px;
	margin:0px;
}
:first-of-type .topmenu_main li {
	top:7px;
}
.topmenu_main .submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	display: none;
	width: 100%;
	top: 36px;
	left: 0px;
	z-index: 999;
}
.topmenu_main .adminlink {
	padding:5px;
}
.topmenu_main .submenu ul {
	border-bottom:solid 1px #888888;
}
.topmenu_main .submenu li {
	background: #eaeaea;
	display: block;
	width:auto;
	border: 0px solid #888;
	border-bottom: 0px;
	z-index: 999;
}
.topmenu_main .submenu a {
	display: block;
	width:130px;
	text-align:left;
	padding-left:0px;
	color:#000;
}
.topmenu_main .submenu li a {
	color:#cc66cc;
}
.topmenu_main .submenu a:hover {
	background: #cccccc;
	color:#000;
}
.white_cont_rnd h2 {
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	letter-spacing:1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.float_left {
	float:left;
}
.thmb_med {
	border: 1px solid blue;
	margin-right: 3px;
	width:100px;
	height:100px;
}
.six_thmbs {
	width: 630px;
	margin: auto;
}
.three_px_vertical {
	display: block;
	clear: both;
	height: 3px;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 260px;
	padding:5px;
	opacity: 0.98;
	background-color: #E0E0E0;
	border:1px solid #A1A1A1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#8f818f;
	-o-box-shadow: 10px 10px 5px #000;
	-icab-box-shadow: 2px 2px 5px #000;
	-khtml-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 2px #000;
}
#tooltip.pretty h3 {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 11pt;
	width: auto;
	color:#000;
	text-align:left;
}
#tooltip.pretty div {
	text-align: left;
}
#tooltip.fancy, #tooltip.fancydyn {
	background: #ffccff;
	border:1px solid #cc99ff;
	color:#8f818f;
	padding:0px;
	margin:0px;
	padding-top: 5em;
}
#tooltip.fancypink {
	background: #ffccff;
	border:1px solid #cc99ff;
	color:#8f818f;
	padding:0px;
	margin:0px;
	padding-top: 5em;
}
#tooltip.prettypink {
	font-family: Arial;
	border: none;
	width: 245px;
	padding:10px;
	opacity: 0.98;
	background: #ffccff;
	border:1px solid #cc99ff;
	color:#8f818f;
}
#tooltip.prettypink h3 {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 14pt;
	width: auto;
	color:#8f818f;
	text-align:left;
}
#tooltip.prettypink div {
	width: 220px;
	text-align: left;
}
#tooltip p {
	padding:0;
	margin:0px;
	color:#000;
	font-size:10px;
	display:block;
}
*+html #tooltip p {
	width:160px;
	height:90px;
	font-size:10px;
	overflow:hidden;
}
#login .right {
	float: right;
}/*
input {
	font-size:11px;
	color:#000000;
}*/
#login {
	margin-top: 15px;
}
.bold_gray {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
select {
	font-size:11px;
	color:#000000;
}
#qs label {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
	float: left;
	margin-left: 5px;
}
#qs {
	padding-top:0px;
	margin-top:3px;
}
#single_container {
	height: 783px;
	min-height:783px;
	height:auto;
	display:block;
	padding: 5px;
}
#single_container .left {
	width: 260px;
	float: left;
	font-weight: bold;
	text-align:left;
	line-height: 2em;
}
#single_container .left p {
	margin: 2px;
	padding: 0px;
	color: #333333;
}
.norm_w_s {
	font-weight: normal;
	font-size: 11px;
}
#single_container .left #form2 {
	margin: 0px;
	padding: 0px;
}
#single_container .right {
	float: right;
	width: 360px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}
.gray_btn {
	color: #4F4F4F;
	background-color: #D9D9D9;
	text-align: center;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	background-image: none;
	font-weight: bold;
}
.green_title {
	font-weight: bold;
	color: #666666;
	background-color: #C5FD59;
	text-align: left;
	display: block;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.black_title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	text-shadow:none;
}
#user_left {
	display:block;
	width:47%;
	float:left;
	text-align:left;
}
#user_right {
	display:block;
	width:47%;
	float:right;
	text-align:left;
}
#user_left a, #user_right a {
	text-decoration:none;
	font-weight:bold;
	padding:2px;
	height:18px;
	display:block;
	font-size:10px;
}
#user_left a:hover, #user_right a:hover {
	background-color:#FFFFCC;
}
#user_left img, #user_right img {
	border:none;
}
#single_container .right a {
	text-decoration: none;
	color: #757575;
}
#photo_frame {
	height: 300px;
	width: 259px;
	border: 1px solid #666666;
}
#photo_frame img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#single_container .right a:hover {
	text-decoration: underline;
	color: #666666;
}
.red {
	color: #FF0000;
}
.right #contact_bar {
	width: auto;
	text-align:center;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.right #contact_bar a {
	text-decoration: underline;
	color: #0000FF;
}
#main_content #content_box #left #single_container .right #contact_bar a:hover {
	color: #0000CC;
}
#user_title {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 5px;
}
.small_gray {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
#user_title h1 {
	margin: 0px;
	padding: 0px;
}
#about_me, #my_match, #my_blog {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCFF;
	text-align: center;
	padding: 10px;
	height:150px;
	overflow:auto;
}
#my_match, #my_blog {
	display:none;
}
#about_me_nav {
	width:auto;
	background-color:#000000;
	height:auto;
	padding:4px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
#about_me_nav a, #about_me_nav a:link, #about_me_nav a:visited {
	color:#FFFFFF;
}
#about_me_nav a:hover {
	color:#FFFFCC;
}
.black_title2 {
	width:auto;
	background-color:#000000;
	height:auto;
	padding:4px;
	text-align:left;
	color:#FFFFFF;
	font-weight:normal;
	text-shadow:none;
}
.tooltip_img {
	width:60px;
	height:60px;
	margin-right:5px;
}
.results_rectangle {
	clear: both;
	height: auto;
	width: 634px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBCB;
	border-right-color: #CBCBCB;
	border-bottom-color: #585A5C;
	border-left-color: #CBCBCB;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.rect_bottom {
	background-image: url(../images/backgrounds/bckg_head_title.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 20px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CBCBCB;
	border-right-color: #CBCBCB;
	border-bottom-color: #CBCBCB;
	border-left-color: #CBCBCB;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #2233AE;
	font-size: 11px;
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
}
.rect_bottom a {
	color: #2233AE;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rect_bottom a:hover {
	text-decoration: underline;
}
.rect_pic {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CBCBCB;
	border-right-color: #CBCBCB;
	border-bottom-color: #CBCBCB;
	border-left-color: #CBCBCB;
	display: block;
	height: 100px;
	width: 110px;
}
.rect_head {
	background-image: url(../images/backgrounds/bckg_head_title.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
	width: auto;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #2233AE;
	padding-right: 3px;
	padding-left: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F3F6;
	border-right-color: #E3E4E4;
	border-bottom-color: #595B5D;
	border-left-color: #E3E4E4;
	padding-bottom: 0px;
	padding-top: 3px;
}
.rect_generals {
	float: left;
	height: 66px;
	width: 258px;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	text-transform: none;
}
.rect_info {
	background-color: #F7FBFE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CBCBCB;
	border-right-color: #CBCBCB;
	border-bottom-color: #CBCBCB;
	border-left-color: #CBCBCB;
	float: right;
	width: 240px;
	height: 66px;
	border-left-style: solid;
	padding: 5px;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2233AE;
	text-transform: none;
}
*+html .rect_info p {
	padding:1px;
	margin:0px;
}
.rect_right .rect_info a {
	color: #2233AE;
}
.rect_right {
	float: right;
	width: 523px;
	text-transform: uppercase;
	text-align: left;
}
.rect_generals h1 {
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1534A7;
	margin: 0px;
	padding: 0px;
}
.rect_generals h1 a {
	color: #1534A7;
	text-decoration:none;
}
.rect_generals h1 a:hover {
	text-decoration:underline;
}
.pic_preload {
	display:none;
}
#new_vitals p {
	line-height:normal;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.black {
	color:#000000;
	font-weight:bold;
}
#linkba a {
	color:blue;
	font-size:14px;
}
.new_section {
	padding:5px 3px 5px 3px;
	margin:5px 0 5px 0;
	border:solid 1px #FF9900;
	background-color:#FFFF99;
	display:block;
	font-size:12px;
}
.new_section h3 {
	color:#FF6600;
	margin:3px 0 3px 0;
	padding:0;
}
.my_blog_title {
	display:block;
	font-family:arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
.my_blog_date {
	font-size:9px;
}
.my_blog_content {
	display:block;
	font-family:arial, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-align:left;
}
.my_blog_links {
	display:block;
	text-align:center;
}
.my_blog_links .a {
	color:#0066CC;
}
/* NEW PROFILE VIEW STYLING */
.blk_border_padding {
	border:solid 1px #000000;
	padding:2px 5px;
}
.blk_border {
	border:solid 1px #000000;
}
#pv_main_box {
	font-weight:normal;
	padding:0;
	margin:0;
	width:112px;
	text-align:left;
	float:left;
}
#pv_main_box span {
	padding:0;
	margin:0;
	display:block;
	line-height:1.2em;
	font-size:9px;
}
.pv_username {
	display:block;
	font-family:arial, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	line-height:1.2em;
}
.pv_header {
	display:block;
	font-family:arial, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#000000;
	line-height:1.2em;
}
.pv_img a img, .pv_img img {
	margin:0;
	padding:0;
	margin-right:10px;
	border:solid 1px #CCCCCC;
}
#up_nd {
	display:none;
}
.warning_reg {
	font-size:10px;
	font-family:Arial;
	color:#666;
	text-align:center;
}
.title_content {
	font-size:18px;
	font-family:Arial;
	color:#3399ff;
	font-weight:bold;
}
#i1109header {
	background: #e2dfdf;
	height:170px;
	border-bottom:2px solid #000;
	text-shadow: 1px 1px 0 #fff;
}
#i1109header .t {
	width:1000px;
	margin:0 auto;
}
#i1109header .l, #i1109header .l a, #i1109header .l .i {
	color:#888;
	font-family:arial;
	font-size:11px;
}
#i1109footer {
	width:auto;
	margin:auto;
	background: #e2dfdf;
	height:45px;
	text-align:center;
}
#i1109footer a {
	color:#000;
	font-family:arial;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
#i1109footer a:hover {
	text-decoration:underline;
}
#i1109header .msd a {
	color:#666;
	font-family:arial;
	text-decoration:none;
	margin-right:7px;
	text-transform:uppercase;
	font-size:11px;
}
#leftad {
	width:125px;
	float:right;
	height:700px;
	padding-top:5px;
}
.frmenu {
	width:100%;
}
.frmenu td {
	padding:3px;
}
.frmenu a {
	text-transform: uppercase;
	text-decoration:none;
	font-family:arial;
	font-size:10px;
}
.frmenu a:hover {
	text-decoration:underline;
}
.fpheadi {
	font-family:arial;
	font-size:12px;
	border-bottom:1px solid #000;
	margin-top:4px;
	margin-bottom:4px;
	font-weight:bold;
}
a.fpblink {
	color:#7f99cc;
	font-family:arial;
	font-size:9px;
}
.mooddiv {
	background:#ffccff;
	text-transform:uppercase;
	font-family:arial;
	font-size:10px;
}
.moodtbl {
	background: #fff; /*url('../images/i1109/home_logged2_05.png') repeat-x;*/
	height:31px;
	font-family:arial;
	font-size:10px;
}
.moodtbl select, .moodtbl input {
	font-family:arial;
	font-size:11px;
}
#statusform {
	margin:0px;
	padding:0px;
}
#statusform input[type=text], #statusform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	border:solid 1px #999;
	overflow:auto;
}
.hflinks {
	padding:10px 0px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-family:arial;
	font-size:9px;
}
.hflinks a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.hflinks a:hover {
	color:#000;
	background:yellow;
	text-decoration:none;
}
.toggleth td, .toggleth td .nosel {
	background: #fff url('../images/i1109/tab_over.png') repeat-x;
	height:26px;
	text-align:center;
	cursor:hand;
	border-right:2px solid #fff;
}
.toggleth td a {
	font-family:arial;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
}
.toggleth .sel {
	background:#e1e1e1;
	color:#000;
}
.toggleth .sel a {
	color:#000;
}
.toggletb {
	background: #ededed url('../images/i1109/home_logged2_15.png') repeat-x;
	border:1px solid #e1e1e1;
	padding:6px;
}
.toggletb div {
	height:250px;
	min-height:250px;
	height:auto;
}
.profoto img {
	margin:2px;
}
#menuattop {
	font-weight:bold;
	text-align:center;
	color:#000;
	font-family:Arial, Helvetica, Jamrul, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	background:url(../images/menu_bg.jpeg) no-repeat;
	width:940px;
	margin:10px auto;
}
#menuattop a {
	color:#333333;
	font-family:Arial, Helvetica, Jamrul, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 15px;
	text-decoration:none;
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
 *display: inline;
	background: url('../images/menu-div.gif') no-repeat right;
	text-shadow:1px 1px 0 #fff;
}
#menuattop a:hover {
	text-decoration:none;
	background: url('../images/menu-div.gif') no-repeat right;
	color:#C0F;
}
#m_con {
	position:absolute;
	display:none;
	width:12em;
	z-index:999;
}
#m_con table {
	background:#F5F5F5 none repeat scroll 0 0;
	width:12em;
	margin-top:14px;
	filter:alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
	z-index:1000;
}
#m_con table td {
	border:1px solid #000;
	border-top:0px;
	text-align:left;
}
#m_con a, a.menutoplink {
	display:block;
	padding:5px;
	background-color:#F5F5F5;
	border:medium none;
	color:#000000;
	font-size:11px;
	padding:6px;
	font-family:Arial, Helvetica, Jamrul, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	z-index:1001;
}
#m_con a:hover, a.menutoplinkover {
	background-color:#c4c4c4;
	text-decoration:underline;
}
.the_sidebar {
	background:#E5E5E5;
	padding:7px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border:solid 1px #D8D8D8;
	text-shadow: 1px 1px 0 #fff;
}
.the_sidebar a {
	color:#039;
}
.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.sts_up {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 10px #ccc;
	color:#666666;
}
.roundedblue {
	padding:2px;
	width:200px;
	margin:5px 0;
	background-color:#F2F2F2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:solid 1px #CCC;/*-o-box-shadow: 10px 10px 5px #888;
	-icab-box-shadow: 2px 2px 5px #888;
	-khtml-box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 2px #888; */
}
.roundedgray {
	padding:5px;
	width:auto;
	margin:10px 0;
	background-color:#F2F2F2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:solid 1px #CCC;
}
#imgcontd {
	background:#FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:solid 1px #D7D7D7;
}
.photo_nav {
	background:url(../images/photo_nav.png) no-repeat center;
}
.mailbut {
	border:solid 1px #C8C8C8;
	background:#FDFDF8;
	color:#595652;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px 15px;
	font-size:11px;
}
.mailbut:hover {
	cursor:pointer;
	border:solid 1px #333;
	color:#333;
}
.mailcurr {
	font-weight:bold;
	background:#E9E9E9;
	border:solid 1px #333;
	color:#333;
}
.mailcurr:hover {
	cursor:default;
}
.mail-second {
	background:#F2F2F2;
}
.mail-second td {
	padding:5px;
}
.mail-top {
	background:#D8DFEA;
	color:#000;
	border-bottom:solid 1px #999;
	text-shadow:none;
}
.noun {
	border:solid 1px #C8C8C8;
	background:#FDFDF8;
}
.inbox {
	background:url(../images/icons/inbox.png) no-repeat left;
	padding-left:25px;
}
.outbox {
	background:url(../images/icons/outbox.png) no-repeat left;
	padding-left:25px;
}
.compose {
	background:url(../images/icons/write.png) no-repeat left;
	padding-left:25px;
}
.trash {
	background:url(../images/icons/trash.png) no-repeat left;
	padding-left:25px;
}
.mail-settings {
	background:url(../images/icons/settings.png) no-repeat left;
	padding-left:25px;
}
.checkall {
	background:url(../images/icons/checkall.png) no-repeat left;
	padding-left:25px;
}
.uncheckall {
	background:url(../images/icons/uncheckall.png) no-repeat left;
	padding-left:25px;
}
.delete {
	background:url(../images/icons/delete.png) no-repeat left;
	padding-left:25px;
}
.reply {
	background:url(../images/icons/reply.png) no-repeat left;
	padding-left:25px;
}
.events {
	background:url(../images/icons/events.png) no-repeat left;
	padding-left:25px;
}
.myevents {
	background:url(../images/icons/myevents.png) no-repeat left;
	padding-left:25px;
}
.fave {
	background:url(../images/icons/fave.png) no-repeat left;
	padding-left:25px;
}
.invite {
	background:url(../images/icons/invite.png) no-repeat left;
	padding-left:25px;
}
.eventrow1 {
	background-color:#FDFDF8;
}
.eventrow1 td, .eventrow2 td {
	border-top:solid 1px #EFEFEF;
	padding:5px;
}
.linkinfo {
	text-align:left;
	padding:5px;
	background:#eaeaea;
	width:auto;
	margin-bottom:5px
} /*E0E4C1*/
.linkinfo strong {
	font:bold 0.916em Tahoma, Arial, Helvetica, sans-serif;
	padding:0 3px 0 0
}
.linkinfo p {
	margin:0;
	line-height:1.1em;
	padding:0;
	margin-bottom:7px
}
.prev, .next {
	background-color:#b0232a;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	text-shadow:none;
}
.prev:hover, .next:hover {
	background-color:#000;
	text-decoration:none;
}
.prev {
	float:left;
}
.next {
	float:right;
}
#steps {
	list-style:none;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#steps li {
	font-size:24px;
	float:left;
	padding:10px;
	color:#b0b1b3;
	text-shadow:1px 1px 0 #F5F5F5;
	font-weight:bold;
}
#steps li span {
	font-size:11px;
	display:block;
}
#steps li.current {
	color:#000;
}
#makeWizard {
	background-color:#b0232a;
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	font-size:18px;
}
#makeWizard:hover {
	background-color:#000;
}
.uniForm input[type=text], .uniForm input[type=password], .uniForm option, .uniForm select, .uniForm button, .uniForm input[type=button], .uniForm input[type=submit] {
}
#bigfattable {
	width:100%;
}
#bigfattable tr td {
	background:#f5f5f5;
	border: 1px solid #ddd;
	border-left:0px;
	padding:4px;
}
#bigfattable tr td.headtd {
	border: 1px solid #ddd;
	border-right:0px;
}
#bigfattable tr.is td {
	font-size:6px;
	border:0px;
	background:#fff;
}
#bigfattable tr.is td div {
	font-size:6px;
	height:2px;
	overflow:hidden;
}
#the_register {
	display:block;
	margin:auto;
	width:720px;
	background-color:#ffff66;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #d3d3d3;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	padding:5px;
}
#the_register form {
	margin:15px 70px;
}
.welcome {
	margin:0;
	padding:0;
	text-align:center;
}
.welcome h1 {
	font-family:"Arial Narrow", Arial;
	font-size:20px;
	color:#000;
	margin:2px;
	padding:0;
}
.welcome h2 {
	color:#036;
	margin:2px;
	padding:0;
}
.welcome ul {
	text-align:left;
	width:auto;
	margin:0;
	margin-left:15px;
	padding:0;
}
.welcome ul li {
	margin:0;
	padding:0;
}
.hideme {
	display:none;
}
#insetBgd {
	background:#cc33ff;
	text-align:center;
	margin:10px auto;
}
h1.insetType {
	padding:0px;
	margin:0;
	font-size: 30px;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
}
.big_button {
	background:#cc33ff;
	text-align:center;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	font-size: 22px;
	color: #FFF;
	width:180px;
	border:solid 1px #003471;
	font-weight:bold;
}
.big_button:hover {
	background:#000;
	cursor:pointer;
}
#tnt_pagination {
	display:block;
	text-align:right;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#tnt_pagination b {
	color: #333;
	font-size:11px;
	font-weight:normal;
}
#tnt_pagination a:link, #tnt_pagination a:visited {
	padding:2px 6px;
	border:1px solid #CCC;
	margin-left:3px;
	text-decoration:none;
	background-color:#E6E6E6;
	color:#0072bc;
	width:22px;
	font-weight:normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-box-shadow: 10px 10px 5px #CCC;
	-icab-box-shadow: 2px 2px 5px #CCC;
	-khtml-box-shadow: 2px 2px 5px #CCC;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 2px #CCC;
}
#tnt_pagination a:hover {
	background-color:#97CBFF;
	border:1px solid #CCC;
	color:#0072BC;
	text-shadow:1px 1px 0 #C4E1FF;
}
#tnt_pagination .active_tnt_link {
	padding:1px 5px;
	border:1px solid #CCC;
	margin-left:3px;
	text-decoration:none;
	background-color:#97CBFF;
	/*color:#0072BC;*/
	color:#000;
	font-weight:bold;
	text-shadow:none;
	cursor:default;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-box-shadow: 10px 10px 5px #CCC;
	-icab-box-shadow: 2px 2px 5px #CCC;
	-khtml-box-shadow: 2px 2px 5px #CCC;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 2px #CCC;
}
#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
#google_search {
	text-align:right;
	margin-bottom:5px;
}
#query {
	font-size:12px;
	color:#666;
	width:220px;
}
.warning a {
	color:#000;
	font-size:12px;
	font-weight:bold;
	color:#900;
}
.bubble {
	background:#E5E5E5;
	font-family:arial;
	font-size:16px;
	border:1px solid #999999;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-shadow: 10px 10px 5px #888;
	-icab-box-shadow: 2px 2px 5px #888;
	-khtml-box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 2px #888;
}
.bubble .tip {
	position:absolute;
	margin-left:-25px;
	margin-top:-5px;
}
.inline {
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
 *display: inline;
}
.gray_btn {
	background-color:#969EA8;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	margin-top:5px;
	padding:2px 15px;
	border:solid 1px #D0D0D0;
	margin-right:5px;
	text-decoration:none;
}
.gray_btn:hover {
	background-color:#D0D0D0;
	color:#000;
}
/******************************************
PROFILE MINI
*******************************************/
.margin-right {
	margin-right:10px;
}
.black_profile {
	background-color:#dcdcdc;
	padding:4px;
	display:block;
	width:auto;
	margin-bottom:5px;
	text-align:left;
	color:#000;
	text-shadow:none;
	font-weight:normal;
	font-size:11px;
}
#left .black_profile .left {
	min-width:100px;
	width:100px;
}
.black_profile .mini-box {
	width:300px;
}
.black_profile h1 {
	color:#000;
	font-size:12px;
	margin:0;
	padding:0;
	margin-bottom:9px;
	font-weight:bold;
}
.black_profile .buttons {
	float:right;
	padding-top:35px;
	padding-right:10px;
	font-size:14px;
	width:200px;
}
.black_profile a {
	color:#003366;
	border:none;
	font-weight:bold;
	text-decoration:none;
}
.black_profile a:hover {
	text-decoration:underline;
}
/******************************************
END OF PROFILE MINI
*******************************************/
/******************************************
NEW INBOX
*******************************************/
.inbox-btns {
	vertical-align:top;
	background-color:#B5E9FC;
}
.mail-tbl, .mail-tbl2 {
	font-size:11px;
	text-shadow:none;
}
.mail-tbl td {
	padding:3px;
	vertical-align:middle;
}
.mail-tbl .arrow {
	border:solid 1px #BBB;
	height:18px;
}
.mail-tbl .arrow:hover {
	border:solid 1px #888;
	height:18px;
}
.mail-tbl2 td {
	padding:7px 2px;
	vertical-align:middle;
}
.mail-tbl2 .odd {
	background-color:#E2E2E2;
}
.mail-tbl2 .even {
	background-color:#FFF;
}
.mail-tbl2 a {
	text-decoration:none;
}
.mail-tbl2 .user {
	color:#003365;
}
.mail-tbl2 .gray {
	color:#656565;
}
/******************************************
END OF NEW INBOX
*******************************************/
.green {
	color:#090;
	font-weight:bold;
}
/*******************************************
STATUS COMMENTS
********************************************/
.labelHighlight {
	color:#999;
}
.bgComment {
	background-color: #eceff5;
	padding:5px 3px;
	margin-bottom:2px;
	margin-left:20px;
	width:590px;
}
.elastic {
	width:580px;
	height:16px;
	text-shadow:none;
}
.up-arrow {
	border-bottom: 10px solid #eceff5;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	margin-left:30px;
}
.comment-thumb {
	width:30px;
	height:30px;
	overflow:hidden;
	margin-right:10px;
	display:none;
	float:left;
}
.comment-thumb img {
	width:30px;
	height:auto;
}
.submitComment {
	margin:5px;
	margin-right:0.5%;
	display:none;
}
.time_since {
	font-size:10px;
	color:#666;
	text-shadow:none;
}
.commenter {
	color:#666;
	text-shadow:none;
}
.reply_even {
	margin-left:10px; border-top:solid 1px #F9F9F9; border-bottom:solid 1px #ccc; padding:3px; background-color:#F9F9F9;
}
.reply_odd {
	margin-left:10px; border-top:solid 1px #F9F9F9; border-bottom:solid 1px #ccc; padding:3px; background-color:#E9E9E9;
}