/*** File: tpg/css/bbcode.css ***/
/* bbcode.css */
/* CSS Document */

.bbcode_container {
	margin:20px;
	margin-top:5px;
	display:block;
}

.bbcode_container .bbcode_desc {
	margin-bottom:2px;
	font-size:11px;
}
/*text-align should alwais be LTR for the CODE blocks*/
.bbcode_container div.bbcode_code,
.bbcode_container pre.bbcode_code {
	margin:0;
	padding:6px;
	border:1px inset;
	text-align:left;
	overflow:scroll;
	direction:ltr;
	background:#f2f6f8  repeat-x;
	/*height:;*/
	font-size:12px;
}

.bbcode_container code.bbcode_code {
	margin:0;
	text-align:left;
	direction:ltr;
	font-size:12px;
}

.bbcode_container code.bbcode_code code {
	white-space:nowrap;
}

.bbcode_container div.bbcode_quote {
	margin:0 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f2f6f8 none   ;
	border-radius: 5px;
	border: 1px solid #417394;
	font: normal  normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	position: relative;
	top: 0;
}

.bbcode_container .bbcode_quote_container {
	background: transparent url(../../images/misc/quote-left.png) no-repeat  left;
	display:block;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 5;
	left: -9px;
}

.bbcode_quote div.quote_container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
	line-height: 20px;
}

.bbcode_quote .bbcode_postedby img {
	position: relative;
	margin: 10px 0 10px 1px;
}

.bbcode_container div.bbcode_quote.printable {
	background:none;
	border:none;
}

.bbcode_container div.bbcode_quote div.message {
	/*font-style:italic;*/
	padding:8px 0px;
}

/* fix the bug where li's in quotes are floated */
.bbcode_container div.bbcode_quote div.message ol>li, .bbcode_container div.bbcode_quote div.message ul>li{
	float: none;
}

/* from components.css */
.bbcode_postedby {
	font-size: 14px;
	font-family: arial,helvetica,clean,sans-serif;
    font-weight: normal;
	
}

.bbcode_postedby img {
	margin:0;
}

.bbcode_container div.bbcode_quote {font-size: 13px;
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: normal;
}
/*** File: tpg/css/editor.css ***/
.formcontrols .blockrow.texteditor {
	border-top:none;
}

.editor {
	border-top:solid 1px #6b91ab;
}

.editor.quickreply,
.editor.quickedit {
	border-top:none;
}

.editor_controls {
	padding:6px 6px 6px 0;
        _display:none; /* disabling clickable controls for IE6, although the form remains fully-functional, including keyboard-controls: select a word, hit control-b to bold a word in the editor. */
	float:left;
	width:100%;
}

.editor_controls > ul {
	clear:left;
}

.editor_controls > ul.right li > * {
	display:inline;
	float:left;
}

.editor_controls > ul.right {
	float:right;
	margin-right: -13px;
}
.editor_control_group_item { 	
	margin-right: 5px; 
}
.editor_controls ul.right {
	_float:right;
}

.editor_controls > ul > li {
	background:transparent url(../../images/editor/separator.gif) no-repeat left;
	padding-left:6px;
	float:left;
	position: relative;
}
.editor_controls li , .editor_controls ul.right li, .editor_controls .popupmenu div.popupctrl {
	_display: inline;
}
.editor_controls > ul > li:first-child {
	background-image:none;
	padding-left:0px;
}

.editor_controls > ul.right > li:first-child {
	background-image:none;
	padding-right:5px;
}

.editor_controls a.popupctrl img,
.popupmenu .popupbody li img {
	/*vertical-align:middle;*/
}

.editor_controls a.popupctrl {
	text-decoration:none;
}

.editor_controls .imagebutton {
	padding:1px;
	background-color: transparent;
}

.editor_controls .colorbutton {
	float:left;
	margin:1px;
	border:0;
}

.editor_controls .colorbutton div {
	border:1px solid #ACA899;
	height:10px;
	width:10px;
	margin:2px;
}

.editor_controls .vbedit_colorbutton {
	padding-bottom:4px;
}

.editor_controls .vbedit_colorbar {
	position:absolute;
	background-color:black;
	top:15px;
	left:6px;
}

.formcontrols .blockrow .editor_textbox textarea:focus {
	background-color:rgb(244, 244, 244);
}

.editor_container {
	float:left;
	margin-right:-90px;
	width:100%
}

.editor_smiliebox {
	float:right;
	width:0px;
	height:200px;
	_background-color:rgb(244, 244, 244);
	_border:solid 1px #6b91ab;
	padding:0 3px 3px 3px;
}

.editor_smiliebox .blocksubhead {
	padding:0;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background:#f2f6f8;
	border:solid 1px #6b91ab;
	border-width:1px 0;
}

.editor_smiliebox ul.smiliebox {
	height:190px;
	overflow:hidden;
}

.editor_smiliebox ul.smiliebox li {
	float:left;
	height:20px;
	width:20px;
	margin:2px;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.editor_smiliebox ul.smiliebox li div.table {
	display:table;
	height:100%;
	margin:auto;
	/* IE8 needs the following, see https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=425785#tabs */
	table-layout:fixed;
	width:20px;
}

.editor_smiliebox ul.smiliebox li div.tablecell {
	display:table-cell;
	vertical-align:middle;
}

.editor_smiliebox ul.smiliebox li img {
	height:auto;
	max-width:20px;
	width:auto !important;
}

.editor_smiliebox div.moresmilies {
	text-align:center;
	font-size:11px;
}

.editor_textbox_container {
	width:100%;
	float:left;
	margin-right:-90px;
}

.editor_textbox_smilie {
	/*margin-right:10px;*/
}

.editor_textbox textarea,
.editor_textbox iframe {
/*	width:500px;
	max-width:99%;
	min-width:99%; */
	width:100%;
	max-width:100%;
	min-width:100%; 

	height:200px;
	float:none;
	background-color:rgb(244, 244, 244);
	font: normal 12px Arial,Calibri,Verdana,Geneva,sans-serif;
}

.editor_textbox textarea,
.editor_textbox iframe, #ie8#fix {
	width:99%;
}

.editor_textbox textarea.forum {
	font: normal 12px Arial,Calibri,Verdana,Geneva,sans-serif;
}

.editor_textbox iframe {
	margin:0;
	padding:0;
	height:206px;
}

.editor_textbox .hider {
	background-color:rgb(244, 244, 244);
}

.editor_textbox.quickreply textarea {
	height:100px;
}

.editor_textbox.quickreply iframe {
	height:106px;
}

.editor_textbox .description {
	float:none;
	width:auto;
	margin-top:2px;
}

.editorpopupbody {
	max-height:250px;
	*overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
}

.popupmenu.sizes .popupbody {
	min-width:50px;
	text-align:center;
}

.popupmenu.colors .popupbody {
	min-width:144px;
}

.editor_controls .popupmenu .popupbody {
	background:#ffffff;
	border: 1px solid #C4C4C4;
}

.editor_controls .category,
.editor_controls .smilie ,
.editor_controls .attachment {
	font-size:11px;
	border-top:none;
	padding:1px;
	position: relative;
}

.editor_controls .smilie,
.editor_controls .attachment,
.editor_controls .attach .category {
	cursor:pointer;
}

.editor_controls .category {
	background:#f2f6f8;
	border:solid 1px #6b91ab;
	border-width:1px 0;
}

.editor_controls .smilie div,
.editor_controls .category div,
.editor_controls .attachment div {
	padding:2px;
	white-space:nowrap;
	overflow:hidden;
}

.editor_controls .fontsize,
.editor_controls .fontname {
	padding:1px;
	border-top:none;
	font-size:14px;
}

.editor_controls .popupmenu .popupbody li > a {
	padding:1px 3px;
	overflow:hidden;
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#000000;
}

.editor_controls .popupmenu .popupbody li > a:hover {
	color:#000000;
}

.popupmenu.colors {
	position:relative;
}

.popupmenu.fonts div.popupctrl {
	width:91px;
}

.popupmenu.sizes div.popupctrl {
	width:45px;
}

.editor_controls a.popupctrl {
	border:1px solid #e1e1e1;
	height:18px;
	line-height:17px;
}

.editor_controls .popupmenu div.popupctrl {
	
	height:20px;
	border:1px solid #e1e1e1;
	color:#000000;
	line-height:17px;
	background-color:#ffffff;
	/*background-image:url(../../images/misc/popupctrl.png);*/
	background-position:right center;
	background-repeat:no-repeat;
	padding: 1px;
	/*padding-right: 10px;*/
}

.popupmenu.imagemenu {
	margin-top: 2px;
	padding-top: 0;
}

.popupmenu.imagemenu div.popupctrl, .editor_controls .popupmenu .popupctrl {
	/*
	padding:1px 1px 12px;
	padding-right:10px;
	background-color: transparent;
	border:none;
	margin-top: -1px;
	padding-top: 1px;
	*/
	border:none;
	background-color: transparent;
	padding: 1px;
	padding-top: 0;
	
}

.popupmenu.imagemenu div.popupctrl.active {
	padding-right: 1px;
	margin-right:-1px;
	padding-top: 0;
	/*padding:0px;
	padding-right:10px;
	margin-right:-1px;*/
}

.popupmenu.fonts div.popupctrl div,
.popupmenu.sizes div.popupctrl div {
	font-size:11px;
	font-family:tahoma;
	overflow:hidden;
	white-space:nowrap;
	padding:0 3px 0 3px;
	_display:inline;
}

.editor_controls .imagebutton_selected,
.editor_controls .imagebutton_hover,
.editor_controls .imagebutton_down,
.editor_controls a.popupmenu {
	padding:0;
	margin:0;
}

.editor_controls .popupmenu .popupctrl.active,
.editor_controls .popupmenu .popupctrl.imagebutton_hover,
.editor_controls .imagebutton_selected,
.editor_controls .imagebutton_down,
.editor_controls .imagebutton_hover {
	background-color: #C1D2EE;
	border:solid 1px #6B91AB;
	padding: 10px;
}

.editor_controls .popupmenu .popupctrl.active {
	/*padding-right: 10px;*/
	margin: 0;
}

.editor_controls .popupmenu .popupctrl.imagebutton_hover {
	/*padding-right: 10px;*/
	padding-right: 1px;
	margin-right: -1px;
}

.editor_controls .popupmenu.fonts div.popupctrl.active,
.editor_controls .popupmenu.fonts div.popupctrl.imagebutton_hover,
.editor_controls .popupmenu.sizes div.popupctrl.active,
.editor_controls .popupmenu.sizes div.popupctrl.imagebutton_hover {
	padding: 1px;
	/*padding-right: 10px;*/
	margin-right: 0;
}

.editor_controls .popupmenu .popupctrl.active div,
.editor_controls .popupmenu .popupctrl.imagebutton_hover div {
	font-size: 11px;
	font-family: tahoma;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 3px;
	
	_display: inline;
}

.editor_controls .popupmenu .popupctrl.active,
.editor_controls .popupmenu .popupctrl.imagebutton_hover,
.editor_controls .imagebutton_hover {
	background-color: #C1D2EE;
	border: solid 1px #6B91AB;
	padding: 0;
}

.editor_controls .imagebutton_selected {
	background-color: #F1F6F8;
	border: solid 1px #6B91AB;
	padding: 0;
}

.editor_controls .imagebutton_down {
	background-color: #97B5E2;
	border: solid 1px #6B91AB;
	padding: 0;
}

.editor_controls .popupmenu .popupctrl.active {
	/*padding-right: 10px;*/
	padding-right: 1px;
	margin: 0;
}

.editor_controls .popupmenu .popupctrl.imagebutton_hover {
	/*padding-right: 10px;*/
	padding-right: 1px;
	margin-right: -1px;
}

.editor_controls .popupmenu.fonts div.popupctrl.active,
.editor_controls .popupmenu.fonts div.popupctrl.imagebutton_hover,
.editor_controls .popupmenu.sizes div.popupctrl.active,
.editor_controls .popupmenu.sizes div.popupctrl.imagebutton_hover {
	padding: 1px;
	/*padding-right: 10px;*/
	margin-right: 0;
}

.editor_controls .popupmenu .popupctrl.active div,
.editor_controls .popupmenu .popupctrl.imagebutton_hover div {
	font-size: 11px;
	font-family: tahoma;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 3px;
	_display: inline;
}

.editor_controls .imagebutton_disabled {
	opacity:0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

.controlgroup_3 button.imagebutton {
	 display:inline;
	 margin:0;
	 padding:2px;
	 text-align:left;
	 cursor:pointer;
	 border:0px;	 
 }

.popupbody > li:first-child {}

.wysiwyg {
background-color:#f3f7f9;
}

body.wysiwyg {
	margin:0;
	padding:2px;
}

/* Used within the iframe */
.wysiwyg hr.previewbreak {
	color:red;
	background-color:red;
	height:6px;
	border:none;
}

.wysiwyg,
.wysiwyg.content {
	font:    13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

.wysiwyg.forum {
	font:    13px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;
}

.wysiwyg p {
	margin:0;
}

.wysiwyg .inlineimg {
	vertical-align: middle
}

.wysiwyg img.previewthumb {
	max-width:150px;
	max-height:150px;
	height:auto !important;
	width:auto !important;
	width:150px;
	height:150px;
	margin:1px;
}

.wysiwyg ol.decimal li {
	list-style:decimal outside;
}

.wysiwyg ol.upper-roman li {
	list-style:upper-roman outside;
}

.wysiwyg ol.lower-roman li {
	list-style:lower-roman outside;
}

.wysiwyg ol.upper-alpha li {
	list-style:upper-alpha outside;
}

.wysiwyg ol.lower-alpha li {
	list-style:lower-alpha outside;
}

/* IE createStyleSheet() falls over on img.previewthumb.active  */
.wysiwyg img.previewthumbactive {
	border:1px solid red;
	margin:0;
}

.editoroverlay {
	position:relative;
}

.editoroverlay.tableoverlay,
.editoroverlay.videooverlay {
	width:350px;
}

.editoroverlay.uploadoverlay {
	width:445px;
}


.editoroverlay.imageoverlay {
	width:550px;
}

.editoroverlay hr {
	border:solid 1px #6b91ab;
}

.editoroverlay .blockrow {
	background:rgb(255, 255, 255)  bottom repeat-x;
	/*border:solid 1px #6b91ab;*/
	margin:10px 10px 0;
	text-align: left;
}

.editoroverlay .blockrow .group {
	width:72%;
	float:right;
	margin-top:10px;
}

.editoroverlay ul.group li {
	float:left;
	margin-left:10px;
	font-size:11px;
}

.editoroverlay ul.group .textbox {
	margin-top:0;
	width:auto;
	float:none;
}

.editoroverlay ul.group li:first-child {
	margin-left:0;
}

.editoroverlay .cancelbutton {
	position:absolute;
	right:6px;
	top:6px;
	background-color:red;
	color:white;
	font-weight:bold;
	border:1px solid black;
	width:15px;
}

.editoroverlay .cancelbutton:hover {
	background-color:crimson;
}

.editoroverlay input.textbox:focus,
.editoroverlay textarea:focus {
	background-color:rgb(255,255,200);
}

.editoroverlay p.shade {
	font-size:11px;
	margin-bottom:10px;
}

.editoroverlay div.foot {
	text-align:center;
	padding:10px;
	position:relative;
}

.editoroverlay.uploadoverlay div.foot {
	padding-bottom:0;
}

.editoroverlay.videooverlay input.textbox {
	width:95%;
	margin-top:10px;
}

/* Table Overlay */
.editoroverlay.tableoverlay .primary,
.editoroverlay.tableoverlay ul.checkradio.group {
	float:right;
	width:45%;
	margin-top:0;
	margin-bottom:5px;
}

.editoroverlay.tableoverlay ul.group li {
	margin-left:0;
	float:none;
}

/* imageoverlay */

.editoroverlay.imageoverlay .blockrow .fullwidth > label {
	float:left;
	clear:both;
	width:25%;
	overflow:hidden;
	margin-top:10px;
}

.editoroverlay.imageoverlay .textbox {
	margin-top:0;
	width:95%;
}

.editoroverlay.imageoverlay div.imagetarget {
	margin-left:25%;
	border:solid 1px #6b91ab;
	padding:5px;
	font-size:11px;
	background-color:#f2f6f8;
}

.editoroverlay.imageoverlay #imageconfigtarget {
	max-width:100px;
	max-height:100px;
	height:auto !important;
	width:auto !important;
	width:100px;
	height:100px;
}

.editoroverlay.imageoverlay #imageconfigtarget.right {
	float:right;
	margin-left:5px;
}

.editoroverlay.imageoverlay #imageconfigtarget.left {
	float:left;
	margin-right:5px;
}

.editoroverlay.imageoverlay #imageconfigtarget.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.editoroverlay.imageoverlay #imageoverlay_progress {
	display:none;
	position:absolute;
	right:10px;
}

.editoroverlay.uploadoverlay h2 {
	font-size: 123.1%;
	font-weight:bold;
}

.editoroverlay.uploadoverlay p,
.editoroverlay.uploadoverlay h2 {
	margin-bottom:5px;
}

.editoroverlay.uploadoverlay label {
	margin-bottom:2px;
}
.editoroverlay.uploadoverlay input.textbox {
	width:95%;
	margin-bottom:5px;
}
.editor {
	border-top-width: 0px;
}
.postpreview {
	border: 1px solid #D3D3D3 ;
	border-top: 0px;
}


.right_editor_button{
	width: 25px;
	float: right;	

}
.right_editor_buttons{
	width: 52px;
	float: right;	
	margin-right: -10px;
}

.editoroverlay.unregattachoverlay {
	width: 380px;
}

.unregattachoverlay .blockrow {
	text-align:center;
}

.unregattachoverlay .options .fblogin {
	display: inline-block;
	float:none;
}

.unregattachoverlay .note {
	font-size: 11px;
	color: #777777;	
}

.editoroverlay .cancelbutton {
	right: 4px;
	top: 4px;
	border: solid 1px #AA2B0C;
}

/*
.editor_controls .popupmenu {
	margin: 0 !important;
}

.editor_controls .popupmenu .popupctrl {
	padding-top: 4px!important;
	margin: 0!important;
	height: 20px!important; 
	border: 1px transparent;
}
*/
.editor_controls .popupmenu .popupctrl img {
	margin-top: -1px;
}

#vB_Editor_001_dialog {
	position:absolute;
	top: 559px;
	left: 443px;
}

.postpreview iframe {
    margin: 10px 0 10px 1px;
}

/*** File: tpg/css/popupmenu.css ***/
/* CSS Document */
.popupmenu {
	*z-index:999;
	position: relative;
}

.popupmenu a.popupctrl {
	background-image:url(../../images/misc/black_downward_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	_padding-right:25px;
}

.popupmenu a.popupctrl.nogadget {
	padding-right:0;
	background-image:none;
}

.popupgroup .popupmenu a.popupctrl {
	font-size:11px;
	padding:2px 4px;
	border: 0;
	background-color:transparent;
	text-decoration:none;
	padding-right:15px;
	margin-left:5px;
}

.popupgroup .popupmenu:hover a.popupctrl {
	border:0;
	background-color:transparent;
}

/* see PopupMenu.set_control_style() */
.popupgroup .popupmenu {
	float:left;
}

.blockfoot .popupctrl {
	text-decoration:none;
	padding:2px 6px;
	padding-right:15px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

.blockhead .popupctrl {
	color: #ffffff;
}

.blockhead .popupctrl:hover {
	color: #ffffff;
}
.popupbody {
	background:#F7F2DB url(../../images/misc/blog/top-highlight.png) repeat-x  ;
	border:1px solid #EADDBC; 
	padding:2px;
	position:absolute;
	z-index:1000;
	top:1.5em;
	left:0;
	display:none;
	min-width:200px;
}

.popupmenu:hover ul.popuphover {
	display:block;
}

.popupbody li {
	border-top:solid 1px #F2EBDA;
}

.popupbody > li:first-child {
	border-top:none;
}

.popupbody li > a,
.popupbody li > label {
	display:block;
	color:inherit;
	padding:6.235px 10px;
	background:rgb(255, 255, 255)  bottom repeat-x;
	text-decoration:none;
	text-align:left;
	white-space:nowrap;
	font:   normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.blockhead .popupbody li > a {
	color:#3e3e3e;
}

/* vbmenu_hilite and vbmenu_option are for the ajax popup menus (tags) */
.popupbody li > a:hover,
.popupbody li > label:hover,
.popupbody li.vbmenu_hilite > a {
	background-color:#FFEB90;
	color:#3e3e3e;
}

.popupbody li.vbmenu_hilite, li.vbmenu_option {
	float: none;
	display:list-item;
	width: 100%;
}

.popupbody li.vbmenu_option > a:hover {
	background:rgb(255, 255, 255)  bottom repeat-x;
}

.popupbody li input.searchbox {
	width:180px;
	padding:0px;
	font-size:10pt;
	font-style:italic;
	color:#777777;
}

.popupbody li input.searchbox:focus {
	font-style:normal;
	color:#3e3e3e;
}

.popupbody li.formsubmit {
	text-align:right;
	padding:0px;
	background:transparent;
}

.popupbody li.formsubmit .submitoptions {
	float:left;
	text-align:left;
}

.popupbody li.formsubmit .submitoptions label {
	display:block;
}

.popupbody li.formsubmit.jumptopage > label {
	display:inline;
	background:none;
}

.popupbody li.formsubmit input[type="submit"],
.popupbody li.formsubmit input[type="reset"],
.popupbody li.formsubmit input[type="button"] {
	font:9pt Tahoma, Calibri, Verdana, Geneva, sans-serif;
	padding:2px;
	padding-bottom:1px;
}

.popupbody li.formsubmit input[type="submit"]:hover,
.popupbody li.formsubmit input[type="reset"]:hover,
.popupbody li.formsubmit input[type="button"]:hover {
	color:#417394;
}

.blockhead .popupmenu,
.blocksubhead .popupmenu {
	display:block;
	float: right;
	clear: left;
	text-transform: none;
}

/* MEMBER ACTION DROP-DOWN */
.memberaction.popupmenu {
	position: relative;
	top: 0;
	display: inline-block;
}
.postdetails .memberaction.popupmenu {
	position: static; /* Opera 10.10 Fix */
}
.memberaction.popupmenu a.popupctrl {
	background: none;
	padding: 0;
}
.memberaction_body.popupbody {
	width: 280px;
	background: rgb(255, 255, 255);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	-moz-box-shadow: 0px 4px 7px ;
	-webkit-box-shadow: 0px 4px 7px ;
	box-shadow: 0px 4px 7px ;
}
.memberaction_body.popupbody li {
	border: none;
	width: 140px;
}
.memberaction_body.popupbody li.left {
	float: left;
	clear: left;
}
.memberaction_body.popupbody li.right {
	float: right;
	clear: right;
}
.memberaction_body.popupbody li img {
        float: left;
        padding: 4px;
        position: relative;
        top: -2px;
}
.memberaction_body.popupbody li > a {
	padding: 4px;
}
.memberaction_body.popupbody hr {
	float: left;
	height: 96px;
	width: 0;
	display: inline;
}
/*** File: tpg/css/reset-fonts.css ***/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align: left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} 

/*** File: tpg/css/vbulletin.css ***/
/*THIS*/

html {
	background:#F9F9F9;
	/*background:#b3aeaa;*/
}

/* REVERSE SOME YUI RESET STUFF */
em {}
strong {}
.below_body strong {font-weight:bold;}

/* BASIC PAGE ELEMENTS */

body {
	width:auto;
	min-width:650px;
	max-width:auto;
	font-size:12px;
	color:#3e3e3e;
	line-height:1.230;
	-webkit-text-size-adjust: none;
	background:#F9F9F9;
    width: 1000px;
    margin: 0px auto 0px;
}

/*** (start) ads css ***/
body {
  width: 1085px;
}
/*
#tpccontent {
    width: 1000px;
    min-width:650px;
    max-width:auto;
    float: left;
}
*/
#tpccontent {
    width: 1085px;
    margin: 0 auto;
}

body#thread_list_page {
    width: 1085px;
}

#tpcads {
    float: right;
    width: 240px; 
}

#tpcads * {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
}

#tpcadlist {
    margin-left: 20px;
    margin-top: 10px;
}

#tpcadlist .ads{
    margin-top: 25px;
}

#tpcadlist .ads .head {
    font-weight:bold;   
}

#tpcadlist .ads .photo {
    display:inline-block;
    margin: 2px 0 3px;   
}

#tpcadlist .ads .content {
    color: #333333;   
}

#tpcadlist .ads .link {
    color: #aaaaaa;
}

#tpcadplatform {
    margin-left: 20px;
    margin-top: 195px;
}

#tpcadplatform a {
    font-size: 16px;
    font-weight: bold;
}

#tpcadplatform span {
    font-weight: bold;	
}

.ads-inline {
	height: 180px;
	width: 978px;
    margin: 0 auto;
	border: solid 1px #E3E3E3;
	position:relative;
	clear:both;
	overflow:hidden;
	float:none!important;
}

.ads-inline.threadlist {
    width: 978px;
	margin: 20px auto 0;
}

.ads-inline.threadview {
	border-color: #D3D3D3;
}

.ads-inline.event {
	margin-top: 10px;	
}

.ads-inline-contact {position:relative;clear:both; text-align:right; margin:0 auto; width:978px;}
.ads-inline-contact.threadlist{margin: 0 auto 8px; float:none; width:978px;}
.ads-inline-contact a {font-size:13px;}

/*** (end) ads css ***/

body a {
	color: #BE080C;
	text-decoration:none;
	
}
body a:hover,
body a:hover .time,
body a:hover .shade,
body a:hover .understate {
	color:#D3080C;
	text-decoration:underline;
}

body a.understate,
body a .understate {
	color:inherit;
	text-decoration:none;
	*clear:expression(style.color = parentNode.currentStyle.color, style.clear = "none", 0);
}

.body_wrapper {
	margin: 0;
	padding: 0;
	background: #FFFFFF none   ;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	
	border: solid 1px #E3E3E3;
	border-top-color: #D1D1D1;
	width: 100%;
}

#body_wrapper_fix {
	padding: 0 20px 15px 20px;
}

#body_wrapper_top {text-align: center; margin: 12px 0 5px; height: 20px; font-size:14px;}
#body_wrapper_top img {vertical-align: middle;}
#body_wrapper_top .twit {margin-top: -2px;}
#body_wrapper_top p {display:inline; margin-right: 2px;}
#body_wrapper_top p a {font-weight:bold;}
#body_wrapper_top p strong {font-weight:bold;color:#be080c;}
input,
textarea,
button,
select {
	font-family:Tahoma, Calibri, Verdana, Geneva, sans-serif;
}

.button {
	padding: 2.5px 5px;
	font:   bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	border:1px solid #a8a8a8;
	color:#424242;
	background:#e9e9e9 url(../../images/gradients/generic_button.png) repeat-x top left;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	webkit-border-radius:0px;
}

.button:hover {
	background: #efefef url(../../images/gradients/generic_button.png) repeat-x  ;
	color: #424242;
}
body,
legend {
	/*font-family:Tahoma, Calibri, Verdana, Geneva, sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
}

.shade {
	color:#777777;
}

.time, a.time em {
	color:#3e3e3e;
	text-decoration: none!important;
	cursor: text;
}
a.time_hover, a.time_hover:hover {
	text-decoration: none!important;
	cursor: text!important;
}


a.time:hover, a.time em:hover {
	color:#3e3e3e;
	text-decoration: none;
}

.nocss_label {
	display:none;
}

.normal {
	font-size:12px;
	font-weight:normal;
}

/* BLOCK STUFF */

.block {
	background:transparent none   ;
	clear:both;
	padding:0;
	color:;
	font:    ;
}

.block a { color:; }
.block a:hover { color:; }

.blockhead {
	font:  bold 12px Arial, Verdana, sans-serif;
	color:#434343;
	background:#E3E3E3 url(../../images/buttons/newbtn_middle.png) repeat-x  ;
	_background-image: none;
	padding:4px 10px 4px 10px;
	border:1px solid #D3D3D3;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.blockhead h2 {
	font-weight:bold;
}

.blockhead a { color:#ffffff; }
.blockhead a:hover { color:#ffffff; }

.blockhead img {
	margin-bottom: -4px;
}

.blocksubhead {
	font:  normal 12px ;
	color:#434343;
	background:#F9F9F9 none repeat-x  ;
	padding:4px 10px 4px 10px;
	border-top:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
}



.blocksubhead img {
	vertical-align:middle;
}

.blocksubhead a { color:#3e3e3e; text-decoration:none; }
.blocksubhead a:hover { color:#417394; }

.blockhead_info, .blocksubhead_info {
	float:right;
	font-weight:normal;
}

/*.blockhead + */.blockbody { /* not sure why I had this .blockhead + .blockbody selector... need to look out for breakage */
	background:rgb(255, 255, 255) none no-repeat  ;
	padding-left:0px;
	padding-right:0px;
}

.blockbodyborder {
	border: solid 1px #D3D3D3;
	border-top-width: 0;
	padding: 10px 15px;
}

.blockrow {
	background:rgb(255, 255, 255) none   ;
	padding:5px 10px 5px 10px;
	border:  ;
	color:;
	font:    ;
}
.blockrow-unreg {margin-top: 2px;}

.blockrow a { color:; }
.blockrow a:hover { color:; }

.blockfoot, .blocksubfoot {
	display:block;
	clear:both;
	background:#ffffff none   ;
	padding:5px 0px 5px 0px;
	border:0  rgb(102, 204, 0);
	color:;
}



.vbform .blockfoot, .blocksubfoot {
	padding: 10px 0 5px;
}

.vbform .blockfoot.registration {
	padding: 10px 0 5px;
}

.vbform .blockfoot.redirect_button {
	padding-top: 5px;
}

.vbform#quick_reply .blockfoot, .wysiwyg_block .blockfoot {
	padding: 0 0 5px;
}

.blocksubfoot {
	text-align:right;
}
/* END BLOCK STUFF */

/* WYSIWYG */
.wysiwyg_block {
	margin-bottom: 10px;
}

.wysiwyg_block .blockrow:first-child {
	/*background: transparent url(../../images/gradients/gradient-greytowhite.png) repeat-x top left;*/
}

.wysiwyg_block iframe.textbox {
	border: 1px solid #6b91ab;
	background: #f3f7f9 none   ;
	padding-bottom: 0;
}

.wysiwyg_block .formcontrols .blockrow {
	border-top: 0;
}

/* CSS TABLE STUFF */
.table { display:table; table-layout:fixed; }
.thead { width:100%; padding:0; display: table-row; }
.tr    { display:table-row; }
.td    { display:table-cell; }

/* PAGINATION LINKS */

.pagination span {
	display: block;
	float: left;
	clear: right;
}

.pagination span a {
	font:  normal 12px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
	border: 1px solid #F1F1F1;
	height: 15.99px;
	padding: 2px 4px;
	margin-left: 1px;
	/*background:#FCFAC4;*/
	text-decoration:none;
	color: #DF1E22;
}

.pagination span a:hover {
	color: #F42E32;
	border: 1px solid #F42E32;
}

.pagination span.prev_next a, .pagination span.first_last a {
	position: relative;
	top: -3px;
}

.pagination span.prev_next a img, .pagination span.first_last a img {
	position: relative;
	display: inline;
	top: 3px;
}
.pagination dt.label {
	display:none;
}

.pagination span.selected a {
	/*background: #DF1E22 url(../../images/buttons/newbtn_middle.png) repeat-x  ;*/
	background: #F1F1F1;
	color: #434343;
	border: 1px solid #D3D3D3;
	/*height: 15.99px;*/
	font-weight:bold;
	padding: 2px 4px;
	margin-left: 1px;
}

.pagination .separator,
.pagination .elipsis {
	background: none;
	border: 0;
}

.pagination .separator:hover {
	border: 0;
}

.pagination li.jumptopage {
	text-align:center;
}


.pagination span a.popupctrl {
	height: 15.99px;
	background: transparent url(../../images/misc/black_downward_arrow.png) no-repeat center left;
	padding-right: 4px;
	padding-left: 18px;
	
	display:none;
}

.pagination .popupmenu:hover a.popupctrl {
	border: 1px solid #417394;
	color: #3e3e3e;
}

/* TEXT CONTROLS */

.textcontrols a,
a.textcontrol {
	position:relative;
	padding: 3px 5px;
	font:   bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	line-height: 1.230;
	text-decoration:none;
	border: 1px solid #a8a8a8;
	color: #424242;
	background:#e9e9e9 url(../../images/gradients/generic_button.png) repeat-x top left;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

.textcontrols a img,
a.textcontrol img {
	position:absolute;
	bottom:2px;
	left:-2px;
}

.textcontrols a:hover img,
a:hover.textcontrol img {
	position: absolute;
	bottom:2px;
	left:-2px;
}

.textcontrols a:hover,
a:hover.textcontrol {
	background:#efefef url(../../images/gradients/generic_button.png) repeat-x  ;
	text-decoration:none;
	color: #417394;
}

.textcontrols a:hover,
a:hover.textcontrol {
	text-decoration:none;
}

.blockhead a.textcontrol {
	float:right;
	font:  bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	margin-top: -4.5px;
	text-transform: none;
}

.blockhead a.textcontrol:hover {
	color: #417394;
}

/* FORUMJUMP (navpopup) */

.navpopupmenu {
	text-align:right;
	float: right;
	display:block;
	padding: 0;
	padding-top: 3px;
	clear: left;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 0;
}

* html .navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu a.textcontrol, .navpopupmenu a.popupctrl, .navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl {
	text-decoration:none;
	color: #424242;
	border: 1px solid #a8a8a8;
	background: #e9e9e9 url(../../images/gradients/generic_button.png) repeat-x top left;
	_background-image: none;
	font:   bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	padding: 3.3333333333333px 6.6666666666667px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.navpopupmenu a.textcontrol:hover, .navpopupmenu a.popupctrl:hover, .navpopupmenu.popupmenu.nohovermenu a.textcontrol:hover, .navpopupmenu.popupmenu.nohovermenu a.popupctrl:hover {
        background: #efefef url(../../images/gradients/generic_button.png) repeat-x  ;
        color: #417394;
        _background-image: none;
}

.navpopupmenu .popupctrl .ctrlcontainer {
	background: transparent url(../../images/misc/black_downward_arrow.png) no-repeat center left;
	padding-left: 15px;
	white-space:nowrap;
}

.navpopupbody {
	width:auto;
	max-height:350px;
	text-align:left;
	*overflow:auto;
	overflow-y:scroll;
	left:auto;
	right:0;
}

.navpopupbody li {
	overflow:hidden;
	min-width: 200px;
}

.navpopupbody li.optionlabel {
	text-align:center;
	font-weight:bold;
}

/**
* Not pretty, but it works...
*/
.navpopupbody .d1  a, option.d1  { text-indent:20px; }
.navpopupbody .d2  a, option.d2  { text-indent:40px; }
.navpopupbody .d3  a, option.d3  { text-indent:60px; }
.navpopupbody .d4  a, option.d4  { text-indent:80px; }
.navpopupbody .d5  a, option.d5  { text-indent:100px; }
.navpopupbody .d6  a, option.d6  { text-indent:120px; }
.navpopupbody .d7  a, option.d7  { text-indent:140px; }
.navpopupbody .d8  a, option.d8  { text-indent:160px; }
.navpopupbody .d9  a, option.d9  { text-indent:180px; }
.navpopupbody .d10 a, option.d10 { text-indent:200px; }
.navpopupbody .d11 a, option.d11 { text-indent:220px; }
.navpopupbody .d12 a, option.d12 { text-indent:240px; }
.navpopupbody .d13 a, option.d13 { text-indent:260px; }
.navpopupbody .d14 a, option.d14 { text-indent:280px; }
.navpopupbody .d15 a, option.d15 { text-indent:300px; }
.navpopupbody .d16 a, option.d16 { text-indent:320px; }
.navpopupbody .d17 a, option.d17 { text-indent:340px; }
.navpopupbody .d18 a, option.d18 { text-indent:360px; }
.navpopupbody .d19 a, option.d19 { text-indent:380px; }
.navpopupbody .d20 a, option.d20 { text-indent:400px; }

/* LEFT / RIGHT DT+DD */

dl.stats.totals {
	float:right;
	padding:5px;
}

dl.stats dt {
	display:inline;
	color:#777777;
}
dl.stats dt:after {
	content:":";
}
dl.stats dd {
	display:inline;
}

/* BLOCK STATS */
dl.statsblock dt {
	display:block;
	float:left;
	clear:left;
	width:25%;
}

dl.statsblock dd {
	display:block;
	float:left;
	margin-left:10px;
}

/* LIGHT-TABS */

dl.tabslight {
	border-bottom:solid 1px #6b91ab;
	padding-left:20px;
	margin-bottom:1em;
	height:23px;
	margin-top:15px;
}

dl.tabslight dt {
	display:none;
}

dl.tabslight dd {
	float:left;
}

dl.tabslight dd a {
	font-size:11px;
	font-weight:bold;
	color:#3e3e3e;
	text-decoration:none;
	text-align:center;

	padding:0 10px;
	min-width:55;
	height:22;
	line-height:22px;
	display:block;

	border:1px solid #6b91ab;
	background-color:#e9e9e9;

	margin-left:-1;
	margin-bottom:-1;

	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:11px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:11px;
	border-top-left-radius:3px;
	border-top-right-radius:11px;
}

html>/**/body dl.tabslight dd.selected a,
html>/**/body dl.tabslight dd.selected a:hover {
	position:relative;
	border-bottom: 1px solid transparent;
	background:#f1f3f8 none   ;
}
* dl.tabslight dd.selected a, * dl.tabslight dd.selected a:hover {
	border-bottom: 1px solid transparent;
	background:#f1f3f8 none   ;
}

dl.tabslight dd a:hover {
	color:#417394;
	background:#7192a8 url(../../images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x 0 -4px;
}

/* COLUMN SORT LINKS */

.columnsort a,
.columnsort span {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	text-align: left;
}

.columnsort a:hover {
	background-color:#FFEB90;
	text-decoration:none;
	color:inherit;
}

tr.columnsort th {
	white-space:nowrap;
}

/* MISC */

div.collapse {
	position:relative;
}

a.collapse {
	float:right;
	right:10px;
	top:20px;
	position:absolute;
}

.blockhead a.collapse {
	top: 10px;
}

#forumrules {
	margin-bottom: 10px;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-top: 1px solid rgb(255, 255, 255);
	background: rgb(255, 255, 255) url(../../images/gradients/gradient-greytowhite.png) repeat-x  ;
}

#forumrules ul.youcandoblock {
	float:left;
	width:55%;
	margin-bottom: 10px;
	overflow:hidden;
}

#forumrules ul.bbcodeblock {
	float:right;
	width:42%;
	text-align:right;
	overflow:hidden;
}

#forumrules .rules_link {
	margin-top: 10px;
	width: 42%;
	padding-left: 55%;
}

.blockerror {
	margin: 0 auto;
	max-width: 750px
}

.blockerror .blocksubhead {
	border-top-style: none;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

.blockerror .blockrow.error{
	border: 1px solid #D3D3D3;
	border-top-style: none;
}


.errorblock ul.blockrow.error > li {
	border-bottom:solid 1px #cedfeb;
	padding-bottom:10px;
	margin-bottom:10px;
}

.errorblock ul.blockrow.error li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#qr_error_tbody {margin-bottom: 15px;}
#qr_error_tbody .section h3 {display:none;}
#qr_error_tbody .actionbuttons {margin-top: 5px;}
#qr_error_tbody .actionbuttons .group {padding-right: 0!important;}

blockquote.preview {
	/*font:   13px Tahoma,Calibri,Verdana,Geneva,sans-serif;*/
	font: 12px Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

blockquote.preview.forumcontent {
	/*font:   13px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;*/
	font: 14px Arial,Verdana,Tahoma,Calibri,Geneva,sans-serif;
	padding: 20px;
	line-height: 20px;
}

blockquote.preview .bbcode_container div.bbcode_code,
blockquote.preview .bbcode_container pre.bbcode_code {
	margin:0;
	padding:6px;
	border:1px inset;
	text-align:left;
	overflow:auto;
	direction:ltr;
	background:#f2f6f8  repeat-x;
	/*height:;*/
	font-size:12px;
}

blockquote.preview .bbcode_container code.bbcode_code {
	margin:0;
	text-align:left;
	direction:ltr;
	font-size:12px;
}

blockquote.preview .bbcode_container code.bbcode_code code {
	white-space:nowrap;
}

blockquote.preview fieldset.postattachlist {
	background:rgb(255, 255, 255)  bottom repeat-x;
	border-top:solid 1px #cedfeb;
	padding-bottom:1em;
}

blockquote.preview .bbcode_container div.bbcode_quote {
	margin:0 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f2f6f8 none   ;
	border-radius: 5px;
	border: 1px solid #417394;
	font: none  normal 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	position: relative;
	top: 0;
}


blockquote.preview .bbcode_container .bbcode_quote_container {
	background: transparent url(../../images/misc/quote-left.png) no-repeat  left;
	display:block;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 5;
	left: -9px;
}

blockquote.preview .bbcode_quote div.quote_container {
	border-top: 1px solid #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
}

.attachments {
	border: 1px solid #cecece;
	background: #ececec none   ;
	margin: 20px 30px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 10px 10px;
	font-size: 12px;
}

.attachments fieldset {
	margin: 5px 0;
}

.attachments img.inlineimg {
	position: relative;
	top: 2px;
}


blockquote.preview .signature {
	margin-top:1.5em;
	border-top:solid 1px rgb(187,187,187);
	padding-top:0.5em;
}

.commalist li {
	display:inline;
}

.commalist li:after {
	content:",";
}

.commalist li:last-child:after {
	content:"";
}

ul.username li a,
ol.username li a,
a.username {}
.commalist li a.username {
	display:inline;
}


.standard_error {
	max-width:600px;
	margin:55px auto;
	/*padding:4em 0 6em;*/
	
}

.standard_error .message {
	font-size: 14px;
}

.logout_message {
	padding-bottom: 43px;
}

.standard_error .message.msg_only {
	text-align: center;
	font-size: 20px;
	background-color: #E3E3E3;
	border: solid 1px #D3D3D3;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
}

a.extlink {
	width:10px;
	height:10px;
	text-indent:-9999px;
	position:absolute;
	margin-left:2px;
	background:transparent url(../../images/buttons/extlink.png) no-repeat  ;
}

.hidden {
	display:none;
}

.hidden-force {
	display:none!important;
}

/* Auto-clearing of floats */
.floatcontainer:after,
.formcontrols .blockrow:after,
dl.stats:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatcontainer,
.formcontrols .blockrow,
dl.stats {
	display:inline-block;
	font-weight:normal;
}
/* IE-Mac hide \*/
* html .floatcontainer,
.formcontrols .blockrow,
dl.stats {
	height:1%;
}
.floatcontainer,
.formcontrols .blockrow,
dl.stats {
	display:block;
}
.floatcontainer.hidden {
	display:none;
}
/* End IE-Mac hide */


/* INLINEMOD */

#inlinemod_formctrls {
	float:right;
}

#inlinemod_formctrls .popupctrl {
	text-decoration:none;
	background: #e9e9e9 url(../../images/gradients/generic_button.png) repeat-x top left;
	padding-right: 0;
	color: #424242;
	border: 1px solid #a8a8a8;
	font:   bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	float: left;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

#inlinemod_formctrls a.popupctrl:hover {
	background: #efefef url(../../images/gradients/generic_button.png) repeat-x  ;
	color: #417394;
}

#inlinemod_formctrls a.popupctrl span.ctrlcontainer {
	display:inline-block;
	background: transparent url(../../images/misc/black_downward_arrow.png) no-repeat center left;
	padding-top: 3.3333333333333px;
	padding-right: 5px;
	padding-bottom: 3.3333333333333px;
	padding-left: 15px;
	font-size: 11px;
	float: left;
}

#inlinemod_formctrls .popupbody {
	left:auto;
	right:0px;
}


/* FORUM DISABLED */
div.forum_disabled {
	text-align:center;
	color:red;
	background-color:white;
	padding:10px;
	font-size:20px;
}

/**
* UN-RESET
*
* These definitions are designed to undo the effects of YUI Reset, but only when contained within a *.reset element.
* Code is based on YUI Base
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

.restore body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

.restore h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

.restore h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

.restore h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

.restore h1,
.restore h2,
.restore h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

.restore h1,
.restore h2,
.restore h3,
.restore h4,
.restore h5,
.restore h6,
.restore strong,
.restore dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
.restore optgroup {
	font-weight:normal;
}

.restore abbr,
.restore acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

.restore em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

.restore del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

.restore blockquote,
.restore ul,
.restore ol,
.restore dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

.restore ol,
.restore ul,
.restore dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

.restore ol li,
.restore ol.decimal li {
	list-style:decimal outside;
}

.restore ol.upper-roman li {
	list-style:upper-roman outside;
}

.restore ol.lower-roman li {
	list-style:lower-roman outside;
}

.restore ol.upper-alpha li {
	list-style:upper-alpha outside;
}

.restore ol.lower-alpha li {
	list-style:lower-alpha outside;
}

.restore ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

.restore dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

.restore th,
.restore td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000000;
	padding: 0.5em;
}

.restore th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

.restore caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

.restore sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

.restore sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

.restore p,
.restore fieldset,
.restore table,
.restore pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
.restore button,
.restore input[type="checkbox"],
.restore input[type="radio"],
.restore input[type="reset"],
.restore input[type="submit"] {
	padding:1px;
}


.unread {
	font-weight:bold;
}

/* Cloud tags */
li.tag {
	display:inline;
	margin-right:5pxpx;
}

li.tag label.mine {
	font-weight:bold;
}

li.tag a {
	text-decoration:none;
}

li.taglevel1 {
	font-size:xx-small;
}

li.taglevel2 {
	font-size:small;
}

li.taglevel3 {
	font-size:medium;
}

li.taglevel4,
li.taglevel5 {
	font-size:large;
}

li.taglevel5 {
	font-weight:bold;
}

li.tag.option {
	padding:10px;
}

/* Tag Controls */
/* Tagging Controls */

#thread_tags_list input#tag_add_input {
	display:block;
	width:90%;
	margin-top:2px;
	margin-bottom:0.5em;
}

#thread_tags_list  .description {
	color:#777777;
}

#thread_tags_list  .actionbuttons {
	text-align:right;
	margin-bottom:1em;
}

#tag_edit_list {
	list-style:none;
	margin:0;
	padding:0;
}

#tag_edit_list li {
	float:left;
	display:block;
	width:100px;
}

#tag_edit_list li.mine {
	font-weight:bold;
}

/* We don't use class="inlineimg" in vB4
img.inlineimg {
	padding:0 10px;
}
*/


/* Social Bookmarks */

#social_bookmarks_list li {
	display:block;
	float:left;
	padding-left:10px;
}

/* Imagereg */
#imagereg {
	vertical-align:middle;
	margin-bottom:5px;
}


#wol_navpopup.navpopupmenu {
	margin-bottom:6px;
}
.navlinks {
	background: #f5f5f5 none   ;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
	text-align: center;
	color: #5d5d5d;
	font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
	width:100%;
	clear:both;
}

@media only screen and (max-device-width : 576px) {
	.navlinks {
         font-size: 30px;
	 }
}

.navlinks a {
	color: #D3080C;
}

.navlinks span {
    margin: 0 5px;	
}

.navlinks span.separator {
	color: #D3D3D3;
}

.cleardiv {
	clear:both;
}

#ajax_post_errors {
	position:absolute;
	width:420px;
	z-index:500;
	padding:2px;
	background-color:#FFFFFF;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}

#ajax_post_errors .blockrow {
	border-bottom:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}
#ajax_post_errors .blockfoot {
	text-align:center;
}

#ajax_post_errors_message ol {
	margin:1em;
	margin-left:2em;
}

#ajax_post_errors_message ol.numeric li,
#ajax_post_errors_message ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

.highlight {
	background: #FFEB90 none repeat-x  ;
}

.clear {
	clear: both;
}

/* Facebook Section */
label#fb_pulishlabel {
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	vertical-align: middle;
	display: none;
}

#fb_likeframe {
	border: none;
	overflow: hidden;
	height: 27px;
	width: 260px;
	vertical-align: text-bottom;
}
#pagetitle #fb_likeframe {
	float: right;
}

#pagetitle .twit {
    margin-top: 1px;
}

.blogbit #fb_likeframe {
	margin-top: 7px;
}

/* Fix for Facebook Connect rtl scrollbar */


#recaptcha_area {
	direction:ltr;
	display:inline;
}

#recaptcha_widget_div {
	float:left;
}

.member_blockrow .error 
{ 
	padding:4px 10px 4px 10px; 
}

/*** Added by jobert ***/
.nodisplay{
	visibility: hidden!important;
	height: 0!important;
	width: 0!important;
	display: none!important;
}


.fblike {
	display: inline-block;
	margin-top: 1px;
    width: 50px;
    height: 24px;
    overflow: hidden; 
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

}

.fblikehome {
	margin-left: 0;	
}	

.twit {
	margin-top: -3px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.twit a{
	font-size: 12px;
	color: #333333;
}
.subscribe {vertical-align: top; margin-left: 2px; margin-top: 5px; display:inline-block}
.subscribe a {
    display: inline;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight:normal;
    color:#434343;
    font-weight: bold;
    font-size: 11px;
    background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
    border:1px solid #A8A8A8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
    color: #434343;     
}
}

#logoutmessage {text-align:center;}
#logoutmessage img {vertical-align: text-top; margin-left: 3px; margin-top: 0;}

#homeSocial {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	width: 100%;
	padding-bottom: 3px;
}

.formcontrolserror {padding: 5px 8px 9px;}
.formcontrolserror p {text-align:center;}
.formcontrolserror form {margin-left: 169px;}
.formcontrolserror div.label {margin-bottom: 4px!important;}
.formcontrolserror form.normalsearch {margin-bottom: 12px;}

.searchformerror {}
.searchformerror .textbox {width: 143px; margin-right: 4px;}
.searchformerror .button {padding: 5px 7px!important; }
.blockrowerror {}

.view_on_thread {clear:both;text-align: center; padding: 5px; background: #FFF; border-bottom: 1px solid #F1F1F1}
.no-underline{text-decoration: none!important;}

.page-break { display: none; }

#logoutmessage{text-align:center;}
#logoutmessage iframe {vertical-align:middle; margin-left: 3px;margin-top: -3px;}

.imgholder{width: 100px; height: 45px; display:inline-block; float:left; margin: 0 12px 10px 0;}
.threadbit img.threadstatus {margin:0;}

.tours {border: 3px solid #D3D3D3; background-color:#F9F9F9; clear:both; padding: 14px 15px 15px; position: relative;}
.tours.focus{border-color: #B63C31; cursor:pointer;}
/*
.tours .themetours {display:inline-block; width:120px; height:67px; margin-bottom:5px; text-indent:-1000px; overflow:hidden; vertical-align:text-bottom; background:url(../../images/themepark/themetours-grey.gif) no-repeat;}
*/
.tours .themetours {}
.tours p {font-size: 28px; text-align:center;}
.tours p.text {font-size: 28px;}

a.lazy span {display:none!important;}
.threadcountry a.lazy{width: 24px; height:24px; float:left; margin-right: 5px;}

/*
body {font-size:13px;}
#tpcads * {font-size:13px;}
#tpcadplatform a {font-size:15px;}
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .subscribe a {padding:3px 4px 3px;}
}

/*** File: tpg/css/vbulletin-chrome.css ***/
/* CSS Document */

/**
* CHROME: HEADER, NAVBAR, BREADCRUMB, FOOTER
*/

/*************************************************/
/* HEADER */
.above_body {
	background:#ffffff;
	_background-image: none;
	margin: 10px 0px 0 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	/*
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	*/
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;

	border: solid 1px #E3E3E3;
	border-bottom-style: none;
}

.doc_header {
	_background-image:none;
	border:  ;
	color:#a8a8a8;
	font:normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
	position:relative;
	min-height:35px;
	/*padding-bottom:5px;*/
	/*margin-bottom:52px;*/
}
.doc_header a { color:; }
.doc_header a:hover { color:; }
.doc_header hr { display: none; }
#logo {position:relative;z-index:2;}
.logo-image {
	float: left;
	clear: right;
	width: 214px;
	height: 150px;
	margin-top: 10px;
	margin-left: 13px;

}


#registerRubble {
	position: absolute;
	top: 25px;
	right: 5px;
	z-index: 0;
}

#shortUrl {
	display: block!important;
	width: 100%;
	position: absolute;
	bottom: -3px;
	text-align:center;
	z-index:0!important;
}

#shortUrl img {
}

.toplinks {
	position:absolute;
	right:10px;
	top:10px;
	color:#434343;
	font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
	text-align:right;
}
/*
.toplinks ul.isuser li#fb_headerbox.hidden,
.toplinks ul.nouser li#fb_headerbox.hidden {
	display: none;
}
.toplinks ul.isuser li#fb_headerbox a,
.toplinks ul.nouser li#fb_headerbox a {
	padding-top: 0;
	background: none;
	cursor: pointer;
}
	li#fb_headerbox a#fb_link {
		position: relative;
	}
	li#fb_headerbox a#fb_link #fb_squarepic{
		position:absolute;
		right:-6px;
		top:5px;
		z-index:1;
		border:1px solid #B3CCE7;
		padding:1px;
	}
	li#fb_headerbox a#fb_link #fb_icon{
		position:absolute;
		right:10px;
		top:1px;
		z-index:2;
	}
*/
.toplinks ul.isuser, .toplinks ul.nouser {
	position: relative;
	display:block;
	float: right;
	clear: left;
	list-style: none;
	z-index: 5;
}

.toplinks ul.isuser li {
	display:inline;
	position: relative;
	color: #a8a8a8;
	float: right;
	clear: left;
	padding-right: 10px;
	background:;
}

.toplinks ul.isuser .popupbody li {
	display:block;
	float: none;
	clear: none;
	padding:0;
	margin:0;
}

.toplinks ul.isuser li.welcomelink {
	display: block;
	float: right;
	clear: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 15px;
}

.toplinks ul.isuser li.welcomelink span {
	font-weight: bold;
	color: #777;
}
.toplinks ul.isuser li.logoutlink {
	top: 0;
}
/*
.toplinks ul.isuser li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight:bold;
	color:#434343;

	background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
	border:1px solid #A8A8A8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius:3px;
    color: #434343;
}
*/

.toplinks ul.isuser li a {
	font-size: 12px;
	padding:3px 10px 2px;
	background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
	border:1px solid #A8A8A8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height:1.35;
	border-radius:3px;
	color: #434343;
	width:auto;
	font-family: Helvetica,Arial,sans-serif;
}

.toplinks ul.isuser li li a {
	float: none;
	margin-left: 0;
}

.toplinks ul.isuser li.welcomelink a {
	display:inline;
	float: none;
	clear: none;
	margin-left: 0;
	background: none;
	border: none;
	font-size: 12px;
	padding: 0;
	padding-left: 2px;
}

.toplinks ul.isuser li a:hover {
	color: #D3080C;
}

.toplinks ul.isuser li.welcomelink a:hover {
	padding: 0;
	padding-left: 2px;
}

.toplinks ul.nouser li {
	display:inline;
	float: left;
	margin: 0 5px;
}

.toplinks ul.nouser li a{
	display: block;
	clear: left;
	color:#434343;
	position: relative;

	font-weight:bold;
	font-size:11px;
	text-align: center;

	padding-top: 3px;
	width: 60px;
	height: 16px;

	background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
	border:1px solid #A8A8A8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: #434343;
}

.toplinks ul.nouser li a#forgot_password {
	display: inline;
	background: none;
	border: 0;
	width: auto;
	float: right;
	margin-right: 70px;
	/*margin-top: 2px;*/
	font-size: 10px;
	font-weight: normal;
	color: #BE080C;
}
.toplinks ul.nouser li a#forgot_password:hover {
	text-decoration: underline;
}

.toplinks ul.nouser li#fb_headerbox a {
	padding-top: 0;
	background: none;
	border: none;
	width: 89px;
}

.toplinks ul.nouser li a:hover {

}

.toplinks ul.isuser li.popupmenu, .toplinks ul.isuser .notifications, .toplinks ul.isuser .nonotifications  {
	color: rgb(0, 0, 0);
	position: relative;
}

.toplinks ul.isuser li.popupmenu ul li {
	position: relative;
	top: 0;
	margin: 0;
	text-align: left;
}

.toplinks ul.isuser .notifications .popupbody {
	background: #7192A8;
	border: 1px solid #7192A8; /* makes it look consistent with the popup background */
}

.toplinks ul.isuser .notifications .popupbody li a{
	color: rgb(0, 0, 0);
	padding: 0 5px;
	font-weight: normal;
	background:rgb(255, 255, 255);
	border-top:1px solid #7192A8; /* makes it look consistent with the popup background */
	/*position: relative;*/
	text-align: left;
	padding-left: 30px;
	line-height: 26px;
}

.toplinks ul.isuser .notifications .popupbody li a span {
	position: absolute;
	line-height: 26px;
	left: 5px;
}

.toplinks ul.isuser .notifications .popupbody li a:hover {
	background:#FFEB90;
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.toplinks form {
	min-width: 220px;
	display:block;
	width: 100%;
	margin-left: 5px;
	margin-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	clear: left;
	_width:20%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.toplinks form div, .toplinks form fieldset {
	text-align: left;
}

.toplinks .logindetails {
	padding: 0;
	text-align: center;
	/*
	padding: 5px 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	*/
}

.toplinks form input {
	vertical-align: baseline;
	font-size: 11px;
	padding: 3px;
	border: 0;
}

.toplinks form input.textbox {
	color: #303030;
	border: 1px solid #B1B1B1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
	margin-right: 5px;
	width: 100px;
	font-size:15px;
	font-family: Helvetica,Arial,sans-serif;
}

.toplinks form input.default-value {
	color: #CCCCCC;
}

.toplinks .remember {
	position: relative;
	font-size: 10px;
	color: #434343;
	padding-left: 1px;
	padding-top: 1px;
}

.toplinks .remember input {
	vertical-align: baseline;
}

.cb_cookieuser_navbar{
	position: relative;
	top: 2px;
}

.notifications a.popupctrl:link, .notifications a.popupctrl:visited,
.toplinks a:link, .toplinks a:visited {
	color: #ffffff;
	text-decoration:none;
}

.notifications>a:link, .notifications>a:visited {
	/* ie6 hack: broke this rule out on its own: the > selector makes ie6 ignore rule entirely. */
	color: #ffffff;
	text-decoration:none;
}

.notifications > a:hover,
.notifications a.popupctrl:hover {
	color: rgb(255, 255, 255);
}

.notifications {
	font-size:11px;
	color: #ffffff;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

.notifications a {
	text-decoration:none;
}

.notifications .popupbody {
	color:rgb(0, 0, 0);
}

.header hr,
.header h2 {
	display:none;
}

/*************************************************/
/* NAVBAR */

.navbar {
	position:relative;

	/*height:53px;*/
	background:#E3E3E3;
	margin:10px 0px 0px 0px;
	color: #FFFFFF;
	font:   11px Arial, Verdana, sans-serif;
	/*
	border:0px solid rgb(255, 255, 255);
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	*/
}
.navbar a { color:rgb(255, 255, 255); }
.navbar a:hover { color:rgb(255, 255, 255); }

.navtabs {
	background:#E3E3E3 url(../../images/buttons/newbtn_middle.png) repeat-x  ;
	padding: 0 0 0 0;
	height: 27px;
	_background-image:none;
	border-top: solid 1px #D1D1D1;

}

.navtabs li:first-child {

}

.navtabs ul {
	/*	background: #2f4456; */
	position:absolute;
	top:26px;
	left:0px;
	width:100%;
	/*
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	*/
	margin-right:-80px;
	/* This is to fix RTL menu issue under Opera */
	direction:ltr;
}

.navtabs li {
	float:left;
}

.navtabs ul li:first-child {
	margin-left: 20px;
	border-left: 0;
}

#navtabs .popupmenu ul li:first-child {
	margin-left: 0px;
}

.navtabs ul li {
	border-right: 0;
	position: relative;
}

.navtabs li a {
	height:27px;
	line-height:27px;
	padding:0 10px;
}

.navtabs li a.navtab {
	display:block;
	/*background: transparent url(../../images/buttons/newbtn_middle.png) repeat-x  ;*/
	_background-image:none;
	min-width:60px;
	width:auto !important;
	_min-width:75px;
	_width:auto !important;
	_width:75px;
	text-align:center;
	color: #454545;
	font:  normal 13px Arial, Calibri, Verdana, Geneva, sans-serif;
	text-decoration:none;
	line-height:26px;
	font-weight: bold;
	/*border-right: solid 1px #F2EBDA;*/
	border-right: 1px solid #d1d1d1;
}

.navtabs li a img {
	vertical-align: middle;
	margin-right: 5px;
}
.navtabs li a.navtab:hover {
	background: transparent url(../../images/buttons/newbtn_middle.png) repeat-x  ;
	_background-image:none;
	/*color:#417394;*/
	color:#D3080C;
}

.navtabs li .twit{margin-top:0;}
.navtabs li .twit img{vertical-align:middle;margin-top:-3px;}

.navtabs li.selected {
	height:26px;
	color:#000000;
}

.navtabs li.selected a.navtab {
	color:#FFF;
	/*background:#B63C31 url(../../images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x   0 -4px;*/
	background: url("../../images/buttons/newbtn_middle.png") repeat-x scroll 0 0 #B63C31;

	_background-image:none;
	position:relative;
	z-index:10;
	font-weight: bold;
	margin-top: 0;
	height: 28px;
	/*
	border-left: solid 1px #F9F9F9;
	border-right: solid 1px #F9F9F9;
	*/
}

.navtabs li.selected:first-child a.navtab {
	border-left-style: none;
}

.navtabs li.selected li a,
.navbar_advanced_search li a {
	text-decoration:none;
	font:   11px Arial, Calibri, Verdana, Geneva, sans-serif;
	line-height: 26px;
}
.navtabs li.selected li a {
	color: #BE080C;
	padding:2px 5px;
}

.navbar_advanced_search li {
	height: 26px;
	display:block;
	clear:both;
}

.navbar_advanced_search li a {
	color:#BE080C;
}

.navbar_advanced_search li a:hover {
	color:#BE080C;
	text-decoration:underline;
}

.navtabs li.selected li a:hover {
	color:#BE080C;
	text-decoration:underline;
}

.navtabs li.selected .popupbody li > a {
	padding:0px 10px;
	text-indent: 0;
	color: #BE080C;
}

.navtabs li.selected li a.popupctrl {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:solid 1px transparent;
	_border: none;
	background:transparent url(../../images/misc/arrow-red.png) no-repeat right center;
	padding-right:15px;
	_background-image:url('images/misc/arrow-red.gif');
	color: #BE080C;
}

.toplinks .notifications a.popupctrl {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 15px;
	background: #7192A8 url(../../images/misc/arrow.png) right center no-repeat ;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius: 5px;
	_background-image:url('images/misc/arrow.gif');
}

.toplinks .nonotifications a.popupctrl {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 15px;
	background: transparent url(../../images/misc/arrow-black.png) no-repeat right center;
	_background-image:url('images/misc/arrow-black.gif');
}

.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active , .toplinks .notifications a.popupctrl.active{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 15px;
	background: #DF1E22 url(../../images/misc/arrow.png) no-repeat right center;
	_background-image:url('images/misc/arrow.gif');

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.toplinks .notifications a.popupctrl:hover {
	padding-top: 3px;
}

.navtabs li.selected li:hover a.popupctrl {
	border-color:#BA473C;
	background-color:#BA473C;
	text-decoration:none;
	color: #FFFFFF;
	background-image:url(../../images/misc/arrow.png);

}

.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active {
	border-color:#BA473C;
	background-color:#BA473C;
	color:#FFFFFF;
	text-decoration:none;

	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius:0;
	border-bottom-left-radius: 0;
}

.navtabs .popupbody {
	border: 1px solid #BA473C;
	background: #BA473C;
	width: auto;
}

.navtabs .popupbody li {
	float:none;
	border-top: 1px solid #BA473C;

}
.navtabs .popupbody li a {
	background-color: #FBF9ED;
}
.navtabs .popupbody li a:hover {
	background-color: #FFEB90;
}

.nonotifications div.popupbody {
	min-width: 170px;
	width: auto !important;
	width: 170px;
	background: #7192A8;
	border: 1px solid #7192A8;
}

.nonotifications .popupbody p {
	color: rgb(0, 0, 0);
	text-align: left;
	background: rgb(255, 255, 255);
	border-top: 1px solid #7192A8;
	padding: 0;
	text-indent: 5px;
	line-height: 26px;
	display:block;
}

.toplinks .nonotifications .popupbody a {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	float: none;
	clear: none;
	padding: 0 5px;
	margin-left: 0;
	text-align: left;
	line-height: 26px;
}

.toplinks .nonotifications .popupbody a:hover {
	background:#FFEB90;
	color: rgb(0, 0, 0);
	text-decoration: underline;
	padding: 0 5px;
}

.globalsearch {
	position:absolute;
	/*width:180px;*/
	right: 5px;
	top: 0px;
	float: right;
	clear: left;
	text-align:right;
	line-height: 1.0em;
	display:block;
}

.navbar_search {
	position:relative;
	/*width:180px;*/
	/*right: -20px;*/
	display:block;
}

.navbar_search input {
	vertical-align:middle;
	padding: 3px 5px;
	margin-top: 3px;
	font: 12px Arial,Calibri,Verdana,Geneva,sans-serif;
}

.globalsearch .textboxcontainer {
	height: 26px;
	display:inline-block;
	float: left;
	text-align:center;
}

.globalsearch .textboxcontainer span {
	display: inline-block;
	margin-right: 5px;
}

.globalsearch input.textbox {
	/*width: 100%;*/
	width: 230px;
}

.toplinks form input.loginbutton, #replyLoginForm input.loginbutton, .unreg-loginbutton{
	font-size: 11px;
	padding: 2px 5px;
	background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
	border:1px solid #A8A8A8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: #434343;
	width: 46px;
}

.toplinks form input.loginbutton{
}

.toplinks form input.loginbutton:hover {

}

.globalsearch .buttoncontainer {
	display:inline-block;
	overflow: hidden;
	float: right;
	margin-top: 5px;
}

.globalsearch .buttoncontainer span{
	display:inline-block;
}

.globalsearch .searchbutton {
	border: 0;
	padding: 0;
	width: 22px;
	margin-top: -2px;
	margin-left: -2px;
}

/*************************************************/
/* BREADCRUMB */

.breadcrumb > ul {
	background:transparent url(../../images/misc/navbit-home.png) left top no-repeat;
	border:none;
}

.breadcrumb .navbit {
	float:left;
	background-image:url(../../images/misc/navbit-arrow-right.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-left:3px;
}

.breadcrumb .navbit:first-child {
	padding-left:0;
}

.breadcrumb .navbit.lastnavbit {
	background: transparent;
}

.breadcrumb .navbit.lastnavbit span {
	float:left;
	background: transparent;
	padding-right:10px;
	padding-left:3px;
}

.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span {
	display:block;
	padding:2px 4px;
	float:left;
	background-color:transparent;
	border:1px solid transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.breadcrumb .navbit a:hover {
	border-color:#cedfeb;
	background-color:rgb(246,248,249);
}

.breadcrumb .navbit a {
	text-decoration:none;
}

.breadcrumb .navbit a.popupctrl {
	background-image:url(../../images/misc/navbit-arrow-right.png);
	background-position:center center;
	padding:2px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.breadcrumb .navbit a.popupctrl:hover {
	background-color:#FFEB90;
	color:#417394;
}

.breadcrumb hr {
	display:none;
}

/*************************************************/
/* PAGE TITLE */

#pagetitle {
	padding:0px 0px 0px 0px;
	clear:both;
	padding-top: 5px;
	background: none   ;
	border:  ;
}
#pagetitle a { color:; }
#pagetitle a:hover { color:; }

#pagetitle h1 {
	color: inherit;
	font-size:16px;
	font-weight:bold;
}

#pagetitle .threadtitle{
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
}

#pagetitle .threadviews{
	margin-left: 3px;
}

#pagetitle .description {
	color: inherit;
	font-size: 11px;
	margin-bottom: 28px;
}

.pagetitle h1 img {
	vertical-align: text-top;
	margin-right: 7px;
	float:left;
}

.pagetitle h1 .twit img {
	margin-right:0;
}

.pagetitle h1 a.map img {
	float:none;
	margin:0 0 0 2px;
	border: 1px solid #888;
	border-radius: 2px;
}

.parktitlethread .parkpagination {
	position: absolute;
	margin: 0;

}

a.map:focus {outline:0;}

/*************************************************/
/* NEW CONTENT LINK */
.newcontent_textcontrol {
	background: #DF1E22 url(../../images/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 3px 8px #dddddd;
	-webkit-box-shadow: 0 3px 8px #dddddd;
	box-shadow: 0 3px 8px #dddddd;
	font:   normal 12px Arial, sans-serif;
	color: rgb(255, 255, 255);
	padding: 2px 15px 4px 15px;
	border: 0  ;
	display:block;
	float: left;
	clear: right;
}
.newcontent_textcontrol span {
	font-size:15px;
	font-weight:bold;
	display:inline;
}
.newcontent_textcontrol:hover {
	background: #F42E32 url(../../images/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	color: #FFFFFF;
	text-decoration: none;
}


.replytothread {
	color:#FFF;
	background: url("../../images/buttons/newbtn_middle.png") repeat-x scroll 0 0 #B63C31;
	_background-image:none;
	position:relative;
	font-weight: bold;
	padding: 6px 12px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.replytothread:hover {
	color:#FFF;
	text-decoration: none;
	background-color: #CA4538;
}

/*************************************************/
/* FOOTER */
#footerTwitter {text-align: center;}

.footer {
	clear:both;
	margin-top:15px;
	text-align:right;
	display:block;
	/*width: 100%; VBIV-10173*/
	/*
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	box-shadow: -2px 2px 2px #c8c8c8;
	background:#B63C31 none   ;
	padding:5px 0px 5px 0px;
	color:#FFFFFF;
	font:  normal 12px Arial, Verdana, sans-serif;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	*/
}
.footer a { color:rgb(255, 255, 255); }
.footer a:hover { color:rgb(255, 255, 255); }

.footer_logos {
	margin: 25px 0;
	text-align: center;
}
.footer_logos img {
	border: solid 1px #F2EBDA;
	margin: 0 3px;
	width:120px;
	height:56px;
}

.footer_logos p {
	margin-bottom: 10px;
}

.footer_add_links {
	margin-top: 10px;
	text-align: center;
	line-height: 20px;
}

.footer_add_links a {
	font-size:13px;
}

.footer_add_links a.top {
	font-size:14px;
}

.footer_add_links span {
	color: #D1D1D1;
	margin: 0 3px;
}

.footer_copyright,
.footer_morecopyright {
	padding-bottom:5px;
	color:rgb(102, 102, 102);
	font:  normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	margin-top: 10px;
	text-align:center;
	display:block;
}

.footer_time {
	color:rgb(102, 102, 102);
	font-size: 14px;
	padding-top: 10px;
	text-align:center;
}

.footer_select {
	float:left;
	text-align:left;
	margin-left: 10px;
	margin-top: 0;
}

.footer_links {
	margin-right: 10px;
	padding: 2px 0;
}

.footer_links li {
	display:inline;
	margin-left:15px;
}

.below_body .time {
	/*color: #3e3e3e;*/
	color: inherit;
}

.notices {
	background: rgb(255, 255, 255);
	margin: 5px 0;
}

.notices li {
	background: #FFF6CC none   ;
	font-size: 12px;
	color: #434343;
	padding:5px 10px;
	margin-bottom:5px;
	-moz-box-shadow: -2px 2px 2px #DDD;
	-webkit-box-shadow: -2px 2px 2px #DDD;
	box-shadow: -2px 2px 2px #DDD;
	text-align: left;
	clear:both;
	font-family:Tahoma, Calibri, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/* from components.css */
/* start styles for template: navbar */
/*doesn't seem to be used anywhere
.popup_inline_break {
	color:#262626;
	margin-left:5px;
	font-weight:bold;
	padding:4px 0px;
}*/
.breadcrumb {display:none;}

.breadcrumb > ul {
	background-image:none;
	padding-left:0px;
}
.breadcrumb .navbithome {
	float: left;
	padding: 3.5px 0;
}
/* end styles for template: navbar */

/*************************************************/
/* ADS GLOBAL */
.ad_global_header {
}
#ad_global_header1 {
	float:left;
	clear:right;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#ad_global_header2 {
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#ad_global_below_navbar {
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#ad_global_above_footer {
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:left;
	clear:both;
}
#ad_board_below_whats_going_on {
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:left;
}
#ad_thread_first_post_content {
	float:right;
	margin:0 0 0 0;
}
#ad_thread_last_post_content {
	float:right;
	margin:0 0 0 0;
	z-index: 1000;
}
.google_adsense_footer {
	clear:both;
}

/********** Theme park custom *********/
#register_cartoon {
	float: right;
}

#register_container {
	margin-right: 127px;
}

#register_container .blockrow:after {
	clear: none;
}

#register_container .textbox {
	width: 248px;
}
.fblogin, fblogin * {
	padding: 0;
	margin: 0;
}
/*
.fblogin {
	float: right;
	margin-right: 10px;
	border: 1px solid #CAD4E7;
	background: #ECEEF5;
	padding: 2px 6px ;
	border-radius: 3px;
	position: relative;
}

.fblogin a {
	color: #3B5998 !important;
	display:block;
	position: relative;
	font-size: 11px;
}


.fblogin a:hover {
	text-decoration: underline;
}
.fblogin span {
	display: inline-block;
	margin-left: 17px;

}
.fblogin img {
	position: absolute;
	top: 1px;
	left: 0;
}
*/
#fblogin-unreg {
	/*margin-bottom: 14px;*/
}

#fblogin-unreg .fblogin {
	display:inline-block;
	float: none;
	margin-right: 0;

}

#fblogin-unreg .fblogin img {
	vertical-align: middle;
	margin-top: -2px;
}

#fblogin-unreg .unreg-loginbutton {
	margin-top:2px;
}

#curruser.fbuser span {
	background: url(../../tpg/images/fb-small.png) no-repeat;
	padding-left: 15px;
	margin-left: 2px;
}

.loginsep {margin: 0 10px;}

.registerlink {
	display: inline-block;
	clear: left;
	color:#434343;
	position: relative;
	font:  normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	text-align: center;

	padding-top: 3px;
	width: 60px;
	height: 16px;

	background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
	border:1px solid #A8A8A8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: #434343;
}

.registerlink:hover {
	text-decoration: none;
	color: #434343;
}

#topRegister a {
	font:  normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}

#welcome-login {text-align: center; font-size: 16px; color: #3E3E3E;}

#no-register {float: right; margin: 43px 15px 0; color: #3E3E3E; font-size: 30px;}
#no-register ul {display:inline;}
#no-register li {display:none;}
#no-register li.show{display:inline;}
#above_threadlist {
	height: 30px;
}
#above_threadlist #newthreadlink_top {
	color:#FFF;
	background: url("../../images/buttons/newbtn_middle.png") repeat-x scroll 0 0 #B63C31;
	position:relative;
	font-weight: bold;
	padding: 7px 12px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear:both;
}

#above_threadlist #newthreadlink_top:hover {
	color:#FFF;
	text-decoration: none;
	background-color: #CA4538;
}

#newthreadlink_top span {
	display: inline-block;
	margin-top: -1px;
	vertical-align: middle;
}

.register-phrase {margin-top: 20px; text-align:center;}
.rememberme_label {display:none;}

/* new styles */
#navbar_loginform {float:right; margin-right: 10px; margin-top:9px; font-family: Helvetica,Arial,sans-serif; font-size: 12px;}
#navbar_loginform li {float:left; padding-left: 10px;}
#navbar_loginform .fb {padding-top:15px;}
#navbar_loginform label {display:block; color: #454545; font-weight:bold;}
#navbar_loginform #forgot_password {font-size:11px; font-weight:normal; float:right;}
#navbar_loginform .username {}
#navbar_loginform .password {}
#navbar_loginform .textbox, #register_container .textbox {width:169px; -webkit-box-shadow:0 0 3px #DDD inset;-moz-box-shadow:0 0 3px #DDD inset;box-shadow:0 0 3px #DDD inset;font-size: 15px; height: 23px; padding:0 5px; font-family: Helvetica,Arial,sans-serif; }
#navbar_loginform .textbox:focus, #register_container .textbox:focus{-webkit-box-shadow:0 0 3px #96BBBE inset;-moz-box-shadow:0 0 3px #96BBBE inset;box-shadow:0 0 3px #96BBBE inset; border:1px solid #96BBBE;}
#navbar_loginform .buttons {padding-top:15px;}
#navbar_loginform .loginbutton, .stdbutton {
	font-size: 12px;
	padding:3px 10px 2px;
	background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
	border:1px solid #A8A8A8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height:1.35;
	border-radius:3px;
	color: #434343;
	width:auto;
	font-family: Helvetica,Arial,sans-serif;
}


#navbar_loginform .loginbutton:hover, .stdbutton:hover {color: #D3080C; }

#navbar_loginform .loginbutton.signup{margin-left:7px;}
#navbar_loginform .remember{display:none;}

#register_container label {font-family: Helvetica,Arial,sans-serif; font-size: 14px;}
#register_container .textbox {width:250px; height: 27px;}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navbar_loginform {margin-top:8px;}

	#above_threadlist #newthreadlink_top {
		padding: 8px 12px 7px;
	}

	#newthreadlink_top span {
		display: inline-block;
		margin-top: -2px;
		vertical-align: middle;
	}
}
/*** File: tpg/css/vbulletin-formcontrols.css ***/
/* CSS Document */

/* Use border box for form elements */
.formcontrols input,select,textarea {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.formcontrols input.textbox {
	height:25px;
	*height:12px;
}
.formcontrols .blocksubhead {
	font-weight:bold;
}

.vbform .blockhead {
	margin-top:2em;
}

.vbform .blockhead:first-child {
	margin-top:0;
}
.settings_form_top_border {
	border-top: 1px solid #D3D3D3;
}
.blockbody.settings_form_border {
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
.vbform {
	clear:both;
	width:auto;
	max-width:750px;
	_width:750px;
	margin:0 auto 2em;
}

.formcontrols {
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}


#previewpost {
	width: 100%;
	_width:100%;
	margin-bottom: 10px;
}

#previewpost img, .postpreview img {
	margin: 10px 0;
	max-width: 1005px;
	_width: 920px;
}

#previewpost img:last-child {
    margin-bottom: 0;
}

#previewpost object, #previewpost iframe {
	margin: 10px 0;
}

#previewpost object:last-child, #previewpost iframe:last-child {
    margin-bottom: 0;
}

.formcontrols .blockrow {
	background:#FFF  bottom repeat-x;
	border-top:solid 1px #F1F1F1;
	padding:10px 10px;
}

.formcontrols .blockrowquick {
	padding-bottom: 0;
}

#previewpost .postpreview .blockrow {
	padding: 20px;	
	color: #050505;
}

.formcontrols .blockrow-notopborder {
	border-style: none;
}

/* div.section is needed to resolve IE7 percentage width bug */
.formcontrols .section {
	padding:0 15px;
}

.formcontrols .unregsection {
	padding-top: 8px;
}

.formcontrols .section .labelright {
	padding-top: 12px;
}

.formcontrols .section .labelright label {
	text-align: right;
	padding-right: 20px;
	width: 173px;
}
.formcontrols .section .labelright .description {
	margin-left: 193px;
}

.formcontrols .section .labelright .rightcol {
	margin-left: 193px;
}

.formcontrols .section .labelright label#newpostusername {
	/*padding-top: 6px;*/
}


.formcontrols > *:first-child,
.formcontrols .blocksubhead + .blockrow,
.formcontrols .section .blockrow:first-child {
	border-top:none;
}

/* BASIC CONTROL STYLING */

input, textarea, select, button {
	font:  normal 11px Helvetica,Arial,sans-serif;
}

.button {
	padding:2px 2px;
}

.button:hover {
	color:#417394;
}
.button[type="reset"] {
	display: none;
}
.button[type="reset"]:hover {
	color:#417394;
}

.textbox,
textarea,
select {
	background:#FFF none   ;
	border:solid 1px #B1B1B1;
	padding:4px 5px;
	outline:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font: normal 14px Arial,Calibri,Verdana,Geneva,sans-serif;
}

.textbox[disabled],
textarea[disabled] {
	font-style:italic;
	color:#777777;
}

.formcontrols .blockrow input.textbox:focus,
.formcontrols .blockrow textarea:focus {
	background: #f2f6f8 none   ;
}

/* INPUT / SELECT / TEXTAREA / GROUP */

form .rightcol {
	display:block;
	margin-left:212px;
	max-width:496px;
	*margin-left:0;
	float:none;
}

.blockbody.formcontrols .blockrow .rightcol * {
	margin-left:0;
	width:auto;
}

.blockbody.formcontrols .blockrow .rightcol .primary {
	width:50%;
}
.blockbody.formcontrols .blockrow .rightcol textarea.primary {
	width:70%;
}
.blockbody.formcontrols .blockrow .rightcol .description {
	width:auto;
}

.formcontrols .blockrow .primary {
	width:248px;
}
.formcontrols .blockrow .primary.full {
	width:526px;
	float:left;
}

.formcontrols .blockrow .group {
	width:100%;
}

.formcontrols .blockrow .group li {
	margin-top:5px;
}
.formcontrols .blockrow .group li:first-child {
	margin-top:0;
}
.formcontrols .blockrow .group .textbox {
	width:248px;
}

.formcontrols .blockrow .primary.center {

}

.formcontrols .blockrow .primary.center img.icon {
	border:1px solid rgb(65,93,141);
}

.formcontrols .blockrow .titleprefix {
	float:left;
	margin-right:0.5em;
}

.formcontrols .blockrow * .group {
	width:auto;
	float:none;
}

.formcontrols .blockrow input.textbox[size] {
	width:auto;
}

.formcontrols .blockrow.texteditor textarea {
/*	width:500px;
	max-width:98%;
	min-width:98%; */
	width:100%;
	max-width:100%;
	min-width:100%;

	height:300px;
	float:none;
	font-size:14px;
	line-height:20px;
}

.formcontrols .blockrow.texteditor textarea, #ie8#fix {
	width:100%;
}

.formcontrols .blockrow input.numeric,
.formcontrols .blockrow select.numeric {
	text-align:right;
}

/* LABELS */

.formcontrols .blockrow label,
.formcontrols .blockrow .group.multifield label,
.formcontrols .blockrow .groupoption label {
	display:block;
	margin-bottom:2px;
}

.formcontrols .blockrow label {
	width:212px;
	float:left;
	font-size:12px;

}
.formcontrols .blockrow label.full {
	width:auto;
	float:none;
	font-weight:bold;
}

.formcontrols .blockrow label.floatlabel {
	margin-left: 10px;

}

.formcontrols .blockrow * label {
	/* undoes the above two rules */
	display:block;
	margin-bottom:auto;
	width:auto;
	float:none;
}

.formcontrols .blockrow .group li label,
.formcontrols .blockrow .group dt label {
	width:212px;
	float:left;
}

.formcontrols .blockrow .group.full li label,
.formcontrols .blockrow .group.full dt label {
	width:auto;
}



.formcontrols .blockrow .label {
	margin-bottom:8px;

}

.formcontrols .blockrow.singlecheck label {
	float:left;
}

.formcontrols fieldset.blockrow legend {
	margin:0;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px\9; /*IE Hack*/
	color: #434343;
}

/* DESCRIPTIONS */

.formcontrols .blockrow .description {
	color:#777777;
	font-size:11px;
	max-width:496px;
	margin-left:212px;
	overflow:hidden;
	line-height:150%;
	margin-bottom:2px;
}

.formcontrols .blockrow .group.multifield + .description {
	padding-top:1.3em;
}

.formcontrols .blockrow.texteditor .description {
	float:none;
	width:auto;
	margin-top:2px;
}

.formcontrols .blockrow .group.numeric + .description {
	/* descriptions to the right of numeric groups */
}

.formcontrols .blockrow .singledescription {
	display:block;
	clear:left;
	margin-bottom:10px;
}

/* CHECKBOX / RADIO EXCLUSIVE GROUPS */

.formcontrols .blockrow .group.checkradio {
	width:auto;
}

.formcontrols .blockrow .group.checkradio li label {
	float:none;
}

.formcontrols .blockrow .group.checkradio.full {
	width:100%;
}


.formcontrols .blockrow .group.checkradio.partial {
	width:212px;
}

.formcontrols .blockrow .group.checkradio.horizontal {
	height:30px;
}
.formcontrols .blockrow .group.checkradio.horizontal li label {
	float:left;
	padding-right:10px;
}

.formcontrols .blockrow .group.checkradio > li {
	margin-bottom:0.5em; /* maybe questionable */
}

/* MULTI-FIELD GROUPS (dd, mm, yyyy fields etc.) */

.formcontrols .blockrow .group.multifield li {
	float:left;
	margin-right:1em;
	margin-top:0;
}

/* Display multi-field controls vertically */
.formcontrols .blockrow .group.multifield.stacked li {
	float:none;
	margin-top:2px;
}

.formcontrols .blockrow .group.multifield label {
	margin-bottom:2px;
	display:block;
	float:none;
	width:auto;
}

.formcontrols .blockrow .group.multifield select,
.formcontrols .blockrow .group.multifield input.textbox {
	float:none;
}

/* NUMERIC GROUP (rgb color etc.) */

.formcontrols .blockrow .group.numeric {
	width:auto;
	*width:24%;
	max-width:212px;
	margin-right:2%;
}

.formcontrols .blockrow .group.numeric li {
	clear:both;
}

.formcontrols .blockrow .group.numeric label {
	float:left;
	margin-top:1px;
}

.formcontrols .blockrow .group.numeric input.textbox {
	float:right;
	text-align:right;
	margin-left:20px;
	margin-bottom:2px;
}

.formcontrols .blockrow .group.numeric .description {
	clear:both;
	text-align:right;
	margin:auto;
	margin-bottom:0.2em;
}

/* NUMERIC INPUT */

.formcontrols .blockrow input.textbox.numeric {
	text-align:right;
}

/* ACTION BUTTONS */

.formcontrols input.button,
.actionbuttons {
	max-width:100%;
}
.actionbuttonsquick {margin-bottom: 10px;}
.blockfoot.actionbuttons.redirect_button {
	background-color:transparent;
	padding-top:10px;
}
.blockfoot.actionbuttons.redirect_button  .group {
	padding-right: 0px;
}
.actionbuttons .group {
	float:none;
	text-align:right;
	padding-right: 0;
}

.vbform .actionbuttons .group {
	margin:0 auto;
	width:auto;
	max-width:750px;
}

.vbform.replyblock .actionbuttons .group {max-width:none;}
    
.vbform .postreplybuttons {padding-right: 25px; margin-bottom: 16px;}

.actionbuttons .small_text_buttons, .actionbuttons .small_text_buttons input.button {
    padding-left:10px;
    padding-right:10px;
}

/*
.actionbuttons .group .button {
   	cursor:pointer;
	padding: 2.5px 5px;
	font:   bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	border:1px solid #a8a8a8;
	color:#424242;
	background:#e9e9e9 url(../../images/gradients/generic_button.png) repeat-x top left;
}

.actionbuttons .group .button:hover {
	background: #efefef url(../../images/gradients/generic_button.png) repeat-x  ;
	color: #D3080C;
}
*/

.actionbuttons .group .button, .action_button {
	font-size: 12px;
    padding:4px 10px 3px;
    background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
    border:1px solid #A8A8A8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height:1.35;
    border-radius:3px;
    color: #434343; 
    width:auto;
    font-family: Helvetica,Arial,sans-serif; 
}

.actionbuttons .group .button:hover {
	color: #D3080C;
}

/* *** SPECIAL ITEMS *** */

/* POST ICONS */

.formcontrols .blockrow #posticon_preview {
	width:16px;
	height:16px;
	margin-left:10px;
}

.formcontrols .blockrow.posticons table {
	width:496px;
}

.formcontrols .blockrow.posticons td {
	padding:2px;
}

/* RATING SELECT */

.formcontrols .blockrow select.rating option {
	background-image:url(../../images/rating/rating-15_3.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:85px
}

/* DEP GROUPS */
.formcontrols .blockrow dl.dep_group dd, .formcontrols .blockrow .dep_group .deps {
	margin-left:1.5em;
	margin-top:0.5em;
	margin-bottom:0.2em;
}

.formcontrols .blockrow dl.dep_group dd dl.dep_group {
	/*margin-top:1em;*/ /* Handles the margin above sub-dependent controls, remove? */
}

input[type="submit"][disabled]#blog_deletebtn:active, input[type="submit"][disabled]#blog_deletebtn {
	color:graytext;
}

/* ATTACH FILES */

.formcontrols .blockrow .group.attachments li {
	margin-bottom:0.5em;
}

.formcontrols .blockrow .group.attachments li img {
	vertical-align:middle;
}

.formcontrols .blockrow .group.attachments li:last-child {
	margin-top:1em;
}

/* Upper / Lower comparison and IM FIELDS (AIM, Skype...) */

.formcontrols .group.upperlower li,
.formcontrols .group.imfields li {
	width:45%;
	padding-bottom:0.3em;
}

.formcontrols .group.upperlower li input.textbox,
.formcontrols .group.imfields li input.textbox,
.formcontrols .group.imfields li select {
	width:100%;
}

.formcontrols .group.imfields li select {
	margin-bottom:-0.3em;
}

/* Group of text controls */
.groupcontrols {
	text-align:right;
	clear:both;	
}

.groupcontrols .textcontrol {
	margin-left:10px;
	margin-top:0;
}

/* Single Button */
.formcontrols .blockrow.singlebutton .button {
}

/* IE7 Float Fix */
.formcontrols .groupoption {
	display:block;
	clear:left;
}

/* DEBUG */
.group.radio,
.group.checkbox {
	background:#f2f6f8 none   ;
}

/* NEWEVENT.php TEMP */
.formcontrols .blockrow .group.checkradio .daycheckboxes li {
	float:left;
	padding-right:1em;
	padding-top:0.5em;
}

/*For the search, not worth creating a new css file*/
.savepreferences {
	float:left;text-align:left;width:49.5%;
}

/* Facebook Stuff */
.formcontrols #fbregbox.blockrow.hidden {
	visibility: hidden;
}

/* Fix for item 37360 */
#tag_list_cell .formcontrols .blockrow .group li label, #tag_list_cell .formcontrols .blockrow .group dt label { width: auto; }
#tag_edit_list li { clear: right; width: auto; margin-right: 10px;}
#tag_list_cell .formcontrols .blockrow .group li { margin-top: 0; }


.config_customize{
	background-color: transparent;
	padding: 0px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 5px;
}

.config_customize_header{
	width: 100%;
	clear: both;
	display: block;
	text-align: left;
	background-color: #666666;
	height: 31px;
}

.config_editlink {
	padding: 0px 20px 3px 20px;
	background-color: #444444;
	border: 1px solid #444444;
	font-weight: bold;
	font-size: 110%;
	color: #C0C0C0;
	height: 25px;
	margin: 3px 10px 3px 0px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius:  5px;
	cursor:pointer;
	text-shadow: 2px 2px 2px #000000;
}

.config_editlink:hover{
	background-color: #666666;

}
.config_save {
	padding: 0px 20px 3px 20px;
	background-color: #77AA11;
	border: 1px solid #77AA11;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
	height: 25px;
	margin: 3px 10px 3px 10px;
	margin: 3px 10px 3px 10px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius:  5px;
	cursor:pointer;
	text-shadow: 3px 3px 3px #333333;
}

.config_save:hover{
	background-color: #AADD11;

}
.config_customize_pages {
	background-color: transparent;
	color: #222222;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.config_customize_page {
	background-color: transparent;
	color: #222222;
	display:block;
	padding: 15px;
	width:100%;
	clear:right;
	float:left;
	font-weight: bold;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


.picker-holder
{
	display:block;
	text-align:center;
	margin:auto;
	top: 20px;
	background-color: #ffffff;
}


.picker{
	background-color: #aaaaaa;
	background: -moz-linear-gradient(#eeeeee,#999999);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(white), to(#aaaaaa) ); 
	display:block;
}


.lightgraybackground{
	background-color: #ffffff;
	background: -moz-linear-gradient(#ffffff,#cccccc);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#cccccc) ); 
}


.centerbar
{
	position: absolute;
	width:2px;
	left: 50%;
}

.hbar
{
	height:2px;
	text-align:center;
	display:block;
	width:100%;
	margin-bottom: 4px;
}


.alert_box
{
	text-align:center;
	display:block;
	position:absolute;
	color: #222222;
	background-color: #aaaaaa;
	background: -moz-linear-gradient(#ffffff, #888888);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#888888) );
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: #000000 2px solid;
	z-index: 10;
}
.alert_box .hd
{
	text-align:center;
	display:none;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.alert_box .bd
{
	color: #222222;
	background: -moz-linear-gradient(#ffffff, #888888);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#888888) );
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
}

.alert_box .ft
{
	text-align: right;
	background: -moz-linear-gradient(#888888, #000000);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#888888), to(#000000) );
}

.alert_box .ft input.btn {
	display:none;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin: 4px 10px 4px 10px;
	color: #ffffff;
	background: -moz-linear-gradient(#888888, #000000);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#888888), to(#000000) );
	border: 1px #ffffff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	font-weight:bold;
}


.ok_button {
	display:none;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	width:80px;
	margin: 4px 10px 4px 10px;
	color: #ffffff;
	background: -moz-linear-gradient(#888888, #000000);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#888888), to(#000000) );
	border: 1px #ffffff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	font-weight:bold;
}

.attach_popup
{
	display: none;
	border: 1px #000000 solid;
	margin: 0px;
	padding: 0px;
	background-color: #aaaaaa;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.assetpicker_body
{
	display:block;
	width: 100%;
	background-color: #bbbbbb;
	background: -moz-linear-gradient(#ffffff,#999999);
	background: -webkit-gradient( linear, 0 0, 0 100%, from(white), to(#aaaaaa) );
	padding: 5px;
}
.transparent
{
	background-color: transparent;

}

.grey_select_item
{
	background-color: #eeeeee;

}

.tall_select
{
	height: 30px;
}

#qr_cancelbutton {
	background: none;
	border: none;
	width: 0;
	height: 0;
	visiblity: hidden;
	display: none;
}

#rating_deps {padding-left: 195px;}

#qr_preview, .button.preview {
	/*float: left;*/
	border: 0!important;
	background-image: none!important;
	background-color: transparent!important;
	margin-right: 3px;
}

#contactForm {
	max-width: 620px;
	width: 620px;
}

#contactForm .formcontrols .section {
	padding: 0 15px 5px;
}

#contactForm .actionbuttons .group {
	position: relative;
}
#contactForm .actionbuttons .group span {
	position: absolute;
	left:0;
	bottom: 4px;
}

#contactForm .actionbuttons .group .submit {
	width: 100px;
}

#contactForm {
	max-width: 620px;
	width: 620px;
}

#lostForm {
	max-width: 550px;
	width: 550px;
}

#lostForm .formcontrols .blockrow {
	padding: 10px 10px;
}

#lostForm .formcontrols .blockrow label {
	text-align: right;
	padding-right: 15px;
	margin-top: 5px;
	width: 150px; 
}


#lostForm .formcontrols .blockrow .singledescription {margin-bottom: 0; }


#loginForm {
	max-width: 470px;
	width: 470px;
}

#loginForm .formcontrols .blockrow {
	padding: 10px 10px;
}

#loginForm .formcontrols .blockrow label {
	text-align: right;
	padding-right: 15px;
	margin-top: 5px;
	width: 123px; 
}

#loginForm .formcontrols .remember {
	padding: 5px 10px 5px;
}

#loginForm .formcontrols .remember label{
	margin-top: 0;
}

#cb_cookieuser {vertical-align: text-top;}

.formcontrols.newreply {
	padding-top: 15px;
}

.formcontrols.newreply .blockrow .group li label,
.formcontrols.newreply .blockrow .group dt label {
	width:322px;
	float:left;
	text-align: right;
	padding-right: 10px;
}

.formcontrols.newreply .blockrow dl.dep_group dd, .formcontrols .blockrow .dep_group .deps {
	margin-left:332px;
	margin-top:2px;
	margin-bottom:0.2em;
}

.formcontrols.newreply .blockrow .rightcol .primary {
	width: auto;
}

.replyblock {margin-bottom: 0; max-width:none; width: 100%;}
.replyblockbody {
	padding: 15px 15px;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
.replyblockcontent {/*padding-left: 222px;*/text-align:center;}
.replyblocknote {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;	
	padding: 2px 9px 17px;
	color: #777777;
	font-size: 11px;
}

.replyblocksep {margin-bottom: 14px;}
.texthint{color:#CCCCCC;}
a.replyregister{
	display:inline-block;
	margin-left: 12px;
	clear: left;
	color:#434343;
	position: relative;
	
	font-weight:bold;
	font-size:11px;
	text-align: center;
	
	/*padding: 4px 5px 3px;*/
	padding-top: 3px;
	width: 60px; 
	height: 16px;	

	background: url("../../images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
	border:1px solid #A8A8A8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius:3px;
    color: #434343;	
}

.replyconnection{margin-top: -10px;}

#replyLoginForm input {margin-right: 5px;}
#replyLoginForm #vb_login_username,
#replyLoginForm #vb_login_password_hint,
#replyLoginForm #vb_login_password {width: 77px}
#humanverify{width:314px; font-size:14px;}
#humanverifylabel{margin-right: 0; padding: 0!important; width: 183px;}
.blockfootquick{margin-bottom: 10px;}

.blockrow-unreg label {
	/*width: 205px!important;
	line-height:normal!important;*/
	width: 205px!important;
	float:none!important;
	text-align: left!important;
	font-weight: bold;
}
.blockrow-unreg .rightcol{
	/*margin-left:212px!important;*/
	margin-left: 0!important;
}
.blockrow-unreg .description{/*color: inherit!important;font-size:12px!important; line-height:normal!important;*/}

.blockheadinside {
	background: url("../../images/buttons/newbtn_middle.png") repeat-x scroll 0 0 #E3E3E3;
	border: 1px solid #D3D3D3!important;
	padding: 3px 10px;
	font-weight: bold;
}

.blockheadinside .main {
	display: block;
}

.blockheadinside .note {
	display: block;
	font-weight: normal;
	color: #777777;
	font-size: 11px;
}

#unregatnispam {
	padding: 0 10px; 
	color: #777777;
	font-size: 11px;
}
#unregatnispam label {
	padding-right: 2px;
	font-weight: bold;
	color: #3E3E3E;
}
#unregatnispam .fields {
	margin-top: 3px;
}

#unregatnispam .fields input {
	width: 385px;
}
fieldset.subscription {padding-right: 25px;}
fieldset.subscription dl {text-align: right; }
fieldset.subscription dt {display:inline-block;}
fieldset.subscription dd {display:inline-block; margin: 0 0 0 4px;}
fieldset.subscription ul {}
fieldset.subscription .actionbuttons {margin-top: 15px;}

#registerform #register_container .formcontrols .blockrow.textbelow {
}

#registerform #register_container .formcontrols .blockrow.textbelow p {
    margin-top: 2px;
}

#registerform #register_container .formcontrols .blockrow .group li label,
#registerform #register_container .formcontrols .blockrow label {
	width: 200px;
}
#registerform #register_container .rightcol {
    margin-left: 200px;
}

#registerform #register_container .formcontrols .blockrow.humanverify  .rightcol {
    margin-top: -1px;
}

#subscribethread .actionbuttons .group .button {font-size: 16px; font-weight:normal;}

#registerform .actionbuttons .group .button {
	margin-top: 1px;
}
.actionbuttons.registration {
	margin-right: 127px;
}

.newreply #pagetitle h1,
.newreply .blockhead,
.newreply .blockheadinside .main {
    font-size:14px;
}

.newreply #pagetitle .description, 
.newreply .blockheadinside .note, 
.newreply #unregatnispam {
    font-size:12px;
}

.postreplybuttons.actionbuttons .group .button,
#quick_reply .actionbuttons .group .button {
	font-size: 14px;
}

.vbform#quick_reply .blockfoot {
	padding-top: 5px;
}

/*** File: custom/css/jquery.colorbox.css ***/
body {-webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none;}

/* colorbox */
#tpgColorbox, #tpgCboxOverlay, #tpgCboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline:none;}
#tpgCboxOverlay{position:fixed; width:100%; height:100%;}
#tpgCboxMiddleLeft, #tpgCboxBottomLeft{clear:left;}
#tpgCboxContent{position:relative; overflow:hidden;}
#tpgCboxLoadedContent{overflow:auto; position: relative;}
#tpgCboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#tpgCboxTitle{margin:0;}
#tpgCboxLoadingOverlay, #tpgCboxLoadingGraphic{position:absolute; top:0; left:0; z-index:100; width:100%;}
#tpgCboxPrevious, #tpgCboxNext, #tpgCboxClose, #tpgCboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#tpgCboxOverlay{background:#000000;}
#tpgColorbox{}
    #tpgCboxTopLeft{width:10px; height:10px; background:#fff;}
    #tpgCboxTopRight{width:10px; height:10px; background:#fff;}
    #tpgCboxBottomLeft{width:10px; height:10px; background:#fff;}
    #tpgCboxBottomRight{width:10px; height:10px; background:#fff;}
    #tpgCboxMiddleLeft{width:10px; background:#fff;}
    #tpgCboxMiddleRight{width:10px; background:#fff;}
    #tpgCboxTopCenter{height:10px; background:#fff;}
    #tpgCboxBottomCenter{height:10px; background:#fff;}
    #tpgCboxContent{background:#fff;}
        #tpgCboxLeftHalf{display:block; position:absolute; top:0; left:0; z-index:95;  background-color:transparent; width:50%; cursor:pointer;}
        #tpgCboxRightHalf{display:block; position:absolute; top:0; right:0; z-index:96; background-color:transparent; width:50%; cursor:pointer;}
        #tpgCboxLoadedContent{position:absolute; top:0; left:0; z-index:90; margin-bottom:55px;}
        #tpgCboxTitle{position:absolute; bottom:30px; left:0; text-align:center; width:100%; color:#333333; font-size:14px; font-weight:bold;}
        #tpgCboxCurrent{position:absolute; bottom:0; left:0; text-align:center; width:100%; color:#333333;}
        #tpgCboxCurrent a{text-decoration:underline;  color:#930002; margin: 0 5px;}
        #tpgCboxCurrent a:hover{text-decoration:none;}
        #tpgCboxSlideshow{position:absolute; bottom:0; right:30px; color:#0092ef;}
        #tpgCboxPrevious{position:absolute; bottom:20px; left:0px; text-align:left; width:80px; height:35px; line-height:35px; font-size:12px; font-weight:bold; color:#930002;}
        #tpgCboxPrevious.hover{}
        #tpgCboxNext{position:absolute; bottom:20px; right:0; text-align:right; width:50px; height:35px; line-height:35px; font-size:12px; font-weight:bold; color:#930002;}
        #tpgCboxNext.hover{}
        /*#tpgCboxLoadingGraphic{background:url('/images/main/colorbox/loading_bar.gif') center center no-repeat;}*/
        #tpgCboxLoadingGraphic{}
        #tpgCboxClose{position:absolute; top:1px; right:0; z-index:1000; background:url('http://www.thethemeparkguy.com/images/main/colorbox/close.png') top right no-repeat; width:22px; height:22px; text-indent:-9999px; border-style:none;}
        #tpgCboxLoadedContent iframe{z-index:10;position: relative;}
/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.

.cboxIE #tpgCboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #tpgCboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #tpgCboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #tpgCboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #tpgCboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #tpgCboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #tpgCboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #tpgCboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://assets.maroc.ro/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
*/

#tpgColorbox.restrict{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:0!important;text-align:center;}
#restriction.show {display:block;}
#restriction .hide {display:none;}
#restriction p{font-size: 16px; padding: 8px; margin:10px 0 11px; /*margin: 15px 0 14px;*/ line-height: normal;}
.restrictText a {font-size: 16px; line-height: normal; color: #BE080C; text-decoration: underline;}
.restrictText a:hover {color: #434343;}
#restrictTitle{background:#b33423; color:#ffffff;font-size:22px;padding:15px 8px;line-height: normal;}
#restrictLogo{text-align:center; margin-top: -20px;}
#restrictLogo .tpg {}
#restrictLogo .themeparx {}
#restrictForm{padding-top: 2px; /*padding-bottom:19px;*/ padding-bottom:23px;}
#restrictForm label {width:auto; float:none; margin-right: 10px; font-weight:normal; font-size:18px;}
#restrictEmail {width:350px;margin-right:10px; font-size: 18px; padding: 5px 7px; margin-top: 0;}
#restrictSubmit { background-color:#B33423; border:none; color:#FFFFFF; font-size:18px; padding:7px 15px; margin: 0; background: -webkit-linear-gradient(#FF8C97, #B33423); background: -o-linear-gradient(#FF8C97, #B33423); background: -moz-linear-gradient(#FF8C97, #B33423); background: linear-gradient(#FF8C97, #B33423); -webkit-border-radius: 5px;-moz-border-radius:5px; border-radius: 5px;}
#restriction #restrictError {margin:0; padding:0 0 23px; text-align:center; font-size:16px; color:#FF0000;}
#restriction #restrictError a {color:#BE080C; text-decoration:none; font-size: 16px;}
#restriction #restrictError a:hover {text-decoration:underline;}
/*#restrictOverlay {width:1240px !important;}*/

#restrictSkip {margin-top: -4px; padding-bottom: 21px;}
#restrictSkip a {color:#BE080C; text-decoration:none; font-size: 16px;}
#restrictSkip a:hover{text-decoration:underline;}
#restrictComeBack, #restrictDenied {font-size:26px; /*margin-top:58px;*/margin-top:55px;}
.restrictionRude {font-size:26px!important; margin:48px 0 0!important;}
.restrictionRude.small {margin:35px 0 0!important;}

/* Tablet landscape */
@media screen and (max-device-width: 1048px) {/*if screen < 1048*/
    #restrictOverlay {height:100%; left:0; opacity:0.9; position:absolute; top:0; width:100%; z-index:990; background-color:#000000;}
    #restriction {width:90%; left:5%; position:fixed; top:30%; z-index:999; background-color:#FFFFFF; text-align:center; border-radius:5px;}
    #restrictTitle {font-size:30px; line-height:30px;}
    #restriction p {font-size:24px; line-height:24px; padding: 15px 20px;}
    #restriction span.br {display:block;}
    .restrictText a {font-size:24px; line-height:24px;}
    #restrictForm {padding-bottom:30px;}
    #restrictForm label {font-size:26px; line-height:26px;}
    #restrictEmail {width:30%; font-size:26px; line-height:26px;}
    #restrictSubmit {font-size:26px; line-height:26px;}
    #restriction #restrictError {font-size:24px; padding:0 0 30px; margin-top: -2px;}
    #restriction #restrictError a {font-size:24px;}
    #restrictSkip {margin-top: -12px;}
    #restrictSkip a {font-size:24px;}
    #restrictComeBack, #restrictDenied {font-size:30px; margin-top: 50px; margin-bottom: 55px;}
}

/* Tablet portrait */
@media screen and (max-device-width: 768px) {
}

/* Phablet landscape */
@media screen and (max-device-width: 736px) {    
    #restrictOverlay, #restriction {display:none;}
    
    #tpgColorbox {
        top:0 !important;
        left:auto !important;
        width:100% !important;
        height:100px !important;
    }
    
    #tpgCboxWrapper{
        position:relative!important;
        width:100% !important;
        height:auto !important;    
    }
    
    #tpgCboxContent{
        position:relative!important;
        width:100% !important;
        height:auto !important;    
    }
    
    #restriction {
        width: 100%!important;
        margin-left:auto!important;
        margin-right:auto;
        top: 30%!important;
        left:0!important;
    }
    
    #restriction span.br {display:block;}
    
    #restrictTitle {
        font-size: 45px;
        line-height: 60px;
    }
    
    #restriction p {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 16px;
    }
    
    #restrictSkip a { 
        font-size: 45px;    
    }
    
    #restrictForm {padding:0; margin:0 0 16px 0;}
    
    #restrictForm label {
        text-align: center;
        font-size: 50px;
        line-height: 50px;
        font-weight: bold;
        margin: 0;
    }
    
    #restrictEmail {
        
        font-size: 50px;
        line-height: 50px;
        padding: 22px 30px;
        margin: 0 17px 0 15px;
        width: 50%;
    }
    
    #restrictSubmit {
        margin: 0;
        font-size: 50px;
        line-height: 50px;
        padding: 26px 60px;
    }  
    
    #restrictSkip {
        padding-bottom: 25px;
    } 
    
}    

/*** File: tpg/css/custom.css ***/
.postbit .postrow {font-size:14px!important;}
.postbit .posttitle {font-size:14px!important;}
.bbcode_container div.bbcode_quote {font-size:14px!important;}

/* World Map */
#world-map h1 {font-weight:bold; font-size: 20px; margin-bottom:15px; text-align:center;}
#world-map iframe {border: solid 1px #e3e3e3; height:600px; width:100%;}

/* Login  */
#navbar_loginform.topbuttons {margin: 16px 20px 0 0;} 
#navbar_loginform.topbuttons div {margin-bottom:10px;}
#navbar_loginform.topbuttons a {padding: 4px 5px; display:inline-block; text-align:center; margin: 0 5px 0 0}
#navbar_loginform.topbuttons a:hover {text-decoration:none;}
#navbar_loginform.topbuttons .loginbutton {min-width:60px;}
#navbar_loginform.topbuttons .loginbutton.signin {}
#navbar_loginform.topbuttons .loginbutton.signup {margin-left:0;}
#no-register {position:absolute; bottom:5px; right:10px; margin:0;}
#no-register a {color:#3E3E3E; text-decoration:none;}
#no-register a:hover {text-decoration:none;}

/* Login pages */
.vbform .actionbuttons .links {float:left;font-size:14px;margin-top:2px;}
.vbform .actionbuttons .links a {font-weight:bold;}

.registration_message {font-size: 16px; margin: 15px auto 30px; text-align: center;}
.registration_message strong {font-weight:bold;}
.login_message {font-size: 16px; margin: -25px auto 35px; text-align: center;}
.login_message strong {font-weight:bold;}

/* Contact form */
#contactForm {margin-top:20px;}
#contactForm h2 {font-size:14px;}
#contactForm .formcontrols .section {padding: 5px 15px 5px;}
#contactForm .formcontrols .blockrow label {font-size:14px; width:150px;}
#contactForm .formcontrols .blockrow .rightcol {margin-left: 150px;}
#contactForm .formcontrols .blockrow .rightcol label {width:100%;}

#contactForm .formcontrols .blockrow .description {font-size:13px;}
#contactForm .formcontrols .blockrow .primary {width:417px;}
#contactForm .actionbuttons .group .button {font-size:14px;}
#contactForm .blockhead {padding: 10px 10px; text-align:center;}


.tours ul.rotate {font-size: 28px; text-align:center;}
.tours ul.rotate li {display:none}

@media only screen and (max-device-width : 1024px) { 

}

@media only screen and (max-device-width : 667px) { 

}