/*

   Main styles for sebastianmihai.com

   By Sebastian Mihai
*/ 


/*
   Properties of the entire page
*/

.main_body {
color: #ffffff; 
font-family: verdana, lucida-sans, sans-serif, arial;
font-size: 9pt; 
font-style: normal; 
font-variant: normal; 
background-color: #000000;
}

/*
  Links as ideograms
*/

/* The background without a background image */
.ideogram_back {
color: #ffffff;  
background-color: #000000;
text-align: center;
width: 40px;
height: 40px;
margin: 0px;
padding: 0px;
}

/* The background WITH a background image */
.ideogram_back_with_background {
color: #ffffff;  
background-color: #000000;
text-align: center;
width: 40px;
height: 40px;
background-image: url('ideograms/ideo_background.png');
margin: 0px;
padding: 0px;
}

/* The actual link of the ideogram */
.ideogram_clickable {
text-decoration:none;
}

/* The clickable 32 by 32 inner image
   WITH TOP PADDING!!*/
.ideogram_inner_top_padded {
margin-top: 3px; 
width: 32px; 
height: 32px; 
border: 0;
}

/* The clickable 32 by 32 inner image
   WITHOUT TOP PADDING!!*/
.ideogram_inner { 
width: 32px; 
height: 32px; 
border: 0;
}

/* news section on home page */
.news_main {
color: #aaaaaa; 
background-color:#000000; 
}



/* 
   Panels
*/

/* The outer panel table */
.panel_main {
color: #ffffff; 
font-family: verdana, lucida-sans, sans-serif, arial;
font-size: 9pt; 
font-style: normal; 
font-variant: normal; 
background-color:#000000; 
padding:0; 
margin:0; 
border-collapse:collapse;
table-layout:fixed;
}

/* Central TD inside the panel */
.panel_body {
color: #ffffff; 
font-family: verdana, lucida-sans, sans-serif, arial;
font-size: 9pt; 
font-style: normal; 
font-variant: normal; 
background-color: #000000;
}

/* panel title*/
.panel_title {
color: #969696;
}

.topics_links_title {
color: #969696;
}

.last_updated_topic{
color: #808080;
font-size: 7pt; 
}

/* ============================= */
/*    ARBITRARY HEIGHTS BELOW    */
/* ============================= */

.topics_links_title_arbitrary_height {
color: #969696;
}

/* Central TD inside the panel */
.panel_body_arbitrary_height {
color: #e2e2e2; 
font-family: verdana, lucida-sans, sans-serif, arial;
font-size: 9pt; 
font-style: normal; 
font-variant: normal; 
background-color: #202020;
}

/* panel title for arbitrary heights*/
.panel_title_arbitrary_height {
font-size: 11pt;
color: #969696;
}

/* The outer panel table for arbitrary heights*/
.panel_main_arbitrary_height {
color: #ffffff; 
font-family: verdana, lucida-sans, sans-serif, arial;
font-size: 9pt; 
font-style: normal; 
font-variant: normal; 
background-color:#202020; 
padding:0; 
margin:0; 
border-collapse:collapse;
table-layout:fixed;
}

/* text which appears when no articles are found for the current section */
.panel_select_topic {
color: #ff3333; 
}


/* ============================= */
/*    SEARCH BOX RESULTS         */
/* ============================= */
.searchhits {
color: #969696;
background-color: #404040;
border: none;
margin-left: 50px;
margin-right: 50px;
margin-top: 10px;
margin-bottom: 10px;
visibility: hidden;
}

.searchresultline {
	color: #FFFFFF;
	font-style:italic
}

.searchresultline a:link {
color: #FFFFFF;
font-style:italic;
text-decoration:none;
}

.searchresultline a:visited {
color: #FFFFFF;
font-style:italic;
text-decoration:none;
}

.searchresultclose {
	color: #ff3333;
	font-size: 7pt;
	font-style: normal;
	text-decoration:none;
}

/* ============================= */
/*    NEWS TABLE                 */
/* ============================= */

.newstable {
color: #969696;
background-color: #404040;
border: none;
margin-left: 50px;
margin-right: 50px;
margin-top: 10px;
margin-bottom: 10px;
}

.newsline {
	color: #FFFFFF;
	font-style:italic
}

.newsline a:link {
color: #FFFFFF;
font-style:italic;
text-decoration:none;
}

.newsline a:visited {
color: #FFFFFF;
font-style:italic;
text-decoration:none;
}


/* ============================= */
/*    SECTIONS TABLE                 */
/* ============================= */
.sectionstable {
color: #FFFFFF;
font-style:italic;
text-decoration:none;
border: none;
padding-right: 15px;
padding-bottom: 15px;
}




.sectionlinks a:link {
color: #FFFFFF;
font-style:italic;
text-decoration:none;
font-size: 12pt;
}


.sectionlinks a:visited {
color: #FFFFFF;
font-style:italic;
text-decoration:none;
font-size: 12pt;
}

/* =============================== */
/*  LINKS (GENERAL ) */
/* =============================== */
a:link {
color: #5555FF;
text-decoration:none;
}
a:visited {
color: #5555FF;
text-decoration:none;
}
