/*  --  RESET  --  */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	vertical-align: top;
}

ol,ul {
	list-style: none;
}

/*  --  COMMON  --  */

html,body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000;
	background-image: url("../images/backgrounds/f1live_bckg_common.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

a {
	text-decoration: none;
	color: #C01414;
	cursor: pointer;
}

a:hover {
	color: #ff0000;
}

h1 {
	line-height: 38px;
	background-image: url("../images/h1.png");
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 20px;
	margin-bottom: 5px;
}

#main_content_center h1 {
	background-image: url("../images/h1_wide.png");
}

h2 {
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #ff0000;
	border-left: 5px solid #ff0000;
	padding-left: 10px;
	line-height: 20px;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ff0000;
	padding-left: 10px;
	line-height: 20px;
}

#main_content_left ul, #main_content_center ul {
	padding: 0;
	margin-bottom: 10px;
}

#main_content_left ul li, #main_content_center ul li {
	padding: 0px 0px 4px 12px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/arrow_fw.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#main_content_left p {
	margin-bottom: 10px;
	/*text-align: justify;*/
}

img.contentimg {
	border: 1px solid #000;
	margin: 0px 5px;
}

img.resized_img {
	border: 1px solid #E1E1E1;
	background-color: #fff;
	padding: 5px;
	margin: 0px 10px;
	width: 150px;
}

img.resized_img_forum {
	width: 200px;
	display: block;
}

/*  --  INPUT  --  */

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: Arial;
	line-height: 14px;
	color: #343434;
	font-size: 12px;
}

input[type="text"],input[type="password"] {
	width: 250px;
	border: 1px solid #9b9b9b;
	padding: 2px;
	height: 18px;
	background-image: url("../images/input.png");
	background-repeat: repeat-x;
}

input[type="button"],input[type="submit"], button {
	border: 1px solid #b8140a !important;
	cursor: pointer;
	color: #fff !important;
	height: 24px !important;
	background: url("../images/button.png") !important;
	background-repeat: repeat-x !important;
	text-transform: lowercase;
	overflow:visible;
    width: auto;
    margin: 0;
    padding: 0 10px !important;
}

textarea {
	border: 1px solid #b1b1b1;
	background-color: #fff;
	padding: 2px;
	width: 208px;
	background-repeat: no-repeat;
	background-position: top right;
	overflow: auto;
	height: 100px;
}

select {
	border: 1px solid #b1b1b1;
	background-color: #fff;
	width: 256px;
	padding: 2px;
}

