/*STRIP DEFAULT HTML*/
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

html {height: 100%;} 

body {min-height: 101%;} 

h1 {
	font:2em arial,  helvetica, sans-serif;
	font-weight:bold;
	color: #333;
	
}

h2 {
	font:2em  arial, "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}

h3 
{
	font:1.7em arial, "trebuchet ms", helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	width: 99%;
	padding-bottom:1px;
}


h4{
	font:1.2em arial, "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	width:225px;
	padding-bottom:3px;
	border-bottom:1px solid #eaeaea;
	width: 99%;	
	margin: 0 0 5px 0;
	color: #333;
}	

h5
{			
	font:1.1em arial, helvetica, sans-serif;
	font-weight:bold;
	color: #000;
	width: 99%;
	margin: 0 0 6px 0;

}

h6 {
	font:27px   arial, georgia, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #999; 
}

form
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a
{
	color: #0099FF;/*F28402;*/	
	font-size: 100%;
	text-decoration: none;	
}

.htmllist li
{
	list-style: circle outside; 
	margin-left: 25px; 
	padding: 5px;
}

a:hover
{
	background-color: #0099FF; /*F28402; FF8F00;*/
	color: #fff;
	font-size: 100%;
	text-decoration: none;	
}

p {
	color:#333;
	line-height:1.75em;
	margin:0 0 10px 0;
}

blockquote 
{
	font-family: arial, helvetica, sans-serif;
	font-weight:normal;
	color: #777;
	font-style:italic;
	line-height:1.7em;
	font-size:1em;
	width:85%;
	margin-left:25px;
}

.aligncenter
{
	text-align: center;
}

.valignmiddle
{
	vertical-align: middle;	
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.displayinline
{
	display: inline;
}

.transparent a:hover
{
	background-color: transparent;
}

.backgroundcolor
{
	background-color: #fff;
	background: url('http://assets.streamii.com/system/css/images/background_gradient_blue5.jpg') repeat-x;
	background-position: top center;
	margin: 2px auto;
}

.mainbackgroundcolor
{
	background-color: #fff;
}

.container 
{
	margin: 0 auto 0 auto;
	width: 904px;
	font-family: arial, Sans-Serif;
	font-size: 12px;
}


.header
{
	clear: both; 
	display: block; 
	height: 55px;
	padding: 0 16px 0 0;
}

.banner 
{
	width: 874px;
	height: 55px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

.title 
{
	float:left;
	width:350px;
}

.logo
{
	margin: 12px 0 0 9px;	
	float: left;
	display: block;	
}

.logolink
{
	background-color: transparent;
}

.tagline
{
	font-size:1.3em;
	font-family: georgia;
	color:#8C8984;
	margin:0 0 0 9px;
	font-weight:normal;	
	clear: left;
}

.menu
{	
	display: block;
	float: right;
	text-align: right;
	height: 20px;	
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

.menutext
{
	font-size: .85em;
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	color: #888;	
}

.menu a
{	
	color: #0088FF;
	font-weight: bold;
}

.menu a:hover
{
	color: #0066FF;
	font-weight: bold;
	background-color: transparent;
}

/*SEARCH */
.searchbar
{
	clear: right;
	float: right;
	width: 260px;
	text-align: right;
}

.searchbardropdown
{
	font-size: 9pt;
	font-family: "Segoe UI", Verdana, Arial, Times, serif;	
	border: 1px solid #ccc;
	padding: 2px;
	height: 22px;
	color: #999;
	border: 1px solid #ccc;
	padding-top: 1px;
}

.searchbartext
{
	font-size: 9pt;
	font-family: "Segoe UI", Verdana, Arial, Times, serif;	
	height: 16px;
	width: 120px;
	border:1px solid #ccc;
	color: #999;
	padding: 2px;
	background-image: url('http://assets.streamii.com/system/css/images/search.png');
	background-repeat:no-repeat;
	background-position: 5px 5px;
	padding-left: 20px;
			
}

.searchbarsubmit
{
	font-family: "Segoe UI", Verdana, Arial, Times, serif;		
	font-size: 8pt;
	height: 22px;
	width: 26px;
	background-color: #fefefe;
	border: 1px solid #ccc;
	color: #999;
	padding-bottom: 3px;
	margin-top: 0px;

} 

.searchmatch
{
	background-color: #fffa96;
}

/*NAV BAR*/
.nav {
	margin:74px 20px 0 0;
	list-style:none;
	font-weight:bold;
	}

.nav li {
	float:left;
	margin-left:10px;
}

.nav a {
	position: relative; 
	padding:0.5em 1.5em 0.5em;
	background:url('http://assets.streamii.com/system/css/images/tab.gif') repeat-x;
	color:#FF9900;
}

.nav a:hover, #currentPage {
	background-image:url('http://assets.streamii.com/system/css/images/tab-over.gif');
	text-decoration:none;
}

.clear 
{
	width:100%;
	height:10px;
	clear:both;
}

.copyright 
{
	display: block;
	text-align: center;
	height: 20px;	
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #777;
}

.body
{
	clear: both;
}

.content
{
	width: 650px; 
	float: left;
	margin: 9px 0 7px 27px;		
}

.content table
{
	padding: 0 0 0 0;
	width: 99%;
}

.rightsidebar
{
	width: 200px; 
	float: right;
	margin: 9px 6px 5px 0;
	font-size: 95%;

}

.introtext
{
	font-family: "Segoe UI", arial, Sans-Serif;	
}

.feedback
{
	padding: 10px 4px 0 27px;
}

.feedbacktext
{
	padding: 10px 20px 0px 20px; 
	text-align: center;	
	color: #00CC00; 
	font:2.2em  helvetica, sans-serif;	
}

.footer
{
	margin-top: 5px;
	float: none;
	text-align: center;
}

.footer a
{
	margin: 0 0 0 8px;
}


/*DEFAULT WRAPPER*/
.defaultwrapper 
{
	margin: 0px auto 3px;
	z-index: 1;
	min-width: 8em;
	/*max-width: 900px;*/
	width: 100%;
}

.defaultwrapperheight
{
	min-height: 645px;
}

.wrappercontent, .t, .b, .b div {
	background: url('http://assets.streamii.com/system/css/images/defaultwrapper_background.png') no-repeat top right;
}
.wrappercontent {
	position: relative;
	/*zoom: 1;
	_overflow-y: hidden;*/
	padding: 23px 25px 5px 0px;
}

.t {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	margin-left: -28px;
	height: 100%;
	_height: 2000px;
	background-position: top left;
}
.b {
	position: relative;
	width: 100%;
}
.b, .b div {
	height: 28px;
	font-size: 1px;
}
.b {
	background-position: bottom right;
}
.b div {
	position: relative;
	width: 28px;
	margin-left: -28px;
	background-position: bottom left;
}
.hd, .bd, .ft {
	position: relative;
}


/*TABBED NAVIGATION*/
.tabnav 
{
	background: url('http://assets.streamii.com/system/css/images/tab_line.gif') bottom repeat-x;
	float: left;
	width:98.7%;
	padding-right: 0px;	
	margin-bottom: 12px;			
} 

.tabnav h3 
{
	padding-top: 0.3em;
}

.tabnav ul 
{
	margin: 0.5em 0 0 0;
	padding: 2px 0 0 0px;
	list-style: none;
	font-size: 100%;
}


.tabnav li 
{
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url('http://assets.streamii.com/system/css/images/tab_back.png') 100% -100px;
	float: left;
	border-bottom: 1px solid #ccc;
    text-align: center;
	float: left;    
}

.tabnav h2 
{
	float: left;
	border: none;
}

 .tabnav li.active 
 {
	border-bottom: 1px solid #fff;
	background: url('http://assets.streamii.com/system/css/images/tab_back.png') 100% 0;
}

.tabnav li a, .tabnav li a:visited, .tabnav li span 
{
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url('http://assets.streamii.com/system/css/images/tab_back.png') 0 -100px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #999;
}

.tabnav li.active a, .tabnav li.active span 
{
	background: url('http://assets.streamii.com/system/css/images/tab_back.png') 0 0; 
}
				
.tabnav li:hover 
{
	background-position: 100% -200px;
}

.tabnav li:hover a 
{
	background-position: 0 -200px;
}

.tabnav li.active:hover 
{
	background-position: 100% 0;
}

.tabnav li.active:hover a 
{
	background-position: 0 0;
	text-decoration: underline;
}

.tabnav li a, .tabnav li span 
{
	font-size: 12px;
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	font-weight: bold;
	color: #333;
}

.tabnav li a, .tabnav li a:visited
{
	color: #999;
}

.messageprofileimage
{
	margin:0 0 0 -58px; 
	position:relative; 
	float: left;
	border: 1px solid #bbb;
}


/*UPDATE (MESSAGE) TYPES */
.updates
{
	z-index: 1;
	position:absolute; 
	background-color: #fff;
}

.updatemenu
{
	list-style-type: none; 
	list-style: none; 
	width: 285px;
	border: 0px #000 solid; 
	padding: 2px 5px 5px 5px;

	margin: 0 0 0 0;	
}

.updatedropdown
{
	cursor: pointer;	
}

/*MESSAGE STYLES */
.messagelist
{
	clear: both;
}

.messagelist li
{
	text-align: left;
	clear: left;
	width: 98%;

}
.section
{
	height: auto;
	width: 99%;
}
.messageheading
{
	margin: -3px 0 4px 77px;	
}

.messageheadingtext
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,clean,sans-serif;
	font-size:1.6em;
	font-weight: normal;
	margin: 0 0 7px 0;
}

.messageheadingmeta 
{
	font-size: 13px; 
	height: 12px;
	font-family: "Segoe UI","Microsoft Sans Serif", arial,clean,sans-serif;
	color: #888;
	vertical-align: middle;
}

.minimessage
{
	margin: 3px 0 0 1px;
	padding: 0 0 1px 0;
	border-bottom: 0px #e5e5e5 solid;
	width: 98%;
	overflow: hidden;
}

.minimessagetext
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;
	font-size: .7em;
	margin: 3px 0 0 4px;
	width: auto;
	word-wrap: break-word;
}

.minimessagemeta 
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;	
	font-size: .8em;
	line-height: 10.8pt;
	color: #888;
	margin: 3px 0 0 36px;
	padding: 1px 0 4px 0;
	vertical-align: middle;
}

.minimessagedetails
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;
	font-size: 1.1em;
	margin: 0 0 0 35px;	
	display: block;
}

.minimessagedetails a
{
	color: #000;	
}

.minimessagedetails a:hover
{
	background: transparent;
	color: #0099FF;
}


.message
{
	margin: 6px 0 0 1px;
	padding: 0 0 6px 0;
	border-bottom: 1px #e5e5e5 solid;
	width: 98%;
	overflow: hidden;
}

.message textarea
{
	width: 99%;
}

.messagetext
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;
	font-size: 1.1em;
	margin: 2px 0 0 56px;
	width: auto;
	word-wrap: break-word;
}

.censored
{
	color: #888;
}

.messagemeta 
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;	
	font-size: .8em;
	line-height: 10.8pt;
	color: #888;
	padding: 7px 0 4px 0;
	vertical-align: middle;
}

.tagmeta 
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;	
	font-size: .8em;
	color: #888;
	vertical-align: middle;
}

.messagedetails
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;
	font-size: 1.1em;
}

.messagedetails a
{
	color: #000;	
}

.messagedetails a:hover
{
	background: transparent;
	color: #0099FF;
}

.messagetype
{
	font:1.7em arial, helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	width: 99%;
	padding-bottom:5px;
	display: inline;
}

.messagetypeicon
{
	vertical-align: text-top; 
	margin: 0;
}

.icon
{
	vertical-align: text-bottom;
}

.tagicon
{
	padding-right: 2px;
	vertical-align: bottom;
}

.messagecounter
{
	font-family: "Segoe UI","Microsoft Sans Serif", arial,helvetica,clean,sans-serif;
	font-size: 9px;
	float: right;
	color: #333;
}

.messagecharactercounter
{
	font-size:  1.5em;
	font-weight: bold;
	color: #444;
}

.messageinfo
{
	font-size: 9px;
	float: right;
}

.messageinfoleft
{
	font-size: 9px;
	float: left;
}


.timecallout a
{
	color: #999;
}

.timecallout a:hover
{
	background: transparent;
	color: #999;
}

.commentcallout
{
	/*vertical-align: bottom; */
	display: inline;
	margin: 6px 0 8px 0;
}

.commentcallout a
{
	font-size: 1em; 
	color: #999;
}

.commentcallout a:hover
{
	background: transparent;
	color: #0099FF;
}

.userfeedunsubscribe
{
	color: #999;
	display: inline;

}

.userfeedunsubscribe a
{
	font-size: .9em; 
	color: #999;
}

.userfeedunsubscribe a:hover
{
	background: transparent;
	color: #0099FF;
}

.messagecount
{
	display: inline;
	font-size: 9px;
}

.messageinfocenter
{
	font-size: 9px;
	text-align: center;
}

a.externallink
{
	color: #0099FF;	
	word-wrap: break-word;
	width: 250px;
}

a:hover.externallink
{
	text-decoration: underline;
	background-color: transparent;	
}

a.userlink
{
	color: #0099FF;
}

a:hover.userlink
{
	text-decoration: underline;
	background-color: transparent;	
}

.photowrapper
{
	background: transparent url('http://assets.streamii.com/system/css/images/photowrapper.png') no-repeat;
	height: 98px;	
	width: 128px;
	float: left;
}

.photowrapper a
{
	background-color: transparent;
}

.photowrapper a:hover
{
	background-color: transparent;
}

.photowrapper img
{
	margin-top: 7px;
	margin-left: 12px;
	height: 75px;
	width: 100px;
}

.photowrappermulti
{
	background: transparent url('http://assets.streamii.com/system/css/images/photowrapper_multi.png') no-repeat;
	height: 107px;
}






.photowrappervertical
{
	background: transparent url('http://assets.streamii.com/system/css/images/photowrapper_vertical.png') no-repeat;
	height: 118px;	
	width: 115px;
	float: left;
}

.photowrappervertical a
{
	background-color: transparent;
}

.photowrappervertical a:hover
{
	background-color: transparent;
}

.photowrappervertical img
{
	margin-top: 12px;
	margin-left: 25px;
	height: 100px;
	width: 75px;
}

.photowrappermultivertical
{
	background: transparent url('http://assets.streamii.com/system/css/images/photowrapper_multi_vertical.png') no-repeat;
	height: 127px;
}

.pagingnewer
{
	margin-top: 4px;	
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-size: 8pt;	
	float: left;
}

.pagingolder
{
	margin-top: 4px;
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-size: 8pt;	
	float: right;
}

.separator
{
	color:#e5e5e5;
	background-color:#e5e5e5;
	height:1px;
	border:none;	
	padding: 0 0 0 0;
}

.comments
{
	/*margin-top: -10px;*/
}

.commentlist li
{
	text-align: left;
	clear: left;
	width: 98%;

}

.friendname
{
	font-size: 1.8em; 
	font-family: georgia; 
	margin-left: -2px;
}

.friendsearch
{
	float: right;
	font-size: 13px;
	margin-right: 7px;
	margin-bottom: 5px;
}

.friendsearch input
{
	background-image: url('http://assets.streamii.com/system/css/images/search.png');
	background-repeat:no-repeat;
	background-position: 4px 6px;
	width: 150px;
	height: 18px;
	padding: 2px;
	font-family: "Segoe UI", Verdana, Times, serif;	
	color: #777;
	padding-left: 20px;
	border: 1px solid #c5c5c5;
	
}


.profileimage img
{
	border: 1px solid #bbb;
}

/*PROFILE IMAGES*/
.profileimagenormal img
{
	border: 1px solid #bbb;
}

td.profileimagenormal
{
	width: 50px;
	margin: 6px 6px 0px 0px;
	padding: 0 6px 0 0;
	vertical-align: top;	
}

a.profileimagenormal
{
	background-color: transparent;
}



/*PROFILE IMAGES*/
.profileimagemedium img
{
	border: 1px solid #bbb;	
	padding: 0 0 0 0;
	margin: 1px 7px 12px 0;
	margin-left: -53px;	
}

td.profileimagemedium
{
	width: 35px;
	vertical-align: top;
}

a.profileimagemedium
{
	background-color: transparent;
}


.profileimagesmall
{
	width: 25px;
	margin: 4px 8px 0 0;
}

.profileimagesmall img
{
	border: 1px solid #bbb;
}

a.profileimagesmall
{
	background-color: transparent;
}

.friendimagesmall
{
	width: 25px;
	margin: 2px 2px 0 0;
}

.friendimagesmall img
{
	border: 1px solid #bbb;
}

a.friendimagesmall
{
	background-color: transparent;
}

.profilename
{
	font:2.5em arial,  helvetica, sans-serif;
	font-weight:bold;
	color: #333;
	width: 99%;
	padding-bottom:5px;	
}

.profiletagline
{
	font-size:1.1em;
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	margin:-2px 0 0 3px;
	font-weight:normal;	
	font-style: italic;
}

.featureduserlist a
{
	background-color: transparent;
}

.featureduserlist img
{
	border: 1px solid #bbb;	
	padding: 0 0 0 0;
	margin: 4px 4px 0 0;
}

.topgeolocations
{
	margin-left: 8px;
	font-family: "trebuchet ms", arial, "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #999;
}

.topgeolocations
{
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 22px;
}

.topgeolocation li
{
	padding:  0 0 0 0;
}


/*JOIN TABLE */
.content th
{
	width: 25%;
	text-align: right;
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	vertical-align: top;
	padding-top:4px;
}
.join td 
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	vertical-align: top;
}

.join input
{
	width: 285px;
	height: 18px;
	padding-top: 5px;	
	margin-bottom: 5px;
	padding-left: 3px;
	font-family: Verdana, Times, serif;		
	font-size: 12px;	
	border: 1px solid #bbb;
}

.join .picture
{
	font-size: 11px;


}

.join .submit input
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;		
	font-size: 13px;
	padding-top: 0px;			
	height: 32px;
	padding-bottom: 3px;	
} 


.joincallouttext
{
	margin-top: 9px;
	color: #666;
	text-align: center;	
	font:1.1em "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;	
}

.joincallout
{
	margin: 0 0 -15px 0;
	font-size: 24px;
	text-align: center;
	font-family: georgia;
}

/*GENERIC FORM  */
.content form
{
	width: 98.2%;
}



.form th
{
	width: 25%;
	height: 35px;
	text-align: right;
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	vertical-align: top;
	padding-top: 8px;
}

.form input
{
	width: 300px;
	height: 18px;
	overflow: hidden;
	padding-top: 4px;	
	padding-left: 4px;	
	margin-bottom: 5px;
	font-family: Verdana, Times, serif;		
	font-size: 12px;	
	border: 1px solid #ccc;		
}

.form textarea
{
	overflow: hidden;	
	width: 298px;
	height: 50px;
	padding: 3px;
	margin-bottom: 5px;	
	font-family: Verdana, Times, serif;		
	font-size: 12px;
	resize: none; 
	border: 1px solid #ccc;	
}

.form .inputmessage
{
	width: 99%; 
	height: 50px;
	padding: 4px 2px 4px 3px;
	border: 1px solid #c5c5c5;
}

.form .inputtags
{
	width: 99%;
	border: 1px solid #c5c5c5;
}
input.file
{
	width: 78%;
	height: 25px;
	overflow: hidden;
	padding-top: 4px;		
	margin-bottom: 5px;
	font-family: Verdana, Times, serif;		
	font-size: 12px;	
}

input.checkbox
{
	width: 18px;
	height: 15px;
	margin: 0 0 0 0;
	border: 0px solid #fff;
}

.form .radio input
{
	width: 18px;
	height: 10px;
	border: 0px solid #fff;
}

.form .submit input
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;		
	font-size: 13px;
	padding-top: 0px;		
	height: 32px;
	width: auto;
	margin-bottom: 10px;	
}

.form input.submit
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;		
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 3px;		
	height: 30px;
	width: 37%;
	border: 1px solid #bbb;	
} 

/*SIGNIN FORM*/
table.signin
{
	width: 100%;
}

.signin input
{
	width: 97%;
	height: 19px;	
	padding-left: 3px;	
	padding-bottom: 1px;
	padding-top: 5px;
	font-family: Verdana, Times, serif;		
	font-size: 12px;
	border: 1px solid #ccc;	
}

.signin .checkbox input
{
	width: auto; 
	height: auto; 
	padding: 0 0 0 0; 
	margin: 0 2px 0 0;
	border: 0px solid #fff;
}

.signin .submit input
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;		
	font-size: 13px;			
	height: 32px;
	width: 80px;
	padding-top: 0px;	
	padding-bottom: 3px;
	padding-left: 1px;	
} 

.signinformitemname
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	font-size: 12px;
	float: left;	
}

.signinbox
{
	height: 345px;
}

.signinwelcome
{
	width: 57%;
	padding: 0 0 0 30px;
}

.signinwelcome img
{
	width: 330px;
	height: 340px;
}

.signinform
{
	width:27%;  
	padding-top: 60px; 
}

.offlinebox
{
	height: 345px;
}

.offlinenap
{
	width: 44%;
}

.offlinenap img
{
	width: 330px;
	height: 340px;
}

.offlinemessage
{
	width:56%;  
	padding-top: 105px; 
}

.formitemname
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
	font-size: 12px;
	float: left;	
	font-weight: bold;
}

/*INVITE STYLES*/
.invitepreview
{
	border: 1px solid #bbb;
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;	
}

/*TAGCLOUD*/
.tagcloudnormal
{
	width: 100%;
	font-size: 1.2em;
}

.tagcloudnormal a
{
	white-space: nowrap;
	text-decoration: none;	
	font-family: arial, georgia, helvetica;		
	padding-right: 2px;
	padding-left: 2px;
}

.tagcloudnormal a:hover
{
	background-color: #0099FF;
	color: #fff;
	font-family: arial, georgia, helvetica;		
	white-space: nowrap;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;	
}

/*TAGCLOUD*/
.tagcloudsmall
{
	width: 100%;
	display: block;	
	font-size: 1.2em;
}

.tagcloudsmall a
{
	text-decoration: none;	
	padding-right: 2px;
	padding-left: 2px;	
	font-family: arial, georgia, helvetica;		
}

.tagcloudsmall a:hover
{
	background-color: #0099FF;
	color: #fff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;	
	font-family: arial, georgia, helvetica;		
}

/*LISTS*/
.list ul
{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}

.list li
{
	margin-left: 0px;	
	font-size: 12px;
	font-family:  "Microsoft Sans Serif", Arial, Times, serif;	
	list-style: none;
	display: inline;
}

.featureduserlist ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: inline;
}

.featureduserlist li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: inline;	
}

.about
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-size: 9pt;
}


.aboutitem
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-style: italic; 
	display: inline;
}

.friendrequestnotification
{
	margin : 4px 0 4px 0px;
}

.friendrequestnotification a
{
	color: #ff5500; 
	font-weight: bold;
}

.friendrequestnotification a:hover
{
	color: #ff5500; 
	background-color: transparent;
	text-decoration: underline;
}

.commentnotification
{
	margin : 4px 0 4px 0px;
}

.commentnotification a
{
	color: #00cc00; 
	font-weight: bold;
}

.commentnotification a:hover
{
	color: #00cc00; 
	background-color: transparent;
	text-decoration: underline;
}

.atreplynotification
{
	margin : 4px 0 4px 0px;
}

.atreplynotification a
{
	color: #0088fa; 
	font-weight: bold;
}

.atreplynotification a:hover
{
	color: #0088fa; 
	background-color: transparent;
	text-decoration: underline;
}

.welcomeinfo
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-size: 12px;
	color: #222;
}

.homeinfo
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-size: 8pt;
	color: #aaa;
}

.locationinfo
{
	width: 150px;
}

.actions
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-size: 8pt;
}

.userfeed
{
	font-family: "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;	
	font-size: 8pt;
	margin: 0 0 3px 0; 
}

.userfeedfavicon
{
	margin: 0 3px 0 0;
}

.userfeedfavicon img
{
	height: 16px;
	width: 16px;
}

.userfeedname
{
	float: left; 
	width: 80%;
	padding: 0 0 5px 0; 
}


.noscript
{
	border: 1px solid #bbb;
	font:1.1em arial, "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	text-align: center; 
	margin: 12px auto 4px auto; 
	padding: 2px 2px 2px 2px;
	width: 77%;
	color: #075fa3;
	background-color: #eef3f4;	
}

.ajaxresponse
{
	font-size: 9px;
	font-family: arial;	
	color: #00bb00;
	clear:right;
}

