/*****************************************************************
 *  Element Styles
 *****************************************************************/
body {
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 12px ;
	color: #ccc;
}

form { margin: 0;line-height:100%}

h1	{font-size:18px;margin-top:30px;margin-bottom:20px;}
h2	{font-size:14px;margin-top:12px;margin-bottom:10px;}
h3	{font-size:12px;margin-top:6px;margin-bottom:6px;}
h1, h2, h3 {font-weight:bold;color: #a4ee00;}
h3	{color: #ccc;}

pre { font:12px "Courier New",monospace; margin: 0;}

a:link    {color:#a4ee00;text-decoration:none;background-color:transparent}
a:visited {color:#a4ee00;text-decoration:none;background-color:transparent}
a:active  {color:#a4ee00;text-decoration:none;background-color:transparent}
a:hover   {color:#a4ee00;text-decoration:none;background-color:transparent}
a:focus	  {outline: none;}
th, td {border: 0; }

 
/*****************************************************************
 *  General Classes
 *****************************************************************/

.light {color: #ddd;}
.white {color: white;}
.gray {color: #4b4b4b;}
.dark {color: #222;}
.highlighted {color: #a4ee00; background-color: transparent;}
.clear {display: block; clear: both;}

.error{color:#F30;background-color:transparent;}
.success{color: #390; background-color: transparent;}

.wide {line-height: 150%;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	background: url(../images/spacer.gif) repeat-x top left;
	background-position: 0px 0px;
	clear:both;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 10px 22px; background: url(../images/files/file_div.gif) no-repeat top left;}	
a.pdf { background: url(../images/files/file_pdf.gif) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.gif) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.gif) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.gif) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.gif) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.gif) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.gif) no-repeat top left;}

a.more_link{
	background: url(../images/but_link_green.gif) no-repeat top left ;
}
a.back_link {
	background: url(../images/but_back_green.gif) no-repeat top left ;
}
a.next_link {
	background: url(../images/but_link_green.gif) no-repeat right 2px;
	padding-right: 20px;
}
a.more_link, a.back_link { 
	background-position: 0px 2px;
	padding-left: 20px;
}
.box a.more_link {
	display: block;
}

a.button {
	color: #ccc;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #ddd;	
}
a.button:visited {
	color: #ccc;
	background-color: #ddd;
}
a.button:hover{
	color: #333333;
	background-color: #a4ee00;
	border: 1px solid ;
}

/*******************************************************************************
 * aligning
 ******************************************************************************/

.line{ 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0 5px 0;
	float: left;
	text-align: left;
}

#title_mag {
	margin-bottom: 10px;
	height: 20px;
}

.title_left {
	position: absolute;
	top: 30px;
	left: 25px;
}

.title_right {
	position: absolute;
	top: 35px;
	right: 28px;
}

.left img {
	margin-bottom: 5px;
}

.right {
	padding: 5px 0 5px 0;
	float: right;
	text-align: left;
}



.col1 {
	float: left;
	width: 150px;
	padding: 0;
}
.col2 {
	clear: none;
	padding-left:165px;
}
.col3 {
	position: relative;
	margin-top: -53px;
	margin-left: 85px;
	width: 600px;
}
.col3 h2 {
	margin-bottom: 0;
	padding-bottom: 8px;
}
.top_a {
	position: relative;
	top: -26px;
	float: right;
}
/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #4b4b4b;
	background-color: #ddd;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/

div.message{
	padding: 10px;
	border: 1px solid #ee0;
	margin-bottom: 10px;
}
div.error{
	border-color: #F30;
	color: #ccc;
}
div.ok{
	border-color: #390;
}
div.message h1{
	font-size: 12px;
	margin: 0;
}
div.message ul{
	margin: 0;
	padding-left: 15px;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.news_article {
	clear: both;
	padding-bottom: 10px;
}

h2.news span{
	float: right;
	display: block;
	font-weight: normal;
	font-size: 8pt;
}

img.news_thumb{
	float: left;
	margin: 0 10px 10px 0;
} 

a.article_link {
	display: block;	
	color: #ccc;
	background-color: #ddd;
	border: 1px solid #4b4b4b;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #4b4b4b;
	color: #333333;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #a4ee00;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}
/*******************************************************************************
 * content tables
 ******************************************************************************/

table {
	clear: both;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #4b4b4b;
	border-collapse: collapse;
}
table.content_table thead th{
	background-color: #a4ee00;
	color: #333333;
	padding: 2px;
	margin: 0;
	text-align: left;
}
table.content_table tbody th {
	background-color: #4b4b4b;
	color: #ccc;
	padding: 2px;
	margin: 0;	
	border: 0;
}
table.content_table td {
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #222;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	line-height: 100%;
	margin: 8px 0;
}
dl dt {
	float: left;
	width: 110px;
}
dl dd {
	margin-left: 120px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}
 
form.edit_form fieldset{
	border: 0;
	padding: 5px;
	margin-bottom: 15px;
}
form.edit_form h1{
	font-size: 18px;
}

form.edit_form .required {
	font-weight: bold;
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

dl.checkbox {
	clear: none;
	margin: 0;
}
dl.checkbox dt {
}
dl.checkbox dd {
	margin-left: 25px;
	padding: 8px 0 10px;
}

form.edit_form .err_field {
	color: #F30;
}

form.edit_form span.small_checkbox {
	float: left;
	width: 50px;
}
form.edit_form span.small_checkbox label {
	padding: 0;
	margin: 0;
}

form.edit_form checkbox.margin {
	background-position: 0px 2px;
}

form.edit_form input.normal_width {
	width: 400px;
}
form.edit_form input.medium_width {
	width: 300px;
}
form.edit_form textarea.medium_width {
	width: 300px;
}

form.edit_form input.small_width {
	width: 120px;
}

form.edit_form textarea.lenght {
	width: 400px;
}

form.edit_form textarea.normal_box {
	width: 550px;
	height: 100px;
	margin-bottom: 10px;
}
form.edit_form textarea.middle_box {
	width: 400px;
	height: 100px;
}
form.edit_form p{
	line-height: 150%;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: #ccc;
	background-color: #4b4b4b;
	text-decoration: none;
	padding: 1px 6px;
	border: 1px solid #4b4b4b;
}
div.page_browser span.current_page {
	padding: 1px 6px;
	border: 1px solid #a4ee00;
	background-color: #4b4b4b;
}
div.page_browser span.page_name {
	padding: 1px 6px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #4b4b4b solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #4b4b4b;
	border-bottom: #333333;
	background: #333333;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #4b4b4b;
	border-bottom: none;
	background: #ddd;
	text-decoration: none;
}

/*******************************************************************************
 * comments
 ******************************************************************************/

div.comments {
	background-color: #333333;
}

div.comments h2{
	margin-top: 0;
}
.comment {
	background: url(../images/comment_arrow.gif) top left no-repeat;
}
.cm_meta {
	line-height: 150%;
}
.cm_message {
	padding: 5px 8px;
	margin: 0 5px 15px 165px;
	min-height: 35px;
}
.cm_sender {
	font-weight: bold;
	display: block;
}

/*******************************************************************************
 * tecmania classes
 ******************************************************************************/

a.img_button {
	margin-left: 5px;
}

.max_char {
	margin-top: 3px;
	width: 290px;
	float: left;
}

.count_char {
	width: 150px;
	float: right;
	text-align: right;
	padding-right: 37px;
}

.field {
	width: 20px;
	height: 15px;
	font-size: 11px; 
	border: none;
}

/* company admin */
.picture_view {
	margin-bottom: 5px;
}

input.search_input_field {
	width: 404px;
	padding: 6px 7px;
	font-size: 18px;
	margin-bottom: 5px;
	border: 0;
	background: url(../images/bg_search_input_field_green.png) no-repeat;
}

input.hc_color, select.hc_color {
	border: 1px solid #a4ee00;
}

select.select_width {
	width: 204px;
	margin-right: 5px;
}

input.submit_button {
	border: 0;
	color: white;
	font-weight: bold;
	width: 115px;
	height: 39px;
	font-size: 14px;
	background: url(../images/but_search_green.gif) no-repeat top center;
	margin-left: 30px;
}

input.quiz_button {
	border: 0;
	color: white;
	font-weight: bold;
	width: 92px;
	height: 24px;
	font-size: 14px;
	background: url(../images/but_quiz.gif) no-repeat top center;
	margin-left: 0;
}


.spacer_big {
	margin: 20px -30px 0 -30px; 
	height: 56px;
	background: url(../images/bg_company_search_bottom.gif) no-repeat top right black;
}

/* @todo: replace by general class */
.sm_company {
	height: 40px;
	padding: 10px 0;
	border-bottom: 1px solid #4b4b4b;
	clear: both;
}
.sm_company img {
	margin-right: 15px;
}
.sm_company a {
	margin-top: 26px;
	float: right;
}
.sm_company_box {
	border-bottom: 10px solid black;
	min-height: 160px;
	clear: both;
}

/**
 * Techmania Inline Styles
 */ 
.tm_box {
	border-bottom: 10px solid black;
	clear: both;
	width: 640px;
}
.tm_box_img {
	float: left;
	border-right: 10px solid black;
	background: black;
	height: 160px;
	width: 280px;
}
.tm_box_img_text {
	width: 335px;
	float: right;
	min-height: 160px;
}
.tm_padding_normal {
	padding: 15px;
	width: 610px;
}
.tm_padding_normal h1, .tm_padding_normal h2 {
	margin-top: 0;
}

.tm_box dl{
	clear: none;
	margin: 0;
	line-height: 150%;
}
.tm_box dt {
	font-weight: bold;
}
.tm_box dd {
	margin-left: 130px;
}
.tm_box_left{
	width: 295px;
	float: left;
	padding: 0 15px 10px 15px;
	min-height: 160px;
}
.tm_box_right{
	width: 285px;
	float: right;
	padding: 0 15px 10px 15px;
}
.tm_box_right dd {
	margin-left: 100px;
}
.tm_center_bg {
	background: url(../images/bg_10px_black.gif) repeat-y top center;
}

.tm_teaser {
	margin-top: 25px;
	background: url(../images/bg_teaser.gif) repeat-y top center;
}

.tm_teaser_large {
	float: left;
	border-top: 1px solid #a4ee00;
	background: transparent;
	padding: 0 15px 10px 15px;
	width: 440px;
}

.tm_teaser_small {
	float: left;
	border-top: 1px solid #a4ee00;
	background: transparent;
	padding: 0 15px 10px 15px;
	margin-left: 10px;
	width: 200px;
	min-height: 40px;
}

.tm_teaser_float a {
	float: left;
	margin-top: 7px;
}

.teaser_img {
	float: left;
	margin-right: 10px;
}

.teaser_text {
	clear: both;
}

.float_left{
	float: left;
}

.table_data {
	margin: 0;
	padding: 0;
}
.table_data td, .table_data th{
	padding: 7px 8px 7px 0;
}
.table_data td {
	border-bottom: 1px solid #4b4b4b;
}
.table_data thead {
	margin-bottom: 20px;
}

.select_field {
	width: 188px;
}

.no_pad {
	margin-top: 20px;
	padding-top: 0;
}

.no_margin {
	margin-top: 0;
	padding-top: 0;
}

.margin_right {
	margin-right: 10px;
}

.no_margin_bottom {
	margin-bottom: 0;
	margin-top: 9px;
	padding-bottom: 0;
}

.training {
	height: 80px;
	padding: 10px 0;
	border-bottom: 1px solid #4b4b4b;
	clear: both;
}

.training_h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.training_col1 {
	float: left;
	width: 130px;
	padding: 0;
}

.training_col2 {
	clear: none;
	padding-left:150px;
}

.training a {
	margin-top: 59px;
	float: right;
}

.training p {
	width: 240px;
}

.school {
	padding: 10px 0;
	border-bottom: 1px solid #4b4b4b;
	clear: both;
}

.school_col1 {
	float: left;
	width: 85px;
	padding-top: 4px;
}

.school_col2 {
	clear: none;
	padding-left:90px;
}

.school_container {
	clear: none;
	padding-left:90px;
	display: none;
	min-height: 76px;
}

.school_col3 {
	width: 150px;
	float: left;
}

.quiz {
	padding-top: 20px;
}

.quiz p {
	padding-top: 5px;
}

.quiz ul {
	padding-left: 15px;
}

.quiz li {
	list-style: none;
}

.article_h2 {
	margin-top: 100px;
}

div.profile-tecmania-friends div.fb-friend, 
div#profile-fb-friends div.fb-friend {
	position: relative;
	float: left;
	height: 50px;
	width: 280px;
	padding: 4px;
}

div#profile-fb-friends div.fb-friend span.name {
	position: absolute;
	display: block;
	top: 7px;
	left: 65px;
	font-weight: bold;
}

div#profile-fb-friends div.fb-friend a.invite {
	position: absolute;
	display: block;
	top: 30px;
	left: 65px;
}

div#profile-fb-friends div.spacer {
	clear: left;
}

div#profile-fb-friends-pages a {
	float: left;
	padding: 0 5px;
	line-height: 1.5em;
	color: inherit;
}

div#profile-fb-friends-pages a.active {
	color:#a4ee00;
	font-weight: bold;
}

div#profile-fb-friends-pages a.next-page {
	float: right;
}

div#profile-fb-friends-pages div.fb-end,
div#profile-fb-friends div.fb-end {
	clear: both;
}

ul.profile-menu {
	position: relative;
	
	margin: -20px -30px 20px -30px;
	padding: 0 0 0 1px;
	height: 30px;
}

ul.profile-menu li {
	float: left;
	width: 212px;
	height: 30px;
	margin: 0 1px 0 0;
	background: black;
	list-style: none;
}

ul.profile-menu li.active {
	background: inherit;
}

ul.profile-menu a {
	display: block;
	margin: 0;
	padding: 0;
	width: 212px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

div.profile-tecmania-friends div.fb-friend span.name {
	position: absolute;
	top: 10px;
	left: 63px;
	font-weight: bold;
	font-size: 1.2em;
	color:#a4ee00;
}

div.profile-tecmania-friends div.fb-friend span.location {
	position: absolute;
	top: 30px;
	left: 63px;
}

h2.profile {
	font-size: 1.3em;
}

ul.profile {
	padding-left: 0;
}

ul.profile li {
	list-style: none;
}

table.no_padding td{
	padding: 0;
}
td.align_top {
	vertical-align: top;
}
td.align_top img {
	margin-top: 15px;
}

.addthis_toolbox .two_column {
    width: 216px;
    padding: 10px 0 10px 0px;
	background-color: #666;
	border: 3px solid #111;
}
.addthis_toolbox .two_column a {
	padding: 4px 0 4px 34px;
	position: relative;
	width: 66px;
	display: block;
	text-decoration: none;
	color: #eee;
}
.addthis_toolbox .two_column a:hover{
	background: #999;
	text-decoration: none;
}
.addthis_toolbox .two_column .close {
	position: relative;
	top: -10px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/bg_footer.gif) repeat;
	text-align: right;
}
.addthis_toolbox .two_column .close a {
	display: block;
	width: auto;
	font-weight: bold;
	padding-right: 10px;
}
.addthis_toolbox .two_column .close a:hover {
	background: transparent;
	color: white;
}
.addthis_toolbox .two_column span{
	position: absolute;
	left: 14px;
	top: 4px;
}
.addthis_toolbox .two_column .top{
	padding: 0 0 10px 0;
	border-bottom: solid 1px #333;
	margin-bottom: 10px;
	margin: 0 20px 10px 20px;
}
.addthis_toolbox .two_column .more {
	border-top: solid 1px #333;
	padding: 10px 0 0 0;
	margin: 10px 20px 0 20px;
	text-align: center;
}
.addthis_toolbox .two_column .more a{
	padding: 4px 0;
	width: auto;
}
.addthis_toolbox .two_column .more span{
	display: none;
}
.addthis_toolbox .two_column .column1{
	width: 100px;
	float: left;
}
.addthis_toolbox .two_column .column2{
	width: 100px;
	float: left;
}
.addthis_toolbox .two_column .clear{
	clear: both;
	padding: 0;
	display: block;
	height: 0;
	width: 0;
}