/*
** Main style sheet for selvans.net 
*/
BODY {
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : normal;
    font-size : 10pt;
    color : 000000;

/*    background: #fff url("bg.jpg") 0 0; */
}

.flex-container {
	display: flex; 
	flex-direction: row; 
	justify-content: left; 
	align-items: center; 
}
    
.flex-container-item {
	padding: 0;
	border: 0;
	margin: 5px; 
}

/*
** Page specific classes (linkpage, main page)
*/
.linkPageBody {
    /*background-color: #C5C5C5;*/
    background-color: #FFFFFF;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 9pt;
}

.mainPageBody {
   /* background-image: url("bg.jpg") 0 0 repeat-x; */
    background: #fff url("bg.jpg") 0 0; 

    background-attachment: fixed;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size : 10pt;
}

/*
** Table formats
*/
td, th {
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}

/*
** Links seem to have a own way of doing font properties under 
** IE, so setup font properties for links separately
*/
a:link { 
color: blue; 
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}
a:active { 
color: red; 
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}
a:visited { 
color: blue; text-decoration: none 
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}
a:hover { 
color: black; 
text-decoration: none;
font-size: 10pt;
font-weight: bold;
background: #FFFF00;
}

.bigFont {
	color: blue;
	font-family : Geneva, Helvetica, sans-serif;
	font-size: 25pt;
	font-weight: bold;
}

.largeFont {
	color: black;
	font-size: 13pt;
	font-weight: normal;
}
.12Font {
	color: black;
	font-size: 12pt;
	font-weight: normal;
}
.mediumFont {
	color: black;
	font-size: 10pt;
	font-weight: normal;
}

.smallFont {
	color: black;
	font-size: 8pt;
	font-weight: normal;
}
.tinyFont {
	color: black;
	font-size: 7pt;
	font-weight: normal;
}
.button {
    background-color:#dfdfdf; 
    border:1 solid #cccccc; 
    font-size: xx-small;
}

.commentary {
    font-size : small;
    color : ababab;
}

.dateline {
    font-size : small;
    color : ababab;
    font-weight : normal;
}

.forms {
    background-color:#ffffff; 
    border:1 solid #cccccc; 
    font-size: xx-small;
    color : 999999;
}
#body {
position: relative;
}

#entry {
position: absolute;
width: 75%;
} 
