/*
Theme Name: XVisionblog
Theme URI: http://www.vivaf1.com
Description: Viva F1 weblog theme
Author: Maverick
Author URI: http://www.vivaf1.com
Version: 1.0
 
Enjoy! Please leave the linkback though.
 
*/
body {
	font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	color : #353535;
	background: #ffffff;
	font-size : 65%;
	margin : 0;
	height: 100%;
}
 
small {
	font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 0.8em; }
 
h1, h2, h3, h4, h5, h6 {
	font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold; }

h1 { font-size: 2.4em; }
 
h2 { font-size: 1.8em; }
 
h3 { font-size: 1.3em; }
 
h4 { font-size: 1em; }
 
pre { overflow:auto; }
 
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999; }
 
a {
	color: #353535;
	text-decoration: none; }
a:link {
color : #964E4E;
text-decoration : none;
}
a:active {
color : #964E4E;
text-decoration : none;
}
a:visited {
color : #964E4E;
text-decoration : none;
}
a:hover {
color : #A9A9A9;
text-decoration : none;
}
 
hr { display: none; }

.clear {clear:both;}
 
code {
	border-left : 3px solid #99FF33;
	background : #e0e0e0;
	color : #000000;
	font-size:0.9em;
	padding:5px 20px;
	margin:5px 0; }
 
/* Layout */
body {
	margin: 0;
	padding: 0; }
 
#bigwrap {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow:hidden; 
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background:#fff;
	overflow:hidden; }
 
#header {
	margin: 0 auto;
	padding: 0;
	width: 960px; }
 
#wrapper { padding:0px 0px 1px 0px; }
 
#content {
	margin:0;
	padding:0;
	width:740px;
	float:left;
	background:#fff; }
 
#contentcontent {
	margin:0px;
	padding:0px;
	background:#fff; }
 
#sidebar {
	width:220px;
	float:right;
	margin:0;
	padding:0px;
	background:#fff; }
	
#menubar {
	width:107px;
	float:left;
	margin:0;
	padding:0px;
	background:#fff; }
 
#footer {
	margin: 20px auto;
	clear: both; }
 
#border { border-bottom: 1px solid #CC00CC; }


/* Header */
#header h1 {
	margin:20px 0 20px ;
	font-size:5em;
	font-color:#fff; }
 
	#header h1 a { color:#fff; }
 
#header h2 {
	margin:5px 20px;
	font-size:1.5em;
	font-color:#fff; }
 
	#header h2 a { color:#fff; }
 
#header .description { font-size:1.2em; }
 
#hmenu {
	margin:0 20px;
	padding:20px 0; }
 
	#hmenu ul {
		display:inline;
		margin:0;
		padding:0; }
 
		#hmenu ul li {
			padding:0;
			display:inline;
			margin:0 20px 0 0; }
 
		#hmenu ul li {
			font-size:1.2em;
			font-weight:bold; }
 
#header, #hmenu { background:url(images/border_h.png) repeat-x bottom; }
 
/* Post */
.post {
	margin: 0px;
	padding:20px 10px 20px 2px; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	background-color : #f1f1f1;
	border : 1px solid #FFFFFF; }
 
	.post h2 {
		margin:0;
		padding:0;
		text-align:left; }
 
	.post h3.post-title {
		font-weight:bold;
		font-size:1.8em;
		margin:0;
		padding:0;
		text-align:left; }
 
div.archive-title {
	font-size:1.6em;
	font-weight:bold; }
 
.post hr { display: block; }
 
.postmetadata {
	clear: both;
	font-size:1.2em;
	color:#A9A9A9; }
	
.postmetaend {
	clear: both;
	font-size:1.0em;
	text-align:right;
	color:#A9A9A9; }
 
.clear { clear: both; }
 
/*.entry {
	font-size:1.4em;
	line-height:1.4em;
	margin:20px 0;
}*/
.entry img { margin:10px; }
 
.entry blockquote {
	border-left : 3px solid #4F964F;
	border-right : 3px solid #4F964F;
	background : #EEEEEE;
	color : #000000;
	font-size:1.05em;
	padding:5px 20px;
	margin:20px 20px; }
 
	.entry blockquote blockquote { font-size:1em; }
 
.entry fieldset { border:1px dashed #ccc; }
 
	.entry fieldset legend {
		font-weight:bold;
		text-transform:uppercase; }
 
.entry table {
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	text-align: left;
	font-size:1.05em; }
 
	.entry table tr td {
		padding-right:25px;
		border-width:0px;
		border-style:solid;
		border-color:#FFFFFF;
		background : #FFFFFF;
		font-weight:bold;
		text-align:left;
		font-size:1.05em; }
 
	.entry table tr th {
		padding-top:14px;
		padding-right:25px;
		border-width:0px;
		border-style:solid;
		border-color:#FFFFFF;
		background : #FFFFFF;
		font-weight:bold;
		text-align:left;
		font-size:1.05em; }
 
.entry ol { list-style-type:decimal; }
 
	.entry ol ol { list-style-type:lower-alpha; }
 
		.entry ol ol ol { list-style-type:lower-roman; }
 
p img {
	max-width: 100%; }
 
img.centered {
	display: block;
	margin: 0 auto 2px auto; }
	
img.alignright {
	margin: 14px 0 14px 14px;
	padding: 1px;
	border: #353535 solid thin;
	background-color: #ffffff;
	display: inline;
	float: right;
	}

img.alignleft {
	margin: 14px 14px 14px 0;
	padding: 1px;
	border: #353535 solid thin;
	background-color: #ffffff;
	display: inline;
	float: left;
	}

img.thumbnail {
	margin: 6px 4px 2px 4px;
	padding: 1px;
	border: #353535 solid thin;
	background-color: #ffffff;
	}
 
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
.wp-caption {
	border: 1px solid #FF00FF;
	text-align: center;
	background-color: #FF00FF;
	padding-top: 4px; }
 
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none; }
 
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0; }
 
.searchbox {
	padding:20px;
	text-align:center;
	clear:both; }
 
.center { text-align: center; }
 
.hidden { display: none; }
 
/* Sidebar */
#sidebarcontent {
	background:#fff;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 15px;
	border-left: thin dotted #fff;
	font: 112% Verdana, Georgia, Helvetica; }

#sidebar h2 {
	color : #353535;
	font-size : 1.05em;
	font-weight : bold;
	text-align:left;
	padding : 3px 10px 3px 1px;
	border-bottom: 2px solid #FFFFFF;
	border-top: 20px solid #FFFFFF;
	background:#fff; }
 
#sidebar h3 {
	color : #ffffff;
	font-size : 1.05em;
	font-weight : bold;
	text-align:left;
	padding : 3px 10px 3px 10px;
	border-bottom: 2px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	background:#fff; }
	
#sidebar h3 a, h3 a:visited {
color : #FFFFFF !important ;
text-decoration : none;
}
#sidebar h3 a:hover {
color : #4F964F !important ;
text-decoration : none;
}
 
#sidebar ul, #sidebar ul ol {
	margin: 0;
	background:#FFFFFF;
	text-align:left;
	border-bottom: 1px solid #FFFFFF;
	padding : 5px 5px 0px 5px; }
 
#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px; }
 
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
 
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 0; }
 
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 20px; }
 
.searchfield
{
  width: 145px;
}
/*#sidebar ul ol li {
	list-style: decimal outside;
	}*/
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0; }
 
/* Footer */
#footer {
	background: url('images/border_h.png') repeat-x top;
	padding:10px;
	text-align:center;
	font-size:1.1em;
	color:#888;
	margin:20px; }
 
/*Breadcrumb*/
/*Didn't use this in the end, but if you want to, see my tut at http://wphacks.com . Click on Alex Denning on the sidebar, under authors.*/
#breadcrumb {
	font: 11px Arial, Helvetica, sans-serif;
	height:30px;
	line-height:30px;
	color:#9b9b9b;
	border:solid 1px #cacaca;
	width:99%;
	overflow:hidden;
	margin:0px;
	padding:0px; }
 
	#breadcrumb a {
		height:30px;
		display:block;
		text-decoration: none;
		color:#000; }
 
.home {
	border:none;
	margin: 8px 0px; }
 
#breadcrumb a:hover { color:#35acc5; }
 
/*Navigation*/
#navigation { }
 
#navigationleft {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 60%;
	float:left; }
 
#navigationright {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 35%;
	float:right; }
 
div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(images/navBG.png) repeat-x 0 0 scroll;
	width:100%; }
 
	div.hoverBtn a {
		position: 		relative;
		z-index: 		2;
		display: 		block;
		width: 			100px;
		height: 		30px;
		line-height: 		30px;
		text-align: 		center;
		font-size:		1.1em;
		text-decoration:	none;
		color:			#fff;
		background:		transparent none repeat-x 0 0 scroll; }
 
	div.hoverBtn div {
		display:		none;
		position: 		absolute;
		z-index: 		1;
		top: 			0px;
		background:		white url(images/navHover.png) repeat-x 0 0 scroll; }
 
/*Author stuff, comment styling*/
.postauthor {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	padding: 10px;
	margin: 10px 0;
	height: 100px; }
 
	.postauthor h4 {
		font-size: 1.2em;
		margin: 0 0 10px 0; }
 
	.postauthor img {
		float: left;
		margin: 0 15px 8px 0; }
 
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff; }
 
#commentform p { font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif; }
 
.commentmetadata { font-weight: normal; }
 
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0; }
 
#commentform { margin: 5px 10px 0 0; }
 
	#commentform textarea {
		width: 100%;
		padding: 2px; }
 
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
 
#commentform #submit {
	margin: 0 0 5px auto;
	float: right; }
 
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px; }
 
.commentlist {
	padding: 0;
	text-align: justify; }
 
	.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none; }
 
		.commentlist li ul li {
			margin-right: -5px;
			margin-left: 10px; }
 
	.commentlist p { margin: 10px 5px 10px 0; }
 
.children { padding: 0; }
 
#commentform p { margin: 5px 0; }
 
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0; }
 
.commentmetadata {
	margin: 0;
	display: block; }
.comment blockquote {
	border-left : 3px solid #4F964F;
	background : #EEEEEE;
	color : #000000;
	font-size:1.05em;
	padding:5px 20px;
	margin:10px 5px; }
 
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
.wp-caption {
	border: 1px solid #555456;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 10px; }
 
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none; }
 
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0; }
 
/* End captions */
/*125x125ads*/
#advertarea {
	padding-left:8px;
	clear:both;
	padding-top:10px; }
 
	#advertarea a {
		margin:5px;
		margin-right:15px;
		float:left; }

/* Start of Forum Copy */
		
h1 {
color : #353535;
font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight : bold;
font-size : 1.8em;
text-decoration : none;
}
h2 {
color : #353535;
font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight : bold;
font-size : 1.45em;
text-decoration : none;
}
h2 a, h2 a:visited {
color : #4F964F !important ;
text-decoration : none;
}
h2 a:hover {
color : #353535 !important ;
text-decoration : none;
}
h3 {
font-size : 1.3em;
font-weight : bold;
font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
line-height : 120%;
}
h4 {
font-size : 1em;
font-weight : bold;
margin : 0;
padding-top : 3px;
padding-left: 2px;
}

a.top_bar_button_1:link , a.top_bar_button_1:visited {
color : #ffffff;
}
a.top_bar_button_1:hover, a.top_bar_button_1:active {
color : #fefefe;
}
.top_bar_button_1 {
background : #353535;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 12px 0px 14px 0px;
text-decoration : none;
}
.top_bar_button_1:hover {
background : #4F964F;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 12px 0px 14px 0px;
text-decoration : none;
}

a.top_bar_button_4:link , a.top_bar_button_4:visited {
color : #ffffff;
}
a.top_bar_button_4:hover, a.top_bar_button_4:active {
color : #fefefe;
}
.top_bar_button_4 {
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/VIVAbutton.png') repeat-x left 0%;
color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
height : 133px;
padding : 12px 0px 12px 0px;
text-decoration : none;
}
.top_bar_button_4:hover {
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/VIVAbutton.png') repeat-x left 100%;
color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
height : 133px;
padding : 12px 0px 12px 0px;
text-decoration : none;
}
a.menu_button_7a:link , a.menu_button_7a:visited {
color : #ffffff;
}
a.menu_button_7a:hover, a.menu_button_7a:active {
color : #fefefe;
}
.menu_button_7a {
background : #353535;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 6px 0px 6px 0px;
}

.menu_button_7a:hover {
background : #4F964F;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 6px 0px 6px 0px;
text-decoration : none;
}

a.menu_button_20:link , a.menu_button_20:visited {
color : #ffffff;
}
a.menu_button_20:hover, a.menu_button_20:active {
color : #fefefe;
}
.menu_button_20 {
background : #727272;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 2px 0px 4px 0px;
}

.menu_button_20:hover {
background : #4F964F;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 2px 0px 4px 0px;
}
a.menu_button_30:link , a.menu_button_30:visited {
color : #ffffff;
}
a.menu_button_30:hover, a.menu_button_30:active {
color : #fefefe;
}
.menu_button_30 {
background : #727272;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 2px 0px 4px 0px;
}

.menu_button_30:hover {
background : #4F964F;

color : #ffffff;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 12px;
width : 105px;
padding : 2px 0px 4px 0px;
}

/*---------------------------------------------------------------------------------------------*/

.top_center {
background : #FFFFFF;
border-top : 1px solid #ffffff;
width : 913px;
height : 46px;
font-weight : bold;
font-size : 1.3em;
text-align : center;
vertical-align : top;
white-space : nowrap;
overflow : hidden;
padding: 0px;
margin:0px;
}

.top_title {
color : #ffffff;
margin : 0;
padding: 0;

}



a.ovalbutton{
background: transparent url('http://www.vivaf1.com/styles/X-Vision/theme/images/oval_left.png') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 10px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 18px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
margin-top: 5px;
margin-bottom: 5px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #ffffff; /*button text color*/
font-weight: bold;
}

a.ovalbutton span{
background: transparent url('http://www.vivaf1.com/styles/X-Vision/theme/images/oval_right.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;

}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #cdcdcd; /*button text color*/
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

}




/*------ Header center button -------*/
#button_header_center a {   
display: block;   
background:  url(http://www.vivaf1.com/styles/X-Vision/theme/images/bg_buttons_c.png) top;   
width: 100%;   
height: 39px;   
}
#button_header_center a:hover {   
background:  url(http://www.vivaf1.com/styles/X-Vision/theme/images/bg_buttons_h.png)  bottom;   
}

    #nav-example {
    background:url("http://www.vivaf1.com/styles/X-Vision/theme/images/nav-final.jpg") no-repeat;
    width:490px;
    height:40px;
    margin:0;
    padding:0;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:40px;
    display:block;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {
    width: 98px;
    }
    #nav-example-02 {width: 131px;}
    #nav-example-03 {width: 123px;}
    #nav-example-04 {width: 138px;}

    #nav-example-01 a:hover {background:url("http://www.vivaf1.com/styles/X-Vision/theme/images/nav-final.jpg") 0px -40px no-repeat; }
    #nav-example-02 a:hover {background:url("http://www.vivaf1.com/styles/X-Vision/theme/images/nav-final.jpg") -98px -40px no-repeat; }
    #nav-example-03 a:hover {background:url("http://www.vivaf1.com/styles/X-Vision/theme/images/nav-final.jpg") -229px -40px no-repeat; }
    #nav-example-04 a:hover {background:url("http://www.vivaf1.com/styles/X-Vision/theme/images/nav-final.jpg") -352px -40px no-repeat; }
/* You have the right to customize this skin as you want as the credits remain in place.

DO NOT REMOVE CREDITS!!!!!!!!!

http://www.phpbb-skin.info/skinlab
Alpha Trion

*/


#top_logo {
margin : 0 0 0 0;
padding : 0 0 0 0;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/top_header.png') repeat-x top left;
height : 141px;
width : 911px;
border-top: 0px solid #ff6600;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;

/*border-left : 1px solid #404040;
border-right : 1px solid #404040;*/
white-space : nowrap;
overflow : hidden;
}

#logodesc {
margin-bottom : 5px;
padding : 5px 25px;
background : #d9dfe4;
border-bottom : 1px solid #FFFFFF;
}
/* You have the right to customize this skin as you want as the credits remain in place.

DO NOT REMOVE CREDITS!!!!!!!!!

http://www.phpbb-skin.info/skinlab
Alpha Trion

*/

a.cp_left:link , a.cp_left:visited {
color : #ffffff;
}
a.cp_left:hover, a.cp_left:active {
color : #fefefe;
}
.cp_left {
background : #353535;
border-right : 1px solid #ffffff;
border-left : 1px solid #ffffff;
color : #4d4c46;
font-weight : bold;
float : left;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
text-decoration : none;
}
.cp_left:hover {
background : #964E4E;
border-right : 1px solid #ffffff;
border-left : 1px solid #ffffff;
color : #cdcdcd;
font-weight : bold;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
text-decoration : none;
}

a.cp_right:link , a.cp_right:visited {
color : #ffffff;
}
a.cp_right:hover, a.cp_right:active {
color : #fefefe;
}
.cp_right {
background : #353535;
border-right : 1px solid #ffffff;
color : #4d4c46;
font-weight : bold;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
}
.cp_right:hover {
background : #964E4E;
border-right : 1px solid #ffffff;
color : #cdcdcd;
font-weight : bold;
float : right;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
text-decoration : none;
}
.cp_right_null {
background : #353535;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
color : #4d4c46;
font-weight : bold;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
}

a.cp_cl:link , a.cp_cl:visited {
color : #ffffff;
}
a.cp_cl:hover, a.cp_cl:active {
color : #fefefe;
}
.cp_cl {
background : #353535;
border-right : 1px solid #ffffff;
color : #404040;
font-weight : bold;
float:left;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
}
.cp_cl:hover {
background : #4F964F;
border-right : 1px solid #ffffff;
color : #cdcdcd;
font-weight : bold;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
text-decoration : none;
}


a.cp_cl_drop:link , a.cp_cl_drop:visited {
color : #ffffff;
}
a.cp_cl_drop:hover, a.cp_cl_drop:active {
color : #fefefe;
}
.cp_cl_drop {
background : #353535;
border-right : 1px solid #ffffff;
color : #404040;
font-weight : bold;
float:left;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 95px;
padding : 5px 5px 7px 5px;
}
.cp_cl_drop:hover {
background : #4F964F;
border-right : 1px solid #ffffff;
color : #cdcdcd;
font-weight : bold;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 95px;
padding : 5px 5px 7px 5px;
text-decoration : none;
}

a.cp_cr:link , a.cp_cr:visited {
color : #ffffff;
}
a.cp_cr:hover, a.cp_cr:active {
color : #fefefe;
}
.cp_cr {
background : #353535;
border-left : 1px solid #ffffff;
color : #4d4c46;
font-weight : bold;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
display: inline;
}

.cp_cr:hover {
background : #4F964F;
border-left : 1px solid #ffffff;
color : #cdcdcd;
font-weight : bold;
float : right;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
text-decoration : none;
}
a.cp_red:link , a.cp_admin:visited {
color : #ffffff;
}
a.cp_red:hover, a.cp_admin:active {
color : #fefefe;
}
.cp_red {
background : #964E4E;
border-left : 1px solid #ffffff;
color : #4d4c46;
font-weight : bold;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
}

.cp_red:hover {
background : #4F964F;
border-left : 1px solid #ffffff;
color : #cdcdcd;
font-weight : bold;
float : right;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
text-decoration : none;
}

a.cp_mod:link , a.cp_mod:visited {
color : #ffffff;
}
a.cp_mod:hover, a.cp_mod:active {
color : #fefefe;
}
.cp_mod {
background : #353535;
border-left : 1px solid #ffffff;
color : #4d4c46;
font-weight : bold;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
}

.cp_mod:hover {
background : #4F964F;
border-left : 1px solid #ffffff;
color : #cdcdcd;
font-weight : bold;
float : right;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 105px;
padding : 5px 0px 7px 0px;
text-decoration : none;
}
.cp_center {
background : #353535;
width : 955px;
height : 24px;
font-weight : bold;
font-size : 10px;
text-align : left;
vertical-align : top;
white-space : nowrap;
overflow : hidden;
padding: 0px;
margin:0px;
}

.cp_title {
color : #353535;
margin : 0;
padding: 0;

}
.cp_left {
background : #353535;
padding-left : 0px;
}
.cp_right {
background : #353535;
padding-right : 0px;
}

#dropmenudiv {
position : absolute;
border-left : 1px solid #ffffff;
border-top : 1px solid #ffffff;
border-right : 1px solid #ffffff;
font-family : verdana, sans-serif;
font-size : 11px;
line-height : 15px;
z-index : 100;
text-align : left;
margin : 0 0 0 0;

}
#dropmenudiv a {
width : 100%;
display : block;
text-indent : 10px;
padding : 5px 0;
text-decoration : none;
font-weight : bold;
color : #FFFFFF;
background-color : #ffffff;
border-bottom : 1px solid #ffffff;
background : #727272;
}
#dropmenudiv a:hover {
color : #ffffff;
background : #4F964F;
}

.pagination_left {
height : 1%;
width : auto;
text-align : left;
margin-top : 10px;
float : left;
}
.pagination {
height : 1%;
width : auto;
text-align : right;
margin-top : 5px;
float : right;
}
.pagination span.page-sep {
display : none;
}
li.pagination {
margin-top : 0;
}
.pagination strong, .pagination b {
font-weight : bold;
}
.pagination span strong {
padding : 1px 3px;
margin : 0 2px;
font-weight : normal;
color : #ffffff;
background-color : #ffc9a5;
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/pag_but_act.png') repeat-x right 100%;
border : 1px solid #FFFFFF;
font-size : 1.1em;
}
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
font-weight : normal;
text-decoration : none;
color : #171b20;
margin : 0 2px;
padding : 1px 3px;
background-color : #eeeeee;
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/pag_but.png') repeat-x right 0%;
border : 1px solid #FFFFFF;
font-size : 1.1em;
line-height : 1.6em;
}
.pagination span a:hover {
border-color : #FFFFFF;
background-color : #70afd7;
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/pag_but.png') repeat-x right 100%;
color : #fff;
text-decoration : none;
}
.pagination img {
vertical-align : middle;
}
.t_pagination {
height : 1%;
width : auto;
text-align : right;
margin-top : 5px;
}
.t_pagination span.page-sep {
display : none;
}
li.t_pagination {
margin-top : 0;
}
.t_pagination strong, .t_pagination b {
font-weight : bold;
}
.t_pagination span strong {
padding : 1px 3px;
margin : 0 2px;
font-weight : normal;
color : #171b20;
background-color : #ffc9a5;
border : 1px solid #FFFFFF;
font-size : 1.1em;
}
.t_pagination span a, .t_pagination span a:link, .t_pagination span a:visited, .t_pagination span a:active {
font-weight : normal;
text-decoration : none;
color : #171b20;
margin : 0 2px;
padding : 1px 3px;
background-color : #eeeeee;
border : 1px solid #FFFFFF;
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/pag_but.png') repeat-x right 0%;
font-size : 1.1em;
line-height : 1.5em;
}
.t_pagination span a:hover {
border-color : #FFFFFF;
background-color : #70afd7;
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/pag_but.png') repeat-x right 100%;
color : #fff;
text-decoration : none;
}
.t_pagination img {
vertical-align : middle;
}


.optionsbutton {
white-space : nowrap;
/*background-color : #ffffff;*/
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/button2.png') no-repeat right 0%;
/*background : #c2cfdf url('http://www.vivaf1.com/styles/X-Vision/theme/images/arrowd.png') no-repeat right 50%;*/
border : 1px solid #850E17;
color : #FFFFFF;
font-weight : bold;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 11px;
padding : 3px 35px 5px 15px;
}
.optionsbutton:hover {
white-space : nowrap;
/*background-color : #ffffff;*/
background :  url('http://www.vivaf1.com/styles/X-Vision/theme/images/button2.png') no-repeat right 100% ;
border : 1px solid #FFFFFF;
color : #171b20;
font-weight : bold;
float : right;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 11px;
padding : 3px 35px 5px 15px;
text-decoration : none;
}
.userbutton {
width : auto;
text-align : left;
padding : 7px;
font-weight : normal;
margin : 0 0;
border : 1px solid #FFFFFF;
background : #252525 url('http://www.vivaf1.com/styles/X-Vision/theme/images/button.png') repeat-x right 0%;
}
.userbutton:hover {
width : auto;
text-align : left;
padding : 7px;
font-weight : normal;
border : 1px solid #FFFFFF;
background : #252525 url('http://www.vivaf1.com/styles/X-Vision/theme/images/button.png') repeat-x right 100%;
}
.username a:link, .username a:visited, .username a:active {
font-size : 12px;
}

.h-pag {
color : #171b20;
font-size : 1.2em;
font-weight : bold;
text-align : left;
padding : 0 0 0 0;
}




a.top_link, a.top_link:visited {
color : #ffffff;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.top_link:hover, a.top_link:active {
color : #d8e2ef;

font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}



a.buttonlink, a.buttonlink:visited {
color : #d8e2ef;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.buttonlink:hover, a.buttonlink:active {
color : #ffffff;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.c-h-link, a.c-h-link:visited {
color : #FFFFFF;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;

}
a.c-h-link:hover, a.c-h-link:active {
color : #F2E6E7;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1em;
font-weight : bold;
text-decoration : none;
}
a.forumlink, a.forumlink:visited {
color : #171b20;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1.2em;
font-weight : bold;
text-decoration : underline;
}
a.forumlink:hover, a.forumlink:active {
color : #964E4E;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1.2em;
font-weight : bold;
text-decoration : none;
}
a.topictitle, a.topictitle:visited {
color : #171b20;
margin : 1px 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight : bold;
font-size : 1.1em;
text-decoration : underline;
}
a.topictitle:hover, a.topictitle:active {
color : #964E4E;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-decoration : none;
}
a.m-buttons-link, a.m-buttons-link:visited {
color : #222222;
margin : 1px 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight : bold;
font-size : 0.9em;
text-decoration : none;
}
a.m-buttons-link:hover, a.m-buttons-link:active {
color : #964E4E;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-decoration : none;
}
th a, th a:visited {
color : #FFFFFF !important ;
text-decoration : none;
}
th a:hover {
color : #FFFFFF !important ;
text-decoration : underline;
}

.post {
background-color : white;
border-style : solid;
border-width : 1px;
}

.post:visited{
background-color : white;
border : 1px solid;
}
.post:hover{
background-color : white;
border : 1px solid #FFFFFF;
}
.post:focus{
background-color : #F1F1F1;
border : 1px solid #FFFFFF;
}



.postb {
background-color : white;
border-style : solid;
border-width : 1px;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/btn.png') repeat-x left 0%;
cursor: pointer;
}
.postb:visited{
background-color : white;
border : 1px solid;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/btn.png') repeat-x left 0%;
}
.postb:hover{
background-color : white;
border : 1px solid #FFFFFF;
color: white;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/btn.png') repeat-x left 100%;
}
.postb:focus{
background-color : #faf9ba;
border : 1px solid #FFFFFF;
}

.btnmain {
font-weight : bold;
background-color : #ececec;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/btn.png') repeat-x left 0%;
border : 1px solid #FFFFFF;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnmain:hover {
font-weight : bold;
color: #ffffff;
background-color : #ececec;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/btn.png') repeat-x left 100%;
border : 1px solid #FFFFFF;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnlite {
font-weight : normal;
background-color : #ffffff;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/btn.png') repeat-x left 0%;
border : 1px solid #FFFFFF;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnlite:hover {
font-weight : normal;
color: #ffffff;
background-color : #ffffff;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/btn.png') repeat-x left 100%;
border : 1px solid #FFFFFF;
cursor : pointer;
padding : 1px 5px;
font-size : 1.1em;
}
.btnfile {
font-weight : normal;
background-color : #ececec;
border : 1px solid #FFFFFF;
padding : 1px 5px;
font-size : 1.1em;
}
.helpline {
background-color : #dee3e7;
border-style : 1px solid #FFFFFF;
}

* {
margin : 0;
padding : 0;
}
html {
font-size : 100%;
}

#wrapheader {
min-height : 120px;
height : auto !important ;
height : 120px;
padding : 10px 10px 10px 10px;
margin : 10px 10px 10px 10px;
border: 1px solid #ffffff;
background-color: #ffffff;
}
#wrapcentre {
margin : 15px 0px 0 0px;
height: 100%;
}

#wrapfooter {
text-align : center;
clear : both;
height: 100%;
}
#wrapnav {
width : 100%;
margin : 0;
background-color : #ececec;
border-width : 1px;
border-style : solid;
border-color : #ffffff;
}

#menubar {
margin : 0 25px;
}
#datebar {
margin : 10px 25px 0 25px;
}
#findbar {
width : 100%;
margin : 0;
padding : 0;
border : 0;
}

.gensmallclock {
color: #22CC44;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/clock.png') no-repeat top right;
margin: 0px 0px;
padding-bottom:15px;
padding-top:15px;
font-size: 1em;
width: 250px;
}


.h-pag-l {
color : #171b20;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/pag.png') repeat-x top left;
border-left : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
border-top : 1px solid #ffffff;
height : 36px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : left;
vertical-align : middle;
white-space : nowrap;
}
.h-pag-r {
color : #ffcc33;
background : #111111 url('http://www.vivaf1.com/styles/X-Vision/theme/images/pag.png') repeat-x top left;
border-bottom : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-top : 1px solid #ffffff;
height : 36px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : bold;
text-align : left;
white-space : nowrap;
padding-top : 0;
}

.forumrules {
background: #FFFFFF url('http://www.vivaf1.com/styles/X-Vision/theme/images/rules_header.png') repeat-x top left;
border-width : 1px;
border-style : solid;
border-color : #FFFFFF;
padding : 4px;
font-weight : normal;
font-size : 1.1em;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.forumrules_main {
background-color : #e79895;
/*background-color : #ccd9ea;*/
border-width : 1px;
border-style : solid;
border-color : #FFFFFF;
padding : 4px;
font-weight : normal;
font-size : 1.1em;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color : #880000;
}

p {
font-size : 1.1em;
}
p.moderators {
margin : 0;
float : left;
color : black;
font-weight : bold;
}
.rtl p.moderators {
float : right;
}
p.linkmcp {
margin : 0;
float : right;
white-space : nowrap;
}
.rtl p.linkmcp {
float : left;
}
p.breadcrumbs {
margin : 0;
float : left;
color : black;
font-weight : bold;
white-space : normal;
font-size : 1em;
}
.rtl p.breadcrumbs {
float : right;
}
p.datetime {
margin : 0;
float : right;
white-space : nowrap;
font-size : 1em;
}
.rtl p.datetime {
float : left;
}
p.searchbar {
padding : 2px 0;
white-space : nowrap;
}
p.searchbarreg {
margin : 0;
float : right;
white-space : nowrap;
}
.rtl p.searchbarreg {
float : left;
}
p.forumdesc {
padding-bottom : 4px;
}
p.topicauthor {
margin : 1px 0;
}
p.topicdetails {
margin : 1px 0;
color : #171b20;
}
p.topicdetails_pt {
margin : 1px 0;
color : #171b20;
font-size: 1.4em;
font-weight: bold;
}
p.topicdetails2 {
margin : 1px 0;
color : #171b20;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
margin : 1px 0;
color : red;
font-weight : bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color : green;
font-weight : bold;
}
.postapprove img, .postreported img {
vertical-align : bottom;
}
.postauthor {
color : #171b20;
font-size : 1.2em;
font-weight : bold;
}
.postdetails {
color : #171b20;
}
.postbody {
color : #050505;
font-size : 1.3em;
line-height : 1.4em;
font-family : "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
min-height : 15px;
}
.postbody li, ol, ul {
margin : 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin : 0 1.5em 0 0;
}
.postbody_faq {
color : #171b20;
font-size : 1.3em;
line-height : 1.4em;
font-family : "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.postbody_faq li, ol, ul {
margin : 0 0 0 1.5em;
}
.rtl .postbody_faq li, .rtl ol, .rtl ul {
margin : 0 1.5em 0 0;
}
.posthilit {
background-color : yellow;
}
.nav {
margin : 0;
color : #171b20;
font-weight : bold;
}


.gen {
margin : 1px 1px;
color : #171b20;
font-size : 1.2em;
}
.genx {
margin : 1px 1px;
color : #171b20;
font-size : 1.0em;
}
.genmed {
margin : 1px 1px;
color : #171b20;
font-size : 1.1em;
}
.gensmall {
margin : 1px 1px;
color : #171b20;
font-size : 1em;
}
.copyright {
color : #444;
font-weight : normal;
font-family : "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.titles {
font-family : "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight : bold;
font-size : 1.3em;
text-decoration : none;
}
.error {
color : red;
}
th {
color : #222222;
font-size : 1.1em;
font-weight : bold;
background-color : #C0C0C0;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/bg.png');
white-space : nowrap;
padding : 5px 1px;
border-top : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
}
td {
padding : 2px;
}
td.profile {
padding : 4px;
padding-top : 0;
background-color : #FfFfFf;
border-right : 1px solid #ffffff;
}
td.profile_b {
padding : 4px;
background-color : #ffffff;
border-top : 1px solid #ffffff;
}
.tablebg {
color : #171b20;
background-color : #ffffff;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
}
.tablebg_trbl {
background-color : #B6B6B6;
border : 1px solid #FFFFFF;
}
.tablebg_footer {
background-color : #ffffff;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-c.png') repeat-x;
line-height: 28px;

border-bottom : 1px solid #FFFFFF;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
}
.tablebg_rl {
background-color : #B6B6B6;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
}
.tablebg_trl {
background-color : #ffffff;
border-top : 1px solid #ffffff;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
}
.tablebg_desc {
padding : 4px;
}

.catdiv {
height : 28px;
margin : 0;
padding : 0;
border : 0;
background : white url('http://www.vivaf1.com/styles/X-Vision/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
background : white url('http://www.vivaf1.com/styles/X-Vision/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}
.cat {
height : 28px;
margin : 0;
padding : 0;
border-top : 1px solid #FFFFFF;
background-color : #CCCCCC;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/cat-bottom.png');
text-indent : 4px;
}
.cat_chat {
height : 28px;
margin : 0;
padding : 0;
border-top : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
background-color : #abc4e5;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/cat-bottom.png');
text-indent : 4px;
}
.catold {
height : 28px;
margin : 0;
padding : 0;
border-top : 1px solid #FFFFFF;
background-color : #6b8dba;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/cat-bottom.png');
text-indent : 4px;
}
.cat_online {
font-size : 1.2em;
color : #222222;
margin : 0;
padding : 0;
border-top : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
background-color : #C0C0C0;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/bg.png');
text-indent : 4px;
padding-top: 4px;
padding-bottom: 5px;
}
.cat_online_top {
font-size : 1.2em;

margin : 0;
padding : 0;
/*border-top : 1px solid #FFFFFF;*/
border-bottom : 1px solid #FFFFFF;
background-color : #C0C0C0;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/bg.png');
text-indent : 4px;
padding-top: 4px;
padding-bottom: 5px;
}
.cat_online_top_2 {
font-size : 1.2em;
text-align: center;
margin : 0;
padding : 0;
border-top : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
background-color : #C0C0C0;
background-image : url('http://www.vivaf1.com/styles/X-Vision/theme/images/bg.png');
text-indent : 4px;
padding-top: 6px;
padding-bottom: 7px;
}

.c-h-c {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-c.png') repeat-x top left;
width : 100%;
height : 27px;
margin : 0;
font-weight : bold;
font-size : 1.3em;
text-align : left;
vertical-align : middle;
white-space : nowrap;
overflow : hidden;
}
.c-h-l {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-l.png') no-repeat top left;
padding-left : 25px;
height : 27px;
}
.c-h-r {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-r.png') no-repeat top right;
padding-right : 10px;
height : 27px;
}
.c-h-title {
color : #FFFFFF;
margin-top : 2px;
}
.c-f-c {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-f-c.png') repeat-x bottom left;
height : 11px;
font-size : 0.1em;
margin : 0;
white-space : nowrap;
overflow : hidden;
}
.c-f-c-2 {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-f-c.png') repeat-x bottom left;
height : 12px;
font-size : 0.1em;
margin : 0;
white-space : nowrap;
overflow : hidden;
}
.c-f-l {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-f-l.png') no-repeat bottom left;
padding-left : 25px;
}
.c-f-r {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-f-r.png') no-repeat bottom right;
padding-right : 10px;
}
.ticker {
background-color : #f1f1f1;
padding : 4px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
}
.row1 {
background-color : #f1f1f1;
padding : 4px;
}
.row_footer {
color: black;
padding-top: 4px;
padding-bottom:4px;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-c.png') repeat-x top left;
}
.row11 {
background-color : #ccd9ea;
padding : 5px;
}
.row1_t {
background-color : #f1f1f1;
padding : 4px;
/*border-top : 1px solid #FFFFFF;*/
height : 25px;
}
.row2 {
background-color : #f1f1f1;
padding : 4px;
}
.rowx1 {
background-color : #f1f1f1;
border-left : 3px solid #964E4E;
padding : 4px;
}
.rowx2 {
background-color : #f1f1f1;
border-left : 3px solid #964E4E;
padding : 4px;
}
.row3 {
background-color : #964E4E;
color : #ffffff;
padding : 3px;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-c.png') repeat-x bottom;

border-bottom : 1px solid #FFFFFF;
}
.row3t {
background-color : #964E4E;
padding : 6px;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-c.png') repeat-x bottom;
border-bottom : 1px solid #FFFFFF;
}


.row_announcements_title {
background-color : #964E4E;
padding : 3px;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-c.png') repeat-x bottom;
border-bottom : 1px solid #FFFFFF;
}
.row_topics_title {
background-color : #964E4E;
padding : 3px;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-h-c.png') repeat-x bottom;
border-top : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
}


.row4 {
background-color : #dddddd;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
padding : 7px;
}

.row5 {
background-color : #dddddd;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;

}
.row6 {
background-color : #dddddd;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
padding: 5px;
}
.rowhub {
color : #ffffff;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
font-weight : bold;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
padding : 5px 12px 7px 15px;
}
.row7 {
background-color : #ffffff;
padding : 4px;
}
.row8 {
background-color : #E7E7E7;
padding : 3px;
}
.row9 {
background-color : #999999;
color : #ffffff;
white-space: nowrap
padding : 3px;
}
.row_desc {
background-color : #dedede;
border-left : 1px solid #404040;
border-right : 1px solid #404040;
border-bottom : 1px solid #404040;
border-top : 1px solid #404040;
padding : 7px;
}
.row_select_title {
background-color : #cdcdcd;
/*border-left : 1px solid #404040;
border-right : 1px solid #404040;*/
/*border-bottom : 1px solid #404040;
border-top : 1px solid #404040;*/
padding-top : 2px;
padding-bottom : 0px;
padding-left: 4px;

border: 1px solid #FFFFFF;
}
.row_select {
background-color : #E7E7E7;

border-bottom : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
padding: 5px;
}
.row_select_hover {
background-color : #dddddd;

border-bottom : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
padding: 3px;
padding-left:4px;
}
.poster_row {
background-color : #ddddcc;
padding : 4px;
}
.spacer {
background-color : #964E4E;
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/c-f-c.png') repeat-x top left;

}
hr {
height : 1px;
border-width : 0;
background-color : #D7D7D7;
color : #D7D7D7;
}
.legend {
text-align : center;
margin : 0 auto;
}

form {
margin : 0;
padding : 0;
border : 0;
}
input {
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : normal;
padding : 1px;
border : 1px solid #D7D7D7;
background-color : #fafafa;
}

textarea {
background-color : #ffffff;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #D7D7D7;
padding : 2px;
}
textarea:visited {
background-color : #ffffff;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #D7D7D7;
padding : 2px;
}
textarea:hover {
background-color : #ffffff;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #555555;
padding : 2px;
}
textarea:focus {
background-color : #FFFfff;
color : #333333;
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
line-height : 1.4em;
font-weight : normal;
border : 1px solid #555555;
padding : 2px;
}
select {
color : #333333;
background-color : #ffffff;
font-family : "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : normal;
border : 1px solid #d7d7d7;
padding : 1px;
}
option {
padding : 0 1em 0 0;
}
option.disabled-option {
color : GrayText;
}
.rtl option {
padding : 0 0 0 1em;
}
input.radio {
border : none;
background-color : transparent;
}

.quotetitle {
background : #e0e0e0;
color : #222222;
border-left : 3px solid #4F964F;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-align : left;
overflow : auto;
padding : 5px;
margin-top : 10px;
}
.attachtitle {
background : #e0e0e0;
color : #222222;
border-left : 3px solid #4F964F;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-align : left;
padding : 5px;
margin-top : 10px;
}
.quotetitle .quotetitle {
font-size : 1em;
}
.quotecontent {
background : #e0e0e0;
color : #222222;
border-left : 3px solid #4F964F;
border-top : 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
text-align : left;
padding : 5px;
overflow : auto;
direction : ltr;
}
.quotecontent, .attachcontent {
background : #e0e0e0;
color : #222222;
border-left : 3px solid #4F964F;
border-top : 0;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
text-align : left;
padding : 5px;
overflow : auto;
direction : ltr;
}
.attachcontent {
font-size : 0.85em;
}
.codetitle {
color : #820E16;
background : #ffffff;
border-top : 1px solid #dddddd;
border-left : 1px solid #dddddd;
border-right : 1px solid #dddddd;
font-family : Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size : 0.9em;
font-weight : bold;
text-align : left;
margin-top : 10px;
padding : 5px;
}
.codecontent {
color : #820E16;
background : #ffffff;
border : 1px solid #dddddd;
border-top : 0;
font-family : 'Courier New', Monaco, monospace;
font-size : 0.9em;
font-weight : normal;
text-align : left;
padding : 5px;
overflow : auto;
direction : ltr;
}
.syntaxbg {
color : #ffffff;
}
.syntaxcomment {
color : #ff8000;
}
.syntaxdefault {
color : #0000bb;
}
.syntaxhtml {
color : #171b20;
}
.syntaxkeyword {
color : #007700;
}
.syntaxstring {
color : #dd0000;
}
.pm_marked_colour {
background-color : #171b20;
}
.pm_replied_colour {
background-color : #964E4E;
}
.pm_friend_colour {
background-color : #007700;
}
.pm_foe_colour {
background-color : #dd0000;
}
img {
border : none;
}
.sep {
color : black;
background-color : #ffa34f;
}
table.colortable td {
padding : 0;
}
pre {
font-size : 1.1em;
font-family : Monaco, 'Courier New', monospace;
}
.nowrap {
white-space : nowrap;
}
.username-coloured {
font-weight : bold;
}
#msg > li.row1 {
display : block;
list-style-type : none;
margin : 0;
height : auto;
width : 98%;
float : left;
}
#msg > li.row2 {
display : block;
list-style-type : none;
margin : 0;
height : auto;
width : 98%;
float : left;
}
#msg > li > dl {
vertical-align : middle;
width : 100%;
}
#msg > li > dl > dt {
width : auto !important ;
white-space : nowrap;
margin-right : 2px;
}
#msg > li > dl > dd > input {
margin : 3px;
}
#msg > li > dl > dd#msgbody {
display : inline;
padding : 3px 0 1px 0 !important ;
vertical-align : middle;
float : none !important ;
}
#base_ul {
list-style : none;
margin-left : 0;
}

table.poll {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: rgb(211, 211, 211);
}
table.poll th {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(211, 211, 211);
	text-align:center;
	font-size:12px;
}
table.poll td {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(211, 211, 211);
	text-align:center;
	font-size:12px;
}
table.standings {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: rgb(241, 241, 241);
}
table.standings th {
	border-width: 2px;
	padding: 2px 10px;
	border-style: solid;
	border-color: white;
	background-color: rgb(231, 231, 231);
	text-align:left;
	font-size:12px;
}
table.standings td {
	border-width: 2px;
	padding: 2px 1px;
	border-style: solid;
	border-color: white;
	background-color : #f1f1f1;
	text-align:center;
	font-size:12px;
}
table.pf {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background: #FFFFFF;
}
table.pf th {
	font-weight : bold;
	text-align:left;
	padding: 2px 10px;
	border-bottom : 2px solid #4F964F;
	background: #FFFFFF;
}
table.pf td {
	text-align:left;
	padding: 2px 10px;
	background: #FFFFFF;
}
table.tableportal{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background-color : white;
}
table.tableportal th {
	color : #ffffff;
	font-size : 1.1em;
	font-weight : bold;
	text-align:left;
	background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/portal_bar.gif') repeat-x top left;
	white-space : nowrap;
	padding: 2px 10px;
	border-top : 1px solid #FFFFFF;
	border-bottom : 2px solid #4F964F;
}
table.tableportal td {
	border-width: 1px;
	padding: 2px 5px;
	border-style: solid;
	border-color: white;
	background-color : #f1f1f1;
}
.rowpoll {
background : url('http://www.vivaf1.com/styles/X-Vision/theme/images/portal_bar.gif') repeat-x top right;
color: white;
font-size : 11px;
border-bottom : 2px solid #ffffff;
padding : padding: 2px 10px;
}

a.cp_bottoml:link , a.cp_bottoml:visited {
color : #ffffff;
}
a.cp_bottoml:hover, a.cp_bottoml:active {
color : #FFFFFF;
}
.cp_bottoml {
background-color : #353535;
border-right : 1px solid #ffffff;
color : #FFFFFF;
float : left;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 52px;
padding : 1px 0px 1px 0px;
}
.cp_bottoml:hover {
background-color : #4F964F;
border-right : 1px solid #ffffff;
color : #FFFFFF;
float : left;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 52px;
padding : 1px 0px 1px 0px;
text-decoration : none;
}
a.cp_bottomr:link , a.cp_bottomr:visited {
color : #ffffff;
}
a.cp_bottomr:hover, a.cp_bottomr:active {
color : #FFFFFF;
}
.cp_bottomr {
background-color : #353535;
border-left : 1px solid #ffffff;
color : #FFFFFF;
float : right;
text-align : center;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 52px;
padding : 1px 0px 1px 0px;
}
.cp_bottomr:hover {
background-color : #4F964F;
border-left : 1px solid #ffffff;
color : #FFFFFF;
float : right;
text-align : center;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 52px;
padding : 1px 0px 1px 0px;
text-decoration : none;
}
a.cp_bottomrr:link , a.cp_bottomrr:visited {
color : #ffffff;
}
a.cp_bottomrr:hover, a.cp_bottomrr:active {
color : #FFFFFF;
}
.cp_bottomrr {
background-color : #353535;
border-left : 0px;
color : #FFFFFF;
float : right;
text-align : right;
margin: 0px 0px 0px 0px;
font-size : 10px;
width : 450px;
padding : 5px 10px 7px 0px;
}
.cp_bottomrr:hover {
background-color : #353535;
border-left : 0px;
color : #FFFFFF;
float : right;
text-align : right;
margin : 0x 0px 0px 0px;
font-size : 10px;
width : 450px;
padding : 5px 10px 7px 0px;
text-decoration : none;
}
.cp_foot {
background-color : #353535;
width : 955px;
height : 24px;
font-size : 10px;
text-align : left;
vertical-align : top;
white-space : nowrap;
overflow : hidden;
padding: 0px;
margin:0px;
}
.odd {
background-color: #FFFFFF;
border-left : 2px solid #EBEBEB;
}
.even {
background-color: #FAFAFA;
border-left : 2px solid #E5E5E5;
}
.odd a:link, .odd a:visited, .odd a:active {
color : #964E4E;
}
.even a:link, .even a:visited, .even a:active {
color : #964E4E;
}
.odd a:hover {
color : #A9A9A9;
}
.even a:hover {
color : #A9A9A9;
}
.commentlist .commentmetadata a:link {
color : #353535;
}
.commentlist .commentmetadata a:visited {
color : #353535;
}
.commentlist .commentmetadata a:active {
color : #353535;
}
.commentlist .commentmetadata a:hover {
color : #A9A9A9;
}
.says {
color:#fdfdfd;
}
.fn {
font-style: normal;
font-weight: bold;
font-size : 1.1em;
}
.fn a:link, .fn a:visited, .fn a:active {
color : #964E4E;
}
.fn a:hover {
color : #A9A9A9;
}
.reply a {
font-style: normal;
font-size : 10;
font-family : Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
}
.reply a:link, .reply a:visited, .reply a:active {
color : #964E4E;
}
.reply a:hover {
color : #A9A9A9;
}
a.comment-edit-link:link, a.comment-edit-link:visited, a.comment-edit-link:active {
color : #A9A9A9;
}
a.comment-edit-link:hover {
color : #964E4E;
}
a.comment_quote_link {
font-style: normal;
font-size : 10;
}
a.comment_quote_link:link, a.comment_quote_link:visited, a.comment_quote_link:active {
color : #964E4E;
}
a.comment_quote_link:hover {
color : #A9A9A9;
}
a.comment_quote_link {
	margin: 0;
	height: 15px;
	width: 41px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(http://www.vivaf1.com/styles/X-Vision/imageset/comment_quote.gif) no-repeat right top;
}
a.comment_quote_link:hover {
	margin: 0;
	height: 15px;
	width: 41px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(http://www.vivaf1.com/styles/X-Vision/imageset/comment_quote.gif) no-repeat right bottom;
}
.commentlist li {
	position: relative;
}
a.comment_quote_link {
	position: relative;
	left: 35px;
	top: 23px;
	z-index: 1;
}