* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	z-index:10000;
}
/*---------- forms.css -----------*/
select,input,textarea {
	/* font: 1em Arial, Helvetica, sans-serif; */
	vertical-align: middle;
	margin-right: 5px;
}

* html select,input {
	margin-right: 2px;
}

input:focus {
	-moz-outline: none;
	/*	opacity: 0.5;*/
	/* background: #4ca1d8; */
}
input.info{
    color:#999;
}
textarea,.txt {
	background: url(../images/input_bg.gif) #fff no-repeat left top;
	border: #cfcfcf 1px solid;
	color: #585858;
	padding: 3px 2px 2px 2px;
}

textarea:focus,.txt:focus,textarea.focus,input.focus {
	background: url(../images/input_focus_bg.gif) no-repeat left top;
	border: #bababa 1px solid;
	color: #3c3c3c;
	padding: 3px 2px 2px 2px;
	opacity: 1 !important;
}

textarea {
	margin: 0;
	overflow: auto;
}

textarea.native {
	background-color: transparent;
	background-image: none;
}

input.email { width: 280px; }
input.title { width: 380px; }
input.username, input.password { width: 180px; }
input.domain { width: 120px; }
input.url { width: 280px; }

textarea.text {width: 420px;}

.Btn {
	font-weight: bold;;
	color: #fff;
	padding: 2px 2px 0px 2px;;
	background: #666;
	border-top: 1px solid #999;;
	border-left: 1px solid #999;;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
}

.CancelBtn, .DelBtn {
	color: #000;
	padding: 2px 4px 0px 4px;;
	background: #eee;
	border-top: 1px solid #f5f6f7;;
	border-left: 1px solid #f5f6f7;;
	border-bottom: 1px solid #bfb7bc;
	border-right: 1px solid #bfb7bc;
}

dl.hField {
	margin-bottom: 1em;
}
dl.hField dt {
	float: left;
	width: 8em;
	line-height: 1.8em;
	text-align: right;
	padding-right: 0.8em;
}
* html dl.hField dt {
	padding-top: 0.2em;
}
dl.hField dd {
	margin: 0 0 1em 8em;
	font-size: 1em;
	line-height: 1.6em;
	color: #666;
}
dl.hField dt label {
	font-size: 1.2em;
}

dl.hField dt span, dl.hField dd span {
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

dl.ForumField {
	margin: 2em 0 2em 0;
}
dl.ForumField dt {
	float: left;
	width: 30em;
	line-height: 1.8em;
	text-align: left;
	padding-right: 0.8em;
}
* html dl.ForumField dt {
	padding-top: 0.2em;
}
dl.ForumField dd {
	margin: 0 2em 2em 0;
	text-align: right;
	font-size: 1em;
	line-height: 1.8em;
	color: #666;
}
dl.ForumField dt label {
	font-size: 1.2em;
}

dl.ForumField dt span, dl.ForumField dd span {
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

.IForm dl {width: 480px;margin: 5px 20px;}
.IForm dt {font-size: 14px;font-weight: bold;line-height: 2em;color: #E03D00
;margin: 5px 0 0 0;}
.IForm dd {margin: 0 0 10px 0;font-size: 12px;line-height: 2em;color: #666;}
.IForm dd input#submit {font-size: 14px;}
.IForm dl.submit {margin-top: 2em;}
.IForm dl.submit dt {font-size: 0.2em;line-height: 1em;}
.IForm p.Hint {margin: 0.5em 0 0 0;}

.cancel {
	padding-left: 1em;
}

#domore {
	height:18px;
	background-color:#eee;
	padding: 3px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 25px;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 14px;
	/* color: #91D134; */
	color:#E03D00;
	margin-bottom:10px;
}
h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.8em;
}

h1 label,
h2 label,
h3 label{
    color:#000;
    font-size:12px;
    font-weight:normal;
}

/*------- links -------*/
a:link, a:visited {
	color: #E03D00;
/* color: #486675; */
	text-decoration: underline;}

a:hover, a:active {
	color: #fff;
	background-color:#E03D00;
	text-decoration: none;
}
a:link,a:visited {
	-moz-outline: none;
}
a.img:link,
a.img:visited,
a.img:hover{
    font-size:0;
}
a.plain:link,
a.plain:visited{
    text-decoration: none;
}
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
	text-decoration: underline;
}
h1 a.normal:link, h1 a.normal:visited,
h2 a.normal:link, h2 a.normal:visited,
h3 a.normal:link, h3 a.normal:visited {
    border:0;
	color: #E03D00
;
	outline-style: none;
	text-decoration: underline;
}
h1 a.normal:hover, h1 a.normal:active, h1 a.normal:focus,
h2 a.normal:hover, h2 a.normal:active, h2 a.normal:focus,
h3 a.normal:hover, h3 a.normal:active, h3 a.normal:focus {
	background-color: #E03D00
;
	color: #FFFFFF;
}
h3.none_border a{
    border:0;
    text-decoration: underline;
}
h3.thin a{
    font-weight:normal;
}
h3 .more_right{ font-size:12px; float:right; font-weight:normal}
a img {
	border: 0;
}

a.important:link,a.important:visited,a.important:active {
	color: #E03D00
;
	font-weight:bold;
	text-decoration: underline;
}

a.important:hover {
	color: #fff;
	text-decoration: none;
	background-color:#E03D00
;
}
h1 label a:link,
h2 label a:link,
h3 label a:link{
    border:0;
    text-decoration: underline;
}

label.bold{
    font-weight:bold;
}
p.block{
    background:#f5f5f5;
    padding:10px;
    margin:0;
    font-size:14px;
    line-height:20px;
}
/*------------*/
p {font-size: 1.0em;line-height: 1.3em;margin: 1.2em 0 1em 0;}
strong, b, .strong {font-weight: bold;}
small {font-size:1.0em;}

blockquote {
	position: relative;
	color: #747474;
	background: url(../images/blockquote.gif) no-repeat 5px 5px;
	padding: 0 1em 1em 28px;
	background-color: #f5f5f5;
}

li {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
/*--- common ---------------*/
div.thin {
	margin: 20px 150px 0 150px;
	padding-bottom: 70px;
}

.Confirm,.Problem,.Warn {
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 25px 20px 25px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	color: #000000;
}
.Confirm {background: url(../images/icon_confirm.jpg) no-repeat left 15px;}
.Problem {background: url(../images/icon_error.jpg) no-repeat left 15px;}
.Warn {background: url(../images/icon_warn.jpg) no-repeat left 15px;}
.Highlight {color: #325B0A; background-color: #eafad3;}

div.Help {
	position: absolute;
	right: 20px;
	top: 15px;
	height: 1.5em;
	z-index: 4;
	padding-left: 1.5em;
	background: url(../images/icon_help_blue.gif) 0px 0px no-repeat;
}

.clear {
	clear: both;
	font-size: 0px;
}

.hide {display: none !important;}
.inner {padding: 0 1em;}
.middle {padding: 1em 0;}
.center {margin: 0 auto;}
.topsep {margin-bottom: 0.5em;padding-top: 0.8em; padding-bottom: 1em;border-top: 1px solid #f5f5f5;}
.seperate {margin: 5px 0 5px 0; border-top: 1px dotted #000;}

.Top {margin-top: 0;}
.Hint {font-size: 12px; font-weight: normal; color: #999; margin-top:5px;}
.Label {vertical-align: top; text-align: right; font-weight: bold; }
.New {padding: 1px;color:#000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:8px;font-weight:400;line-height:normal;vertical-align:middle;background-color: #FFE28A;}
.Theme {color: #E03D00
;}
.OR {padding: 0em 0.7em 0 0.7em;}
.PostDateTime, .DateTime {color:#666;}
.HtmlCode {font-size:1em;color:#666;display:block;}
.UnderTitle {font-size:12px;font-weight:normal;margin:10px 0px 0px 0px;display:block; color:#666;}

/*.UnderTitle a:link, .UnderTitle a:visited {
	border-bottom: 0;
	color: #4d7b0a;
	outline-style: none;
	text-decoration: none;
}

.UnderTitle a:hover, .UnderTitle a:active, .UnderTitle a:focus {
	border-bottom: 0;
	background-color: #E03D00
;
	color: #fff;
}*/

.UnderTitle span {font-weight: bold;}

.TagsClouds a:link, .TagsClouds a:visited {
	border-bottom: 0;
	outline-style: none;
	text-decoration: none;
}

.TagsClouds a:hover, .TagsClouds a:active, .TagsClouds a:focus {
	border-bottom: 0;
	color: #fff;
}


.PhotoJob {width:250px;overflow:hidden;}

.Icon {border:0px none;vertical-align:middle;}
img#BuddyIcon, img.BuddyIcon, img#xBuddyIcon, img.xBuddyIcon, img.gBuddyIcon {z-index: 5;float: left;background: #fff;margin: 0 10px 0 0;;padding: 0px;position: relative;}

.Tab {position:relative;height:20px;border-bottom: 3px solid #f1f1f1;margin-top: 5px; margin-bottom: 10px;}
.Tabs {position:absolute;bottom:-4px;padding-left: 15px;}
.Tabs li {list-style-type:none;margin: 0 3px;float:left;font-size: 1.2em;}
.TabIn {color: #eb976b;font-weight: bold;background-color: #fff;padding: 3px 11px 3px 11px; border: 1px solid #f1f1f1; border-bottom-color: #fff;}
.TabOut {background-color: #f1f1f1; padding: 3px 8px 2px 8px; }
.Tab a:link,.Tab a:visited{text-decoration:none;}

ul { padding-left: 1.2em; }
ul.clean { padding-left: 0.5em; list-style: none; }
ul.photo_list{font-size:0;}
.ConLinks ul {list-style-type: none;}
.ConLinks h3 {margin-top:0.5em;}

a.Del:link {color: #c9c9c9; text-decoration: none; font-size: 11px; font-family: arial, helvetica, sans-serif;}
a.Del:visited {color: #c9c9c9; text-decoration: none;}
a.Del:hover {color: #fff; background-color: red; text-decoration: none;}
a.Del:active {color: #fff; background-color: red; text-decoration: none;}

a.Remove:link {color: #999; text-decoration: none;}
a.Remove:visited {color: #999; text-decoration: none;}
a.Remove:hover {color: #fff; background-color: red; text-decoration: none;}
a.Remove:active {color: #fff; background-color: red; text-decoration: none;}

.NavList {padding: 0;}
.NavList ul {list-style: none;padding-left:0.5em;}
.NavList ul li {color:#E03D00
;padding-left: 0;padding-bottom: 0.4em;font-size: 1em;font-weight: bold;}

ul.UserList {list-style: none; padding-left:0;}
ul.UserList li {padding: 0px; margin-right: 5px; margin-bottom: 3px; float: left; font-size: 12px;text-align: center; width: 60px; height: 70px;overflow: hidden; }
ul.UserList li.More {font-size:14px;font-weight: bold;height:1.5em;margin-top:30px;}

ul.PhotoList {list-style:none;}
ul.PhotoList li {padding: 0px; margin-right: 5px; margin-bottom: 3px; float: left; font-size: 12px;text-align: center; width: 80px; height: 80px;overflow: hidden; }
ul.PhotoList li.More {font-size:14px;font-weight: bold;height:1.5em;margin-top:30px;}

ul.xUserList {list-style:none;}
ul.xUserList li {line-height: 28px;}
ul.tagList {list-style:none; padding:0; margin-left:3px}
ul.tagList li {line-height: 20px;}

label.assistant, dd.assistant, li.assistant{
    color:#999;
}
h3.assistant{
    color:#666;
    font-weight:normal;
}
#buddy_panel {
	z-index:1000000;
	text-align:left;
}
#buddy_panel .menu li {
	width: 130px;
	list-style-type: none;
}
#buddy_panel .menu a {
	display: block;
	width: 98%;
	padding: 2px 5px;
}
#buddy_panel #buddy_panel_arrow {	/* Left div for the small arrow */
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:60px;
	background-image:url('../images/buddy_panel_arrow.gif');
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
}
#buddy_panel #buddy_panel_content {
	border:2px solid #333;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:12px;	/* Font size of content */
	z-index:1000001;
}

#dialogbox {position: absolute;top: 40px;left: 0;width: 100%;z-index: 105;}
#contactDialog {margin: 0 auto;font-size: 1em;line-height: 1.5em;text-align: left;width: 250px;border: 3px solid #000;background-color: #fff;}
#contactDialogHeader {padding: 10px;height: 50px;background-color: #f5f5f5;}
#contactDialogBody {padding: 1em 1.2em 1em 1.2em;}
#contactDialogHeaderText {padding: 10px 0;}
#contactDialogClose {margin-left: 10px;}
#contactDialogForm ul {list-style: none;padding: 0px 30px;}
#contactDialogForm ul li {line-height: 1.5em;}
#contactDialogFormBtns {text-align: right;padding: 10px;}
#remove_contact {font-weight: normal;color: red;}
#contactSaving {padding: 4px; margin: 8px 0 4px 0; background-color: #EEF2FD; border: 1px solid #D3DEFA;}
#contactSaving img {margin-right: 7px;float: left;border: 0; vertical-align: middle;}
#contactMessage {padding: 4px; margin: 8px 0 4px 0; background-color: #EEF2FD; border: 1px solid #D3DEFA;}
#relationship {margin: 1em auto;}

.tool-tip {
	color:#fff;
	width:206px;
	text-align:left;
	z-index:13001;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.tool-title {font-size:12px;font-weight:bold;margin:0;padding:8px 8px 4px;background:url(../images/tip_bg.png) top left;}
.tool-text {margin:0;padding:4px 8px 8px;background:url(../images/tip_bg.png) bottom right;}

.Feeds {
	margin-top: 1em;
}
.Feeds li {
	margin-top: 5px;
	list-style-type: none;
}
a.RSS:link, a.RSS:visited, a.RSS:active, a.RSS:hover {
	padding: 3px 0 3px 20px;
	background-image: url(../images/feed-icon-16x16.gif);
    background-repeat:no-repeat;
    background-position:left 50%;
}

.ProfileGroup li {list-style-type: none; width: 210px; height: 80px; float:left; margin-right: 10px; overflow: hidden;}
.ProfileGroup li img {float:left; margin-right:1em;}
.ProfileGroup li p {margin-top: 0;}
.ProfileGroup li.More {font-size:14px;font-weight: bold;height:1.5em;margin-top:40px; width:60px;}
p.More { font-size:14px;font-weight: bold;height:1.5em;margin:5px 10px 0 0; text-align:right; }
 
.ProfileDetail li { list-style-type: none; margin-left:5px; padding-bottom:3px; }

.ProfileForum table th, div.Forum table td {font-size: 12px;padding: 1px 3px 2px 3px;border-bottom: 1px solid #f3f3f3;}
.ProfileForum table th {color:#666;font-weight: normal;text-align: left;}
.ProfileForum .Pager {padding: 5px 10px; text-align: right;}
.ProfileForum .Pager a {margin-right: 10px; }

.ProfileBorder {border-top: 1px solid #f3f3f3; padding:3px 0px 3px 0px;}
#peopleContacts table td { height: 25px; }

#confirm_signup ul {list-style: none;padding-left:0.5em;}
.bangbang{padding:1em;margin:10px auto;padding:50px; text-align:center; background-color:#EFF8E1;border:1px solid #91D134; vertical-align:middle;}
#bangbang {position:absolute;display:none}

.line_bottom { border-bottom: 1px solid #f3f3f3; padding-bottom:5px;}
img.PhotoBorder { border: 1px solid #ddd; padding:1px;}

ul.UserListNew{list-style: none;}
ul.UserListNew li table{border-bottom:2px solid #f5f5f5; margin-bottom:10px;}
div.UserListNew{height:80px; position: relative;border-bottom: 2px solid #f5f5f5; margin-bottom:10px;}

div.UserListNew .Icon{width:65px; height:80px; float:left;}
div.UserListNew .UserProfile{width:330px !important; height:80px; float:left; overflow:hidden;}
div.UserListNew .UserProfile .username{color:#333; font-weight:bold;}
div.UserListNew .Action{width:110px; height:80px; position: absolute; right: 10px;}

ul.contact-actionList{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:100%;
}
ul.contact-actionList li{margin-bottom:2px;}
span.linkin{color:#666; font-weight:bold; margin-bottom:3px;}


.x-ie-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left:0;
    top:0;
    background:#777;
    zoom:1;
}

.x-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left:0;
    top:0;
}

.x-shadow * {
    overflow: hidden;
}

.x-shadow * {
    padding: 0;
    border: 0;
    margin: 0;
    clear: none;
    zoom: 1;
}

/* top  bottom */
.x-shadow .xstc, .x-shadow .xsbc {
    height: 6px;
    float: left;
}

/* corners */
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
    width: 6px;
    height: 6px;
    float: left;
}

/* sides */
.x-shadow .xsc {
    width: 100%;
}

.x-shadow .xsml, .x-shadow .xsmr {
    width: 6px;
    float: left;
    height: 100%;
}

.x-shadow .xsmc {
    float: left;
    height: 100%;
    background: transparent url(../images/base/shadow-c.png);
}

.x-shadow .xst, .x-shadow .xsb {
    height: 6px;
    overflow: hidden;
    width: 100%;
}

.x-shadow .xsml {
    background: transparent url(../images/base/shadow-lr.png) repeat-y 0 0;
}

.x-shadow .xsmr {
    background: transparent url( ../images/base/shadow-lr.png ) repeat-y -6px 0;
}

.x-shadow .xstl {
    background: transparent url( ../images/base/shadow.png ) no-repeat 0 0;
}

.x-shadow .xstc {
    background: transparent url( ../images/base/shadow.png ) repeat-x 0 -30px;
}

.x-shadow .xstr {
    background: transparent url( ../images/base/shadow.png ) repeat-x 0 -18px;
}

.x-shadow .xsbl {
    background: transparent url( ../images/base/shadow.png ) no-repeat 0 -12px;
}

.x-shadow .xsbc {
    background: transparent url( ../images/base/shadow.png ) repeat-x 0 -36px;
}

.x-shadow .xsbr {
    background: transparent url( ../images/base/shadow.png ) repeat-x 0 -6px;
}
.client_suport{
   position:relative;
}
.client_suport img{
   position:absolute;
   left:260px !important;
   left:240px;
   top:0;
}
.client_function{
   position:relative; 
}
.client_function img{
   position:absolute;
   left:30px !important;
   left:0;
   top:0;
}
.client_function ul{
    width:180px;
    margin-left:310px;
    height:300px;
}