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: 24px;
	color: #FFFFFF;
	text-align: left;
	padding: 4px 20px 2px;
	font-size: 11px;
}

#top-left {
	float: left;
	width: auto;
}

#top-right {
	float: right;
	text-align: right;
	padding-top: 3px;
	width: auto;
}

#top2 {
	background: url(../images/top-bg.png) repeat-x left top;
	height: 24px;
	text-align: right;
	color: #FFFFFF;
	padding: 4px 20px 2px;
	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_toolbar {
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	position: relative;
	top: 1px;
	padding: 5px 10px 3px 10px;
	margin-left: 2px;
}

#form_toolbar:hover {
	background-repeat: no-repeat;
	background-color: #3d6070;
	cursor: pointer;
	float: right;
	position: relative;
	top: 1px;
	padding: 5px 10px 3px 10px;
	margin-left: 2px;
}

.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;
}

#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;
}

#photoTeaser {
	-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;		
	width: 100px;
	height: 100px;			
	display: table-cell;
    text-align: center;
    vertical-align: middle;

}




#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;
	height: 80px;
	padding-bottom: 40px;	
	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;
}

#editForm {
	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: 13px;
	padding: 3px;
	
}

#tblbrwn td.posttitle {
	background-color: #dee3e7;
	height: 30px;
	font-size: 14px;	
	padding-left: 7px;
	font-style: italic;
	font-family: Halvetica;
}

#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: #284051;
	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;
}

.clrb {
	clear: both
}


#mnu { padding-bottom: 5px; }
#mnu ul { float: right; margin: 0px; padding: 0px; list-style-type: none; }
#mnu ul li { display: inline; }
#mnu ul li .nml, #mnu ul li .hgl { float: left; width: auto; height: 28px; cursor: pointer; }
#mnu ul li .nml .left, #mnu ul li .nml .right, #mnu ul li .nml .sep, #mnu ul li .nml .cnt { float: left; width: 11px; height: 28px; background: url(../images/mnu-left-l.png) no-repeat left top; }
#mnu ul li .nml .right { background-image: url(../images/mnu-right-l.png); }
#mnu ul li .nml .sep { background-image: url(../images/mnu-sep-ll.png); }
#mnu ul li .nml .cnt { background: url(../images/mnu-mid-l.png) repeat-x left top; color: #94A0A8; width: auto; font-size: 11px; font-weight: bold; padding: 7px 9px 0px; height: 21px; }
#mnu ul li .hgl .left { background-image: url(../images/mnu-left-d.png); }
#mnu ul li .hgl .right { background-image: url(../images/mnu-right-d.png); }
#mnu ul li .hgl .sep { background-image: url(../images/mnu-sep-dl.png); }
#mnu ul li .hgl-right .sep { background-image: url(../images/mnu-sep-ld.png); }
#mnu ul li .hgl .cnt { background-image: url(../images/mnu-mid-d.png); color: #FFF; }

/* Image Crop */
#imageContainer{ left:0px; top:0px; margin-bottom: 15px; position:relative; }
.crop_content{ float:left;	}
.crop_transparentDiv{ background-color:#FFF; filter:alpha(opacity=60); -khtml-opacity: 0.6;	-moz-opacity: 0.6; opacity:0.6; position:absolute; }
.crop_dottedDiv{ position:absolute; border:1px dashed #FFF; z-index:10000; }
.crop_dottedDiv div{ filter:alpha(opacity=0); opacity:0; -khtml-opacity: 0;	-moz-opacity: 0; width:100%; height:100%; background-color:#FFF; }

/* the main window */
#image_crop_container { width: 450px; margin-left: -230px; margin-top: -250px; }

#image_crop_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; }
#image_crop { background: transparent none repeat scroll 0 0; border: 1px solid #7D7D7D; clear: both; overflow: visible; padding-bottom: 20px; }
#crop_content { margin: 0 auto; }
#image_crop 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; margin-bottom: 10px;}
#image_crop .row { display: block; padding: 10px 25px; }
#image_crop label { display: block; font-weight: bold; margin: 2px 0; cursor: pointer; color: #ffffff; }
#image_crop .button { float: left; margin-left: 25px; border: 0 none; padding: 0 10px 0 0;}
#image_crop .cropbutton {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;}
#image_crop .inputfile { float: left; }
#image_crop .clear {clear:both;}
/* Added by: Arun M [Ends] */ 







#language_form_container {
	width: 680px;
	height: 301px;
	margin-left: -340px;
	margin-top: -250px;
}

#language_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;
}

#language_form {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #7D7D7D;
	clear: both;
	height: auto;
	overflow: visible;
}

#language_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;
}

#languageForm {
	padding: 10px 15px;
	width: 640px;
	float: left;
	margin: 0 auto;
}

#languageForm .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;
}

#language_center {
	float: left;
	width: 150px;
	padding-right: 20px;
	border: 0px solid blue;
}

#language_right {
	float: left;
	width: 150px;
	border: 0px solid orange;
}

input.language_inputbox {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	width: 200px;
}

textarea.language_textbox {
	font-family: Tahoma, Verdana;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	width: 385px;
}


.btn {
	background: #009900;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px;
	margin-right: 5px;
	color: #fff;
	/*text-transform: uppercase;*/
	display:inline-block;
	vertical-align: middle;
	zoom:1;
	*display:inline;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}

.btn:hover {
	background: #006600;
	color: #fff;
	text-decoration: none;
}
