p.tip {
	color: #333;
	background-color: #e5eef2;
	border: 1px solid #c7e0ed;
	padding: 10px;
	margin: 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span.tip {
	color: #fff;
	display: inline;
	padding: 1px 9px 2px 5px;
	font: 9px Lucida Grande, Tahoma, Arial, sans-serif;
	margin: 0 4px 0 0;
	line-height: 11px;
	background: #FC0
		url("../images/arrow-small-right.gif")
		no-repeat right center;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border: none;
	vertical-align: baseline;
}

a:link,a:visited,a:hover {
	color: white;
	text-decoration: none;
}

html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #4D778B;
}

h1 {
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: normal;
}

label {
	color: #808181;
	font-size: 10pt;
	font-weight: normal;
	width: 225px;
}

#top {
	background: url(../images/top-bg.png) repeat-x left top;
	height: 19px;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 20px;
	font-size: 11px;
}

#top2 {
	background: url(../images/top-bg.png) repeat-x left top;
	height: 19px;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
	padding-right: 20px;
	font-size: 11px;
}

#pipe2 {
	height: 19px;
	background: url(../images/pipe2.jpg);
	margin-left: 8px;
	margin-right: -8px;
	background-repeat: no-repeat;
	height: 9px;
	font-size: 12px;
	padding: 0px;
	width: 2px;
}

.tooltips-ok {
	background: #008000;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	width: 260px;
	float: left;
}

.tooltips-ok div {
	background: url(../images/tips_green.png) left bottom no-repeat;
	width: 260px;
	height: 18px;
	float: left;
}

#msg_container {
	height: 39px;
	width: 280px;
	margin-bottom: -18px;
}

#box {
	margin: 0px;
	padding: 0px;
	border: none;
	display: none;
	width: 260px;
	float: left;
}

/*		TOP    MENU	   BAR	*/
#contactus a {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	/*line-height: 17px;*/
	cursor: pointer;
}

#contactus :hover a { /*
	background-color: #222222;
	border-left: 1px solid #0F0A0A;
	border-right: 1px solid #0F0A0A;
	*/
	
}

#contactus a:hover { /*
	background-color: #222222;
	border-left: 1px solid #0F0A0A;
	border-right: 1px solid #0F0A0A;
	*/
	
}

#content {
	background: #284051;
}

#logo {
	text-align: center;
	padding: 40px 0 13px 0;
}

#beta {
	font-size: 10px;
	color: #808080;
}

#for_translate {
	margin: 0 auto;
	width: 707px;
	padding-bottom: 40px;
}

/*
		#form_reset{
			background: #485C6A url(../images/form_reset.gif) no-repeat 3px center;
			color: #FFFFFF;
			font-size: 8pt;
			font-weight: bold;
			float: right;
			position:relative;
			top:1px;
			right:20px;
			padding: 5px 5px 0 25px;
			cursor: pointer;
			border-left:1px solid #6B818F;
			border-top:1px solid #6B818F;
		}*/
#form_reset_simple {
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	position: relative;
	top: 2px;
	padding: 0px 0px 0 10px;
}

#form_keyboard_simple {
	/*background-image: url(../images/icon_public.gif);*/
	background-image: url(../images/key-mini.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	position: relative;
	top: 1px;
	padding: 5px 7px 0 10px;
}

.textarea {
	background: #FFFFFF url(../images/form-field-bg.gif) no-repeat left top;
	border: 3px solid #485C6A;
	font-size: 12pt;
	overflow: auto;
	padding: 5px;
	width: 690px;
}

.button_translate {
	background: url(../images/new_translate_button.png) no-repeat center
		center;
	color: #FFFFFF;
	border: none;
	width: 96px;
	height: 30px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
}

#lang_menu {
	background: #284051;
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #1E2F3A;
}

#lang_menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}

#lang_menu ul li {
	list-style-type: none;
	float: left;
	background: url(../images/lang_tab.png) repeat-x left top;
	font-size: 11px;
	font-weight: bold;
	color: #94A0A8;
	border-left: 1px solid #1E2F3A;
	border-top: 1px solid #1E2F3A;
	border-right: 1px solid #1E2F3A;
	padding: 6px 10px;
	margin-left: 5px;
	cursor: pointer;
}

.lang_selected {
	background: url(../images/lang_tab_selected.png) repeat-x left top
		!important;
	color: #FFFFFF !important;
	position: relative;
	top: 1px;
}

#bottom_content {
	background: #4D778B;
}

#translated {
	margin: 0 auto;
	width: 707px;
	padding-top: 95px;
	padding-bottom: 40px;
}

#button_to_clipboard {
	background: #485C6A url(../images/paste.gif) no-repeat 3px center;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	float: right;
	position: relative;
	top: 1px;
	right: 20px;
	padding: 5px 5px 0 25px;
	cursor: pointer;
	border-left: 1px solid #81939F;
	border-top: 1px solid #81939F;
}

#overlay {
	background-color: #000000;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	z-index: 2;
}

/* Start of modifications by snowtigersoft */ /** vertical-align */
.v-bottom {
	vertical-align: bottom;
}

/* contact_form Start */
div.outwarp {
	background: #666666 none repeat scroll 0 0;
	border: 1px solid #555555;
	color: #FFFFFF;
	overflow: visible;
	padding: 0;
	position: fixed;
	font-style: normal;
	font-weight: normal;
	z-index: 3;
	display: none;
	height: auto;
	top: 50%;
	left: 50%;
	margin-bottom: 0;
	margin-right: 0;
}

#contact_form_container {
	width: 680px;
	height: 301px;
	margin-left: -340px;
	margin-top: -250px;
}

#contact_form_close {
	background: transparent url(../images/close.png?v=284) no-repeat scroll
		0 0;
	border: 0 none;
	display: block;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 11px;
	width: 16px;
}

#contact_form {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #7D7D7D;
	clear: both;
	height: auto;
	overflow: visible;
}

#contact_form h2.title {
	background: #5E5E5E url(../images/title.png?v=284) repeat-x scroll left
		bottom;
	font-family: "Trebuchet Ms", Arial, sans-serif;
	border-bottom: 1px solid #505050;
	height: 24px;
	line-height: 24px;
	padding: 5px 35px 5px 5px;
	font-size: 18px;
	margin: 0;
}

#contactForm {
	padding: 10px 15px;
	width: 640px;
	float: left;
	margin: 0 auto;
}

#contactForm .nv-button {
	background-color: #666666;
	border: 0 none;
	background: transparent url(../images/nv-button.png?v=284) no-repeat
		scroll left top;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 9px 5px 11px 15px;
	text-decoration: none;
	cursor: pointer;
}

#contact_center {
	float: left;
	width: 225px;
	padding-right: 20px;
	border: 0px solid blue;
}

#contact_right {
	float: left;
	width: 380px;
	border: 0px solid orange;
}

label.required {
	display: block;
	font-weight: bold;
	margin: 2px 0;
	cursor: pointer;
	color: #ffffff;
}

input.contact_inputbox {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	width: 200px;
}

textarea.contact_textbox {
	font-family: Tahoma, Verdana;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	width: 385px;
}

/*  contact_form End */ /*  login_form Start */
#login_form_container {
	margin-left: -275px;
	margin-top: -213px;
	width: 550px;
	height: 247px;
}

#login_form_close {
	background: transparent url(../images/close.png) no-repeat scroll 0 0;
	border: 0 none;
	display: block;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 11px;
	width: 16px;
}

#login_form {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #7D7D7D;
	clear: both;
	height: auto;
	overflow: visible;
}

#login_form h2.title {
	background: #5E5E5E url(../images/title.png?v=284) repeat-x scroll left
		bottom;
	font-family: "Trebuchet Ms", Arial, sans-serif;
	border-bottom: 1px solid #505050;
	height: 24px;
	line-height: 24px;
	padding: 5px 35px 5px 5px;
	font-size: 18px;
	margin: 0;
	_width: 548px;
}

#nv-signin p {
	font-size: 1.1em;
	margin-top: 10px;
}

#nv-signin p.field label {
	display: block;
	font-weight: bold;
	margin: 2px 0;
	cursor: pointer;
	color: #ffffff;
}

#signinForm {
	padding: 10px 15px;
	width: 305px;
	float: left;
	margin: 0 auto;
}

#nv-signin p.field img {
	vertical-align: middle;
}

#nv-signin p.field input.text,#nv-signin p.field select.text,#nv-signin p.field input.password
	{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	width: 295px;
}

#nv-signin .submit {
	float: right;
	margin-top: 15px;
	background: transparent url(../images/nv-button.png?v=284) no-repeat
		scroll right top;
	border: 0 none;
	padding: 0 10px 0 0;
}

#signinForm .nv-button {
	background-color: #666666;
	border: 0 none;
	background: transparent url(../images/nv-button.png?v=284) no-repeat
		scroll left top;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 9px 5px 11px 15px;
	text-decoration: none;
	cursor: pointer;
}

#signupTeaser {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background: #545454 none repeat scroll 0 0;
	margin: 20px 10px;
	text-align: center;
	width: 170px;
	padding: 10px;
	padding-bottom: 40px;
	height: 80px;
	float: left;
}

#signupTeaser h3 {
	margin-top: 5px;
	text-align: center;
	-x-system-font: none;
	font-family: "Trebuchet Ms", Arial, sans-serif;
	font-size: 17px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

#nv-signin #signupTeaser p {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans",
		sans-serif;
	clear: left;
	padding: 0;
}

#signupTeaser .signupNow {
	font-size: 14px;
	font-weight: bold;
}

#signupTeaser a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
}

.autoclear {
	display: block;
}

input {
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

/*  login_form End */ /*  register_form Start */
#register_form_container {
	margin-left: -225px;
	margin-top: -275px;
	width: 450px;
	height: 381px;
}

#register_form_close {
	background: transparent url(../images/close.png?v=284) no-repeat scroll
		0 0;
	border: 0 none;
	display: block;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 11px;
	width: 16px;
}

#register_form {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #7D7D7D;
	clear: both;
	height: auto;
	overflow: visible;
}

#register_form h2.title {
	background: #5E5E5E url(../images/title.png?v=284) repeat-x scroll left
		bottom;
	font-family: "Trebuchet Ms", Arial, sans-serif;
	border-bottom: 1px solid #505050;
	height: 24px;
	line-height: 24px;
	padding: 5px 35px 5px 5px;
	font-size: 18px;
	margin: 0;
}

#signupForm {
	padding: 10px 55px;
	width: 335px;
	float: left;
	margin: 0 auto;
}

#nv-signup .submit {
	margin-right: 30px;
}

#signupForm .nv-button {
	background-color: #666666;
	border: 0 none;
	background: transparent url(../images/nv-button.png?v=284) no-repeat
		scroll left top;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0; *
	margin-right: -30px;
	padding: 9px 5px 11px 15px;
	text-decoration: none;
	cursor: pointer;
}

select.register_select {
	border: 0;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	width: 305px;
	font-family: Tahoma, Verdana;
}

select.register_select option {
	/* Uncomment when you want to add flag images*/ /*padding-left:25px;
	background:transparent url('../images/flags/us.png') no-repeat 4px 50%*/
	
}

/*  register_form End */ /*  edit_form Start */
#edit_form_container {
	margin-left: -225px;
	margin-top: -275px;
	width: 450px;
	height: auto;
}

#edit_form_close {
	background: transparent url(../images/close.png?v=284) no-repeat scroll
		0 0;
	border: 0 none;
	display: block;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 11px;
	width: 16px;
}

#edit_form {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #7D7D7D;
	clear: both;
	height: auto;
	overflow: visible;
}

#edit_form h2.title {
	background: #5E5E5E url(../images/title.png?v=284) repeat-x scroll left
		bottom;
	font-family: "Trebuchet Ms", Arial, sans-serif;
	border-bottom: 1px solid #505050;
	height: 24px;
	line-height: 24px;
	padding: 5px 35px 5px 5px;
	font-size: 18px;
	margin: 0;
}

/*  edit_form End */ /*  End of modifications by snowtigersoft */
a.nv-button:link,a.nv-button:visited,.nv-button {
	font-size: 10px;
	display: inline;
	padding-top: 0.2em;
	padding-right: 6px;
	padding-bottom: 0.2em;
	padding-left: 6px;
	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-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	background-color: #dddddd;
	background-image: url(../images/nv-button.png?v=210);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	color: #333333;
	cursor: pointer;
}

a.nv-button:hover,.nv-button:hover {
	background-color: #e2e2e2;
	background-image: url(../images/nv-button.png?v=210);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: -115px;
	color: #000000;
}

#searchblock {
	margin: auto;
	width: 550px;
	padding-top: 20px;
	height: 90px;
}

#privacyblock {
	margin: auto;
	width: 750px;
	padding-top: 20px;
	height: 90px;
}

#searchblock form {
	padding: 0px;
	margin: 0px;
}

#pagingbtn,#searchbox {
	background-color: #475d6b;
	padding: 6px;
	height: 28px;
	float: left;
}

/*#pagingbtn img.nextbtn { margin-left: 3px; }*/
#searchbox {
	margin-left: 15px;
	float: left;
}

#searchbox input.searchbtn {
	border: solid 1px #cac9c7;
	background: #dddddd url(../images/btnbk.gif) repeat-x left top;
	margin: 0px;
	margin-left: 6px;
	height: 26px;
	width: 90px;
}

#searchcontainer {
	background-color: #FFFFFF;
	border: solid 1px #cac9c7;
	padding: 4px;
	float: left;
}

#searchcontainer span {
	margin: 6px 3px 0px 9px;
	width: 7px;
	height: 7px;
	float: left;
	cursor: pointer;
}

#searchcontainer input.searchtxtbox {
	border: 0px;
	width: 300px;
	float: left;
}

/*topic.jsp - list of posts*/
#tblbrwn {
	border: solid 0px #ca2d34;
	width: 765px;
	margin: auto;
	margin-top: 2px;
	background-color: white;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#tblbrwn td,#tblbrwn td.clr {
	background-color: #dee3e7;
	height: 140px;
	font-size: 11px;
	padding: 3px;
}

#tblbrwn td.posttitle {
	background-color: #dee3e7;
	height: 30px;
	font-size: 11px;
	padding: 3px;
}

#tblbrwn td.postleft { /*border-right: 1px solid #dee3e7;*/
	background-color: white;
	height: 30px;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

#tblbrwn td.postsep {
	background-color: #4D778B;
	height: 2px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#tblbrwn td.clr {
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 605px
}

#tblbrwn td.mustlogin {
	background-color: #c6d1d7;
	text-align: center;
	vertical-align: middle;
	height: 10px;
}

#tblbrwn td h1,#tblbrwn td p {
	color: #1f5b77;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#tblbrwn td p {
	color: #000000;
	font-weight: normal;
}

#tblbrwn .tdheading {
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #ca2d34;
	text-align: left;
	height: 35px;
	font-weight: bold;
	font-size: 11px;
	/*background: #ca2d34 url(../images/red0.png) repeat-x;*/
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

#tblbrwn .tdsubheading {
	background-color: #c6d1d7;
	color: #1f5b77;
	height: 29px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 11px;
}

#tblbrwn a:link,#tblbrwn a:hover,#tblbrwn a:visited {
	color: #1f5b77;
	text-decoration: underline;
}

/*forum.jsp -  list of topics*/
#tblbrwn0 {
	border: solid 0px #ca2d34;
	width: 765px;
	margin: auto;
	margin-top: 20px;
	background-color: #fcfdff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#tblbrwn0 td {
	background-color: #FFF;
	height: 40px;
	font-size: 10px;
	padding: 3px;
	padding-bottom: 0px;
}

#tblbrwn0 td.clrLastPost {
	background-color: #b3d0e2;
	text-align: center;
	vertical-align: middle;
}

#tblbrwn0 td.topicName {
	padding-left: 13px;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
	font: normal 11px Arial, sans-serif;
}

/*
#4d778b - color of the rounded window to add post
#284051 - main bckground color
*/
#tblbrwn0 td.todoName {
	padding-left: 13px;
	background-color: #475d6b;
	text-align: left;
	vertical-align: middle;
	font: normal 16px Arial, sans-serif;
}

#tblbrwn0 td.views {
	background-color: #c2d6e2;
	text-align: center;
	vertical-align: middle;
}

#tblbrwn0 td.clrPosts {
	background-color: #d5dde2;
	text-align: center;
	vertical-align: middle;
}

#tblbrwn0 td.row-separator1 {
	background-color: black;
	height: 3px;
	margin: 0px;
	padding: 0px;
}

#tblbrwn0 td.row-separator2 {
	background-color: #284051;
	height: 2px;
	margin: 0px;
	padding: 0px;
}

#tblbrwn0 td.row-separator3 {
	background-color: #ca2d34;
	height: 7px;
	margin: 0px;
	padding: 0px;
}

#tblbrwn0 td.mustlogin {
	border-color: #c6d1d7;
	background-color: #c6d1d7;
	text-align: center;
	vertical-align: middle;
	height: 10px;
}

#tblbrwn0 td h1,#tblbrwn0 td p {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	/*
	color: #4d73af;
	font-weight: normal; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;*/
}

#tblbrwn0 td p {
	color: #000000;
	font-weight: normal;
}

#tblbrwn0 .tdheadingLeft {
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #ca2d34;
	text-align: left;
	height: 35px;
	font-weight: bold;
	font-size: 11px;
	/*background: #ca2d34 url(../images/red0.png) repeat-x;*/
	font: italic 17px Georgia, "Times New Roman", Times, serif;
}

#tblbrwn0 .tdheading {
	color: #FFFFFF;
	background-color: #ca2d34;
	text-align: center;
	height: 35px;
	font-weight: bold;
	font-size: 11px;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
}

#tblbrwn0 .tdsubheading {
	background-color: #c6d1d7;
	color: #1f5b77;
	height: 29px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 11px;
}

#tblbrwn0 a:link,#tblbrwn0 a:visited {
	color: #1f5b77;
	text-decoration: none;
}

#tblbrwn0 a:hover {
	color: #1f5b77;
	text-decoration: underline;
}

#tblbrwn2 {
	border: solid 0px #ca2d34;
	width: 765px;
	margin: auto;
	margin-top: 20px;
}

.warning {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #9F6000;
	background-color: #FEEFB3;
	/*background-image: url('warning.png');*/
}

/* Rounded boxes */ /** start modifications by snowtigersoft */
.rbroundboxarrow {
	background: url(../images/arrow.gif) no-repeat top left;
	height: 17px;
	overflow: hidden;
	width: 100%
}

/** end modifications by snowtigersoft*/
.rbroundbox {
	background: url(../images/nt.gif) repeat;
}

.rbtop div {
	background: url(../images/tl.gif) no-repeat top left;
}

.rbtop {
	background: url(../images/tr.gif) no-repeat top right;
}

.rbbot div {
	background: url(../images/bl.gif) no-repeat bottom left;
}

.rbbot {
	background: url(../images/br.gif) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop div,.rbtop,.rbbot div,.rbbot {
	width: 100%;
	height: 27px;
}

.rbcontent {
	margin: 0 7px;
	font-family: "Trebuchet Ms", Arial, sans-serif;
	font-size: 14px;
}

.rbroundbox {
	width: 100%;
	margin: 1em auto;
}

input.createPostBtn {
	border: solid 1px #cac9c7;
	background: #dddddd url(../images/btnbk.gif) repeat-x left top;
	margin: 0px;
	height: 26px;
	width: 90px;
}

input.createTopicBtn {
	border: solid 1px #cac9c7;
	background: #dddddd url(../images/btnbk.gif) repeat-x left top;
	margin: 0px;
	height: 26px;
	width: 120px;
}

input.createTopicTxt {
	border: 0px;
	width: 300px;
	float: left;
}

/*  ------------------------------ GMAIL --------------------- */
body {
	font: 13px arial, sans-serif;
}

a,a:active,a:focus {
	outline: none
}

a:hover {
	text-decoration: underline
}

a img {
	border: none
}

.no-dec a,a.no-dec,.no-dec a:hover,a.no-dec:hover {
	text-decoration: none
}

.container {
	height: 100%;
	overflow: auto;
}

.gmail_chat {
	width: 225px;
	position: absolute;
	position: fixed;
	bottom: 0px;
	right: 25px;
	background-image: url(images/avi.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.top_round {
	height: 3px;
	background: transparent url(../images/rc.png) no-repeat 0px 0px;
	padding-left: 3px
}

.top_right {
	height: 3px;
	background: transparent url(../images/rc.png) no-repeat right 0px;
	padding-right: 3px
}

.top_middle {
	height: 3px;
	background: #83AEF7;
	overflow: hidden
}

.top_bar {
	background: #83AEF7 url(../images/online.gif) no-repeat 8px 3px;
	color: white;
	padding: 0px 3px 5px 22px;
	font: bold 13px/ 15px arial
}

.top_bar a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	background: transparent url(../images/icons7.gif) no-repeat -20px -80px;
}

.top_bar a.a1 {
	background-position: -40px -80px
}

.top_bar a.a2 {
	background-position: -120px -80px
}

.top_bar a.a4 {
	background-position: 0px -80px
}

.top_bar a:hover {
	background-color: #BAD4FF
}

.bottom_bar textarea {
	border: 2px solid #6694E3;
	height: 36px;
	width: 213px;
	margin: 0 3px 3px 0
}

.bottom_bar {
	border: 1px solid #CCCCCC;
	border-width: 0 1px;
	padding: 0 0 8px 3px;
	background-color: white;
}

.chat_text {
	height: 150px;
	overflow: auto;
	overflow-x: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 8px;
}

a.options {
	color: #2A5DB0;
	display: block;
	float: left;
	padding: 4px 5px
}

a.options img {
	height: 7px;
	width: 7px;
	background: transparent url(../images/icons7.png) no-repeat -160px 0px;
	margin-left: 5px
}

a.options:hover img {
	background-position: -140px 0px
}

a.options:hover {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	padding: 3px 4px
}

a.s_main {
	display: block;
	float: right;
	margin-right: 5px;
	padding: 5px
}

a.s_main:hover {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	padding: 4px
}

a.s_main img {
	height: 14px;
	width: 14px;
	background: transparent url(../images/s2.png) no-repeat -22px -25px;
}

#options_div {
	background: #F7F7F7;
	border: 1px solid #888888;
	position: absolute;
	bottom: 32px;
	left: 5px;
	width: 200px;
	display: none
}

#options_div div {
	padding: 5px 30px
}

#options_div .groupchat {
	border-top: 1px solid #888888;
	padding-left: 8px
}

.groupchat img {
	vertical-align: middle;
	margin-right: 6px;
	height: 16px;
	width: 16px;
	background: transparent url(../images/icons_ns5.png) no-repeat -100px
		-20px
}

#options_div .popuput {
	border-bottom: 1px solid #888888;
	padding-left: 8px;
	cursor: default
}

.popuput img {
	vertical-align: middle;
	margin-right: 7px;
	height: 15px;
	width: 15px;
	background: transparent url(../images/icons7.png) no-repeat -60px -80px;
}

.camera {
	background: transparent url(../images/camera.png) no-repeat 8px 50%
}

#smiley_div {
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	position: absolute;
	bottom: 32px;
	right: 5px;
	width: 136px;
	display: none
}

ul.tabs {
	list-style-type: none;
	margin: 5px 5px 0 5px;
	height: 26px;
	padding: 0px
}

ul.tabs li {
	display: block;
	float: left;
	padding: 0 3px 2px 3px;
}

ul.tabs li div {
	height: 20px;
	margin: 2px 0px;
	width: 22px;
	background: transparent url(../images/s2.png) no-repeat
}

ul.tabs li.active {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0;
	position: relative;
	top: 1px
}

ul.tabs li.li1 div {
	background-position: -24px 0;
	height: 24px;
	width: 28px;
	margin: 0px
}

ul.tabs li.li2 div {
	background-position: -36px -25px
}

ul.tabs li.li4 div {
	background-position: 0 -20px
}

#smiley_toggle {
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

#smiley_toggle td {
	height: 34px;
	width: 34px;
}

#ic_2,#ic_3,#ic_4 {
	display: none
}

#ic_1 div {
	height: 12px;
	width: 13px;
	margin: 11px 9px;
	overflow: hidden;
	background: transparent url(../images/s1.png) no-repeat
}

#ic_1 .ic2 {
	background-position: 0px -12px
}

#ic_1 .ic3 {
	background-position: 0px -24px
}

#ic_1 .ic4 {
	background-position: 0px -36px
}

#ic_1 .ic5 {
	background-position: 0px -48px
}

#ic_1 .ic6 {
	background-position: 0px -60px
}

#ic_1 .ic7 {
	background-position: 0px -72px
}

#ic_1 .ic8 {
	background-position: 0px -84px
}

#ic_1 .ic9 {
	background-position: 0px -96px
}

#ic_1 .ic10 {
	background-position: 0px -108px
}

#ic_1 .ic11 {
	background-position: 0px -120px
}

#ic_1 .ic11 {
	background-position: 0px -132px
}

#ic_2 div,#ic_3 div {
	height: 14px;
	width: 14px;
	margin: 10px 10px;
	overflow: hidden;
	background: transparent url(../images/s.png) no-repeat
}

#ic_2 .ic2 {
	background-position: 0px -14px
}

#ic_2 .ic3 {
	background-position: 0px -28px
}

#ic_2 .ic4 {
	background-position: -14px 0
}

#ic_2 .ic5 {
	background-position: -14px -14px
}

#ic_2 .ic6 {
	background-position: -14px -28px
}

#ic_2 .ic7 {
	background-position: -28px 0
}

#ic_2 .ic8 {
	background-position: -28px -14px
}

#ic_2 .ic9 {
	background-position: -28px -28px
}

#ic_2 .ic10 {
	background-position: -42px 0
}

#ic_2 .ic11 {
	background-position: -42px -14px
}

#ic_2 .ic11 {
	background-position: -42px -28px
}

#ic_3 .ic1 {
	background-position: -56px -14px
}

#ic_3 .ic2 {
	background-position: -56px -14px
}

#ic_3 .ic3 {
	background-position: -56px -28px
}

#ic_3 .ic4 {
	background-position: -70px 0
}

#ic_3 .ic5 {
	background-position: -70px -14px
}

#ic_3 .ic6 {
	background-position: -70px -28px
}

#ic_3 .ic7 {
	background-position: -84px 0
}

#ic_3 .ic8 {
	background-position: -84px -14px
}

#ic_3 .ic9 {
	background-position: -84px -28px
}

#ic_3 .ic10 {
	background-position: -98px 0
}

#ic_3 .ic11 {
	background-position: -98px -14px
}

#ic_3 .ic11 {
	background-position: -98px -28px
}

#ic_4 div {
	height: 12px;
	width: 12px;
	margin: 11px 11px;
	overflow: hidden;
	background: transparent url(../images/s3.png) no-repeat
}

#ic_4 .ic1 {
	height: 15px;
	width: 15px;
	margin: 0px 9px;
}

#ic_4 .ic2 {
	background-position: -15px 0
}

#ic_4 .ic3 {
	background-position: -27px 0
}

#ic_4 .ic4 {
	background-position: -39px 0
}

#ic_4 .ic5 {
	background-position: 0 -15px
}

#ic_4 .ic6 {
	background-position: -12px -15px
}

#ic_4 .ic7 {
	background-position: -24px -15px
}

#ic_4 .ic8 {
	background-position: -36px -15px
}

#ic_4 .ic9 {
	background-position: -2px -27px
}

#ic_4 .ic10 {
	background-position: -16px -27px
}

#ic_4 .ic11 {
	background-position: -28px -27px
}

#ic_4 .ic12 {
	background-position: -40px -27px
}

.clrb {
	clear: both
}
/*  ------------------------------ GMAIL --------------------- */ /*

#gradient-style{
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 750px;
	
	border-style: solid solid solid solid;
	border-collapse: collapse;
	border-width: 0px;
	border-color: #485c6a;
}


#gradient-style th{
	border-style: none none none none;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background-color: #ca2d34;
	border-right: solid 0px #485c6a;
	color: white;
}

#gradient-style td{
	border-style: none none none none;
	padding: 8px;
	color: black;
	background-color: white;
}

#gradient-style .tdyel { background-color: #dee3e7; border-top: solid 2px #485c6a; }


#gradient-style tbody tr:hover td{
	color: black;
}
*/