@import url("search/search.css");
/* Omegalink stylesheet */
@import url("comparison.css");
@import url("/idatalink/styles/generaltabs.css");

/* ---  Common HTML elements  --- */
body
{
    background-color: #000;
    margin-top: 32px;
    font: normal 9pt Arial, Helvetica, sans-serif;
    color: #595959;
    line-height: 130%;
}

a, a:active, a:link , a:visited
{
    color: #C6C7C6;
    font: normal 9pt Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a img
{
    border-width: 0px;
}

table
{
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

td
{
    vertical-align: top;
}

/* ---  Page canvas  --- */
#canvas
{
    width: 823px;
    margin: auto;
}

#page
{
    width: 821px;
    border: 0px;
    margin: auto;
}

/* ---  Top part of the page  --- */
#header
{
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 12px;
    padding-bottom: 10px;
    width: 790px;
}

tr.top
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/background/top.jpg);
    background-repeat: no-repeat;
    text-align: center;
    width: 800px;
}

td.top
{
    height: 380px;
    width: 800px;
}

/* ---  Middle part of the page  --- */
.middle
{
    padding-top: 0px;    
    background-image: url(../images/background/middle.gif);
    background-repeat: repeat-y;   
}

/* ---  Bottom of the page  --- */
#bottom
{
    color: #C6C7C6;
    font-size: 10px;
    padding-top: 28px;
    padding-bottom: 4px;
    background-image: url(../images/background/bottom.gif);
    background-repeat: no-repeat;
    letter-spacing: +0.5px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    width: 801px;    
}

a.bottom_link
{
     padding-left: 7px;
     padding-right: 7px;
     font-size: 10px;
}

#links_menu
{
    width: 740px;
}

/* ---  Actions menu (on the left)  --- */
.actions_menu
{
    padding-top: 85px;
    padding-left: 40px;
    height: 170px;
    width: 250px;
}

.actions_menu_item
{
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

/* ---  Search  --- */
.selection
{
    width: 160px;
    font: normal 10px Arial;
    color: #000000;
    margin-bottom: 5px;
}

.form_label
{
     width: 175px;
     text-align: left;
     padding-top: 8px;
     padding-bottom: 8px;
}

/* ---  Product serch block (center)  --- */
.product_search
{
    padding-top: 90px;
    padding-left: 45px;
    height: 170px;
    width: 250px;
    text-align: left;
}

/* ---  Install guides search block (on the right)  --- */
.install_guide_search
{
    padding-top: 90px;
    padding-left: 5px;
    height: 170px;
    width: 250px;
    text-align: left;
}

.guide_code
{
    border: 1px ridge rgb(204, 204, 204);
    line-height: normal;
    width: 80px;
    font: normal 10px Arial;
    color: #000000;
    padding-left: 0px;
    margin-left: 0px;
}

/* ---  Results area  --- */
#results_box
{
     width: 760px;
     margin-left: 20px;
}

#results_box a
{
	color: #DB1E24;
}

.results_table
{
     width: 630px;
     border: 0px;
     margin: 10px;
}

table.results_table td
{
    text-align: left;
}

table.results_table ul
{
     color: #AAA;
     text-align: justify;
}

table.results_table ul li
{
     color: #666;
}

/* ---  Terms and conditions page  --- */
#privacy
{
     padding-left: 7px;
     padding-right: 7px;
     font-size: 10px;
     cursor: pointer;
}

/* ---  Weblink page  --- */
#weblink
{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

#weblink_logo
{
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 40px;
}

.question
{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    cursor: pointer;
    text-align: justify;
}

.answer
{
    padding: 8px;
    border-top: #CCC solid 2px;
    background-color: #dcdddf;
    font-size: 11px;
    text-align: justify;
    margin-bottom: 4px;
    display: none;
}

.codetext
{
    font-family: Courrier, Monaco, monospace;
}

/* ---  Guide number explanation page  --- */
#guide_number_explanation
{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    vertical-align: middle;
}

#did_you_know
{
    vertical-align: middle;
    text-align: justify;
}

/* ---  Install guides page  --- */
#install_guides
{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

#find_install_guide
{
    font-weight: bold;
    padding-right: 10px;
    padding-top: 30px;
    padding-left:3px;
}

.download_guide
{
    cursor: pointer;
}

#guides_header
{
    margin-top: 20px;
    margin-left: 20px;
}

.install_guide_item
{
    background-color: #FFFFFF;
}

.install_guide_item_selected
{
    background-color: #E7E7E8;
    cursor: pointer;
}

.install_guide_delimiter
{
    height: 1px;
    background-image: url(../images/background/guidesdiv.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.guide_name
{
    width: 130px;
}

.guide_desc
{
    width: 480px;
}

.guide_name, .guide_desc
{
    padding-top: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: left;
}


/* ---  Product comparison page  --- */
#compare_selection
{
    width: 760px;
    height: 45px;
    background-image: url(../images/background/comparebar.jpg);
    background-repeat: no-repeat;
    margin-top: 20px;
    text-align: right;
}

#compare_selection select
{
    margin-right: 20px;
    padding: 1px 2px 1px 2px;
    margin-top: 10px;
    color: #666666;
    font: normal 11px Arial, Helvetica, sans-serif;
}

#search_result
{
    border: 1px solid #CCC;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 600px;
}

#switch_mode
{
    cursor: pointer;
}

#weblink_updater div.buttons
{
	text-align: center;
}

#update_box
{
	text-align: left;
}

.error
{
	margin: 20px;
	text-align: left;
}

.product_name{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	height:40px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
}

.featurename{
	font: 11px Arial,Helvetica,sans-serif;
	border-bottom:solid #ccc 1px;
}

img.buttons { cursor:pointer; padding-top:5px;}

/*-----------------------------------------------------------------forum treads-------------------------------------------------------*/
	  
	div.forum_threads{
		width:780px;
		margin-top:20px;
		}
	div.global_post{
		color:#000;
		background-color:#e7e7e9;
		margin-bottom:20px;
		padding:1px 10px 10px 10px;
		}
	a.link_forum_threads{
		color:#red;
		}
	a.link_forum_threads:hover{
		color:#999;
		}
	span.content_forum_threads{
		font-weight:normal;
		}
	
	a.title_forum_threads{
		font-weight:bold;
		color:#000;
		}
	#select_global{
		padding-right: 7px; 
		background-image: url(/idatalink/images/front/bg_searchbar.gif); 
		background-position: top; 
		background-repeat: repeat-x;
		height:26px;
		width:773px;
	}	
	.h2_threads_forum{
		background:none;
		/*background-image:url(../images/main/background/threads_forum_h2.png); background-repeat:no-repeat; background-position:bottom left;*/
		font-size:1.2em;
	}
	.division_post{
		border:none;
		color:white;
		background-color: white;
		height:2px;
		}
	.post{
		padding-left:15px;	
	}
