* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	/*background: #5e5e5e;*/
	background: #5e5e5e url('/static/img/bg_gradient.png') top left;
}

body
{
	/*background: #5e5e5e;*/
	font-family: verdana;
	font-size: 12px;
	color: #333;
}

ul
{
	list-style: none;
}

a, a:visited, a:active
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	/*font-size: 10px;*/
}

	#active_menu
	{
		font-weight: bold;
		color: #f23a10;
		text-decoration: none;
	}

	#active_submenu
	{
		font-weight: bold;
		color: #f23a10;
		text-decoration: none;
	}

a:hover
{
	font-weight: bold;
	color: #f23a10;
	text-decoration: none;
	/*font-size: 10px;*/
}

img
{
/* 	border: 1px solid red; */
/* 	padding: 10px; */
}

p
{
	margin-bottom: 5px;
	line-height: 1.4em;
}

input, textarea, select
{
	border: 1px solid #ccc;
	padding: 2px;
}

.omogeneous select, .omogeneous input {
	width: 300px;
}

.input_final {
	width: 100px;
}

.break
{
	clear: both;
}

h4
{
	margin-bottom: 5px;
}

h5
{
	font-size: 10px;
	font-weight: bold;
/* 	font-style: italic; */
	margin-bottom: 10px;
	color: #888;
}

#container
{
	width:920px;
	margin: 0 auto;
	position: relative;
}

#top
{
	width:920px;
	height:22px;
	background: transparent url('../img/top.png') no-repeat;
	z-index: 10000000;
}

	#linkhome
	{
/* 		border: 1px solid red; */
		position: absolute;
		top: 20px;
		left: 20px;
		width: 281px;
		height: 65px;
		z-index: 10000000;
	}

#cerca
{
	overflow: hidden;
	width: 200px;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 1000;
/* 	border: 1px solid red; */
}
	
	#cerca a.homebtn
	{
		text-indent: -100000px;
		background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/home.png') no-repeat;
		display: block;
		width: 14px;
		height: 13px;
		margin-right: 10px;	
	}

	#cerca .moduletable
	{
		float: left;
	}

	#cerca input
	{
		background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/search.png') no-repeat;
		width: 93px;
		height: 17px;
		margin-left: 10px;
		font-size: 10px;
		padding: 2px 0 0 5px;
		border: 0;
	}

	#cerca a
	{
		display: block;
		width: 40px;
		float: left;
	}

#homecontent
{
	width:920px;
	position:relative;

	height: 470px;

	background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/home_container.png') repeat-y;

	padding: 0 20px 0 20px;
}

#homeinner
{
	width: 879px;
	position:relative;
	z-index: 100;
	padding-top: 85px;
}

#homeboxes
{
	clear: both;
	width:920px;
	height:180px;
	background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/boxes.png') repeat-y;
	position: relative;

/* 	border: 1px solid blue; */
}

	#box1
	{
		height: 160px;
		width: 270px;
		position: absolute;
		top: 6px;
		left: 22px;
	}

	#box2
	{
		height: 160px;
		width: 270px;
		position: absolute;
		top: 6px;
		left: 325px;
	}

	#box3
	{
		height: 160px;
		width: 270px;
		position: absolute;
		top: 6px;
		left: 620px;
	}

#homebottom
{
	clear: both;
	width:920px;
	height:19px;
	background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/home_bottom.png') no-repeat;
}

#slogan
{
	width: 879px;
	height: 44px;
	background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/slogan.png') no-repeat;
}

#box
{
	border: 1px solid red;
	width: 306px;
	height: 180px;
	float: left;
}

#content
{
	width:920px;
	position:relative;

	min-height: 500px;
	height: auto !important;
	height: 500px;

	background: transparent url('../img/container.png') repeat-y;

	padding: 0 20px 0 20px;
}

	#header
	{
 		border: 0px solid red; 
		width: 879px;
		height: 120px;
		/*position: absolute;*/
		background: transparent;
		top: 0px;
		left: 20px;
		display: block;
		z-index: 10;
		margin: 0;
		padding: 0;
		clear: both;
	}


		#logo
		{
			width:879px;
			height:65px;
			background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/logoheader.png') no-repeat;
			position: relative;
		}

		#menu
		{
/* 			border: 1px solid red; */
			height: 23px;
			width: 879px;
			position: absolute;
			top: 87px;
			left:20px;
			z-index: 1000;
			background: transparent url('http://www.tvblob.com/templates/tvblob2.0/images/menu.png') no-repeat;	
		}

			#menu table
			{
/* 				border: 1px solid red; */
				margin-top: 3px;
			}

			#menu a
			{
/* 				border: 1px solid blue; */
				padding: 2px 10px 2px 10px;
				font-weight: bold;
				display: inline;
				margin-right: 20px;
			}

		#tv
		{
			position: absolute;
			margin-top: 0px;			
			width: 879px;
			height: 77px;
			background: transparent url("../img/header_devcom.png") top left no-repeat;
		}

	#inner
	{
/* 		border: 1px solid blue; */
		width: 879px;
		/*position: relative;*/
		z-index: 100;
		/*padding-top: 230px;*/
		display: table;
		clear: both;
		
	}
		
		#leftside
		{
			border: 0px solid red;
			width: 150px;
			float: left;
			padding-left: 20px;
			display: inline-block;
		}

			#leftside a.mainlevel
			{
				margin-bottom: 3px;
				display: block;
				text-transform: capitalize;
			}

			#leftside img
			{
				border: 0;
			}

			#leftside a.sublevel
			{
				margin-bottom: 3px;
				display: block;
			}

		#text
		{
 			border: 0px solid red; 

/* 			margin-right: 180px; */
/* 			padding: 0 40px 30px 40px; */
			text-align: left;
/* 			line-height: 1.8em; */
			padding-top: 5px;
			float: left;
			width: 700px;
			overflow: hidden;
		}

			#text h1
			{
				/*font-size: 14px;*/
				font-size: 150%;
				line-height: 1.4em;
				margin-bottom: 5px;
			}

			#text h2
			{
				font-size: 140%;
				/*font-size: 14px;*/
				line-height: 1.2em;
				margin-bottom: 5px;
			}

			#text table.contentpaneopen
			{
				border: 0;
/* 				width: 600px; */
			}

			#text table.contentpaneopen td
			{
				padding-right: 0px;
				padding-left: 5px;
				vertical-align: top;
			}

			#text ul
			{
				margin-bottom: 10px;
				padding-left: 15px;
			}

			#text ul, #text li
			{
				list-style: square outside;
			}

/* 			#text td */
/* 			{ */
/* 				border: 0; */
/* 				width: 120px; */
/* 				padding-right: 10px; */
/* 			} */
		
		#rightside
		{
/* 			border: 1px solid red; */
			width: 170px;
			float: right;
/* 			padding-left: 10px; */
		}

#bottom
{
	clear: both;
	width:920px;
	height:19px;
	background: transparent url('../img/bottom.png') no-repeat;
}


#visitalso
{
	clear: both;
	width:920px;
	margin: 0 auto;

	position: relative;
	color: #666;
	font-size: 9px;

	height: 51px;
}

#footer
{
	clear: both;
	width:920px;
	margin: 0 auto;
	margin-bottom: 20px;

	position: relative;
	color: white;
	
	font-size: 9px;
}

	.footerleft
	{
		width: 500px;
		position: absolute;
		top: 0;
		left: 20px;
	}

		.footerleft a
		{
			color: white;
			font-weight: normal;
			font-size: 9px;
		}

		.footerleft a:hover
		{
			color: #f23a10;
		}

	.footerright
	{
		width: 300px;
		position: absolute;
		top: 0;
		right: 20px;
		text-align: right;
	}

		.footerright a
		{
			color: white;
			font-weight: normal;
			font-size: 9px;
		}
		
		.footerright a:hover {
			color: #f23a10;
		}

.left
{
	float: left;
}

.right
{
	float: right;
}

.partners
{
	width: 600px;
}

	.partners td
	{
		padding-right: 20px;
	}


#nav
{
	margin-top: 10px;
	height: 10px;
	overflow: hidden;

	position: absolute;
	top: -3px;
	left: 10px;
}

        #nav li
        {
                margin: 0;
                padding: 0;
                display: inline;
                list-style-type: none;
        }

        #nav a
        {
		height: 10px;
		float: left;
		text-indent: -1000000px;
		display: block;

                color: #fff;
		overflow: hidden;

        }

                #nav a:hover
                {
                        background-position: 0 -10px;
                        border: 0;
                }

                #nav a:active, #nav a.selected
                {
                        background-position: 0 -20px;
                        border: 0;
                }

                #nav a.selected:hover
                {
                        background-position: 0 -20px;
                        cursor: default;
                        border: 0;
                }

        #technology a
        {
                width: 64px;
                background: transparent url(http://www.tvblob.com/templates/tvblob2.0/images/btntechnology.png) top left no-repeat;
        }

        #support a
        {
                width: 48px;
                background: transparent url(http://www.tvblob.com/templates/tvblob2.0/images/btnsupport.png) top left no-repeat;
        }

        #press a
        {
                width: 32px;
                background: transparent url(http://www.tvblob.com/templates/tvblob2.0/images/btnpress.png) top left no-repeat;
        }

        #company a
        {
                width: 53px;
                background: transparent url(http://www.tvblob.com/templates/tvblob2.0/images/btncompany.png) top left no-repeat;
        }

        #products a
        {
                width: 49px;
                background: transparent url(http://www.tvblob.com/templates/tvblob2.0/images/btnproducts.png) top left no-repeat;
        }

        #solutions a
        {
                width: 50px;
                background: transparent url(http://www.tvblob.com/templates/tvblob2.0/images/btnsolutions.png) top left no-repeat;
        }

#tabletext
{
/* 	border: 1px solid red; */
	width: 690px;
	padding: 0;
}

	#tabletext .tabletextleft
	{
		border: 0px solid red;
		display: block;
		margin-right: 3px;
		width: 458px;
	}

	#tabletext .tabletextleft img
	{
		border: 0px solid #ccc;
		padding: 3px;
	}

	#tabletext .tabletextright
	{
 		border: 0px solid blue; 
		width: 175px;
		padding: 0;
		margin: 0;
		padding-left: 5px;
		text-align: left;
	}

table .soltable
{
	vertical-align: top;
}

	table .soltable td
	{
		padding-bottom:5px;
	}

	table .soltable p
	{
		text-align: left;
		margin-bottom:0px;
	}

	table .soltable a
	{
		vertical-align: top;
	}

	table .soltable img
	{
		margin-right: 5px;
		float: left;
	}

.solimg
{
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
}

#developers a {
	background:transparent url(http://www.tvblob.com/templates/tvblob2.0/images/developers.png) no-repeat scroll left top;
	width:53px;
}

#cms_search {
	position: absolute;
	right: 0px;
	top: 0px;
}

#breadcrumbs {
	background-color: transparent;
	color: red;
	position: absolute;
	top: 45px;
	right: 0px;
	z-index: 1000;
}

#registerform th {
	vertical-align: top;
}

/** FRA **/

.user_profile, .user_profile_edit {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 5px;
}

.user_profile dt {
	font-weight: bold;
	width: 150px;
	float: left;
	display: block;
	clear: both;
	padding-top: 5px;
}

.user_profile_edit dt {
	font-weight: bold;
	width: 100px;
	float: left;
	display: block;
	clear: both;
	margin: 5px;
}

.user_profile dd {
	float: left;
	display: block;
	padding-top: 5px;
}

.user_profile_edit dd {
	float: left;
	display: block;
	margin: 5px;
}

.box1, .box3 {
	clear: both;
	float: left;
	width: 45%;
	margin: 10px;
	text-align: left;
}

.box2, .box4 {
	float: left;
	width: 45%;
	margin: 10px;
	text-align: left;
}

table thead tr td {
	font-weight: bold;
	background-color: #f5f5f5;
	/*vertical-align: bottom;*/
}

table, table tr, table th {
	border: 0;
	vertical-align: bottom;
	text-align: right;
}

table tr td {
	text-align: left;
	border: 0;
}


#text .contentheading, #text .componentheading, h1 {
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 150%;
	color: #f23a10;
}

h2 {
	font-weight: bold;
	font-size: 140%;
	color: #f23a10;
}

.curiosity {
	width: 96%;
	background-color: #f5f5f5;
	border: 1px solid black;
	padding: 5px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.curiosity_orange {
	background-color: #f23a10;
	color: white;
	border: 0px solid black;
	padding: 5px;
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.note {
	width: 96%;
	background-color: #f5f5f5;
	border: 1px solid #f23a10;
	padding: 5px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.profile_picture {
	float: left;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}

.profile_name {
	font-size: 120%;
}

.profile {
	margin: 0px;
	padding: 0px;
}

.profile a {
	font-size: 100%;
	font-weight: normal;
}

.comment_area {
	border: 1px solid #1f1f1f;
	width: 97%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}

.comment_area table {
	width: 100%;
}

.comment_area table tr td {
	padding-top: 10px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.comment_area .formlabel {
	margin-top: 3px;
	text-align: right;
}

.comment_area input, textarea {
	width: 100%;
}

.comments_megatitle {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	color: #f23a10;
}

.comments_title {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

.comments_user {
	font-size: 80%;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	font-weight: bold;
	font-size: 120%;
	color: black;
	margin-bottom: 0px;
	margin-top: 2em;
	padding: 0;
	line-height: normal;
}

#text h3
{
	font-size: 120%;
	line-height: normal;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 4px;
}

.mainmenu {
	font-size: 80%;
}

#text a {
	text-decoration: underline;
}

#tabletext table {
	border: 0px solid grey;
	margin-bottom: 10px;
	margin-top: 5px;
}

.morelink {
	border: 0px solid red;
	clear: both;
	font-size: 80%;
	margin-top: 2em;
	margin-left: 20px;
}

.left_ico {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.right_ico {
	float: right;
}

.menu_voice {
	padding-left: 0px;
}

.menu_title {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
}

.changelog_single {
	padding-bottom: 10px;
}

.changelog_single ul li {
	margin-left: 10px;
}

.generic_table {
	border: 0px;
}

.generic_table tr td, .generic_table tr th {
	padding-top: 5px;
}

#ln_top {
	width: 195px;
	height: 26px;
	background: transparent url('../img/latest_news_box_top.png') top left no-repeat;
}

#ln_middle {
	width: 195px;
	background: transparent url('../img/latest_news_box_horizontal_filler.png') top left repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

#ln_middle p {
	font-size: 80%;
	padding-right: 10px;
	margin-bottom: 0;
}

#ln_bottom {
	margin-top: 0;
	padding: 0;
	width: 195px;
	height: 14px;
	background: transparent url('../img/latest_news_box_bottom.png') top left no-repeat;
}

.sample_section {
	text-transform: uppercase;
}

.sample_menu li {
	margin-top: 20px;
}

.sample_menu li li {
	margin-top: 0px;
}
/*
ul.errorlist li {
	float: left;
	padding: 0;
	margin: 0;
	border: 0px solid red;
	list-style-image: none;
	list-style: none;
	font-size: 80%;
	width: 100%;
	color: red;
	font-weight: bold;
}
*/
ul.errorlist {
	padding: 0;
	margin: 0;
}

.generic_form {
	border: 0px;
}

.generic_form table tr td, .generic_form table tr th {
	padding-top: 5px;
	font-weight: normal;
}

.generic_form table tr td ul {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style: none;
}

.generic_form table tr td ul li {
	float: left;
	padding: 0;
	margin: 0;
	border: 0px solid red;
	list-style-image: none;
	list-style: none;
	font-size: 80%;
	width: 100%;
	color: red;
	font-weight: bold;
}
